functions

Function Schedule Set

post/functions/{function_id}/schedule

Path parameters

function_idstring required

Headers

x-notte-request-originstring nullable
x-notte-sdk-versionstring nullable

Request body

cronstring required

AWS EventBridge schedule expression. Six space-separated fields, minutes first: minutes hours day-of-month month day-of-week year. This is neither five-field Unix crontab nor the seconds-first six-field dialect used by Quartz and cron-parser. Exactly one of day-of-month and day-of-week must be ?, the other must be a real value. Schedules fire in UTC. Example: 0 12 ? * * * runs daily at noon UTC. rate(...) expressions such as rate(1 hour) are accepted too.

variablesobject nullable required

Values passed to the function on every scheduled run. Must supply every function variable that has no default, and no names the function does not declare.

Response

Successful Response

statusstring required

Changes