All Products
Search
Document Center

Container Registry:GetRepoTagScanSummary

Last Updated:Mar 01, 2024

Queries the number of vulnerabilities for each severity level. These vulnerabilities are detected in a security scan that is created for an image version.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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 keyAssociated operation
cr:GetScanCountRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The ID of the image repository.

cri-2j88dtld8yel****
RepoIdstringYes

The name of the image tag.

crr-c2i5yk6h6pu9d5o8
TagstringYes

The ID of the security scan task.

1
ScanTaskIdstringNo

The digest of the image.

47A3E5A3-6AD4-5F02-93B8-59F778AE25D4
DigeststringNo

The number of unknown-severity vulnerabilities.

sha256:c9f370a4eb1c00d0b0d7212a0a9fa4a7697756c90f0f680afaf9737a25725f4c

Response parameters

ParameterTypeDescriptionExample
object
UnknownSeverityinteger

The ID of the request.

4
RequestIdstring

The total number of vulnerabilities detected on images.

BC648259-91A7-4502-BED3-EDF64361FA83
TotalSeverityinteger

The return value.

196
Codestring

The number of medium-severity vulnerabilities.

success
MediumSeverityinteger

Indicates whether the request is successful. Valid values:

  • true: The request is successful.
  • false: The request fails.
81
IsSuccessboolean

The number of high-severity vulnerabilities.

true
HighSeverityinteger

The number of low-severity vulnerabilities.

22

Examples

Sample success responses

JSONformat

{
  "UnknownSeverity": 4,
  "RequestId": "BC648259-91A7-4502-BED3-EDF64361FA83",
  "TotalSeverity": 196,
  "Code": "success",
  "MediumSeverity": 81,
  "IsSuccess": true,
  "HighSeverity": 22,
  "LowSeverity": 89
}

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.