Queries the certificate information about an accelerated domain name.
Operation description
Note
You can call this operation up to 100 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. You can specify only one domain name in each request. | example.com |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "5C1E43DC-9E51-4771-82C0-7D5ECEB547A1",
"CertInfos": {
"CertInfo": [
{
"Status": "success",
"CertLife": "3 months",
"CertExpireTime": "2018-06-03T22:03:39Z",
"SSLPub": "xxxx",
"SSLProtocol": "on",
"CertType": "cas",
"CertDomainName": "example.com",
"CertName": "cert-example.com",
"CertOrg": "Let's Encrypt",
"DomainName": "example.com",
"CertId": "9002448",
"CertRegion": "cn-hangzhou"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.