All Products
Search
Document Center

Security Center:ListImageBuildRiskItem

Last Updated:Feb 20, 2024

Queries the types of risky image build commands.

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. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

ListResult

Dataobject []

The data returned.

ItemKeystring

The key of the name for the image build risk item.

key
ItemNamestring

The name of the name for the image build risk item.

itemName.
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

A3D7C47D-3F11-57BB-90E8-E5C20C619F37

Examples

Sample success responses

JSONformat

{
  "Data": [
    {
      "ItemKey": "key",
      "ItemName": "itemName."
    }
  ],
  "RequestId": "A3D7C47D-3F11-57BB-90E8-E5C20C619F37"
}

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.