You need to enable JavaScript to run this app.
导航

ListCertificateServices-查询证书关联域名

最近更新时间2024.03.01 16:47:39

首次发布时间2024.03.01 16:47:39

查询指定证书关联的域名信息。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com/?Action=ListCertificateServices&Version=2023-12-25

请求参数

参数

类型

是否必填

示例值

描述

Id

Integer

221

证书 ID。

返回参数

参数

类型

示例值

描述

ApplicableDomains

Array of Strings

["*.volcwaf001.com,example.com","*test.com"]

该证书关联的域名。

请求示例

POST https://open.volcengineapi.com/?Action=ListCertificateServices&Version=2023-12-25
X-Date: 20230711T035055Z
Authorization: HMAC-SHA256 Credential=AKLTNGU0OGEyMT***/20230711/cn-beijing/waf/request, SignedHeaders=content-type;x-content-sha256;x-date, Signature=da4fac562d00f41ad8***
{ 
    "Id":221
    }

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2023110714270101DFFF1BA0CE3AEE****",
        "Action": "ListCertificateServices",
        "Version": "2023-12-25",
        "Service": "waf",
        "Region": "cn-beijing"
    },
    "Result": {
        "ApplicableDomains": [
            "*.volcwaf001.com,example.com",
            "volcwaf001.com"
        ]
    }
}