Updates the global configuration of network zones in your environment.
The request consumes an application/json
payload.
PUT |
|
To execute this request, you need the Write network zones (networkZones.write
) permission assigned to your API token. To learn how to obtain and use it, see Authentication.
The JSON body of the request. Contains global configuration of network zones.
NetworkZoneSettings
objectGlobal network zone configuration.
Network zones feature is enabled (true
) or disabled (false
).
This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request.
{"networkZonesEnabled": true}
Success. The global network zones configuration has been updated. Response doesn't have a body.