All Products
Search
Document Center

Security Center:DescribeImageBaselineDetail

Last Updated:Feb 20, 2024

Queries the details about the baseline check result for an image.

Debugging

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

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeImageBaselineDetailRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ImageUuidstringNo

The UUID of the image.

06293273b67d19516cfcc712194f****
BaselineItemKeystringNo

The information about the baseline.

Valid values include but are not limited to ak_leak, duplicate_uid, duplicate_pwd_hash, and non_pwd_user.
LangstringNo

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

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

0B48AB3C-84FC-424D-A01D-B9270EF4****
BaselineDetailobject

The details about the image baseline.

Advicestring

The suggestion for the management of the risk item.

Delete the leaked AccessKey pairs.
ResultIdstring

The ID of the asynchronous request.

async__c6f3b0b54613383b40bdce593ffe****
Descriptionstring

The description of the risk item.

If an AccessKey pair is leaked, the AccessKey pair may be fraudulently used.
BaselineItemAliasstring

The alias of the baseline check item.

AccessKey pair leak
BaselineNameAliasstring

The alias of the baseline.

AccessKey pair leak
BaselineClassAliasstring

The alias of the baseline type.

ak_leak
BaselineItemKeystring

The key of the baseline check item.

ak_leak
Promptstring

The issue that is detected by using the baseline.

/usr/aksk.txt:LTAI4GBEG5zaqX**********
Levelstring

The risk level of the baseline check item. Valid values:

  • high
  • medium
  • low
high

Examples

Sample success responses

JSONformat

{
  "RequestId": "0B48AB3C-84FC-424D-A01D-B9270EF4****",
  "BaselineDetail": {
    "Advice": "Delete the leaked AccessKey pairs.\n",
    "ResultId": "async__c6f3b0b54613383b40bdce593ffe****",
    "Description": "If an AccessKey pair is leaked, the AccessKey pair may be fraudulently used.\n",
    "BaselineItemAlias": "AccessKey pair leak\n",
    "BaselineNameAlias": "AccessKey pair leak\n",
    "BaselineClassAlias": "ak_leak",
    "BaselineItemKey": "ak_leak",
    "Prompt": "/usr/aksk.txt:LTAI4GBEG5zaqX**********",
    "Level": "high"
  }
}

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.

Change history

Change timeSummary of changesOperation
No change history