Queries the ShangMi (SM) certificates of an accelerated domain name.
Operation description
Note
You can call this operation up to 30 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | Yes | The accelerated domain name whose SM certificates you want to query. | example.com |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "DC0E34AC-0239-44A7-AB0E-800DE522C8DC",
"CertificateListModel": {
"Count": 2,
"CertList": [
{
"CertName": "yourCertName",
"Issuer": "yourCertIssuer",
"CertIdentifier": "yourCertldentifier",
"Common": "yourCertCommon"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.