DescribeDcdnSMCertificateList - 查询国密证书列表

更新时间:

调用DescribeDcdnSMCertificateList查询指定域名下国密证书列表信息。

接口说明

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

调试

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

授权信息

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

请求参数

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

需要查询国密证书列表信息的加速域名。

example.com

返回参数

名称类型描述示例值
object
RequestIdstring

请求 ID。

DC0E34AC-0239-44A7-AB0E-800DE522C8DC
CertificateListModelobject

证书信息类型。

Countinteger

证书个数。

2
CertListarray<object>

证书列表。

Certobject
CertNamestring

证书名称。

yourCertName
Issuerstring

证书发行商。

yourCertIssuer
CertIdentifierstring

证书 ID。

yourCertldentifier
Commonstring

证书公用名。

yourCertCommon

示例

正常返回示例

JSON格式

{
  "RequestId": "DC0E34AC-0239-44A7-AB0E-800DE522C8DC",
  "CertificateListModel": {
    "Count": 2,
    "CertList": [
      {
        "CertName": "yourCertName",
        "Issuer": "yourCertIssuer",
        "CertIdentifier": "yourCertldentifier",
        "Common": "yourCertCommon"
      }
    ]
  }
}

错误码

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