Retrieves the details of the quota for container image scan.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeImageScanAuthCount |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request, which is used to locate and troubleshoot issues. |
892NYH839-0EDC-4CD0-A2EF-5BD294656C99 |
| ImageScan |
object |
The details about the quota for container image scan. |
|
| ScanCount |
integer |
The consumed quota for container image scan. |
5489 |
| ImageScanCapacity |
integer |
The quota for container image scan. |
15340 |
| InstanceId |
string |
The instance ID of Security Center. |
sas-qdl123412**** |
Examples
Success response
JSON format
{
"RequestId": "892NYH839-0EDC-4CD0-A2EF-5BD294656C99",
"ImageScan": {
"ScanCount": 5489,
"ImageScanCapacity": 15340,
"InstanceId": "sas-qdl123412****"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NoPermission | no permission | |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.