Consulta as informações do certificado de um nome de domínio acelerado especificado.
Descrição da operação
Cada usuário pode chamar esta operação até 100 vezes por segundo.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
cdn:DescribeDomainCertificateInfo |
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> |
A lista de informações do certificado. |
|
|
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 |
Exemplos
Resposta de sucesso
JSON formato
{
"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"
}
]
}
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 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. |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.