List applicable patches (threat view)
threats_patches_listRetrieve all patches applicable to managed systems from the threats module, with severity, vendor, system counts, and approval status. Supports filtering and pagination.
Instructions
Retrieves all patches applicable to managed systems from the threats module, with severity, KB/bulletin IDs, vendor, missing/installed/failed system counts, and approval status. Supports extensive filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each entry instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| cveIds | No | Filter by CVE ID, e.g. "CVE-2019-0981". | |
| patchId | No | Filter by patch ID — numeric ID or comma-separated list. | |
| kbNumber | No | Filter by Microsoft KB number (digits only, e.g. "2565063"). | |
| severity | No | Filter by patch severity. Known values: Critical, Important, Moderate, Low, Unrated (free string in the spec). | |
| pageLimit | No | Max records per page (server cap for this endpoint is 1000). | |
| patchName | No | Filter to patches whose name contains this text. | |
| patchSize | No | Filter by patch size in bytes (digits only). | |
| updateType | No | Filter by the type of patch (the spec's closed 'Applicable inputs' list). | |
| vendorName | No | Filter by vendor name, e.g. Microsoft, Adobe. | |
| patchStatus | No | Filter by patch status. Example value from the spec: "approved" (free string, no closed list documented). | |
| updatedTime | No | Filter by the patch's approved/updated time, as epoch milliseconds (e.g. "1704363395117"). | |
| platformName | No | Filter by platform, e.g. Windows, Mac, Linux. | |
| downloadStatus | No | Filter by the patch binary's download status on the server. | |
| patchUninstall | No | Filter by vendor uninstall support. Known values: "supported", "not supported". | |
| rebootRequired | No | Filter by the post-deployment reboot option configured for the patch. | |
| patchDescription | No | Filter to patches whose description contains this text. | |
| patchReleasedTime | No | Filter by the patch's release date, as epoch milliseconds (e.g. "1704363395117"). | |
| patchSupportedTime | No | Filter by the patch's support date, as epoch milliseconds (e.g. "1704363395117"). | |
| approvedUserFirstName | No | Filter by the first name of the user who approved the patch (the spec's own description for this parameter is a mislabeled copy of reboot_required). |