Panggil operasi DescribeDcdnDomainCertificateInfo untuk mengkueri informasi sertifikat suatu nama domain.
Deskripsi operasi
Batas frekuensi pemanggilan untuk satu pengguna adalah 100 kali per detik.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnDomainCertificateInfo |
get |
domain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
Nama domain yang dipercepat. Anda hanya dapat mengkueri satu nama domain dalam satu waktu. |
example.com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
5C1E43DC-9E51-4771-82C0-7D5ECEB547A1 |
| CertInfos |
object |
||
| CertInfo |
array<object> |
Informasi sertifikat. |
|
|
object |
|||
| Status |
string |
Status sertifikat.
|
success |
| CertLife |
string |
Periode validitas sertifikat, yang satuannya dapat berupa months atau years. |
3 months |
| CertExpireTime |
string |
Waktu kedaluwarsa sertifikat. |
2018-06-03T22:03:39Z |
| SSLPub |
string |
Kunci publik sertifikat. |
xxxx |
| SSLProtocol |
string |
Status HTTPS.
|
on |
| CertType |
string |
Jenis sertifikat.
|
cas |
| CertDomainName |
string |
Nama domain yang terkait dengan sertifikat. |
example.com |
| CertName |
string |
Nama sertifikat. |
cert-example.com |
| CertOrg |
string |
Otoritas Sertifikat (CA) yang menerbitkan sertifikat tersebut. |
Let's Encrypt |
| DomainName |
string |
Nama domain yang dipercepat. |
example.com |
| CertId |
string |
ID sertifikat. |
9002448 |
| CertRegion |
string |
Wilayah tempat sertifikat digunakan. |
cn-hangzhou |
Contoh
Respons sukses
JSONformat
{
"RequestId": "5C1E43DC-9E51-4771-82C0-7D5ECEB547A1",
"CertInfos": {
"CertInfo": [
{
"Status": "success",
"CertLife": "3 months",
"CertExpireTime": "2018-06-03T22:03:39Z",
"SSLPub": "xxxx",
"SSLProtocol": "on",
"CertType": "cas",
"CertDomainName": "example.com",
"CertName": "cert-example.com",
"CertOrg": "Let's Encrypt",
"DomainName": "example.com",
"CertId": "9002448",
"CertRegion": "cn-hangzhou"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.