Update zone

Update a zone in a tenant.

Service endpoint

/zones/v2/{unique_zone_id}

Optional query string parameters

Example

return the first page with 100 users: https://protectapi.cylance.com/zones/v2/d27ff5c4-5c0d-4f56-a00d-a1fb297e440e

Method

HTTP/1.1 PUT

Request headers

  • Accept: application/json
  • Authorization: Bearer JWT Token returned by Auth API with the zone:update scope encoded

Request

JSON
{
    "name": "Test Policy",
    "policy_id": "d5c6d6a3-0599-4fb5-96bc-0fdc7eacb6ea",
    "criticality": "Normal"
}

Response

Please see the Response status codes for more information.

Response JSON schema

Field Name Description

criticality

This is the value of the zone (low, normal, or high).

name

This is the name of the zone.

policy_id

This is the unique ID for the policy assigned to the zone.