调用DescribeDcdnCertificateList按照域名查询证书列表信息。
说明
目前该API接口已标记为弃用,推荐使用替代API:dcdn(2018-01-15) - DescribeDcdnSSLCertificateList。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
dcdn:DescribeDcdnCertificateList |
get |
*domain
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
DomainName |
string |
否 |
加速域名名称。 |
example.com |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
RequestId |
string |
请求 id。 |
FC0E34AC-0239-44A7-AB0E-800DE522C8DA |
CertificateListModel |
object |
证书信息类型。 |
|
Count |
integer |
证书数量。 |
2 |
CertList |
object |
||
Cert |
array<object> |
证书列表信息。 |
|
object |
证书列表信息。 |
||
Fingerprint |
string |
证书指纹。 |
0151xxxx |
Issuer |
string |
证书发行商。 |
DigiCert |
CertId |
integer |
证书 ID。 |
7428244 |
CertName |
string |
证书名称。 |
yourCertName |
LastTime |
integer |
证书最后修改时间,单位:毫秒 |
1548065550 |
Common |
string |
证书公用名。 |
example.com |
示例
正常返回示例
JSON
格式
{
"RequestId": "FC0E34AC-0239-44A7-AB0E-800DE522C8DA",
"CertificateListModel": {
"Count": 2,
"CertList": {
"Cert": [
{
"Fingerprint": "0151xxxx",
"Issuer": "DigiCert",
"CertId": 7428244,
"CertName": "yourCertName",
"LastTime": 1548065550,
"Common": "example.com"
}
]
}
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?