All Products
Search
Document Center

CDN:DescribeUserCertificateExpireCount

Last Updated:Jul 05, 2024

Queries the number of domain names whose SSL certificates are about to expire or have already expired.

Operation description

Note You can call this operation up to 100 times per second per account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
ExpireWithin30DaysCountinteger

The number of domain names whose SSL certificates are about to expires within 30 days.

0
RequestIdstring

The ID of the request.

F5E8DF64-7175-4186-9B06-F002C0BBD0C5
ExpiredCountinteger

The number of domain names whose SSL certificates have already expired.

6

Examples

Sample success responses

JSONformat

{
  "ExpireWithin30DaysCount": 0,
  "RequestId": "F5E8DF64-7175-4186-9B06-F002C0BBD0C5",
  "ExpiredCount": 6
}

Error codes

HTTP status codeError codeError message
400NoHttpsDomainYour account doesn't have https domain.

For a list of error codes, visit the Service error codes.