Retrieves the number of certificate resource plans.
Operation description
Queries the number of CA certificates (including root CA certificates and subordinate CA certificates) that you have created.
QPS limit
The single-user QPS limit for this operation is 10 calls per second. If this limit is exceeded, the API call is throttled, which may affect your business. Call this operation as needed.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| ProductCountList |
string |
The details of certificate brand products. |
[ { "BrandName": "CFCA", "TotalCount": 14, "DomainType": "ONE", "RemainCount": 14, "ProductCode": "cfca-ev-1-advanced", "CertType": "EV", "ProductId": 8, "UsedCount": 0 } ] |
| RequestId |
string |
The request ID. |
08F45EA0-66A7-4504-9B31-3589F5CE308D |
| TrusteeCountDetail |
string |
The usage of the hosting quota. |
{TotalCount=177, ValidCount=6, RemainCount=129, UsedCount=48} |
| TotalCountDetail |
string |
The total number of domain names bound to certificates. |
{TotalCount=573, RemainCount=243, FreeQuota=10, UsedCount=330} |
| NoticeCountDetail |
string |
The message notification quota. |
{TotalCount=189, RemainCount=94, UsedCount=95} |
| ProxyCountDetail |
string |
The acceleration gateway forwarding quota. |
{TotalCount=116900, RemainCount=90448, AutoPay=0, AutoPayCount=5000, UsedCount=26452} |
Examples
Success response
JSON format
{
"ProductCountList": "[\n {\n \"BrandName\": \"CFCA\",\n \"TotalCount\": 14,\n \"DomainType\": \"ONE\",\n \"RemainCount\": 14,\n \"ProductCode\": \"cfca-ev-1-advanced\",\n \"CertType\": \"EV\",\n \"ProductId\": 8,\n \"UsedCount\": 0\n }\n]",
"RequestId": "08F45EA0-66A7-4504-9B31-3589F5CE308D",
"TrusteeCountDetail": "{TotalCount=177, ValidCount=6, RemainCount=129, UsedCount=48}",
"TotalCountDetail": "{TotalCount=573, RemainCount=243, FreeQuota=10, UsedCount=330}",
"NoticeCountDetail": "{TotalCount=189, RemainCount=94, UsedCount=95}",
"ProxyCountDetail": "{TotalCount=116900, RemainCount=90448, AutoPay=0, AutoPayCount=5000, UsedCount=26452}"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.