v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
Settings

Get allowed networks for a policy server

Get the list of allowed networks for a policy server

get/settings/allowed_networks/{nodeId}

Path parameters

nodeIdstring uuid (or "root") required
Example:9a1773c9-0889-40b6-be89-f6504443ac1b

Policy server ID for which you want to manage allowed networks.

Response

Allowed networks

idstring required

Target policy server ID

result'success' | 'error' required

Result of the request

action'getAllowedNetworks' required

The id of the action

Example response

{
  "id": "root",
  "data": {
    "allowed_network": [
      "162.168.1.0/24",
      "192.168.2.0/24"
    ]
  }
}