All Products
Search
Document Center

Security Center:GetSasContainerWebDefenseRuleCriteria

Last Updated:Feb 20, 2024

Queries search conditions that can be used to search for container file protection rules.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ValuestringNo

The value of the search condition. Fuzzy match is supported.

525

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

F8B6F758-BCD4-597A-8A2C-DA5A552C****
CriteriaListobject []

The search conditions.

Typestring

The type of the search condition. Valid values:

  • input: You must manually enter the search condition.
  • select: You must select a search condition from the Values drop-down list.
select
Namestring

The name of the search condition.

name
Valuesstring

The values of the search condition. This parameter is returned only if the value of Type is select.

Note If the value of Type is input, the value of this parameter is empty.
athor_bid

Examples

Sample success responses

JSONformat

{
  "RequestId": "F8B6F758-BCD4-597A-8A2C-DA5A552C****",
  "CriteriaList": [
    {
      "Type": "select",
      "Name": "name",
      "Values": "athor_bid"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.