Queries a list of certificates by domain name.
This API has been deprecated. We recommend migrating to dcdn(2018-01-15) - DescribeDcdnSSLCertificateList for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnCertificateList |
get |
*domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
No |
The accelerated domain name. |
example.com |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
FC0E34AC-0239-44A7-AB0E-800DE522C8DA |
| CertificateListModel |
object |
A container for certificate information. |
|
| Count |
integer |
The number of certificates. |
123 |
| CertList |
object |
||
| Cert |
array<object> |
The list of certificates. |
|
|
object |
The list of certificates. |
||
| LastTime |
integer |
The time when the certificate was last modified. The time is in milliseconds. |
1548065550 |
| Fingerprint |
string |
The fingerprint of the certificate. |
0151xxxx |
| CertName |
string |
The name of the certificate. |
Certificate 2 |
| Issuer |
string |
The issuer of the certificate. |
DigiCert |
| CertId |
integer |
The ID of the certificate. |
123 |
| Common |
string |
The common name of the certificate. |
example.com |
Examples
Success response
JSON format
{
"RequestId": "FC0E34AC-0239-44A7-AB0E-800DE522C8DA",
"CertificateListModel": {
"Count": 123,
"CertList": {
"Cert": [
{
"LastTime": 1548065550,
"Fingerprint": "0151xxxx",
"CertName": "Certificate 2\n",
"Issuer": "DigiCert",
"CertId": 123,
"Common": "example.com"
}
]
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.