All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnSSLCertificateList

Last Updated:Oct 17, 2024

Queries the certificates of accelerated domain names.

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 secured by the SSL certificate. HTTPS secure acceleration is enabled for the accelerated domain name.

www.example.com
PageNumberlongNo

The number of the page. Default value: 1.

1
PageSizelongNo

The maximum number of entries to return on each page. Valid values: 1 to 1000.

10
SearchKeywordstringNo

The keyword that is used to query the certificate.

taobao

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

CB1A380B-09F0-41BB-3C82-72F8FD6DA2FE
CertificateListModelobject

The list of certificates.

Countinteger

The number of certificates.

2
CertListarray<object>

Details about each certificate.

Certobject
LastTimelong

The time when the certificate was last modified. Unit: milliseconds.

1548065550
Fingerprintstring

The fingerprint of the certificate.

4278e3b81ab5bc678d253e74c17ffb88
CertNamestring

The name of the certificate.

yourCertName
Issuerstring

The certificate authority (CA) that issued the certificate.

yourCertIssuer
CertIdlong

The ID of the certificate.

7428244
Commonstring

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

example.com
CertRegionstring

The region ID of the certificate. Valid values: cn-hangzhou and ap-southeast-1. Default value: cn-hangzhou.

cn-hangzhou
PageNumberlong

The page number. Pages start from page 1. Default value: 1.

2
PageSizelong

The number of entries per page. Valid values: an integer from 1 to 1000.

20

Examples

Sample success responses

JSONformat

{
  "RequestId": "CB1A380B-09F0-41BB-3C82-72F8FD6DA2FE",
  "CertificateListModel": {
    "Count": 2,
    "CertList": {
      "Cert": [
        {
          "LastTime": 1548065550,
          "Fingerprint": "4278e3b81ab5bc678d253e74c17ffb88",
          "CertName": "yourCertName",
          "Issuer": "yourCertIssuer",
          "CertId": 7428244,
          "Common": "example.com",
          "CertRegion": "cn-hangzhou"
        }
      ]
    },
    "PageNumber": 2,
    "PageSize": 20
  }
}

Error codes

HTTP status codeError codeError messageDescription
400NotFoundCertListThe certList is null.The certificate list is empty.

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