Network zones API - GET global configuration

Gets the global configuration of network zones in your environment.

The request produces an application/json payload.

GET

  • SaaS https://{your-environment-id}.live.dynatrace.com/api/v2/networkZoneSettings

Authentication

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.

Parameters

The request doesn't provide any configurable parameters.

Response

Response codes

Code
Type
Description
4XX

Client side error.

5XX

Server side error.

Response body objects

The NetworkZoneSettings object

Global network zone configuration.

Element
Type
Description
networkZonesEnabled
boolean

Network zones feature is enabled (true) or disabled (false).

Response body JSON model

{
"networkZonesEnabled": true
}