获取证书资源包数量
接口说明
本接口用于查询您已创建的 CA 证书(包括根 CA 证书、子 CA 证书)的数量。
QPS 限制
本接口的单用户 QPS 限制为 10 次/秒。超过限制,API 调用将会被限流,这可能影响您的业务,请合理调用。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
当前API无需请求参数
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| ProductCountList |
string |
证书品牌产品明细。 |
[ { "BrandName": "CFCA", "TotalCount": 14, "DomainType": "ONE", "RemainCount": 14, "ProductCode": "cfca-ev-1-advanced", "CertType": "EV", "ProductId": 8, "UsedCount": 0 } ] |
| RequestId |
string |
本次请求的 id。 |
08F45EA0-66A7-4504-9B31-3589F5CE308D |
| TrusteeCountDetail |
string |
托管额度使用情况。 |
{TotalCount=177, ValidCount=6, RemainCount=129, UsedCount=48} |
| TotalCountDetail |
string |
证书已绑定的域名总数。 |
{TotalCount=573, RemainCount=243, FreeQuota=10, UsedCount=330} |
| NoticeCountDetail |
string |
消息提醒额度。 |
{TotalCount=189, RemainCount=94, UsedCount=95} |
| ProxyCountDetail |
string |
加速网关转发额度。 |
{TotalCount=116900, RemainCount=90448, AutoPay=0, AutoPayCount=5000, UsedCount=26452} |
示例
正常返回示例
JSON格式
{
"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}"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。