Next Topic

Previous Topic

Book Contents

Schedule SysInfo Audit

Schedules a sysinfo audit for a single agent. The sysinfo audit shows all DMI / SMBIOS data of the system as of the last system info audit. This data seldom changes and typically only needs to be run once.

PUT /assetmgmt/audit/sysinfo/{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": {}
}