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 |
||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|
||
Field |
Datatype |
Filterable |
Sortable |
||
|
|
|
|
||
|
|
|
|
||
|
|
|
|
||
|
|
|
|
||
|
|
|
|
RecurrenceOptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DistributionWindow
|
|
|
|
|
|
|
|
StartOptions
|
|
|
|
|
|
|
|
ExclusionWindow
|
|
|
|
|
|
|
|
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": {}
}