Returns an array of missing patches on an agent machine, with denied patches either included or excluded.
GET /assetmgmt/patch/{agentId}/machineupdate/{hideDeniedPatches}
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
||
|
|
|
|
|
|
||
|
|
||
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"PatchDataId": 0,
"Description": "string",
"KBArticle": "string",
"SecurityBulletinLink": "string",
"Product": "string",
"UpdateClassification": 0,
"ReleaseDate": "2016-03-15T15:50:11.855Z",
"Status": 0,
"UpdateCategory": 0,
"LocationPending": 0,
"LocationId": 0,
"PatchState": 0,
"Ignore": 0,
"WuaOverrideFlag": 0,
"IsSuperseded": true,
"manualUpdateFlag": 0,
"schedTogether": 0,
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}