调用DescribeScdnCertificateList获取证书列表信息。

调试

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

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeScdnCertificateList

操作接口名,系统规定参数,取值:DescribeScdnCertificateList

DomainName String example.com

加速域名

返回数据

名称 类型 示例值 描述
CertificateListModel Struct

CertificateListModel类型

CertList Array of Cert

证书列表信息

Cert
CertId Long 123

证书ID

CertName String 证书1

证书名称

Common String example.com

证书中的CN属性,一般是一个域名

Fingerprint String xxx

证书指纹

Issuer String xxx

证书发行商

LastTime Long 1512388610

时间戳

Count Integer 2

证书个数

RequestId String FC0E34AC-0239-44A7-AB0E-800DE522C8DA

请求ID

示例

请求示例

http(s)://scdn.aliyuncs.com/?Action=DescribeScdnCertificateList
&<公共请求参数>

正常返回示例

XML格式

<DescribeScdnCertificateListResponse>
      <CertificateListModel>
            <Count>2</Count>
            <CertList>
                  <Cert>
                        <CertName>证书1</CertName>
                        <Issuer>xxx</Issuer>
                        <LastTime>1512388610</LastTime>
                        <CertId>xxx</CertId>
                        <Common>test</Common>
                        <Fingerprint>xxx</Fingerprint>
                  </Cert>
                  <Cert>
                        <CertName>证书2</CertName>
                        <Issuer>xxx</Issuer>
                        <LastTime>1512388659</LastTime>
                        <CertId>xxx</CertId>
                        <Common>test</Common>
                        <Fingerprint>xxx</Fingerprint>
                  </Cert>
            </CertList>
      </CertificateListModel>
      <RequestId>FC0E34AC-0239-44A7-AB0E-800DE522C8DA</RequestId>
</DescribeScdnCertificateListResponse>

JSON格式

{"RequestId":"FC0E34AC-0239-44A7-AB0E-800DE522C8DA","CertificateListModel":{"Count":"2","CertList":{"Cert":[{"Fingerprint":"xxx","Issuer":"xxx","CertId":"123","CertName":"证书1","LastTime":"1512388610","Common":"example.com"}]}}}