All Products
Search
Document Center

Security Center:DescribeImageBuildRiskList

Last Updated:Jun 16, 2026

Queries the summary of image build risks by using paging.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sas:DescribeImageBuildRiskList

list

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

Criteria

string

No

The rule name or category name of the build risk. You can call the DescribeImageBuildRiskList operation to obtain the value. Valid values:

  • If CriteriaType is set to RiskKeyName, the value is the rule name of the build risk.

  • If CriteriaType is set to RiskClassName, the value is the category name of the build risk.

no_user

CriteriaType

string

No

The query type of the build risk. Valid values:

  • RiskKeyName: build risk rule name.

  • RiskClassName: build risk category name.

RiskKeyName

RiskLevel

string

No

The risk level. Valid values:

  • high: High.

  • medium: Medium.

  • low: Low.

medium

Lang

string

No

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

  • zh: Chinese.

  • en: English.

zh

CurrentPage

integer

No

The page number of the current page when paging is used. Default value: 1.

1

PageSize

integer

No

The maximum number of entries per page when paging is used. Default value: 20. If you leave this parameter empty, 20 entries are returned per page.

Note

Do not leave PageSize empty.

20

Response elements

Element

Type

Description

Example

object

PlainResult<PageResult>

Data

object

The returned data.

List

array<object>

The summary list of build risks.

object

The list of data packets that match the filter conditions.

RiskLevel

string

The risk level. Valid values:

  • high

  • medium

  • low

medium

RiskClass

string

The type key of the risk.

other

RiskKey

string

The key of the risk. You can call the DescribeImageBuildRiskList operation to obtain the value of RiskKey.

no_user

FirstScanTime

integer

The timestamp generated when the first scan was performed. Unit: milliseconds.

1723710827000

LastScanTime

integer

The timestamp generated when the last scan was performed. Unit: milliseconds.

1723710827999

Count

integer

The number of affected images.

2

RiskClassName

string

The type name of the risk.

other

RiskKeyName

string

The rule name of the risk.

no_user

UnprocessedNum

integer

The number of unprocessed images.

1

PageInfo

object

The paging parameters.

CurrentPage

integer

The page number. Default value: 1.

1

PageSize

integer

The number of entries per page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.

Note

We recommend that you do not leave this parameter empty.

20

TotalCount

integer

The total number of entries returned.

109

Success

boolean

Indicates whether the call was successful. Valid values:

  • true: The call was successful.

  • false: The call failed.

true

Code

string

The result code. A value of 200 indicates success. Any other value indicates failure. You can use this field to determine the cause of the failure.

200

Message

string

The detailed information about the error code.

successful

RequestId

string

The ID of the request.

BE120DAB-F4E7-4C53-ADC3-A97578AB****

Examples

Success response

JSON format

{
  "Data": {
    "List": [
      {
        "RiskLevel": "medium",
        "RiskClass": "other",
        "RiskKey": "no_user",
        "FirstScanTime": 1723710827000,
        "LastScanTime": 1723710827999,
        "Count": 2,
        "RiskClassName": "other",
        "RiskKeyName": "no_user",
        "UnprocessedNum": 1
      }
    ],
    "PageInfo": {
      "CurrentPage": 1,
      "PageSize": 20,
      "TotalCount": 109
    }
  },
  "Success": true,
  "Code": "200",
  "Message": "successful",
  "RequestId": "BE120DAB-F4E7-4C53-ADC3-A97578AB****"
}

Error codes

HTTP status code

Error code

Error message

Description

500 ServerError ServerError
403 NoPermission caller has no permission

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.