Mengambil seluruh informasi sertifikat untuk akun Anda.
Deskripsi operasi
Frekuensi pemanggilan dibatasi hingga 100 kali per detik untuk setiap akun.
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 yang valid: 1 hingga 100000. |
5 |
| PageSize |
integer |
No |
Jumlah entri yang dikembalikan pada setiap halaman. Nilai default adalah 20. |
20 |
| Keyword |
string |
No |
Kata kunci untuk pencarian. |
com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
Total jumlah entri yang dikembalikan. |
16 |
| RequestId |
string |
ID permintaan. |
F5E8DF64-7175-4186-9B06-F002C0BBD0C5 |
| CertInfos |
object |
||
| CertInfo |
array<object> |
Daftar informasi sertifikat. |
|
|
object |
|||
| CertStartTime |
string |
Waktu mulai sertifikat. |
2018-11-26 14:45:09 |
| CertExpireTime |
string |
Waktu kedaluwarsa sertifikat. |
2018-12-26 14:45:09 |
| CertUpdateTime |
string |
Waktu terakhir sertifikat diperbarui. |
2019-01-08 18:33:16 |
| CertType |
string |
Tipe sertifikat.
|
free |
| CertName |
string |
Nama sertifikat. |
test |
| CertStatus |
string |
Status sertifikat.
|
mismatch |
| DomainName |
string |
Nama domain yang dipercepat. |
example.com |
| CertCommonName |
string |
Nama domain primary dari sertifikat. |
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.