ReportSchedule
Model to represent a Report Schedule
Properties
UUID of the schedule
Starting time when the Report Schedule comes into effect. Defaults to the current date.
Comma separated Email addresses of the recipients for the Report
Report Definition identifier
Network file share folder names where the reports should be stored
Indicates the recurrence period of the Schedule. Defaults to 1.
The days of the month when the Schedule will run - Valid values are from 1-31
Identifier of the network share plugin for which this rule applies.
Identifier of the email plugin for which this rule applies.
Comma separated Email addresses of the recipients with Cc for the Report
Comma separated Email addresses of the recipients with Bcc for the Report
The type of schedule - MONTHLY, WEEKLY etc.
Possible values are: UNKNOWN , DAILY , WEEKLY , MONTHLY , YEARLY
Resource identifiers for which the schedule will be created. Currently we support Schedules for a single Resource.
The days of the week this Schedule repeats - SUNDAY, MONDAY, TUESDAY etc.
Possible values are: UNKNOWN , SUNDAY , MONDAY , TUESDAY , WEDNESDAY , THURSDAY , FRIDAY , SATURDAY
The hour of the day when the Schedule runs. Defaults to 8.
The minutes of the hour when the Schedule runs. Defaults to 0.
Traversal spec used for evaluating the set of Resources for which the Report will be generated. This is used in conjunction with the report definition that will be used when creating the Report Schedule
The week of the month of this Report Schedule, if the schedule of recurrence is monthly
Possible values are: UNKNOWNN , FIRST , SECOND , THIRD , FOURTH , LAST
JSON Example
{
"dayOfTheMonth": 0,
"emailAddresses": [
"string"
],
"id": "string",
"recurrence": 0,
"relativePath": [
"string"
],
"reportDefinitionId": "string",
"startDate": "string"
}
Property Of
ReportSchedules
Parameter To
Update Report Schedule
Create Report Schedule
Returned By
Update Report Schedule
Create Report Schedule
Get Report Schedule