All Products
Search
Document Center

CDN:DescribeCdnCertificateDetail

Last Updated:Jul 05, 2024

Queries the detailed information about an SSL certificate.

Operation description

Note You can call this operation up to 20 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
CertNamestringYes

The ID of the SSL certificate. You can query only one certificate at a time.

cert-15480655xxxx

Response parameters

ParameterTypeDescriptionExample
object
CertNamestring

The name of the certificate.

cert-15480655xxxx
Keystring

The key of the SSL certificate.

xxxx
Certstring

The certificate.

-----BEGIN CERTIFICATE-----\nMIIFzDCCBLSgAwIBxxxx
CertIdlong

The ID of the certificate.

881049
RequestIdstring

The ID of the request.

0AEDAF20-4DDF-4165-8750-47FF9C1929C9

Examples

Sample success responses

JSONformat

{
  "CertName": "cert-15480655xxxx",
  "Key": "xxxx",
  "Cert": "-----BEGIN CERTIFICATE-----\\nMIIFzDCCBLSgAwIBxxxx",
  "CertId": 881049,
  "RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}

Error codes

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