Box Developer Documentation

Shield List Content (IP)

Representation of content of a Shield List that contains ip addresses data.

string
ip

The type of content in the shield list.

Value is always ip

string array
["127.0.0.1","80.12.12.12/24"]
1
100000

List of ips and cidrs.

Response Example

{
  "type": "ip",
  "ip_addresses": [
    "127.0.0.1",
    "80.12.12.12/24"
  ]
}