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