Device Inventory
The Device Inventory fuses device-related contextual information across the organization. The Device Inventory provides the ability to Query, Filter, and Slice data related to the Device Posture, Device Details, type, Policies, and Device Management states.
Parameters
Parameter | Description |
---|---|
Account ID | The account ID for which to retrieve the device inventory data. The Account ID can be obtained by the List Accounts action. |
Filter by a user's email address to retrieve the user's associated devices. | |
Integration ID | Return devices from a specific integration. Integration IDs can be obtained by the List Integrations action. |
Privileged Only | Return only devices that associated with privileged users. |
Unassociated Devices | Return also unassociated devices. |
Example Output
{
"status": "ok",
"data": [
{
"account_id": "5d62f3ea0ca84a3e2d6d5c2d",
"reporters": [
{
"title": "Office 365",
"integration_id": "5e3d082fb287e5999ef2812e",
"alias": "Corporate M365"
}
],
"apps_count": 11,
"reported_apps": [
{
"fields": {
"managed": true,
"compliant": "Unknown",
"reported_by": true
},
"app_name": "Office 365"
}
],
"device_name": "stage-test-win",
"globally_compliant": "Unknown",
"globally_managed": "Unknown",
"last_seen": "2020-11-10T00:00:00Z",
"mac_address_list": [],
"os": "Windows 10",
"os_version": "10.0.17763.0",
"platform": "Windows",
"user_email": "john@adaptive-shield.com",
"id": "6a9623616d07f4fa931438ab",
"privileged_roles_count": 11,
"has_user_association": true
}
],
"total_size": 11
}
Workflow Library Example
Device Inventory with Adaptive Shield and Send Results Via Email
Preview this Workflow on desktop