Queries the detailed information about a specified certificate.
Note The maximum number of times that each user can call this operation per second is 30.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeDcdnCertificateDetail |
The operation that you want to perform. Set the value to DescribeDcdnCertificateDetail. |
CertName | String | Yes | 123 |
The name of the certificate. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Cert | String | -----BEGIN CERTIFICATE-----xxx-----END CERTIFICATE----- |
The content of the certificate. |
CertId | Long | 123 |
The ID of the certificate. |
CertName | String | 123 |
The name of the certificate. |
Key | String | ak1htyxxxx |
The key of the certificate. |
RequestId | String | C7C69682-7F88-40DD-A198-10D0309E439B |
The ID of the request. |
Examples
Sample requests
http://dcdn.aliyuncs.com?Action=DescribeDcdnCertificateDetail
&CertName=123
&<Common request parameters>
Sample success responses
XML
format
<DescribeDcdnCertificateDetailResponse>
<CertId>123</CertId>
<RequestId>C7C69682-7F88-40DD-A198-10D0309E439B</RequestId>
<CertName>Certificate name</CertName>
<Cert>-----BEGIN CERTIFICATE-----xxx-----END CERTIFICATE-----</Cert>
<key>ak1htyxxxx</key>
</DescribeDcdnCertificateDetailResponse>
JSON
format
{
"CertId": "123",
"RequestId": "C7C69682-7F88-40DD-A198-10D0309E439B",
"CertName":"Certificate name",
"Cert": "-----BEGIN CERTIFICATE-----xxx-----END CERTIFICATE-----",
"key":"ak1htyxxxx"
}
Error codes
For a list of error codes, visit the API Error Center.