OBJECT
type Site {# IDmachineId: ID! # The host name/IP of the systemhost: String! # The name of the systemname: String # Total paired sensor counttotalSensorsCount: Int # Online sensor countonlineSensorsCount: Int # CPU usage PercentagecpuUsagePercentage: Float # Memory usage PercentagememUsagePercentage: Float # Total memory in bytestotalMemBytes: String # Active queries enabledactiveQueriesEnabled: Boolean }