Returns the patch history for an agent.
GET /assetmgmt/patch/{agentId}/history
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
||
|
|
|
|
|
|
||
|
|
||
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"PatchDataId": 0,
"UpdateClassification": 0,
"UpdateCategory": 0,
"KBArticleId": "string",
"KBArticleLink": "string",
"SecurityBulletinId": "string",
"SecurityBulletinLink": "string",
"UpdateTitle": "string",
"LastPublishedDate": "2016-03-15T15:50:11.851Z",
"LocationPending": 0,
"LocationId": 0,
"BulletinId": "string",
"PatchState": 0,
"InstallDate": "2016-03-15T15:50:11.851Z",
"Ignore": 0,
"ProductId": 0,
"ApprovalStatus": 0,
"Location": "string",
"WuaOverrideFlag": 0,
"Switches": "string",
"ProductName": "string",
"IsSuperseded": true,
"WuaProductId": 0,
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}