Mengkueri semua informasi sertifikat untuk akun Anda.
Deskripsi operasi
The call frequency is limited to 100 calls per second for each account.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeCdnHttpsDomainList |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageNumber |
integer |
No |
Nomor halaman yang akan dikembalikan. Nilai valid: 1 hingga 100000. |
5 |
| PageSize |
integer |
No |
Jumlah entri yang akan dikembalikan per halaman. Nilai default adalah 20. |
20 |
| Keyword |
string |
No |
Kata kunci untuk pencarian. |
com |
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"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"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NoHttpsDomain | Your account doesn't have https domain. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.