Queries the number of created certificate authority (CA) certificates.
Usage notes
You can call the DescribeCACertificateCount operation to query the number of created CA certificates, which includes root CA certificates and intermediate CA certificates.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeCACertificateCount |
The operation that you want to perform. Set the value to DescribeCACertificateCount. |
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
TotalCount | Integer | 2 |
The number of created CA certificates, which includes root CA certificates and intermediate CA certificates. |
RequestId | String | 15C66C7B-671A-4297-9187-2C4477247A74 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeCACertificateCount
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeCACertificateCountResponse>
<TotalCount>2</TotalCount>
<RequestId>15C66C7B-671A-4297-9187-2C4477247A74</RequestId>
</DescribeCACertificateCountResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"TotalCount" : 2,
"RequestId" : "15C66C7B-671A-4297-9187-2C4477247A74"
}
Error codes
For a list of error codes, visit the API Error Center.