List all applicable patches
patch_all_patches_listList all patches for managed systems, including installed/missing/failed counts, severity, approval, and download status. Filter and paginate to identify missing patches by platform or severity.
Instructions
Retrieves the complete list of patches applicable to managed systems, with per-patch installed/missing/failed system counts, severity, approval status, and download status. Supports filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each row instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| patchId | No | Filter to the patch with this patch_id. | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| bulletinId | No | Filter to patches with this bulletin ID, e.g. MS18-JAN9 or TU-058. | |
| domainFilter | No | Filter by NetBIOS domain name (domain list is available from the desktop serverproperties API). | |
| platformFilter | No | Filter by OS platform: Windows, Mac, or Linux. | |
| severityFilter | No | Filter by patch severity: 0 Unrated (no severity assigned), 1 Low (minimal impact), 2 Moderate (average impact), 3 Important (significant impact), 4 Critical (high impact or security risk). | |
| customGroupFilter | No | Filter by custom group (list available from the desktop serverproperties API). | |
| patchStatusFilter | No | Filter by patch install status: 201 Installed (already installed), 202 Missing (not installed). | |
| branchOfficeFilter | No | Filter by remote/branch office name (list available from the desktop serverproperties API). | |
| approvalStatusFilter | No | Filter by approval status: 211 Approved (approved for deployment), 0 Not Approved (approval pending), 212 Declined. |