getOrgStats
GET https://{{host}}/api/v1/orgs/:org_id/stats
Response Parameters
Parameter | Type | Description |
---|---|---|
num_inventory | int | number of devices claimed |
num_devices | int | number of devices in use |
numdevicesconnected | int | number of devices in use that are connected |
numdevicesdisconnected | int | number of devices in use that are not connected |
RESPONSES
status: OK
{"num_inventory":12,"num_devices":10,"name":"Sam MSP Customer 5","orggroup_ids":[],"allow_mist":false,"num_devices_connected":8,"num_devices_disconnected":2,"num_sites":1,"id":"448a3934-df89-11e5-8898-1258369c38a9","sle":[{"path":"coverage","user_minutes":{"total":20,"ok":19}},{"path":"capacity","user_minutes":{"total":20,"ok":18}},{"path":"time-to-connect","user_minutes":{"total":20,"ok":19}}]}