You can call the DescribeDcdnCertificateDetail operation to query the details of a DCDN certificate.
Operation description
The call frequency is limited to 30 calls per second for a single user.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnCertificateDetail |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CertName |
string |
Yes |
The certificate name. |
123 |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| CertName |
string |
The certificate name. |
123 |
| Key |
string |
The certificate key. |
ak1htyxxxx |
| Cert |
string |
The content of the certificate. |
-----BEGIN CERTIFICATE-----xxx-----END CERTIFICATE----- |
| CertId |
integer |
The certificate ID. |
123 |
| RequestId |
string |
The request ID. |
C7C69682-7F88-40DD-A198-10D0309E439B |
Examples
Success response
JSON format
{
"CertName": "123",
"Key": "ak1htyxxxx",
"Cert": "-----BEGIN CERTIFICATE-----xxx-----END CERTIFICATE-----",
"CertId": 123,
"RequestId": "C7C69682-7F88-40DD-A198-10D0309E439B"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.