Mengkueri semua informasi sertifikat yang dikonfigurasi untuk layanan sertifikat pengguna.
Deskripsi operasi
Panggil operasi ini untuk mengkueri semua sertifikat dan informasi nama domain yang dikonfigurasi untuk pengguna dalam layanan sertifikat.
Sebelum memanggil operasi ini, pastikan setidaknya satu domain streaming di akun telah mengaktifkan sertifikat HTTPS melalui SetLiveDomainCertificate. Jika tidak, error NoHttpsDomain(400) akan dikembalikan.
Batas QPS
Batas QPS pengguna tunggal untuk operasi ini adalah 100 panggilan per detik. Jika batas terlampaui, panggilan API akan dibatasi, yang dapat memengaruhi bisnis Anda. Panggil operasi ini dengan tepat.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeLiveHttpsDomainList |
get |
*Domain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
ID wilayah. |
cn-shanghai |
| PageNumber |
integer |
No |
Nomor halaman yang akan dikembalikan. Nilai valid: [1,10000]. |
5 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai default: 20. |
20 |
| Keyword |
string |
No |
Nama domain yang dipercepat. |
demo.aliyun.com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter tanggapan. |
||
| CertInfos |
object |
||
| CertInfo |
array<object> |
Daftar informasi sertifikat. |
|
|
object |
Detail daftar. |
||
| CertCommonName |
string |
The primary domain name of the certificate. |
example.org |
| CertExpireTime |
string |
The expiration time of the certificate. |
2018-12-26 14:45:09 |
| CertName |
string |
The name of the certificate. |
test |
| CertStartTime |
string |
The start time of the certificate. |
2018-11-26 14:45:09 |
| CertStatus |
string |
The status of the certificate.
|
mismatch |
| CertType |
string |
The type of the certificate.
|
cas |
| CertUpdateTime |
string |
The time when the certificate was updated. |
2019-01-08 18:33:16 |
| DomainName |
string |
The accelerated domain name. |
example.com |
| RequestId |
string |
ID permintaan. |
F5E8DF64-7175-4186-9B06-F002C0BBD0C5 |
| TotalCount |
integer |
Jumlah total entri yang dikembalikan. |
16 |
Contoh
Respons sukses
JSONformat
{
"CertInfos": {
"CertInfo": [
{
"CertCommonName": "example.org",
"CertExpireTime": "2018-12-26 14:45:09",
"CertName": "test",
"CertStartTime": "2018-11-26 14:45:09",
"CertStatus": "mismatch",
"CertType": "cas",
"CertUpdateTime": "2019-01-08 18:33:16",
"DomainName": "example.com"
}
]
},
"RequestId": "F5E8DF64-7175-4186-9B06-F002C0BBD0C5",
"TotalCount": 16
}
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.