This operation queries the certificate information for a specified accelerated domain name.
Operation description
This operation is available only in the China (Shanghai) service region.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:DescribeVodDomainCertificateInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The accelerated domain name added to ApsaraVideo for VOD. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The request ID. |
5C1E43DC-9E51-4771-****-7D5ECEB547A1 |
| CertInfos |
object |
||
| CertInfo |
array<object> |
The certificate information. |
|
|
object |
|||
| CertExpireTime |
string |
The time when the certificate expires. The time is in UTC and formatted as yyyy-MM-ddTHH:mm:ssZ. |
2018-06-03T13:03:39Z |
| CertLife |
string |
The validity period of the certificate. |
3 months |
| Status |
string |
The status of the certificate.
Note
This parameter is empty for other certificate types. |
success |
| CertUpdateTime |
string |
The time when the certificate was last updated. |
2023-04-26T20:23:38Z |
| CertDomainName |
string |
The domain name that matches the certificate. |
example.com |
| ServerCertificateStatus |
string |
Indicates whether HTTPS is enabled for the domain.
|
on |
| CertOrg |
string |
The certificate authority (CA) that issued the certificate. |
Let's Encrypt |
| DomainName |
string |
The accelerated domain name. |
example.com |
| CertStartTime |
string |
The time when the certificate's validity begins. |
2023-04-26T20:23:38Z |
| CertType |
string |
The type of the certificate. Valid values:
|
free |
| CertName |
string |
The name of the certificate. |
cert-example.com |
| DomainCnameStatus |
string |
The CNAME status of the domain name:
|
ok |
| ServerCertificate |
string |
The certificate public key. |
**** |
| CertId |
string |
The certificate ID. |
13227737-cn-hangzhou |
| CertRegion |
string |
The service region where the certificate is used. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "5C1E43DC-9E51-4771-****-7D5ECEB547A1",
"CertInfos": {
"CertInfo": [
{
"CertExpireTime": "2018-06-03T13:03:39Z",
"CertLife": "3 months",
"Status": "success",
"CertUpdateTime": "2023-04-26T20:23:38Z",
"CertDomainName": "example.com",
"ServerCertificateStatus": "on",
"CertOrg": "Let's Encrypt",
"DomainName": "example.com",
"CertStartTime": "2023-04-26T20:23:38Z",
"CertType": "free",
"CertName": "cert-example.com",
"DomainCnameStatus": "ok",
"ServerCertificate": "****",
"CertId": "13227737-cn-hangzhou",
"CertRegion": "cn-hangzhou"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.