文档

查询证书服务列表接口

更新时间:

调用DescribeLiveHttpsDomainList查询用户证书服务所有已配置证书信息。

使用说明

调用本接口可查询证书服务中该用户所有已配置的证书和域名信息。

QPS限制

本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。更多信息,请参见QPS限制

调试

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

请求参数

名称

类型

是否必选

示例值

描述

Action String DescribeLiveHttpsDomainList

系统规定参数。取值:DescribeLiveHttpsDomainList

PageNumber Integer 5

取得第几页,取值范围为:[1,10000]

PageSize Integer 20

分页大小,默认为20

Keyword String demo.aliyun.com

加速域名。

返回数据

名称

类型

示例值

描述

TotalCount Integer 16

总条数。

RequestId String F5E8DF64-7175-4186-9B06-F002C0BBD0C5

请求ID。

CertInfos Array of CertInfo

证书信息列表。

CertInfo
CertStartTime String 2018-11-26 14:45:09

证书开始时间。

CertExpireTime String 2018-12-26 14:45:09

证书过期时间。

CertUpdateTime String 2019-01-08 18:33:16

证书更新时间。

CertType String cas

证书类型。

  • cas:云盾证书。
  • upload:自定义上传。
CertName String test

证书名称。

CertStatus String mismatch

证书状态。

  • ok:正常。
  • mismatch:域名与证书不匹配。
  • expired:已过期。
  • expire_soon:即将过期。
DomainName String example.com

加速域名。

CertCommonName String example.org

证书主域名。

示例

请求示例

http(s)://live.aliyuncs.com/?Action=DescribeLiveHttpsDomainList
&PageNumber=5
&PageSize=20
&Keyword=demo.aliyun.com
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeLiveHttpsDomainListResponse>
    <TotalCount>16</TotalCount>
    <RequestId>F5E8DF64-7175-4186-9B06-F002C0BBD0C5</RequestId>
    <CertInfos>
        <CertStartTime>2018-11-26 14:45:09</CertStartTime>
        <CertExpireTime>2018-12-26 14:45:09</CertExpireTime>
        <CertUpdateTime>2019-01-08 18:33:16</CertUpdateTime>
        <CertType>cas</CertType>
        <CertName>test</CertName>
        <CertStatus>mismatch</CertStatus>
        <DomainName>example.com</DomainName>
        <CertCommonName>example.org</CertCommonName>
    </CertInfos>
</DescribeLiveHttpsDomainListResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

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

错误码

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

  • 本页导读 (1)
文档反馈