Queries the certificates of accelerated domain names.
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 secured by the SSL certificate. HTTPS secure acceleration is enabled for the accelerated domain name. | www.example.com |
PageNumber | long | No | The number of the page. Default value: 1. | 1 |
PageSize | long | No | The maximum number of entries to return on each page. Valid values: 1 to 1000. | 10 |
SearchKeyword | string | No | The keyword that is used to query the certificate. | taobao |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "CB1A380B-09F0-41BB-3C82-72F8FD6DA2FE",
"CertificateListModel": {
"Count": 2,
"CertList": {
"Cert": [
{
"LastTime": 1548065550,
"Fingerprint": "4278e3b81ab5bc678d253e74c17ffb88",
"CertName": "yourCertName",
"Issuer": "yourCertIssuer",
"CertId": 7428244,
"Common": "example.com",
"CertRegion": "cn-hangzhou"
}
]
},
"PageNumber": 2,
"PageSize": 20
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | NotFoundCertList | The certList is null. | The certificate list is empty. |
For a list of error codes, visit the Service error codes.