v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBdashboardManagement
Schedule dashboard report
Schedule dashboard report to send at a specific date and time. The report should be sent as attachment or downloadable URL in one of the following notification types: 'Email', 'AWSLambda', 'AzureFunctions', 'Datadog', 'HipChat', 'Jira', 'NewRelic', 'Opsgenie', 'PagerDuty', 'Slack', 'MicrosoftTeams', 'ServiceNow', 'SumoCloudSOAR' and 'Webhook'.
post/v1/dashboards/reportSchedules
Request body
Example request
{
"dashboardId": "B23OjNs5ZCyn5VdMwOBoLo3PjgRnJSAlNTKEDAcpuDG2CIgRe9KFXMofm2H2",
"timeRange": {
"type": "BeginBoundedTimeRange",
"from": {
"type": "RelativeTimeRangeBoundary",
"relativeTime": "-15m"
}
},
"reportFormat": "Pdf",
"scheduleType": "1Day",
"cronExpression": "0 0/15 * * * ? *",
"timeZone": "America/Los_Angeles",
"emailNotification": {
"recipients": [
"john@doe.com"
],
"subject": "Sample Email Subject",
"messageBody": "Sample Email Message Body",
"timeZone": "America/Los_Angeles"
},
"theme": "Light",
"exportWidth": 1500
}Response
Dashboard report has been scheduled.
Example response
{
"dashboardId": "B23OjNs5ZCyn5VdMwOBoLo3PjgRnJSAlNTKEDAcpuDG2CIgRe9KFXMofm2H2",
"timeRange": {
"type": "BeginBoundedTimeRange",
"from": {
"type": "RelativeTimeRangeBoundary",
"relativeTime": "-15m"
}
},
"reportFormat": "Pdf",
"scheduleType": "1Day",
"cronExpression": "0 0/15 * * * ? *",
"timeZone": "America/Los_Angeles",
"emailNotification": {
"recipients": [
"john@doe.com"
],
"subject": "Sample Email Subject",
"messageBody": "Sample Email Message Body",
"timeZone": "America/Los_Angeles"
},
"theme": "Light",
"exportWidth": 1500,
"scheduleId": "RdQHYPh2jxoS90DXtKfA7nAJV2rsQ9BncpfY7IkjNzQWi52ug85W7r6Rrmtd"
}