Actions
List Devices
Retrieves a detailed list of all devices (server objects) for the authenticated user.
Basic Parameters
Parameter | Description |
---|---|
Organization ID | The Organization ID you wish to list from.The organization will be assumed based on the API key, if not specified. |
Advanced Parameters
Parameter | Description |
---|---|
Exception | Filter based on the exception property to exclude the device from reports. Device is still monitored when excluded from reports and statistics. Format: exception=1 . |
Filters | Filter on compatible devices. |
Group ID | Filter based on membership to a specific Server Group ID. |
Limit | A limit on the number of results to be returned, between 1 and 500 , with a default of 500 . Use with page parameter.See About Automox API - Pagination. |
Managed | Filter based on device’s Managed status. Unmanaged indicates no linked policies. Format: managed=0 . |
Page | The page of results you wish to be returned with page numbers starting at 0 .See About Automox API - Pagination. |
Patch Status | Filter based on presence of ANY available patches that aren’t already installed. Value must be ‘missing’ Format: patchStatus=missing . |
Pending | Filter based on status of pending patches. Format: pending=1 . |
Policy ID | Filter based on association to a given Policy ID. Format: policyId=12345 . |
PowerShell Version | Shows version of PowerShell running on the device, if applicable. |
Sort Columns | The column you want to sort by. |
Sort Dir | The sort direction, ascending or descending. |
Example Output
Workflow Library Example
List Devices with Automox and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?