Queries the status of a security scan task created for an image repository.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetRepoTagScanStatus |
The operation that you want to perform. Set the value to GetRepoTagScanStatus. |
InstanceId | String | Yes | cri-2j88dtld8yelxp6i |
The ID of the Container Registry Enterprise Edition instance. |
RegionId | String | Yes | cn-shanghai |
The ID of the region where the instance resides. |
RepoId | String | Yes | crr-uf082u9dg8dorp5f |
The ID of the image repository. |
Tag | String | Yes | 1 |
The tag of the images to be scanned. |
ScanTaskId | String | No | 6b0b094f-8a90-4f8f-b660-2427aed0d1fa |
The ID of the security scan task. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | String | success |
The code returned for the request. |
IsSuccess | Boolean | true |
Indicates whether the request is successful. |
RequestId | String | 1EDB0A5B-C7B4-4D6A-91B1-95191B1C16C2 |
The ID of the request. |
Status | String | COMPLETE |
The status of the security scan task. Valid values:
|
Examples
Sample requests
http(s)://[Endpoint]/? Action=GetRepoTagScanStatus
&InstanceId=cri-2j88dtld8yelxp6i
&RegionId=cn-shanghai
&RepoId=crr-uf082u9dg8dorp5f
&Tag=1
&<Common request parameters>
Sample success responses
XML
format
<code>200</code>
<data>
<Status>COMPLETE</Status>
<IsSuccess>true</IsSuccess>
<RequestId>1EDB0A5B-C7B4-4D6A-91B1-95191B1C16C2</RequestId>
<Code>success</Code>
</data>
<requestId>1EDB0A5B-C7B4-4D6A-91B1-95191B1C16C2</requestId>
<successResponse>true</successResponse>
JSON
format
{
"code":"200",
"data":{
"Status":"COMPLETE",
"IsSuccess":true,
"RequestId":"1EDB0A5B-C7B4-4D6A-91B1-95191B1C16C2",
"Code":"success"
},
"requestId":"1EDB0A5B-C7B4-4D6A-91B1-95191B1C16C2",
"successResponse":true
}
Error codes
For a list of error codes, visit the API Error Center.