Listing existing IP address lists
After logon, you can get a list of all defined IP Address List elements with this request:
GET http://localhost:8082/7.2.1/elements/ip_list
This request returns a 200 HTTP response code and this result:
{
"result":
[
{
"href": "http://localhost:8082/7.2.1/elements/ip_list/667",
"name": "new_ip_list",
"type": "ip_list"
},
{
"href": "http://localhost:8082/7.2.1/elements/ip_list/312",
"name": "Skype Servers IP Address List",
"type": "ip_list"
},
...
]
}