All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnCertificateDetail

Last Updated:Oct 17, 2024

Queries details about a certificate.

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
CertNamestringYes

The name of the certificate.

123

Response parameters

ParameterTypeDescriptionExample
object
CertNamestring

The name of the certificate.

123
Keystring

The key of the certificate.

ak1htyxxxx
Certstring

The content of the certificate.

-----BEGIN CERTIFICATE-----xxx-----END CERTIFICATE-----
CertIdlong

The ID of the certificate.

123
RequestIdstring

The ID of the request.

C7C69682-7F88-40DD-A198-10D0309E439B

Examples

Sample success responses

JSONformat

{
  "CertName": "123",
  "Key": "ak1htyxxxx",
  "Cert": "-----BEGIN CERTIFICATE-----xxx-----END CERTIFICATE-----",
  "CertId": 123,
  "RequestId": "C7C69682-7F88-40DD-A198-10D0309E439B"
}

Error codes

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