Queries the certificates of one or more specified domain names or all certificates within your Alibaba Cloud account.
Operation description
If you specify one or more domain names in the request, the certificates of the domain names are returned. If you do not specify a domain name in the request, all certificates within your Alibaba Cloud account are returned.
QPS limit
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeLiveCertificateList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
No |
The ingest domain or streaming domain. Separate multiple domain names with commas (,). |
demo.aliyundoc.com,example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 |
| CertificateListModel |
object |
The details. |
|
| Count |
integer |
The number of certificates. |
2 |
| CertList |
object |
||
| Cert |
array<object> |
The certificates. |
|
|
object |
The information about the certificate. |
||
| LastTime |
integer |
The time when the certificate was issued. Unit: seconds. |
1512388659 |
| Fingerprint |
string |
The fingerprint of the certificate. |
**** |
| CertName |
string |
The name of the certificate. |
Cert-**** |
| Issuer |
string |
The certificate authority (CA) that issued the certificate. |
***** |
| CertId |
integer |
The ID of the certificate. |
123456 |
| Common |
string |
The Common Name (CN) attribute of the certificate. |
example.net |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8",
"CertificateListModel": {
"Count": 2,
"CertList": {
"Cert": [
{
"LastTime": 1512388659,
"Fingerprint": "****",
"CertName": "Cert-****",
"Issuer": "*****",
"CertId": 123456,
"Common": "example.net"
}
]
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.