List patch deployment configurations
patch_view_configFetch patch deployment configurations with execution status and per-target success/failure/yet-to-apply counts. Supports filtering by status and pagination.
Instructions
Retrieves all patch deployment configurations with their execution status and per-target success/failure/yet-to-apply counts. Supports filtering by execution status 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. | |
| 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). | |
| branchOfficeFilter | No | Filter by remote/branch office name (list available from the desktop serverproperties API). | |
| configStatusFilter | No | Filter by configuration execution status: InProgress, Draft, Executed, Suspended, Deployed, RetryInProgress, or Expired. |