All Products
Search
Document Center

CDN:DescribeCdnSMCertificateList

Last Updated:Jul 05, 2024

Queries the ShangMi (SM) certificates of an accelerated domain name.

Operation description

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

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringYes

The accelerated domain name. You can specify only one domain name in each request.

example.com

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

DC0E34AC-0239-44A7-AB0E-800DE522C8DC
CertificateListModelobject

The type of the certificate information.

Countinteger

The number of certificates that are returned.

2
CertListarray<object>

The list of certificates.

object
CertNamestring

The name of the certificate.

yourCertName
Issuerstring

The certificate authority (CA) that issued the certificate.

yourCertIssuer
CertIdentifierstring

The ID of the certificate.

yourCertldentifier
Commonstring

The common name of the certificate.

yourCertCommon

Examples

Sample success responses

JSONformat

{
  "RequestId": "DC0E34AC-0239-44A7-AB0E-800DE522C8DC",
  "CertificateListModel": {
    "Count": 2,
    "CertList": {
      "Cert": [
        {
          "CertName": "yourCertName",
          "Issuer": "yourCertIssuer",
          "CertIdentifier": "yourCertldentifier",
          "Common": "yourCertCommon"
        }
      ]
    }
  }
}

Error codes

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