getOrgStats

GET https://{{host}}/api/v1/orgs/:org_id/stats

Response Parameters

ParameterTypeDescription
num_inventoryintnumber of devices claimed
num_devicesintnumber of devices in use
numdevicesconnectedintnumber of devices in use that are connected
numdevicesdisconnectedintnumber 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}}]}