Queries all certificate information for your account.
Operation description
The call frequency is limited to 100 calls per second for each account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeCdnHttpsDomainList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageNumber |
integer |
No |
The page number to return. Valid values: 1 to 100000. |
5 |
| PageSize |
integer |
No |
The number of entries to return on each page. The default value is 20. |
20 |
| Keyword |
string |
No |
The keyword for the search. |
com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of entries returned. |
16 |
| RequestId |
string |
The ID of the request. |
F5E8DF64-7175-4186-9B06-F002C0BBD0C5 |
| CertInfos |
object |
||
| CertInfo |
array<object> |
A list of certificate information. |
|
|
object |
|||
| CertStartTime |
string |
The start time of the certificate. |
2018-11-26 14:45:09 |
| CertExpireTime |
string |
The expiration time of the certificate. |
2018-12-26 14:45:09 |
| CertUpdateTime |
string |
The time when the certificate was last updated. |
2019-01-08 18:33:16 |
| CertType |
string |
The type of the certificate.
|
free |
| CertName |
string |
The name of the certificate. |
test |
| CertStatus |
string |
The status of the certificate.
|
mismatch |
| DomainName |
string |
The accelerated domain name. |
example.com |
| CertCommonName |
string |
The primary domain name of the certificate. |
example.org |
Examples
Success response
JSON format
{
"TotalCount": 16,
"RequestId": "F5E8DF64-7175-4186-9B06-F002C0BBD0C5",
"CertInfos": {
"CertInfo": [
{
"CertStartTime": "2018-11-26 14:45:09",
"CertExpireTime": "2018-12-26 14:45:09",
"CertUpdateTime": "2019-01-08 18:33:16",
"CertType": "free",
"CertName": "test",
"CertStatus": "mismatch",
"DomainName": "example.com",
"CertCommonName": "example.org"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NoHttpsDomain | Your account doesn't have https domain. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.