Mengkueri sertifikat satu atau beberapa nama domain tertentu atau semua sertifikat dalam akun Alibaba Cloud Anda.
Deskripsi operasi
If you specify one or more domain names in the request, the certificates of the domain names are returned. If you do not specify a domain name in the request, all certificates within your Alibaba Cloud account are returned.
QPS limit
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeLiveCertificateList |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
No |
Domain ingest atau domain streaming. Pisahkan beberapa nama domain dengan koma (,). |
demo.aliyundoc.com,example.com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 |
| CertificateListModel |
object |
The details. |
|
| Count |
integer |
The number of certificates. |
2 |
| CertList |
object |
||
| Cert |
array<object> |
The certificates. |
|
|
object |
The information about the certificate. |
||
| LastTime |
integer |
The time when the certificate was issued. Unit: seconds. |
1512388659 |
| Fingerprint |
string |
The fingerprint of the certificate. |
**** |
| CertName |
string |
The name of the certificate. |
Cert-**** |
| Issuer |
string |
The certificate authority (CA) that issued the certificate. |
***** |
| CertId |
integer |
The ID of the certificate. |
123456 |
| Common |
string |
The Common Name (CN) attribute of the certificate. |
example.net |
Contoh
Respons sukses
JSONformat
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8",
"CertificateListModel": {
"Count": 2,
"CertList": {
"Cert": [
{
"LastTime": 1512388659,
"Fingerprint": "****",
"CertName": "Cert-****",
"Issuer": "*****",
"CertId": 123456,
"Common": "example.net"
}
]
}
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.