Queries the list of China Encryption Standard (China SM) certificates from SSL Certificates Service that can be configured.
Operation description
Single user call frequency: 30 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeCdnSMCertificateList |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The accelerated domain name. Only a single domain name can be queried. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
DC0E34AC-0239-44A7-AB0E-800DE522C8DC |
| CertificateListModel |
object |
The certificate information type. |
|
| Count |
integer |
The number of certificates. |
2 |
| CertList |
object |
||
| Cert |
array<object> |
The list of certificates. |
|
|
object |
|||
| CertName |
string |
The name of the certificate. |
yourCertName |
| Issuer |
string |
The certificate authority (CA) that issued the certificate. |
yourCertIssuer |
| CertIdentifier |
string |
The ID of the certificate. |
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": {
"Cert": [
{
"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.