All Products
Search
Document Center

Security Center:DescribeImageListByBuildRisk

Last Updated:Jan 20, 2026
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Queries a list of images that are affected by image build command risks by page.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RiskLevelstringNo

The risk level. Valid values:

  • high
  • medium
  • low
medium
LangstringNo

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

  • zh: Chinese
  • en: English
zh
CurrentPageintegerNo

The page number. Default value: 1.

1
PageSizeintegerNo

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
RiskKeystringNo

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

no_user
StatusintegerNo

The status of the alert event. Valid values:

  • 0: unhandled.
  • 1: ignored.
  • 2: false positive.
1
CriteriastringNo

The attribute value of the condition parameter.

sas
CriteriaTypestringNo

The property name of the condition parameters. Values:

  • RepoNamespace: Namespace.
  • RepoName: Repository name.
RepoNamespace

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.>

Dataobject

The returned data.

Listarray<object>

The images.

Listobject
Uuidstring

The UUID of the image.

6ec898e6274f942e0e4a053eff1c****
RegionIdstring

The ID of the region.

cn-hangzhou
InstanceIdstring

The instance ID of the image repository.

39010****
RepoNamespacestring

The namespace to which the image repository belongs.

namespace
RepoNamestring

The name of the image repository.

test-tepo
Digeststring

The digest value of the image.

a5ccdd9b166b67e02954aa9b618fe19b7968bd56a15463d2ad7f2643ba5b****
Tagstring

The tag of the image.

v1
FirstScanTimelong

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

1723710827000
LastScanTimelong

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

1723710827999
RiskLevelstring

The risk level. Valid values:

  • high
  • medium
  • low
medium
Statusinteger

The status of the alert event. Valid values:

  • 0: unhandled.
  • 1: ignored.
  • 2: false positive.
1
PageInfoobject

The pagination information.

CurrentPageinteger

The page number. Default value: 1.

1
PageSizeinteger

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
TotalCountinteger

The total number of entries returned.

109
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
Codestring

The response code.

200
Messagestring

The returned message.

successful
RequestIdstring

The request ID.

52870893-48A7-5A9E-9E05-6253E5B6****

Examples

Sample success responses

JSONformat

{
  "Data": {
    "List": [
      {
        "Uuid": "6ec898e6274f942e0e4a053eff1c****",
        "RegionId": "cn-hangzhou",
        "InstanceId": "39010****",
        "RepoNamespace": "namespace",
        "RepoName": "test-tepo",
        "Digest": "a5ccdd9b166b67e02954aa9b618fe19b7968bd56a15463d2ad7f2643ba5b****",
        "Tag": "v1",
        "FirstScanTime": 1723710827000,
        "LastScanTime": 1723710827999,
        "RiskLevel": "medium",
        "Status": 1
      }
    ],
    "PageInfo": {
      "CurrentPage": 1,
      "PageSize": 20,
      "TotalCount": 109
    }
  },
  "Success": true,
  "Code": 200,
  "Message": "successful",
  "RequestId": "52870893-48A7-5A9E-9E05-6253E5B6****"
}

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
2026-01-14The Error code has changed. The request parameters of the API has changedView Change Details