All Products
Search
Document Center

CDN:DescribeCdnSSLCertificateList

Last Updated:Aug 28, 2026

Queries SSL certificates associated with Alibaba Cloud CDN accelerated domain names.

Debugging

Run this operation in OpenAPI Explorer to sign requests automatically and generate SDK sample code.

Debug

Authorization information

The following table lists the authorization details for this operation. Use the values in the Operation column in the Action element of a RAM policy to grant a RAM user or RAM role permission to call this operation.

OperationAccess levelResource typeCondition keyAssociated operation
cdn:DescribeCdnSSLCertificateListget*Domainacs:cdn:*:{#accountId}:domain/{#DomainName}

none | none

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringNoThe accelerated domain name to filter by. Specify at most one domain name per request.www.example.com
PageNumberlongNoThe page number. Default value: 1.1
PageSizelongNoThe number of entries per page. Valid values: 1 to 1000.20
SearchKeywordstringNoThe keyword that is used to query the certificate.certabc

Response elements

ParameterTypeDescriptionExample
object
RequestIdstringThe request ID.E9D3257A-1B7C-414C-90C1-8D07AC47BCAC
CertificateListModelobjectThe certificate list.
CountintegerThe total number of certificates returned.2
CertListarray\<object\>The certificates.
Certobject
LastTimelongThe timestamp of the last modification to the certificate, in milliseconds.1679896965
FingerprintstringThe fingerprint of the certificate.933c6ddee95c9c41a40f9f50493d82be03ad87bf
CertNamestringThe name of the certificate.yourCertName
IssuerstringThe certificate authority (CA) that issued the certificate.yourCertIssuer
CertIdlongThe ID of the certificate.9128192
CommonstringThe Common Name (CN) of the certificate. In most cases, this is a domain name.example.com
CertRegionstringThe region of the certificate. Valid values: cn-hangzhou and ap-southeast-1. Default value: cn-hangzhou.cn-hangzhou
PageNumberlongThe current page number. Default value: 1.2
PageSizelongThe number of entries per page. Valid values: 1 to 1000.20

Examples

Sample success responses

JSON format

{
  "RequestId": "E9D3257A-1B7C-414C-90C1-8D07AC47BCAC",
  "CertificateListModel": {
    "Count": 2,
    "CertList": {
      "Cert": [
        {
          "LastTime": 1679896965,
          "Fingerprint": "933c6ddee95c9c41a40f9f50493d82be03ad87bf",
          "CertName": "yourCertName",
          "Issuer": "yourCertIssuer",
          "CertId": 9128192,
          "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.

Change history

Change timeSummary of changesOperation
2024-11-25The Error code has changedView Change Details