Newer Version Available
Schedule Input
A schedule on which to execute some type of Analytics asset.
Inherited by DailyScheduleInput, EventBasedScheduleInput, HourlyScheduleInput, MinutelyScheduleInput, MonthlyRelativeScheduleInput, MonthlySpecificScheduleInput, and WeeklyScheduleInput.
- Properties
-
Property Name Type Description Required or Optional Available Version notificationLevel ConnectEmailNotificationLevelEnum Valid types of email notification levels you can set. Valid values are: - Always
- Failures
- Never
- Warnings
Small, 42.0 42.0 time Time Input Hour,minute, and timezone in which this schedule is run Required 39.0 The following JSON shows how to create an hourly schedule for an asset.
1{ 2 "daysOfWeek" : [ 3 "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" 4 ], 5 "lastHour" : 20, 6 "hourlyInterval" : 3, 7 "time" : { 8 "hour" : 2, 9 "minute" : 30, 10 "timeZone" : "America/Los_Angeles" 11 }, 12 "frequency" : "hourly" 13}