Next Topic

Previous Topic

Book Contents

Schedule Latest Audit

Schedules a latest audit for a single agent. The latest audit shows the configuration of the system as of the last audit. Once per day is recommended.

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

Headers

Model Schema

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