Software Patch history report
GET {{baseUrl}}/api/v2/queries/software-patch-installs
Returns 3rd party software patch installation history records (successful and failed)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
df | null | Device filter | |
type | null | Patch Type filter | |
impact | null | Patch Impact filter | |
status | null | Patch Status filter | |
productIdentifier | null | Product Identifier | |
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 |