OBJECT

Site

link GraphQL Schema definition

  • type Site {
  • # ID
  • machineId: ID!
  • # The host name/IP of the system
  • host: String!
  • # The name of the system
  • name: String
  • # Total paired sensor count
  • totalSensorsCount: Int
  • # Online sensor count
  • onlineSensorsCount: Int
  • # CPU usage Percentage
  • cpuUsagePercentage: Float
  • # Memory usage Percentage
  • memUsagePercentage: Float
  • # Total memory in bytes
  • totalMemBytes: String
  • # Active queries enabled
  • activeQueriesEnabled: Boolean
  • }