GET statistics/devices/status

Gets the statistics for the device status.

Response Information

The statistics for the device status in the environment.

Response body formats

application/json, text/json

Sample:
{
  "numberOfActiveDevices": 1,
  "numberOfDisabledDevices": 2,
  "numberOfEnabledDevices": 3,
  "numberOfInactiveDevices": 4
}