Pending Security Updates
list_pending_security_updatesList hosts with pending security updates, including package names and versions. Use to identify vulnerable systems. Optionally limit results per host or total rows.
Instructions
Hosts with pending security updates, with the package names and versions for each.
Shorter than list_pending_updates and usually the relevant one. Naming each package costs one API request, so max_packages_per_host caps how many are resolved per host; the update count itself is always exact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Defaults to 50, maximum 500. | |
| max_packages_per_host | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | How to narrow the query when truncated. | |
| count | Yes | Number of rows in `items`. | |
| items | Yes | The rows, at most `limit` of them. | |
| truncated | Yes | True if openITCOCKPIT held more rows than were returned. |