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