query_system_updates
Identify pending updates needing installation on a system using its name or ID, with options to include CVEs and filter by advisory type.
Instructions
Query pending updates for one system.
Inputs: system_identifier (system_name or system_id); optional limit, offset, include_cves, advisory_types.
Name not found: resolve with find_systems_by_name, then pass system_id.
Best for pagination and optional CVE expansion.
Pagination behavior: limit <= 0 returns no items (counts still available);
positive limit is capped at 200.
Returns: updates with pending updates for the system and meta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_identifier | Yes | ||
| limit | No | ||
| offset | No | ||
| include_cves | No | ||
| advisory_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||