v1

latestOpenAPI 3.1.02026-08-06360288.3 KB
Admin

IP Access Control - Update IPv6 Addresses

Update the list of allowed IPv6 addresses to access the status page.

post/admin/ip_access_control/update/ipv6

Headers

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

Request body

allow_ipsstring required

IP addresses in CIDR notation separated by commas

statuspage_idstring required

ID of the status page

Example request

{
  "allow_ips": "2001:db8:8086:6502::/64,2001:db8:1234::/48",
  "statuspage_id": "52e5e0e0873548543700000b"
}

Response

OK

resultboolean

Example response

{
  "result": true,
  "status": {
    "error": "no",
    "message": "OK"
  }
}