将 CDN 接入的域名添加至 WAF 实例。添加后,您可以配置各种防护策略,以实现防护效果。
本接口适用于 BytePlus WAF。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Domains | Array of String | 是 |
| 需要接入 WAF 防护的 CDN 域名列表。 |
TLSEnable | Integer | 否 |
| 是否记录接入域名的日志。 |
无
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 }