A schedule specifies if and when a recurring event occurs, such as a scheduled website retest.
Example:
"schedule": {
"scheduleInterval": "day",
"schedulePeriod": 5,
"scheduleFromDate": 1704058162,
"schedulePreset": "",
"isActive": true
}
scheduleInterval
string
The type of interval. One of:
“”
- an empty string indicates no scheduleday
week
month
year
schedulePeriod
integer
The amount of the interval. e.g. if scheduleInterval
is day
, and schedulePeriod
is 5, the schedule will run once every 5 days.
scheduleFromDate
timestamp
A timestamp from which the schedule started. Repeats of the schedule are relative to this time.
schedulePreset
string
For convenience, you can specify a common schedule preset instead of a period and interval:
five-daily
- Every 5 days (the default for Silktide)