Zones
Zones
Group devices into logical network zones for policy targeting.
Zones (/zones) are logical groupings of devices within your organization. Zones let you apply policies to a set of devices as a unit rather than targeting individual devices one by one.
Adding a Zone
Click Add Zone to open the create form. The form loads both device tags and zone tags in parallel so you can define the zone's scope immediately.
Filters
| Filter | Description |
|---|---|
| Device tags | Show zones containing devices with specific tags |
| Zone tags | Filter zones by their own tags |
| Updated by | Filter by the member who last modified the zone |
Data Loading
Six data sources are fetched in parallel:
- Device tag counts
- Zone tag counts
- Updated-by counts
- Device tag list
- Zone tag list
- Paginated zone list
Order matters
The create form data (device tags + zone tags) is fetched in a separate
Promise.all before the main table data. This ensures the form is ready as
soon as the user opens it.
Related
- Zone Detail — view and manage an individual zone
- Devices — manage the devices assigned to zones
- Policies — apply policies scoped to zones
How is this guide?
Last updated on