patch_management_patch
Retrieve patches by search queries and software type, filtering by application or operating system.
Instructions
patch_management · GET /patchManagement/patch — Returns list of patches Required: searchQueries, softwareType. Allowed values: softwareType=APP|OS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | query param q (str) | |
| searchQueries | No | query param searchQueries (Any) | |
| from_ | No | query param from (int) | |
| size | No | query param size (int) | |
| patchIds | No | query param patchIds (Any) | |
| externalPatchIds | No | query param externalPatchIds (Any) | |
| softwareType | No | query param softwareType (str) |