DescribeDcdnCertificateList - 查询证书列表-按域名

更新时间:
目前该API接口已标记为弃用,推荐使用替代API:dcdn(2018-01-15) - DescribeDcdnSSLCertificateList

调用DescribeDcdnCertificateList按照域名查询证书列表信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
DomainNamestring

加速域名名称。

example.com

返回参数

名称类型描述示例值
object
RequestIdstring

请求 id。

FC0E34AC-0239-44A7-AB0E-800DE522C8DA
CertificateListModelobject

证书信息类型。

Countinteger

证书数量。

2
CertListarray<object>

证书列表信息。

Certobject

证书列表信息。

LastTimelong

证书最后修改时间,单位:毫秒

1548065550
Fingerprintstring

证书指纹。

0151xxxx
CertNamestring

证书名称。

yourCertName
Issuerstring

证书发行商。

DigiCert
CertIdlong

证书 ID。

7428244
Commonstring

证书公用名。

example.com

示例

正常返回示例

JSON格式

{
  "RequestId": "FC0E34AC-0239-44A7-AB0E-800DE522C8DA",
  "CertificateListModel": {
    "Count": 2,
    "CertList": {
      "Cert": [
        {
          "LastTime": 1548065550,
          "Fingerprint": "0151xxxx",
          "CertName": "yourCertName",
          "Issuer": "DigiCert",
          "CertId": 7428244,
          "Common": "example.com"
        }
      ]
    }
  }
}

错误码

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2023-10-10OpenAPI 变更为 deprecated,即将下线查看变更详情