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
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| RiskLevel | string | No | The risk level. Valid values:
| medium |
| Lang | string | No | The language of the content within the request and response. Valid values:
| zh |
| CurrentPage | integer | No | The page number. Default value: 1. | 1 |
| PageSize | integer | No | 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 |
| RiskKey | string | No | The key of the risk. You can call the DescribeImageBuildRiskList operation to obtain the value of RiskKey. | no_user |
| Status | integer | No | The status of the alert event. Valid values:
| 1 |
| Criteria | string | No | The attribute value of the condition parameter. | sas |
| CriteriaType | string | No | The property name of the condition parameters. Values:
| RepoNamespace |
Response parameters
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 code | Error code | Error message | Description |
|---|---|---|---|
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
| 500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2026-01-14 | The Error code has changed. The request parameters of the API has changed | View Change Details |
