bwl_list_v2 – display a list of allowed and denied IP addresses for a resource

April 17, 2024

ID 249380

bwl_list_v2(Auth, client_id, resource_id, type, filter, sort_string, offset, limit_size)

Description: the method displays a list of allowed and denied IP addresses for a resource.

Deprecated since version 6.17.0: Use 'bwl_show_ipranges' instead.

Input parameters:

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

resource_id (int) – resource ID (integer from 1 to 4 294 967 295).

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

filter (str,nil) – filter settings (JSON dictionary). Always nil.

sort_string (str,nil) – sorting by parameters (string up to 255 characters, for example: ’p1 ASC p2 DESC’). Always nil.

offset (int,nil) – number of ignored records (integer from 0 to 4 294 967 295), default is 0.

limit_size (int,nil) – number of displayed entries (integer, from 1 to 15000), default is 500.

Output parameters:

ip (str) – IP address.

timestamp (str) – timestamp.

comment (str,nil) – comment on the IP address.

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.