v1

latestSwagger 2.02026-07-176096209.1 KB
v2

Check if an IP or CIDR is in timeout

get/v2/operations/ipaddr/{ipaddr}

Headers

apikeystring required

A mod API key.

Client-Agentstring

The client name and version.

X-Fieldsstring mask

An optional fields mask

Response

IP timeout entries that match IP

ipaddrstring required

The CIDR which is in timeout.

secondsinteger required

How many more seconds this IP block is in timeout

Example response

[
  {
    "ipaddr": "127.0.0.1",
    "seconds": 1440
  }
]