ScheduleSpec

ScheduleSpec
ScheduleSpec

Describe the schedule of export operation.

JSON Example
{
    "time": {
        "hh": 0,
        "mm": 0
    },
    "frequency": 0,
    "day_of_week": "string"
}
time
Optional

Export the config at hh:mm of the day.

integer As int32 As int32
frequency
Optional
Constraints: minimum: 1

Export the config every few days/weeks.

string
day_of_week
Optional

Abbreviation for days.

Possible values are : MON, TUE, WED, THU, FRI, SAT, SUN, DAILY,