INPUT_OBJECT
ServerFilter
A filter to be used against Server object types. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input ServerFilter {
- # Filter by the object’s `userId` field.
- : UUIDFilter
- # Filter by the object’s `deviceId` field.
- : UUIDFilter
- # Filter by the object’s `serialNumber` field.
- : StringFilter
- # Filter by the object’s `organizationId` field.
- : UUIDFilter
- # Filter by the object’s `label` field.
- : StringFilter
- # Filter by the object’s `tags` field.
- : StringListFilter
- # Filter by the object’s `attributes` field.
- : JSONFilter
- # Filter by the object’s `activated` field.
- : BooleanFilter
- # Filter by the object’s `hostIp` field.
- : StringFilter
- # Filter by the object’s `sseUrl` field.
- : StringFilter
- # Filter by the object’s `sseToken` field.
- : StringFilter
- # Filter by the object’s `mqPort` field.
- : StringFilter
- # Filter by the object’s `mqTopic` field.
- : StringFilter
- # Filter by the object’s `mqSubTopic` field.
- : StringFilter
- # Filter by the object’s `posId` field.
- : StringFilter
- # Filter by the object’s `faceDetection` field.
- : BooleanFilter
- # Filter by the object’s `deviceMode` field.
- : DeviceModesFilter
- # Filter by the object’s `cameraAlphaType` field.
- : CameraTypeFilter
- # Filter by the object’s `cameraAlphaStatus` field.
- : CameraStatusFilter
- # Filter by the object’s `cameraBetaType` field.
- : CameraTypeFilter
- # Filter by the object’s `cameraBetaStatus` field.
- : CameraStatusFilter
- # Filter by the object’s `createdAt` field.
- : DatetimeFilter
- # Filter by the object’s `siteId` field.
- : StringFilter
- # Filter by the object’s `groupId` field.
- : StringFilter
- # Filter by the object’s `subGroupId` field.
- : StringFilter
- # Filter by the object’s `licensed` field.
- : BooleanFilter
- # Filter by the object’s `mqTcpPort` field.
- : StringFilter
- # Filter by the object’s `rtspPort` field.
- : StringFilter
- # Filter by the object’s `clientKey` field.
- : StringFilter
- # Filter by the object’s `clientCrt` field.
- : StringFilter
- # Filter by the object’s `mqHealth` field.
- : BooleanFilter
- # Filter by the object’s `lastModifiedAt` field.
- : DatetimeFilter
- # Filter by the object’s `lastModifiedBy` field.
- : StringFilter
- # Filter by the object’s `detectionTag` field.
- : StringFilter
- # Filter by the object’s `online` field.
- : BooleanFilter
- # Checks for all expressions in this list.
- : [ServerFilter!]
- # Checks for any expressions in this list.
- : [ServerFilter!]
- # Negates the expression.
- : ServerFilter
- }