Network zones API - PUT global configuration
Updates the global configuration of network zones in your environment.
The request consumes an application/json
payload.
This request is an Early Adopter release and may be changed in non-compatible way.
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
Parameter | Type | Description | In | Required |
---|---|---|---|---|
body | NetworkZoneSettings |
The JSON body of the request. Contains global configuration of network zones. |
body | optional |
Body format
The NetworkZoneSettings object
Global network zone configuration.
Element | Type | Description | Required |
---|---|---|---|
networkZonesEnabled | boolean |
Network zones feature is enabled ( |
optional |
This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request. See the Example expandable section for working sample request.
{
"networkZonesEnabled": true
}
Response
Response codes
Code | Description |
---|---|
204 | Success. The global network zones configuration has been updated. Response doesn't have a body. |
Response body
A successful request doesn't return any content.