将封禁列表中的 IP 永久加白。加白成功后,IP 的状态会变为“已永久加白”,且被添加至访问白名单,该 IP 对当前域名的访问行为将不受所有 WAF 检测拦截规则的影响。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Iplist | Array of strings | 是 |
| 需要永久加白的 IP 地址信息。 |
Host | String | 是 |
| 对应的防护网站域名。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
IpSuccess | Array of strings |
| 已经被永久加白的 IP 地址信息。 |
IpFailed | Array of strings |
| 加白失败的 IP 地址信息。 |
POST https://open.volcengineapi.com/?Action=AddProhibitionWhite&Version=2020-12-09 X-Date: 20230711T035055Z Authorization: HMAC-SHA256 Credential=AKLTNGU0OGEyMT***/20230711/cn-beijing/waf/request, SignedHeaders=content-type;x-content-sha256;x-date, Signature=da4fac562d00f41ad8*** { "Iplist": [ "19.252.**.**", "19.252.**.**" ], "Host": "example.volcwaf001.com" }
{ "ResponseMetadata": { "RequestId": "202310101449021264E81304464DCD****", "Action": "AddProhibitionWhite", "Version": "2020-12-09", "Service": "waf", "Region": "cn-beijing" }, "Result": { "IpSucess": [ "19.252.**.**", "19.252.**.**" ], "IpFailed": null } }