v1

latestOpenAPI 3.1.02026-08-06360288.3 KB
Admin

IP Access Control List

List the allowed IP addresses (IPv4 and IPv6) configured for IP access control.

get/admin/ip_access_control/list/{statuspage_id}

Path parameters

statuspage_idstring required

ID of the status page

Headers

x-api-idstring required
x-api-keystring required

Response

OK

Example response

{
  "result": {
    "ipv4": "192.168.1.0/24,192.168.5.1/32",
    "ipv6": "2001:db8:8086:6502::/64,2001:db8:1234::/48"
  },
  "status": {
    "error": "no",
    "message": "OK"
  }
}