• Home
  • Dynatrace API
  • Environment
  • Network zones
  • PUT global configuration

Network zones API - PUT global configuration

Updates the global configuration of network zones in your environment.

The request consumes an application/json payload.

Early Adopter

This request is an Early Adopter release and may be changed in non-compatible way.

GET

  • Dynatrace 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

ParameterTypeDescriptionInRequired
bodyNetworkZoneSettings

The JSON body of the request. Contains global configuration of network zones.

bodyrequired

Request body objects

The NetworkZoneSettings object

Global network zone configuration.

ElementTypeDescriptionRequired
networkZonesEnabledboolean

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

optional

Request body JSON model

This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request.

json
{ "networkZonesEnabled": true }

Response

Response codes

CodeDescription
204

Success. The global network zones configuration has been updated. Response doesn't have a body.

Related topics
  • Network zones

    Find out how network zones work in Dynatrace.