Patch report for one system
patch_system_reportRetrieve a detailed patch report for a specific computer, including install status, approval, severity, and install time. Filter and paginate results to identify missing or failed patches.
Instructions
Retrieves every patch applicable to a specific computer (by resource_id) with its install status (installed/missing/failed), approval status, severity, deployment remarks, and install time. 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. | |
| resId | Yes | resource_id of the computer to report on (required; from patch_all_systems_list or som_computers_list). | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| 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). | |
| patchStatusFilter | No | Filter by patch install status: 201 Installed (already installed), 202 Missing (not installed). | |
| approvalStatusFilter | No | Filter by approval status: 211 Approved (approved for deployment), 0 Not Approved (approval pending), 212 Declined. |