report-schedules
report-schedules
Represents a Collection of Report schedules
JSON Example
{
"reportSchedules": [
{
"id": "string",
"reportDefinitionId": "string",
"resourceId": [
"string"
],
"traversalSpec": {
"name": "string",
"description": "string",
"rootAdapterKindKey": "string",
"rootResourceKindKey": "string",
"adapterInstanceAssociation": false
},
"startDate": "string",
"weekOfMonth": "string",
"reportScheduleType": "string",
"daysOfTheWeek": [
"string"
],
"startHour": 0,
"startMinute": 0,
"recurrence": 0,
"dayOfTheMonth": 0,
"emailAddresses": [
"string"
],
"emailCcAddresses": [
"string"
],
"emailBccAddresses": [
"string"
],
"emailPluginId": "string",
"networkSharePluginId": "string",
"relativePath": [
"string"
]
}
]
}