get https://{hostname}/crux/v1/device-posture/inventory/summary/device-roll-ups
Lists activity metrics of devices connecting to your applications.
Response
Lists activity metrics of devices connecting to your applications.
xxxxxxxxxx
curl --request GET \
--url https://hostname/crux/v1/device-posture/inventory/summary/device-roll-ups \
--header 'accept: application/json'
xxxxxxxxxx
17[
{
"check_in_count": 40,
"device_count": 250,
"timestamp": "2019-03-19T21:00:00+00:00"
},
{
"check_in_count": 45,
"device_count": 250,
"timestamp": "2019-03-20T00:00:00+00:00"
},
{
"check_in_count": 50,
"device_count": 250,
"timestamp": "2019-03-20T13:00:00+00:00"
}
]