All Products
Search
Document Center

Security Center:GetOpaClusterBaseLineList

Last Updated:Feb 20, 2024

Queries the baselines that are supported by at-risk image blocking.

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
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Dataobject []

The information about baselines.

ClassKeystring

The key of the baseline type.

identification
NameKeystring

The key of the name for the baseline.

identification
ItemKeystring

The key of the name for the baseline check item.

duplicate_uid
Aliasstring

The alias of the baseline.

Make sure there are no duplicate usernames or UIDs
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
Codestring

The response code. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code.

200
Messagestring

The returned message.

successful
RequestIdstring

The request ID.

C2F2A020-1CAB-5F52-8CAF-B2ACDDFAC247

Examples

Sample success responses

JSONformat

{
  "Data": [
    {
      "ClassKey": "identification",
      "NameKey": "identification",
      "ItemKey": "duplicate_uid",
      "Alias": "Make sure there are no duplicate usernames or UIDs"
    }
  ],
  "Success": true,
  "Code": "200",
  "Message": "successful",
  "RequestId": "C2F2A020-1CAB-5F52-8CAF-B2ACDDFAC247"
}

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.