Queries the number of assets.
Operation description
Queries the number of CA certificates (including root CA certificates and subordinate CA certificates) that you have created.
QPS limit
The China single-user QPS limit for this API is 10 calls per second. If this limit is exceeded, the API calls are throttled, which may affect your business. Call this API appropriately.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:GetAssetCount |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Point |
integer |
The generated perspective. |
50 |
| PointTime |
integer |
The time when the health score was updated (in timestamp format, accurate to seconds). |
1767681210879 |
| PointRatio |
integer |
The health score ratio. |
1 |
| BuyCertificateCount |
integer |
The number of paid certificates. |
10 |
| FreeCertificateCount |
integer |
The number of free certificates. |
10 |
| UploadCertificateCount |
integer |
The number of uploaded certificates. |
10 |
| AliyunAssetCount |
integer |
The total number of Alibaba Cloud resources. |
10 |
| TencentAssetCount |
integer |
The total number of Tencent Cloud resources. |
10 |
| HuaweiAssetCount |
integer |
The total number of Huawei Cloud resources. |
10 |
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique identifier for each API request. You can use this ID to troubleshoot issues. |
EECA10D5-BD0F-4EF1-B3EA-B4578E5C6F8E |
| AwsAssetCount |
integer |
The total number of Amazon Web Services (AWS) resources. |
10 |
| DomainAssetCount |
integer |
The total number of domain name resources. |
10 |
| LastPoint |
integer |
The previous 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.