Next Topic

Previous Topic

Book Contents

Get Patch Status

Returns the patch status of an agent machine.

GET /assetmgmt/patch/{agentId}/status

Headers

Model Schema

Field

Datatype

Filterable

Sortable

AgentType

int

 

 

LastPatchScanstring

datetime

 

 

ExecScriptTimestring

datetime

 

 

RunCount

int

 

 

MonthPeriod

int

 

 

ExecPeriod

int

 

 

RunAtTime

int

 

 

NextPatchScan

int

 

 

NextRunTime

string

 

 

ScheduledScanScriptId

int

 

 

ScheduledScanScriptSchedType

int

 

 

ScanRunAtTime

int

 

 

ScanNextRunTimestring

datetime

 

 

NewPatchAlert

int

 

 

PatchFailedAlert

int

 

 

InvalidCredentialAlert

int

 

 

WINAUChangedAlert

int

 

 

AlertEmailstring

string

 

 

SourceMachineGuidstring

string

 

 

LanCacheNamestring

string

 

 

PreRebootScriptNamestring

string

 

 

PostRebootScriptNamestring

string

 

 

ScanResultsPendingstring

string

 

 

Reset

int

 

 

RbWarnstring

string

 

 

RebootDaystring

string

 

 

RebootTimestring

string

 

 

NoRebootEmailstring

string

 

 

SourceType

int

 

 

SourcePathstring

string

 

 

SourceLocalstring

string

 

 

DestUseAgentDrive

int

 

 

UseInternetSrcFallback

int

 

 

Sample Response Model

{
  "Result": {
    "AgentType": 0,
    "LastPatchScan": "2016-03-15T15:50:11.871Z",
    "ExecScriptTime": "2016-03-15T15:50:11.871Z",
    "RunCount": 0,
    "MonthPeriod": 0,
    "ExecPeriod": 0,
    "RunAtTime": 0,
    "NextPatchScan": 0,
    "NextRunTime": "string",
    "ScheduledScanScriptId": 0,
    "ScheduledScanScriptSchedType": 0,
    "ScanRunAtTime": 0,
    "ScanNextRunTime": "2016-03-15T15:50:11.871Z",
    "NewPatchAlert": 0,
    "PatchFailedAlert": 0,
    "InvalidCredentialAlert": 0,
    "WINAUChangedAlert": 0,
    "AlertEmail": "string",
    "SourceMachineGuid": "string",
    "LanCacheName": "string",
    "PreRebootScriptName": "string",
    "PostRebootScriptName": "string",
    "ScanResultsPending": "string",
    "Reset": 0,
    "RbWarn": "string",
    "RebootDay": "string",
    "RebootTime": "string",
    "NoRebootEmail": "string",
    "SourceType": 0,
    "SourcePath": "string",
    "SourceLocal": "string",
    "DestUseAgentDrive": 0,
    "UseInternetSrcFallback": 0,
    "Attributes": {}
  },
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}