Domain name for API request: tcss.tencentcloudapi.com.
This API is used to query the image licensing information.
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: DescribeImageAuthorizedInfo. |
Version | Yes | String | Common Params. The value used for this API: 2020-11-01. |
Region | No | String | Common Params. This parameter is not required. |
Parameter Name | Type | Description |
---|---|---|
TotalAuthorizedCnt | Integer | Total number of valid image licenses |
UsedAuthorizedCnt | Integer | Number of used image licenses |
ScannedImageCnt | Integer | Number of images with scan enabled |
NotScannedImageCnt | Integer | Number of images with scan not enabled |
NotScannedLocalImageCnt | Integer | Number of local images with scan not enabled |
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. |
https://tcss.tencentcloudapi.com/?Action=DescribeImageAuthorizedInfo
&<Common request parameters>
{
"Response": {
"ScannedImageCnt": 1,
"TotalAuthorizedCnt": 1,
"NotScannedLocalImageCnt": 1,
"RequestId": "xx",
"UsedAuthorizedCnt": 1,
"NotScannedImageCnt": 1
}
}
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 |
---|---|
InternalError | An internal error occurred. |
InternalError.MainDBFail | The database operation failed. |
Was this page helpful?