All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnCertificateList

Last Updated:Oct 17, 2024

Queries the certificates of one or more accelerated domain names.

Operation description

Note You can call this operation up to 30 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
DomainNamestringNo

The accelerated domain name. Separate multiple accelerated domain names with commas (,).

By default, this operation queries the certificates of all accelerated domain names.

example.com

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

FC0E34AC-0239-44A7-AB0E-800DE522C8DA
CertificateListModelobject

Details about certificates.

Countinteger

The number of certificates.

123
CertListarray<object>

Details about each certificate.

Certobject
LastTimelong

The timestamp.

1548065550
Fingerprintstring

The fingerprint of the certificate.

0151xxxx
CertNamestring

The name of the certificate.

Certificate 2
Issuerstring

The certificate authority (CA) that issued the certificate.

DigiCert
CertIdlong

The ID of the certificate.

123
Commonstring

The Common Name (CN) attribute of the certificate. In most cases, the CN is a domain name.

example.com

Examples

Sample success responses

JSONformat

{
  "RequestId": "FC0E34AC-0239-44A7-AB0E-800DE522C8DA",
  "CertificateListModel": {
    "Count": 123,
    "CertList": {
      "Cert": [
        {
          "LastTime": 1548065550,
          "Fingerprint": "0151xxxx",
          "CertName": "Certificate 2\n",
          "Issuer": "DigiCert",
          "CertId": 123,
          "Common": "example.com"
        }
      ]
    }
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-10-10The API operation is deprecatedView Change Details