All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeDcdnSSLCertificateList

Last Updated:Apr 11, 2024

Queries the certificates of accelerated domain names.

Debugging

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

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
dcdn:DescribeDcdnSSLCertificateListRead
  • Domain
    acs:dcdn:*:{#accountId}:domain/{#domainName}
    none
none

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
CertListobject []

Details about each certificate.

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.