统计风险资产数量。
接口说明
本接口用于查询您已创建的 CA 证书(包括根 CA 证书、子 CA 证书)的数量。
QPS 限制
本接口的单用户 QPS 限制为 10 次/秒。超过限制,API 调用将会被限流,这可能影响您的业务,请合理调用。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
当前API无需请求参数
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| BuyCertificateExpireCount |
integer |
付费证书过期数量。 |
10 |
| BuyCertificateWillExpiredCount |
integer |
付费证书即将过期数量。 |
10 |
| BuyCertificateNotDeploymentCount |
integer |
付费证书未部署数量。 |
10 |
| BuyCheckedFailCount |
integer |
付费证书审核失败订单数。 |
10 |
| BuyCertificateNotTrusteeCount |
integer |
付费证书未托管数量。 |
10 |
| FreeCertificateExpireCount |
integer |
免费证书过期数量。 |
10 |
| FreeCertificateWillExpiredCount |
integer |
免费证书即将过期数量。 |
10 |
| FreeCertificateNotDeploymentCount |
integer |
免费证书未部署数量。 |
10 |
| FreeCheckedFailCount |
integer |
免费证书审核失败订单数。 |
10 |
| RequestId |
string |
本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。 |
5BCD2F6C-7A9D-47C1-8588-2CC6A4E0BE5E |
| UploadCertificateExpireCount |
integer |
上传证书过期数量。 |
10 |
| UploadCertificateWillExpiredCount |
integer |
上传证书即将过期数量。 |
10 |
| UploadCertificateNotDeploymentCount |
integer |
上传证书未部署数量。 |
10 |
| UploadCertificateNotNoticeCount |
integer |
上传证书未设置告警数量。 |
10 |
| AliyunAssetCertificateExpiredCount |
integer |
阿里云证书过期数量。 |
10 |
| AliyunAssetCertificateWillExpiredCount |
integer |
阿里云证书即将过期数量。 |
10 |
| MultiCloudAssetCertificateExpiredCount |
integer |
多云证书过期数量。 |
10 |
| DomainAssetNotMonitorCount |
integer |
域名未设置监控数量。 |
10 |
| MultiCloudAssetCertificateWillExpiredCount |
integer |
多云证书即将过期数量。 |
10 |
示例
正常返回示例
JSON格式
{
"BuyCertificateExpireCount": 10,
"BuyCertificateWillExpiredCount": 10,
"BuyCertificateNotDeploymentCount": 10,
"BuyCheckedFailCount": 10,
"BuyCertificateNotTrusteeCount": 10,
"FreeCertificateExpireCount": 10,
"FreeCertificateWillExpiredCount": 10,
"FreeCertificateNotDeploymentCount": 10,
"FreeCheckedFailCount": 10,
"RequestId": "5BCD2F6C-7A9D-47C1-8588-2CC6A4E0BE5E",
"UploadCertificateExpireCount": 10,
"UploadCertificateWillExpiredCount": 10,
"UploadCertificateNotDeploymentCount": 10,
"UploadCertificateNotNoticeCount": 10,
"AliyunAssetCertificateExpiredCount": 10,
"AliyunAssetCertificateWillExpiredCount": 10,
"MultiCloudAssetCertificateExpiredCount": 10,
"DomainAssetNotMonitorCount": 10,
"MultiCloudAssetCertificateWillExpiredCount": 10
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?