You need to enable JavaScript to run this app.
导航
CreateVolcWafServicesByBytePlusCDN-接入 CDN 域名
最近更新时间:2024.11.25 21:49:04首次发布时间:2024.11.25 21:49:04

将 CDN 接入的域名添加至 WAF 实例。添加后,您可以配置各种防护策略,以实现防护效果。

使用说明

本接口适用于 BytePlus WAF

前提条件

  • 将待防护的域名添加到 BytePlus CDN。更多详情,请参考Adding your domain name
  • 您需要保护的网站域名尚未添加到 WAF 中。
  • 您的账户没有逾期。

请求说明

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

请求参数

参数

类型

是否必填

示例值

描述

Domains

Array of String

["test1.com","test2.com"]

需要接入 WAF 防护的 CDN 域名列表。

TLSEnable

Integer

1

是否记录接入域名的日志。
0:不记录
1:记录

返回参数


请求示例

POST /?Action=CreateVolcWafServicesByBytePlusCDN&Version=2023-12-25 HTTP/1.1
Host: open.byteplusapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20240815T161319Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240815/byteplus-global/waf/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f

{
    "Domains": [
        "test1.com",
        "test2.com"
    ],
    "TLSEnable": 1
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20240816001435252151221244D0****",
        "Action": "CreateVolcWafServicesByBytePlusCDN",
        "Version": "2023-12-25",
        "Service": "waf",
        "Region": "byteplus-global"
    },
    "Result": null
}