DeviceConnectionSummary Data Type

DeviceConnectionSummary represents an aggregated summary of the connection status of a group of devices at a point in time. It returns the number of devices currently connected, the number of devices which disconnect cleanly, the number of devices which disconnected abruptly, and the number of devices which have been disabled.

Properties
name data type constraints description
connected number required
disconnected number required
missing number required
enabled number required
disabled number required

Example

{
  "connected" : 12345,
  "disconnected" : 12345,
  "missing" : 12345,
  "enabled" : 12345,
  "disabled" : 12345
}