Panggil operasi DescribeDomainCertificateInfo untuk mengkueri informasi sertifikat pada nama domain yang dipercepat tertentu.
Deskripsi operasi
Setiap pengguna dapat memanggil operasi ini hingga 100 kali per detik.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeDomainCertificateInfo |
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> |
Daftar informasi sertifikat. |
|
|
object |
|||
| CertExpireTime |
string |
Waktu kedaluwarsa sertifikat. |
2018-06-03T22:03:39Z |
| CertLife |
string |
Unit periode validitas sertifikat.
|
months |
| Status |
string |
Status sertifikat.
|
success |
| CertUpdateTime |
string |
Waktu saat sertifikat diperbarui. |
2018-06-03T22:03:39Z |
| CertDomainName |
string |
Nama domain yang sesuai dengan sertifikat. |
example.com |
| ServerCertificateStatus |
string |
Status HTTPS.
|
on |
| CertOrg |
string |
Nama Otoritas Sertifikat (CA) yang menerbitkan sertifikat tersebut. |
Let's Encrypt |
| DomainName |
string |
Nama domain yang dipercepat. |
example.com |
| CertStartTime |
string |
Waktu mulai periode validitas sertifikat. |
2018-06-03T22:03:39Z |
| CertType |
string |
Jenis sertifikat.
|
free |
| CertName |
string |
Nama sertifikat. |
example.com |
| DomainCnameStatus |
string |
Status CNAME nama domain.
|
ok |
| ServerCertificate |
string |
Kunci publik sertifikat. |
asdadaxxxx |
| CertId |
string |
ID sertifikat. |
9002448 |
| CertRegion |
string |
Wilayah tempat sertifikat berada. |
cn-hangzhou |
Contoh
Respons sukses
JSONformat
{
"RequestId": "5C1E43DC-9E51-4771-82C0-7D5ECEB547A1",
"CertInfos": {
"CertInfo": [
{
"CertExpireTime": "2018-06-03T22:03:39Z",
"CertLife": "months",
"Status": "success",
"CertUpdateTime": "2018-06-03T22:03:39Z",
"CertDomainName": "example.com",
"ServerCertificateStatus": "on",
"CertOrg": "Let's Encrypt",
"DomainName": "example.com",
"CertStartTime": "2018-06-03T22:03:39Z",
"CertType": "free",
"CertName": "example.com",
"DomainCnameStatus": "ok",
"ServerCertificate": "asdadaxxxx",
"CertId": "9002448",
"CertRegion": "cn-hangzhou"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to internal error. | |
| 403 | SignatureDoesNotMatch | The signature we calculated does not match the one you provided. Please refer to the API reference about authentication for details. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.