INPUT_OBJECT
ServerCondition
A condition to be used against Server
object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input ServerCondition {
- # Checks for equality with the object’s `userId` field.
- UUID :
- # Checks for equality with the object’s `deviceId` field.
- UUID :
- # Checks for equality with the object’s `serialNumber` field.
- String :
- # Checks for equality with the object’s `organizationId` field.
- UUID :
- # Checks for equality with the object’s `label` field.
- String :
- # Checks for equality with the object’s `tags` field.
- String] : [
- # Checks for equality with the object’s `attributes` field.
- JSON :
- # Checks for equality with the object’s `activated` field.
- Boolean :
- # Checks for equality with the object’s `hostIp` field.
- String :
- # Checks for equality with the object’s `sseUrl` field.
- String :
- # Checks for equality with the object’s `sseToken` field.
- String :
- # Checks for equality with the object’s `mqPort` field.
- String :
- # Checks for equality with the object’s `mqTopic` field.
- String :
- # Checks for equality with the object’s `mqSubTopic` field.
- String :
- # Checks for equality with the object’s `posId` field.
- String :
- # Checks for equality with the object’s `faceDetection` field.
- Boolean :
- # Checks for equality with the object’s `deviceMode` field.
- DeviceModes :
- # Checks for equality with the object’s `cameraAlphaType` field.
- CameraType :
- # Checks for equality with the object’s `cameraAlphaStatus` field.
- CameraStatus :
- # Checks for equality with the object’s `cameraBetaType` field.
- CameraType :
- # Checks for equality with the object’s `cameraBetaStatus` field.
- CameraStatus :
- # Checks for equality with the object’s `createdAt` field.
- Datetime :
- # Checks for equality with the object’s `siteId` field.
- String :
- # Checks for equality with the object’s `groupId` field.
- String :
- # Checks for equality with the object’s `subGroupId` field.
- String :
- # Checks for equality with the object’s `licensed` field.
- Boolean :
- # Checks for equality with the object’s `mqTcpPort` field.
- String :
- # Checks for equality with the object’s `rtspPort` field.
- String :
- # Checks for equality with the object’s `clientKey` field.
- String :
- # Checks for equality with the object’s `clientCrt` field.
- String :
- # Checks for equality with the object’s `mqHealth` field.
- Boolean :
- # Checks for equality with the object’s `lastModifiedAt` field.
- Datetime :
- # Checks for equality with the object’s `lastModifiedBy` field.
- String :
- # Checks for equality with the object’s `detectionTag` field.
- String :
- }