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.
| Code | Type | Description |
|---|---|---|
| 200 | Network | Success |
| 4XX | Error | Client side error. |
| 5XX | Error | Server side error. |
NetworkZoneSettings objectGlobal network zone configuration.
| Element | Type | Description |
|---|---|---|
| networkZonesEnabled | boolean | Network zones feature is enabled ( |
ErrorEnvelope object| Element | Type | Description |
|---|---|---|
| error | Error | - |
Error object| Element | Type | Description |
|---|---|---|
| code | integer | The HTTP status code |
| constraintViolations | Constraint | A list of constraint violations |
| message | string | The error message |
ConstraintViolation objectA list of constraint violations
| Element | Type | Description |
|---|---|---|
| location | string | - |
| message | string | - |
| parameterLocation | string | -The element can hold these values
|
| path | string | - |
{"networkZonesEnabled": true}
{"error": {"code": 1,"constraintViolations": [{"location": "string","message": "string","parameterLocation": "HEADER","path": "string"}],"message": "string"}}