All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnUserCertificateExpireCount

Last Updated:Oct 17, 2024

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

Operation description

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

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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 expire 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

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