All Products
Search
Document Center

Certificate Management Service:ListAssetCount

Last Updated:Mar 13, 2026

Queries the certificate deployment statistics by cloud service type.

Operation description

Queries the number of created Certificate Authority (CA) certificates, including root and subordinate CA certificates.

QPS limit

Each user can make up to 10 queries per second (QPS). If you exceed this limit, the system applies rate limiting to your API calls. This may affect your business. Make API calls at a reasonable rate.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

StartDate

integer

No

The date of certificate issuance.

2018-07-13

EndDate

integer

No

The expiration date of the certificate.

2020-07-13

CurrentPage

integer

No

The page number. Default value: 1.

1

ShowSize

integer

No

The number of entries to return on each page. Default value: 50.

1

Response elements

Element

Type

Description

Example

object

ShowSize

integer

The number of entries returned on each page. This parameter is not returned if you do not specify `ShowSize` in the request.

20

CurrentPage

integer

The current page number. The default value is 1.

1

TotalCount

integer

The total number of entries.

12

AssetCountList

array<object>

A list of resource statistics.

object

CountDate

integer

The date when the statistics were collected.

1767680115423

Points

integer

The number of points.

99

MultiCloudAssetCount

integer

The total number of resources from other cloud providers.

99

AliyunAssetCount

integer

The total number of Alibaba Cloud resources.

99

CertificateCount

integer

The total number of certificate resources.

99

DomainAssetCount

integer

The total number of domain name resources.

99

RequestId

string

The ID of the request. Alibaba Cloud generates a unique ID for each request. You can use this ID to troubleshoot issues.

CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D

Examples

Success response

JSON format

{
  "ShowSize": 20,
  "CurrentPage": 1,
  "TotalCount": 12,
  "AssetCountList": [
    {
      "CountDate": 1767680115423,
      "Points": 99,
      "MultiCloudAssetCount": 99,
      "AliyunAssetCount": 99,
      "CertificateCount": 99,
      "DomainAssetCount": 99
    }
  ],
  "RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.