OBJECT

Server

link GraphQL Schema definition

  • type Server implements Node {
  • # A globally unique identifier. Can be used in various places throughout the
  • # system to identify this single value.
  • nodeId: ID!
  • userId: UUID!
  • deviceId: UUID!
  • serialNumber: String!
  • organizationId: UUID
  • label: String
  • tags: [String]
  • attributes: JSON
  • activated: Boolean
  • hostIp: String
  • sseUrl: String
  • sseToken: String
  • mqPort: String
  • mqTopic: String
  • mqSubTopic: String
  • posId: String
  • faceDetection: Boolean
  • deviceMode: DeviceModes
  • cameraAlphaType: CameraType
  • cameraAlphaStatus: CameraStatus
  • cameraBetaType: CameraType
  • cameraBetaStatus: CameraStatus
  • createdAt: Datetime
  • siteId: String
  • groupId: String
  • subGroupId: String
  • licensed: Boolean
  • mqTcpPort: String
  • rtspPort: String
  • clientKey: String
  • clientCrt: String
  • mqHealth: Boolean
  • lastModifiedAt: Datetime
  • lastModifiedBy: String
  • detectionTag: String
  • # Reads a single `Organization` that is related to this `Server`.
  • organizationByOrganizationId: Organization
  • # Reads and enables pagination through a set of `Image`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `Image`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • # includeArchived: Indicates whether archived items should be
  • # included in the results or not.
  • imagesByCapturedBy(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [ImagesOrderBy!],
  • condition: ImageCondition,
  • filter: ImageFilter,
  • includeArchived: IncludeArchivedOption
  • ): ImagesConnection!
  • # Reads and enables pagination through a set of `Deployment`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `Deployment`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • deploymentsByServerId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [DeploymentsOrderBy!],
  • condition: DeploymentCondition,
  • filter: DeploymentFilter
  • ): DeploymentsConnection!
  • # Reads and enables pagination through a set of `ServerHeartbeat`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `ServerHeartbeat`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • serverHeartbeatsByDeviceId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [ServerHeartbeatsOrderBy!],
  • condition: ServerHeartbeatCondition,
  • filter: ServerHeartbeatFilter
  • ): ServerHeartbeatsConnection!
  • # Reads and enables pagination through a set of `ServerAction`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `ServerAction`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • serverActionsByDeviceId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [ServerActionsOrderBy!],
  • condition: ServerActionCondition,
  • filter: ServerActionFilter
  • ): ServerActionsConnection!
  • online: Boolean
  • # Reads and enables pagination through a set of `Model`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `Model`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • modelsByDeploymentServerIdAndFoodModelId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [ModelsOrderBy!],
  • condition: ModelCondition,
  • filter: ModelFilter
  • ): ServerModelsByDeploymentServerIdAndFoodModelIdManyToManyConnection!
  • # Reads and enables pagination through a set of `Model`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `Model`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • modelsByDeploymentServerIdAndFaceModelId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [ModelsOrderBy!],
  • condition: ModelCondition,
  • filter: ModelFilter
  • ): ServerModelsByDeploymentServerIdAndFaceModelIdManyToManyConnection!
  • }

link Require by