List systems with patch health
patch_all_systems_listRetrieve all managed systems with patch health status, missing and installed patch counts by type and severity, and last scan/patch times. Filter by health, platform, domain, and more with pagination.
Instructions
Retrieves all managed systems with their patch health status (healthy/vulnerable/highly vulnerable), missing and installed patch counts by type and severity, and last scan/patch times. 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 | No | Filter to the system with this resource_id. | |
| 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). | |
| healthFilter | No | Filter by system patch health: 0 Unknown (patch status not available), 1 Healthy (up-to-date), 2 Vulnerable (has missing patches), 3 Highly Vulnerable (has critical or high-risk missing patches). | |
| platformFilter | No | Filter by OS platform: Windows, Mac, or Linux. | |
| customGroupFilter | No | Filter by custom group (list available from the desktop serverproperties API). | |
| branchOfficeFilter | No | Filter by remote/branch office name (list available from the desktop serverproperties API). |