v1

latestSwagger 2.02026-07-176096209.1 KB
v2

Return all existing IP Block timeouts

get/v2/operations/ipaddr

Headers

apikeystring required

A mod API key.

Client-Agentstring

The client name and version.

X-Fieldsstring mask

An optional fields mask

Response

An IP timeout entry

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
  }
]