Queries the total number of certificate-related assets, such as websites and cloud resources.
Operation description
This API call queries the number of CA certificates that you have created, including root CA certificates and sub-CA certificates.
QPS Limit
This API call has a single-user limit of 10 queries per second (QPS). If you exceed this limit, API calls are rate-limited. This may affect your business. We recommend that you call this API operation at a reasonable rate.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Point |
integer |
Generated perspective. |
50 |
| PointTime |
integer |
Health score update time. |
1767681210879 |
| PointRatio |
integer |
Health score ratio. |
1 |
| BuyCertificateCount |
integer |
Number of paid certificates. |
10 |
| FreeCertificateCount |
integer |
Number of free certificates. |
10 |
| UploadCertificateCount |
integer |
Number of uploaded certificates. |
10 |
| AliyunAssetCount |
integer |
Total number of Alibaba Cloud resources. |
10 |
| TencentAssetCount |
integer |
Total number of Tencent Cloud resources. |
10 |
| HuaweiAssetCount |
integer |
Total number of Huawei Cloud resources. |
10 |
| RequestId |
string |
This ID is a unique identifier generated by Alibaba Cloud for the request. Use it to troubleshoot and locate issues. |
EECA10D5-BD0F-4EF1-B3EA-B4578E5C6F8E |
| AwsAssetCount |
integer |
Total number of Amazon Cloud resources. |
10 |
| DomainAssetCount |
integer |
Total number of Domain Name resources. |
10 |
| LastPoint |
integer |
Last health score. |
60 |
Examples
Success response
JSON format
{
"Point": 50,
"PointTime": 1767681210879,
"PointRatio": 1,
"BuyCertificateCount": 10,
"FreeCertificateCount": 10,
"UploadCertificateCount": 10,
"AliyunAssetCount": 10,
"TencentAssetCount": 10,
"HuaweiAssetCount": 10,
"RequestId": "EECA10D5-BD0F-4EF1-B3EA-B4578E5C6F8E",
"AwsAssetCount": 10,
"DomainAssetCount": 10,
"LastPoint": 60
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.