All Products
Search
Document Center

Security Center:DescribeImageScanAuthCount

Last Updated:Apr 28, 2023

Queries the details about the quota for container image scan.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

892NYH839-0EDC-4CD0-A2EF-5BD294656C99
ImageScanobject

The details about the quota for container image scan.

ScanCountlong

The consumed quota for container image scan.

5489
ImageScanCapacitylong

The quota for container image scan.

15340
InstanceIdstring

The instance ID of Security Center.

sas-qdl123412****

Examples

Sample success responses

JSONformat

{
  "RequestId": "892NYH839-0EDC-4CD0-A2EF-5BD294656C99",
  "ImageScan": {
    "ScanCount": 5489,
    "ImageScanCapacity": 15340,
    "InstanceId": "sas-qdl123412****"
  }
}

Error codes

HTTP status codeError codeError message
400NoPermissionno permission
500ServerErrorServerError

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