取消已经永久加白的攻击源 IP。取消永久加白后,IP 的状态会变为“已取消加白”。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Iplist | Array of strings | 是 |
| 需要取消永久加白的 IP 地址信息。 |
Host | String | 是 |
| 对应的防护网站域名。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
IpSuccess | Array of strings |
| 已经被取消永久加白的 IP 地址信息。 |
IpFailed | Array of strings |
| 取消加白失败的 IP 地址信息。 |
POST https://open.volcengineapi.com/?Action=DeleteProhibitionWhite&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": "20231010145928671C5E92C33C8F64****", "Action": "DeleteProhibitionWhite", "Version": "2020-12-09", "Service": "waf", "Region": "cn-beijing" }, "Result": { "IpSucess": [ "19.252.**.**", "19.252.**.**" ], "IpFailed": null } }