Download OpenAPI specification:Download
ExtremeLocation Scheduler APIs allow you to programmatically manage schedules to send offline periodic dashboard reports in CSV and PDF format.
This API provides option to create a schedule to be executed for the given context. This API requires following parameters: Name of schedule, Dashboard details, scope ,frequency, exportFormat
Schedule object containing details to create the schedule.
get_id | string |
dashboard | string |
name | string |
frequency | string Enum: "DAILY" "WEEKLY" "MONTHLY" |
scope | string Enum: "ALL" "SITEGROUP" "SITE" |
scopeId | string |
scopeName | string |
format | string Value: "PDF" |
emails | Array of strings |
lastExecuted | string <date-time> |
lastExecutedString | string <date-time> |
Scheduled added successfully
Bad Request
Error create the schedule
This API is executed when any existing schedule needs to be deleted. It requires the schedule ID to be provided as parameter.
_id required | string Contains the ID of the schedule to be deleted. |
Schedule with specified ID removed successfully
Bad Request
Error while deleting the schedule