Network zones API - GET global configuration
Gets the global configuration of network zones in your environment.
The request produces an application/json
payload.
This request is currently in Preview and is subject to change. Changes may not be compatible with your current configuration.
GET |
|
Authentication
To execute this request, you need the Deployment management permission assigned to your API token. To learn how to obtain and use it, see Authentication.
Parameters
The request doesn't provide any configurable parameters.
Response
Response codes
Code | Description |
---|---|
200 | Success |
Response body
The NetworkZoneSettings object
Global network zone configuration.
Element | Type | Description |
---|---|---|
networkZonesEnabled | boolean | Network zones feature is enabled ( |
{
"networkZonesEnabled": true
}