Next Topic

Previous Topic

Book Contents

Get Missing Patches

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

PatchDataId

int

UpdateClassification

int

UpdateCategory

int

KBArticleId

string

 

KBArticleLink

string

 

 

SecurityBulletinId

string

 

SecurityBulletinLink

string

 

 

UpdateTitle

string

 

 

LastPublishedDate

datetime

LocationPending

int

LocationId

int

 

 

BulletinId

string

 

PatchState

int

InstallDate

datetime

Ignore

int

ProductId

int

ApprovalStatus

int

Location

string

 

 

WuaOverrideFlag

int

Switches

string

 

 

ProductName

string

IsSuperseded

boolean

WuaProductId

int

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"
}