Schedule
Schedule object
- schedule_idstring
UUID identifying the schedule.
- dashboard_idstring
UUID identifying the dashboard to which the schedule belongs.
- cron_scheduleobject
The cron expression describing the frequency of the periodic refresh for this schedule.
Show child attributesHide child attributes
- quartz_cron_expressionstring
A cron expression using quartz syntax. EX:
0 0 8 * * ?represents everyday at 8am. See Cron Trigger for details.
- timezone_idstring
A Java timezone id. The schedule will be resolved with respect to this timezone. See Java TimeZone for details.
- pause_statusstring
The status indicates whether this schedule is paused or not.
- display_namestring
The display name for schedule.
- etagstring
The etag for the schedule. Must be left empty on create, must be provided on updates to ensure that the schedule has not been modified since the last read, and can be optionally provided on delete.
- create_timestring
A timestamp indicating when the schedule was created.
- update_timestring
A timestamp indicating when the schedule was last updated.
- warehouse_idstring
The warehouse id to run the dashboard with for the schedule.
Get GA
GET
Get dashboard schedule.
API scopes: dashboards
Parameters
- schedule_idstringpath
UUID identifying the schedule.
- dashboard_idstringpath
UUID identifying the dashboard to which the schedule belongs.
Response
Returns the Schedule object.
List GA
GET
List dashboard schedules.
API scopes: dashboards
Parameters
- dashboard_idstringpath
UUID identifying the dashboard to which the schedules belongs.
- page_sizeint32query
The number of schedules to return per page.
- page_tokenstringquery
A page token, received from a previous
ListSchedulescall. Use this to retrieve the subsequent page.
Response
Returns a list of Schedule objects.
Create GA
POST
Create dashboard schedule.
API scopes: dashboards
Parameters
- scheduleobjectpath
The schedule to create. A dashboard is limited to 10 schedules.
Show child attributesHide child attributes
- schedule_idstring
UUID identifying the schedule.
- dashboard_idstring
UUID identifying the dashboard to which the schedule belongs.
- cron_scheduleobject
The cron expression describing the frequency of the periodic refresh for this schedule.
Show child attributesHide child attributes
- quartz_cron_expressionstring
A cron expression using quartz syntax. EX:
0 0 8 * * ?represents everyday at 8am. See Cron Trigger for details.
- timezone_idstring
A Java timezone id. The schedule will be resolved with respect to this timezone. See Java TimeZone for details.
- pause_statusstring
The status indicates whether this schedule is paused or not.
- display_namestring
The display name for schedule.
- etagstring
The etag for the schedule. Must be left empty on create, must be provided on updates to ensure that the schedule has not been modified since the last read, and can be optionally provided on delete.
- create_timestring
A timestamp indicating when the schedule was created.
- update_timestring
A timestamp indicating when the schedule was last updated.
- warehouse_idstring
The warehouse id to run the dashboard with for the schedule.
Response
Returns the Schedule object.
Update GA
PUT
Update dashboard schedule.
API scopes: dashboards
Parameters
- scheduleobjectpath
The schedule to update.
Show child attributesHide child attributes
- schedule_idstring
UUID identifying the schedule.
- dashboard_idstring
UUID identifying the dashboard to which the schedule belongs.
- cron_scheduleobject
The cron expression describing the frequency of the periodic refresh for this schedule.
Show child attributesHide child attributes
- quartz_cron_expressionstring
A cron expression using quartz syntax. EX:
0 0 8 * * ?represents everyday at 8am. See Cron Trigger for details.
- timezone_idstring
A Java timezone id. The schedule will be resolved with respect to this timezone. See Java TimeZone for details.
- pause_statusstring
The status indicates whether this schedule is paused or not.
- display_namestring
The display name for schedule.
- etagstring
The etag for the schedule. Must be left empty on create, must be provided on updates to ensure that the schedule has not been modified since the last read, and can be optionally provided on delete.
- create_timestring
A timestamp indicating when the schedule was created.
- update_timestring
A timestamp indicating when the schedule was last updated.
- warehouse_idstring
The warehouse id to run the dashboard with for the schedule.
Response
Returns the Schedule object.
Delete GA
DELETE
Delete dashboard schedule.
API scopes: dashboards
Parameters
- schedule_idstringpath
UUID identifying the schedule.
- dashboard_idstringpath
UUID identifying the dashboard to which the schedule belongs.
- etagstringquery
The etag for the schedule. Optionally, it can be provided to verify that the schedule has not been modified from its last retrieval.