get https://{hostname}/crux/v1/device-posture/inventory/summary/device-jailbroken
Lists jailbroken device signal metrics acquired from device application access. The response groups statuses by value
and sums by count
.
Response
Lists jailbroken device signal metrics acquired from device application access. The response groups statuses by value
and sums by count
.
xxxxxxxxxx
curl --request GET \
--url https://hostname/crux/v1/device-posture/inventory/summary/device-jailbroken \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"count": 129,
"value": "good"
},
{
"count": 122,
"value": "poor"
}
]