Per-computer status of one patch
patch_all_patch_detailsRetrieve patch installation status across all computers: see which have it, which are missing it, and deployment remarks. Supports filtering and pagination.
Instructions
Retrieves the installation status of a specific patch (by patch_id) on every applicable computer: which systems have it installed, which are missing it, and deployment remarks. 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 | Yes | patch_id of the patch to report on (required; from patch_all_patches_list or patch_supported_patches_list). | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| 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). |