OS Patch installation report
GET {{baseUrl}}/api/v2/queries/os-patch-installs
Returns patch installation history records (successful and failed)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
df | null | Device filter | |
status | null | Patch Status filter (FAILED, INSTALLED) | |
installedBefore | null | Include patches installed before specified date | |
installedAfter | null | Include patches installed after specified date | |
cursor | null | Cursor name | |
pageSize | null | Limit number of records per page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |