get https://{hostname}/crux/v1/device-posture/inventory/summary/os
Lists activity metrics for installed operating systems of devices connecting to your applications.
Response
Lists activity metrics for installed operating systems of devices connecting to your applications.
xxxxxxxxxx
curl --request GET \
--url https://hostname/crux/v1/device-posture/inventory/summary/os \
--header 'accept: application/json'
xxxxxxxxxx
23[
{
"custom": 191,
"latest": 33,
"name": "Mac OS X",
"outdated": 65,
"updated": 26
},
{
"custom": 0,
"latest": 61,
"name": "Windows 10",
"outdated": 0,
"updated": 3
},
{
"custom": 5,
"latest": 63,
"name": "iOS",
"outdated": 0,
"updated": 0
}
]