Queries the summary statistics of Certificate Management Service instances, such as certificate counts by status.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceType |
string |
No |
The instance type. Valid values: BUY: a paid certificate. TEST: a test certificate. |
TEST |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request. You can use this ID to troubleshoot issues. |
09470F19-CEE8-5C63-BF2C-02B5E3F07A17 |
| TotalCount |
integer |
The total number of instances. |
10 |
| InactiveCount |
integer |
The total number of inactive instances. |
1 |
| AutoReissueCount |
integer |
The remaining quota for automatic reissue. |
1 |
| CertificateCount |
integer |
The remaining certificate quota. |
1 |
| WillExpireCount |
integer |
The total number of instances that are about to expire. |
1 |
Examples
Success response
JSON format
{
"RequestId": "09470F19-CEE8-5C63-BF2C-02B5E3F07A17",
"TotalCount": 10,
"InactiveCount": 1,
"AutoReissueCount": 1,
"CertificateCount": 1,
"WillExpireCount": 1
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.