Software Patch history for device
GET {{baseUrl}}/api/v2/device/:id/software-patch-installs
Returns 3rd party software patch installation history records for device (successful and failed)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
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 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |