Queries the certificates of one or more accelerated domain names.
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 | No | The accelerated domain name. Separate multiple accelerated domain names with commas (,). By default, this operation queries the certificates of all accelerated domain names. | example.com |
Response parameters
Examples
Sample success responses
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
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-10-10 | The API operation is deprecated | View Change Details |