Consulta as informações do certificado de um nome de domínio especificado.
Descrição da operação
O limite de frequência de chamadas para um único usuário é de 100 chamadas por segundo.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
dcdn:DescribeDcdnDomainCertificateInfo |
get |
domain
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| DomainName |
string |
Sim |
O nome de domínio acelerado. Você pode consultar apenas um nome de domínio por vez. |
example.com |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
|||
| RequestId |
string |
O ID da solicitação. |
5C1E43DC-9E51-4771-82C0-7D5ECEB547A1 |
| CertInfos |
object |
||
| CertInfo |
array<object> |
As informações do certificado. |
|
|
object |
|||
| Status |
string |
The status of the certificate.
|
success |
| CertLife |
string |
The validity period of the certificate. The unit can be months or years. |
3 months |
| CertExpireTime |
string |
The expiration time of the certificate. |
2018-06-03T22:03:39Z |
| SSLPub |
string |
The public key of the certificate. |
xxxx |
| SSLProtocol |
string |
The HTTPS status.
|
on |
| CertType |
string |
The type of the certificate.
|
cas |
| CertDomainName |
string |
The domain name that is associated with the certificate. |
example.com |
| CertName |
string |
The name of the certificate. |
cert-example.com |
| CertOrg |
string |
The certificate authority (CA) that issued the certificate. |
Let's Encrypt |
| DomainName |
string |
The accelerated domain name. |
example.com |
| CertId |
string |
The ID of the certificate. |
9002448 |
| CertRegion |
string |
The region where the certificate is used. |
cn-hangzhou |
Exemplos
Resposta de sucesso
JSON formato
{
"RequestId": "5C1E43DC-9E51-4771-82C0-7D5ECEB547A1",
"CertInfos": {
"CertInfo": [
{
"Status": "success",
"CertLife": "3 months",
"CertExpireTime": "2018-06-03T22:03:39Z",
"SSLPub": "xxxx",
"SSLProtocol": "on",
"CertType": "cas",
"CertDomainName": "example.com",
"CertName": "cert-example.com",
"CertOrg": "Let's Encrypt",
"DomainName": "example.com",
"CertId": "9002448",
"CertRegion": "cn-hangzhou"
}
]
}
}
Códigos de erro
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.