All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnSMCertificateList

Last Updated:Oct 17, 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

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
DomainNamestringYes

The accelerated domain name whose SM certificates you want to query.

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>

A list of certificates.

Certobject
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": [
      {
        "CertName": "yourCertName",
        "Issuer": "yourCertIssuer",
        "CertIdentifier": "yourCertldentifier",
        "Common": "yourCertCommon"
      }
    ]
  }
}

Error codes

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