roboshadow_get_updates_report_by_device
Retrieve a paginated report of missing updates grouped by device. Filter by update type, device type, and reboot status to identify devices needing attention.
Instructions
List a paginated missing-updates report grouped by device across the organisation, filterable by update category, workstation/server, and reboot-required status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Filter results to the last N days. | |
| page | No | Page number for pagination (1-indexed). Default 1. | |
| other | No | Filter to other updates. | |
| driver | No | Filter to driver updates. | |
| rollup | No | Filter to rollup updates. | |
| search | No | Search term for filtering results. | |
| sortBy | No | Field name to sort by. | |
| servers | No | Filter to server devices. | |
| critical | No | Filter to critical updates. | |
| security | No | Filter to security updates. | |
| sortDesc | No | Sort in descending order. Default false. | |
| itemsPerPage | No | Number of items per page (1-100). Default 10. | |
| workstations | No | Filter to workstation devices. | |
| organisationId | Yes | The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations. | |
| isRebootRequired | No | Filter to devices requiring reboot. |