Representation of content of a Shield List that contains ip addresses data.
ip
The type of content in the shield list.
Value is always ip
["127.0.0.1","80.12.12.12/24"]
1
100000
List of ips and cidrs.
{
"type": "ip",
"ip_addresses": [
"127.0.0.1",
"80.12.12.12/24"
]
}