Next Topic

Previous Topic

Book Contents

Schedule Baseline Audit

Schedules a baseline audit for a single agent. A baseline audit shows the configuration of the system in its original state. Typically a baseline audit is performed when a system is first set up.

PUT /assetmgmt/audit/baseline/{agentId}/schedule

Headers

Model Schema

Sample Request Model

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

{
  "Recurrence": {
    "Repeat": "Never",
    "Times": 0,
    "DaysOfWeek": "string",
    "DayOfMonth": "FirstSunday",
    "SpecificDayOfMonth": 0,
    "MonthOfYear": "January",
    "EndAt": "T0000",
    "EndOn": "2015-08-06T16:19:39.218Z",
    "EndAfterIntervalTimes": 0
  },
  "Distribution": {
    "Interval": "Minutes",
    "Magnitude": 0
  },
  "Start": {
    "StartOn": "2015-08-06T16:19:39.218Z",
    "StartAt": "T0000"
  },
  "Exclusion": {
    "From": "T0000",
    "To": "T0000"
  },
  "Attributes": {}
}