Get zone

Request zone information for a specific 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 GET

Request headers

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

Request

None

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).

date_created

This is the date and time (in UTC) when the zone was created.

date_modified

This is the date and time (in UTC) when the zone was last modified.

id

This is the unique ID for the zone.

name

This is the name of the zone.

policy_id

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

update_type

This is the update type for the zone (production, pilot, or test).

zone_rule_id

This is the unique ID for the zone rule created for the zone. Null is displayed if no zone rule exists.