bwl_delete_ipranges – delete a set of IP addresses from the list of allowed or denied IP addresses

bwl_delete_ipranges(Auth, client_id, object_name, object_id, type, ips)

Description: delete a set of IP addresses from the list of allowed or denied IP addresses.

Input parameters:

client_id (int) – customer ID (integer from 1 to 4 294 967 295).

object_name (str) – object name (transmit only ’resource’, other parameters will be available in future as well).

object_id (int) – ID of the specified object (integer, from 1 to 4 294 967 295).

type (str) – type of list ('DENY' – denylist, 'ALLOW' – allowlist).

ips (str) - set of addresses, ranges, subnets separated by commas (’CIDR, IP-IP, IP’).

Result:

value (str) – '0', or Soap Fault if an error occurs.

Note:

It is forbidden to delete 0.0.0.0 IP address.

Total number of simultaneously deleted IP addresses should not be more than 4096.

Page top