roboshadow_get_device_updates
Identify missing Windows updates for a single device with category, KB/package ID, and reboot status. Filter by security, critical, driver, or other update types to prioritize remediation.
Instructions
List missing Windows updates for one device, with category, KB/package ID, and reboot requirement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| critical | No | Filter to critical updates. | |
| deviceId | Yes | Unique identifier for the device. | |
| security | No | Filter to security updates. | |
| itemsPerPage | No | Number of items per page (1-100). Default 10. | |
| organisationId | Yes | The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations. |