All Products
Search
Document Center

Security Center:GetAegisContainerPluginRuleCriteria

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
LangstringNo

The language of the content within the request and response. Valid values:

  • zh: Chinese
  • en: English
zh
ValuestringNo

The value of the search condition.

ss

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

DA8133CC-CCA0-5CF2-BF64-FE7D52C44***
CriteriaListobject []

The information about the search condition.

Typestring

The type of the search condition. Valid values:

  • input: The search condition needs to be specified.
  • select: The search condition is an option that can be selected from the drop-down list.
select
Namestring

The name of the search condition. Valid values:

  • instanceId: the ID of the container instance.
  • clusterId: the cluster ID.
  • regionId: the ID of the region in which the container resides.
  • clusterName: the name of the cluster.
  • clusterType: the type of the cluster.
  • hostIp: the public IP address.
  • pod: the pod.
  • podIp: the IP address of the pod.
  • containerId: the container ID.
  • containerScope: the type of the container.
containerScope
Valuesstring

The values.

NO,YES

Examples

Sample success responses

JSONformat

{
  "RequestId": "DA8133CC-CCA0-5CF2-BF64-FE7D52C44***",
  "CriteriaList": [
    {
      "Type": "select",
      "Name": "containerScope",
      "Values": "NO,YES"
    }
  ]
}

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.