All Products
Search
Document Center

Container Registry:GetRepoTagScanStatus

Last Updated:Apr 18, 2023

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociation operation
cr:GetScanRead
  • CR
    acs:cr:{#regionId}:{#accountId}:repository/{#instanceid}/{#namespacename}/{#repositoryname}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The ID of the instance.

cri-2j88dtld8yel****
RepoIdstringYes

The ID of the image repository.

crr-uf082u9dg8do****
TagstringYes

The tag of the image.

1
ScanTaskIdstringNo

The ID of the security scanning task.

838152F9-F725-5A52-A344-8972D65AC045
DigeststringNo

The digest of the image.

67bfbcc12b67936ec7f867927817cbb071832b873dbcaed312a1930ba5f1d529

Response parameters

ParameterTypeDescriptionExample
object
Statusstring

The status of the image tag scanning. Valid values:

  • SCANNING: The image tag is being scanned.
  • COMPLETE: The scanning is complete.
COMPLETE
Codestring

The return value.

success
IsSuccessboolean

Indicates whether the request is successful. Valid values:

  • true: The request is successful.
  • false: The request fails.
true
RequestIdstring

The ID of the request.

BC648259-91A7-4502-BED3-EDF64361FA83
ScanServicestring

The type of the scanning engine.

ACR_SCAN_SERVICE

Examples

Sample success responses

JSONformat

{
  "Status": "COMPLETE",
  "Code": "success",
  "IsSuccess": true,
  "RequestId": "BC648259-91A7-4502-BED3-EDF64361FA83",
  "ScanService": "ACR_SCAN_SERVICE"
}

Error codes

HTTP status codeError codeError message
403NoPrivilegeAccess denied for this user.
500SystemErrorUnknown error.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2021-05-28Add Operation