Next Topic

Previous Topic

Book Contents

Set Patch Ignore

Sets the Ignore setting for missing patches for an agent machine. The request must include an array of PatchIds to specify which patches are being ignored.

PUT /assetmgmt/patch/{agentId}/setignore

Headers

Sample Request Model

Field

Datatype

Filterable

Sortable

ServerTimeZone

boolean

 

SkipIfOffLine

boolean

 

PowerUpIfOffLine

boolean

 

PatchIds

List<Int32>

 

 

Field

Datatype

Filterable

Sortable

Recurrence

(see below)

 

 

Distribution

(see below)

 

 

Start

(see below)

 

 

Exclusion

(see below)

 

 

Attributes

object

 

 

RecurrenceOptions

Repeat

string

 

 

Times

int

 

 

DaysOfWeek

string

 

 

DayOfMonth

string

 

 

SpecificDayOfMonth

int

 

 

MonthOfYear

string

 

 

EndAt

string

 

 

EndOn

string

 

 

EndAfterIntervalTimes

int

 

 

DistributionWindow

Interval

string

 

 

Magnitude

int

 

 

StartOptions

StartOn

string

 

 

StartAt

string

 

 

ExclusionWindow

From

string

 

 

To

string

 

 

Sample Request Model

{
  "ServerTimeZone": true,
  "SkipIfOffLine": true,
  "PowerUpIfOffLine": true,
  "PatchIds": [
    0
  ],
  "Recurrence": {
    "Repeat": "Never",
    "Times": 0,
    "DaysOfWeek": "string",
    "DayOfMonth": "FirstSunday",
    "SpecificDayOfMonth": 0,
    "MonthOfYear": "January",
    "EndAt": "T0000",
    "EndOn": "2016-03-15T15:50:11.564Z",
    "EndAfterIntervalTimes": 0
  },
  "Distribution": {
    "Interval": "Minutes",
    "Magnitude": 0
  },
  "Start": {
    "StartOn": "2016-03-15T15:50:11.564Z",
    "StartAt": "T0000"
  },
  "Exclusion": {
    "From": "T0000",
    "To": "T0000"
  },
  "Attributes": {}
}