Domain name for API request: csip.intl.tencentcloudapi.com.
Query the repository asset overview of images
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeImageRegistryAssetOverview. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group account member id |
| Parameter Name | Type | Description |
|---|---|---|
| ImageCnt | Integer | Total number of images |
| ImageScannedCnt | Integer | Scanned image count |
| ComponentCnt | Integer | Number of components |
| VulCnt | Integer | Number of vulnerabilities |
| VirusCnt | Integer | Number of trojans |
| SensitiveCnt | Integer | Number of sensitive information entries. |
| TimedScanTaskConfigCnt | Integer | Number of scheduled scan configurations |
| TotalQuota | Integer | Total quota |
| UsedQuota | Integer | Used quota |
| RemainingQuota | Integer | Remaining quota |
| TrialQuota | Integer | Trial use quota |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeImageRegistryAssetOverview
<Common request parameters>
{
"MemberId": [
"mem-12e1se11"
]
}
{
"Response": {
"ComponentCnt": 4805,
"ImageCnt": 319,
"ImageScannedCnt": 189,
"RemainingQuota": 1010,
"SensitiveCnt": 118,
"TimedScanTaskConfigCnt": 5,
"TotalQuota": 1010,
"TrialQuota": 0,
"UsedQuota": 0,
"VirusCnt": 496,
"VulCnt": 419,
"RequestId": "aa4beda5-11ef-4295-a4c9-2713255b7e96"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| AuthFailure | CAM signature/authentication error. |
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidFilter | Invalid Filter |
| InvalidParameter | Parameter error. |
| InvalidParameter.ResourceId | InvalidParameter.ResourceId |
| InvalidParameterValue | Parameter value error. |
| LimitExceeded | The quota limit is exceeded. |
| MissingParameter | Parameters are missing. |
| OperationDenied | Operation denied. |
| RequestLimitExceeded | Number of requests exceeds the frequency limit. |
| ResourceInUse | The resource is occupied. |
| ResourceNotFound | The resource does not exist. |
| ResourceUnavailable | Resources are unavailable. |
| UnauthorizedOperation.NoPermission | UnauthorizedOperation.NoPermission |
| UnknownParameter | Unknown parameter error. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback