Gets the global configuration of network zones in your environment.
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 request doesn't provide any configurable parameters.
NetworkZoneSettings
objectGlobal network zone configuration.
Network zones feature is enabled (true
) or disabled (false
).
{"networkZonesEnabled": true}