Newer Version Available
Schedule Input (Asset)
A daily schedule on which to execute some type of Tableau CRM job.
- Properties
-
Property Name Type Description Required or Optional Available Version emailNotificationLevel 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 }