DescribeDcdnHttpsDomainList - 查询证书列表

更新时间:

调用DescribeDcdnHttpsDomainList查询用户所有证书信息。

接口说明

说明 单用户调用频率:100 次/秒。

调试

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

授权信息

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

请求参数

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

页数。取值范围:1~100000

1
PageSizeinteger

分页大小。取值:1~500,默认为 20

2
Keywordstring

搜索关键字。

cert

返回参数

名称类型描述示例值
object
TotalCountinteger

总条数。

16
RequestIdstring

请求 ID。

F5E8DF64-7175-4186-9B06-F002C0BBD0C5
CertInfosarray<object>

证书信息。

CertInfoobject
CertStartTimestring

证书开始时间。

2018-11-26 14:45:09
CertExpireTimestring

证书过期时间。

2018-12-26 14:45:09
CertUpdateTimestring

证书更新时间。

2019-01-08 18:33:16
CertTypestring

证书类型。取值:

  • cas:云盾证书。
  • upload:自定义上传。
upload
CertNamestring

证书名称。

cert
CertStatusstring

证书状态。取值:

  • ok:正常。
  • mismatch:域名与证书不匹配。
  • expired:证书已过期。
  • expire_soon:证书即将过期。
mismatch
DomainNamestring

加速域名。

*.com
CertCommonNamestring

证书主域名。

*.com

示例

正常返回示例

JSON格式

{
  "TotalCount": 16,
  "RequestId": "F5E8DF64-7175-4186-9B06-F002C0BBD0C5",
  "CertInfos": {
    "CertInfo": [
      {
        "CertStartTime": "2018-11-26 14:45:09",
        "CertExpireTime": "2018-12-26 14:45:09",
        "CertUpdateTime": "2019-01-08 18:33:16",
        "CertType": "upload",
        "CertName": "cert",
        "CertStatus": "mismatch",
        "DomainName": "*.com",
        "CertCommonName": "*.com"
      }
    ]
  }
}

错误码

HTTP status code错误码错误信息描述
400NoHttpsDomainYour account does not have any HTTPS domain.您的账号没有HTTPS域名。

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