Zone
Zone
A Zone
is a user-defined portion of camera viewport.
id
The unique identifier for the camera zone.
Type: ID!
dataSource
The data source that owns the zone
Type: DataSource
deviceId
The unique identifier for the camera the zone belongs to.
Type: ID!
name
The name given to the camera zone.
Type: String!
polygon
The geometrical boundry of the camera zone.
Type: GeoJSONPolygon!
active
True if the zone is currently active, otherwise false.
Type: Boolean!
createdAt
The timestamp the zone was created at.
Type: DateTimeOffset
updatedAt
The timestamp the zone was most recently updated.
Type: DateTimeOffset