Mengambil daftar Sertifikat ShangMi (SM) untuk sebuah nama domain yang dipercepat.
Deskripsi operasi
Anda dapat memanggil operasi ini hingga 30 kali per detik per akun.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeCdnSMCertificateList |
get |
*Domain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
Nama domain yang dipercepat. Anda hanya dapat menentukan satu nama domain dalam setiap permintaan. |
example.com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
DC0E34AC-0239-44A7-AB0E-800DE522C8DC |
| CertificateListModel |
object |
Jenis informasi sertifikat. |
|
| Count |
integer |
Jumlah sertifikat yang dikembalikan. |
2 |
| CertList |
object |
||
| Cert |
array<object> |
Daftar sertifikat. |
|
|
object |
|||
| CertName |
string |
Nama sertifikat. |
yourCertName |
| Issuer |
string |
Otoritas Sertifikat (CA) yang menerbitkan sertifikat tersebut. |
yourCertIssuer |
| CertIdentifier |
string |
ID sertifikat. |
yourCertldentifier |
| Common |
string |
Nama umum sertifikat. |
yourCertCommon |
Contoh
Respons sukses
JSONformat
{
"RequestId": "DC0E34AC-0239-44A7-AB0E-800DE522C8DC",
"CertificateListModel": {
"Count": 2,
"CertList": {
"Cert": [
{
"CertName": "yourCertName",
"Issuer": "yourCertIssuer",
"CertIdentifier": "yourCertldentifier",
"Common": "yourCertCommon"
}
]
}
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.