Skip to main content
API version 2025.0 Representation of content of a Shield List that contains ip addresses data.
type
string
example: ipThe type of content in the shield list.Value is always ip
ip_addresses
stringarray
example: ["127.0.0.1","80.12.12.12/24"]List of ip addresses and CIDRs.
{
  "type": "ip",
  "ip_addresses": [
    "127.0.0.1",
    "80.12.12.12/24"
  ]
}