调用DescribeDcdnDomainByCertificate根据证书信息查询域名。
接口说明
说明
单用户调用频率:100 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SSLPub | string | 是 | 证书公钥。 需要先采用 Base64 编码,再进行 encodeURIComponent 编码,支持 PEM 格式。 | xxx |
SSLStatus | boolean | 否 | 表示返回的域名列表只包含开启或关闭 HTTPS 的域名。
| true |
Exact | boolean | 否 | 表示返回的域名列表是否与证书精准匹配。
| true |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "ASAF2FDS-12SADSA-DDSAE3D-DSADCD4C-CDADS2D",
"CertInfos": {
"CertInfo": [
{
"CertStartTime": "Nov 29 23:59:59 2017 GMT",
"CertExpireTime": "Nov 29 00:00:00 2016 GMT",
"CertCaIsLegacy": "yes",
"CertSubjectCommonName": "example.aliyundoc.com",
"CertType": "RSA",
"DomainNames": "*.example.com,example.org",
"CertExpired": "yes",
"Issuer": "C=US, O=Symantec Corporation, OU=Symantec Trust Network, OU=Domain Validated SSL, CN=Symantec Basic DV SSL CA - G1",
"DomainList": "example.com,example.org"
}
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Certificate.FormatError | The format of the certificate is invalid. | 证书格式错误。 |
400 | SSLPub.MissingParameter | The SSLPub parameter is required. | 请填写SSLPub。 |
400 | Decode.Error | Error decoding the SSLPub or SSLPri certificate. | 证书 sslpub 或 sslpri 解码错误。 |
500 | InternalError | An internal error occurred; please try again later. | 内部错误,请重试,如果多次重试报错请提交工单。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-08-22 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |