Call the DescribeDcdnSMCertificateList operation to query the list of SM certificates for a specified domain name.
Operation description
Call frequency for a single user: 30 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnSMCertificateList |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The accelerated domain name for which you want to query the list of SM certificates. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
DC0E34AC-0239-44A7-AB0E-800DE522C8DC |
| CertificateListModel |
object |
The information about the certificate list. |
|
| Count |
integer |
The number of certificates. |
2 |
| CertList |
array<object> |
The list of certificates. |
|
|
object |
|||
| CertName |
string |
The certificate name. |
yourCertName |
| Issuer |
string |
The certificate issuer. |
yourCertIssuer |
| CertIdentifier |
string |
The certificate ID. |
yourCertldentifier |
| Common |
string |
The common name of the certificate. |
yourCertCommon |
Examples
Success response
JSON format
{
"RequestId": "DC0E34AC-0239-44A7-AB0E-800DE522C8DC",
"CertificateListModel": {
"Count": 2,
"CertList": [
{
"CertName": "yourCertName",
"Issuer": "yourCertIssuer",
"CertIdentifier": "yourCertldentifier",
"Common": "yourCertCommon"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.