Gets information about the specified network zone.
The request produces an application/json
payload.
GET |
|
To execute this request, you need the Read network zones (networkZones.read
) permission assigned to your API token. To learn how to obtain and use it, see Authentication.
The ID of the required network zone.
NetworkZone
objectConfiguration of a network zone.
A list of alternative network zones.
A short description of the network zone.
The fallback mode of the network zone.
ANY_ACTIVE_GATE
NONE
ONLY_DEFAULT_ZONE
The ID of the network zone.
The number of ActiveGates in the network zone.
The number of OneAgents that are configured to use the network zone as primary.
The number of OneAgents from other network zones that are using ActiveGates in the network zone.
This is a fraction of numOfOneAgentsUsing.
One possible reason for switching to another zone is that a firewall is preventing a OneAgent from connecting to any ActiveGate in the preferred network zone.
The number of OneAgents that are using ActiveGates in the network zone.
Indicates if a global network zone is overridden (managed only).
Specifies the scope of the network zone (managed only).
{"alternativeZones": ["string"],"description": "string","fallbackMode": "ANY_ACTIVE_GATE","id": "string","numOfConfiguredActiveGates": 1,"numOfConfiguredOneAgents": 1,"numOfOneAgentsFromOtherZones": 1,"numOfOneAgentsUsing": 1,"overridesGlobal": true,"scope": "string"}