Mengkueri sertifikat nama domain yang dipercepat.
API ini telah ditinggalkan. Kami merekomendasikan migrasi ke Cdn(2018-05-10) - DescribeCdnSSLCertificateList guna memperoleh fungsionalitas yang lebih baik dan dukungan berkelanjutan. Meskipun API yang telah ditinggalkan ini masih dapat diakses sementara, tidak akan ada pembaruan atau perbaikan bug lebih lanjut.
Deskripsi operasi
Each account can call this operation up to 30 times per second.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
No |
Nama domain yang dipercepat. Pisahkan beberapa nama domain yang dipercepat dengan koma (,). Jika Anda tidak menentukan nama domain yang dipercepat, sertifikat SSL dari semua nama domain yang dipercepat Anda akan dikueri. |
example.com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
FC0E34AC-0239-44A7-AB0E-800DE522C8DA |
| CertificateListModel |
object |
Details about certificates. |
|
| Count |
integer |
The number of certificates that are returned. |
2 |
| CertList |
object |
||
| Cert |
array<object> |
The list of certificates. |
|
|
object |
|||
| LastTime |
integer |
The timestamp. |
1512388610 |
| Fingerprint |
string |
The fingerprint of the certificate. |
2ED68FD33786C5B42950D40A6C50353575BB**** |
| CertName |
string |
The name of the certificate. |
Certificate1 |
| Issuer |
string |
The certificate authority (CA) that issued the certificate. |
CO**** |
| CertId |
integer |
The ID of the certificate. |
1 |
| Common |
string |
The Common Name (CN) attribute of the certificate. In most cases, the CN is a domain name. |
example.com |
Contoh
Respons sukses
JSONformat
{
"RequestId": "FC0E34AC-0239-44A7-AB0E-800DE522C8DA",
"CertificateListModel": {
"Count": 2,
"CertList": {
"Cert": [
{
"LastTime": 1512388610,
"Fingerprint": "2ED68FD33786C5B42950D40A6C50353575BB****",
"CertName": "证书1",
"Issuer": "CO****",
"CertId": 1,
"Common": "example.com"
}
]
}
}
}
Respons error
JSONformat
{
"CertificateListModel": {
"Count": 2,
"CertList": {
"Cert": [
{
"CertName": "证书1",
"Issuer": "xxx",
"LastTime": 1512388610,
"CertId": xxx,
"Common": "test",
"Fingerprint": "xxx"
},
{
"CertName": "证书2",
"Issuer": "xxx",
"LastTime": 1512388659,
"CertId": xxx,
"Common": "test",
"Fingerprint": "xxx"
}
]
}
},
"RequestId": "FC0E34AC-0239-44A7-AB0E-800DE522C8DA"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | FlowControlError | The request was denied due to flow control. | The request was denied due to throttling. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.