Mengkueri informasi sertifikat untuk nama domain yang dipercepat yang ditentukan.
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 |
The expiration time of the certificate. |
2018-06-03T22:03:39Z |
| CertLife |
string |
The unit of the certificate validity period.
|
months |
| Status |
string |
The status of the certificate.
|
success |
| CertUpdateTime |
string |
The time when the certificate was updated. |
2018-06-03T22:03:39Z |
| CertDomainName |
string |
The domain name that matches the certificate. |
example.com |
| ServerCertificateStatus |
string |
The status of HTTPS.
|
on |
| CertOrg |
string |
The name of the certificate authority (CA) that issued the certificate. |
Let's Encrypt |
| DomainName |
string |
The accelerated domain name. |
example.com |
| CertStartTime |
string |
The start time of the certificate validity period. |
2018-06-03T22:03:39Z |
| CertType |
string |
The type of the certificate.
|
free |
| CertName |
string |
The certificate name. |
example.com |
| DomainCnameStatus |
string |
The CNAME status of the domain name.
|
ok |
| ServerCertificate |
string |
The public key of the certificate. |
asdadaxxxx |
| CertId |
string |
The certificate ID. |
9002448 |
| CertRegion |
string |
The region where the certificate is located. |
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.