All Products
Search
Document Center

CDN:DescribeCdnSMCertificateDetail

Last Updated:Mar 28, 2026

Queries a ShangMi (SM) certificate.

Operation description

Note

Each account can call this operation up to 20 times per second.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

CertIdentifier

string

Yes

The ID of the certificate.

648****-cn-hangzhou

Response elements

Element

Type

Description

Example

object

CertExpireTime

string

The expiration time of the certificate. The time is displayed in UTC.

2022-08-31T09:42:28Z

CertIdentifier

string

The ID of the certificate.

648****-cn-hangzhou

RequestId

string

The ID of the request.

A7C69682-7F88-40DD-A198-10D0309E439D

CommonName

string

The common name.

example.com

CertName

string

The name of the certificate.

yourCertName

Sans

string

The subdomain name.

***.example.com

SignCertificate

string

The content of the signature certificate.

--BEGIN CERTIFICATE-----***-----END CERTIFICATE--

CertOrg

string

The certificate authority (CA) that issued the certificate.

DigiCert Inc

EncryptCertificate

string

The content of the encryption certificate.

-BEGIN CERTIFICATE-----***-----END CERTIFICATE--

Examples

Success response

JSON format

{
  "CertExpireTime": "2022-08-31T09:42:28Z",
  "CertIdentifier": "648****-cn-hangzhou",
  "RequestId": "A7C69682-7F88-40DD-A198-10D0309E439D",
  "CommonName": "example.com",
  "CertName": "yourCertName",
  "Sans": "***.example.com",
  "SignCertificate": "--BEGIN CERTIFICATE-----***-----END CERTIFICATE--",
  "CertOrg": "DigiCert Inc",
  "EncryptCertificate": "-BEGIN CERTIFICATE-----***-----END CERTIFICATE--"
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidCertIdentifier.ValueNotSupported The specified value of parameter CertIdentifier is not valid.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.