Newer Version Available

This content describes an older version of this product. View Latest

Schedule Resource

Create or delete a schedule for a dataflow, recipe, or connection sync.
Resource URL
1/wave/asset/<assetId>/schedule
Formats
JSON
Available Version
PUT (40.0), DELETE (43.0)
HTTP Methods
PUT DELETE
PUT Request Body
Property Name Type Description Required or Optional Available Version
Schedule​Input​Representation Hourly​Schedule​Input​Representation, Daily​Schedule​Input​Representation, Weekly​Schedule​Input​Representation, Monthly​Relative​Schedule​Input​Representation, Monthly​Specific​Schedule​Input​Representation Schedule on which to run the asset. Required 40.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}
PUT Response Body
1{}
Examples
For more examples on about how to schedule dataflows, recipes, and connection syncs, see Schedule Dataflows, Recipes, and Data Syncs