patch_management_patch_1
Fetch patches for software types (APP or OS) with optional filters for patch IDs, search queries, and pagination to manage vulnerability remediation.
Instructions
patch_management · POST /patchManagement/patch — Returns list of patches Required: softwareType. Allowed values: softwareType=APP|OS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | query param q (str) | |
| 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) | |
| body | No | JSON request body |