DescribeDomainCertificate
1. 接口描述
调用本接口用于查询加速域名的SSL证书。
2. 请求参数
以下请求参数列表仅列出了接口中需要的请求参数
3. 响应结果
唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 requestId。
4. 代码示例
POST / HTTP/1.1
Host: console.zenlayer.com/api/v2/cdn
Content-Type: application/json
X-ZC-Action: DescribeDomainCertificate
<Common Request Params>
Request:
{
"domainId": "domainIdxxxxx"
}
Response:
{
"requestId": "T6883FCD0-3E7D-44EA-A517-A421A52A27F4",
"response": {
"requestId": "T6883FCD0-3E7D-44EA-A517-A421A52A27F4",
"certificate": {
"certificateId": "certificateIdxxxxx",
"certificateLabel": "certificatexxx",
"common": "*.xx.com",
"fingerprint": "1D7801BBE772D5DE55CBF1F88AEB41A42402DA07",
"issuer": "TrustAsia TLS RSA CA",
"sans": ["xx.cn"],
"algorithm": "RSA",
"createTime": "2023-04-19T09:11:27Z",
"startTime": "2023-04-18T09:27:30Z",
"endTime": "2023-07-18T09:27:30Z",
"expired": false
},
}
}
5. 错误码
下面包含业务逻辑中遇到的错误码,其他错误码见公共错误码
DOMAIN_OPERATION_NO_PERMISSION