All Products
Search
Document Center

Security Center:GetOpaPluginStatus

Last Updated:Feb 20, 2024

Queries the installation status of the components that are required for clusters protected by proactive defense for containers.

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
ClusterIdsarrayYes

The cluster IDs.

Note You can call the DescribeGroupedContainerInstances operation to query the IDs of clusters.
stringYes

The cluster ID.

Note You can call the DescribeGroupedContainerInstances operation to query the IDs of clusters.
c60b77fe62093480db6164a3c2fa****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

09969D2C-4FAD-429E-BFBF-9A60DEF8BF6F
InstallStatusobject []

The installation status of the components that are required for clusters protected by proactive defense for containers.

ClusterIdstring

The cluster ID.

c60b77fe62093480db6164a3c2fa****
InstallStatusboolean

Indicates whether the component is installed. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "09969D2C-4FAD-429E-BFBF-9A60DEF8BF6F",
  "InstallStatus": [
    {
      "ClusterId": "c60b77fe62093480db6164a3c2fa****",
      "InstallStatus": true
    }
  ]
}

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.