ScheduleSpec
The specification describing when snapshots for a protection group are taken.
{
"minutes": 0,
"minutes_interval": 0,
"hours": 0,
"hours_interval": 0,
"day_of_month": 0,
"day_of_month_interval": 0,
"month": 0,
"month_interval": 0,
"day_of_week": 0,
"day_of_week_interval": 0
}
Specification of minutes (0 - 59 are legal values).
Interval in minutes between snapshots.
Specification of hours (0 - 23 are legal values).
Interval in hours between snapshots.
Specification of days of the month (1 - 31 are legal values).
Interval in days between snapshots.
Numeric representation of month (1 - 12 are legal values).
Interval in months between snapshots.
Numeric representation of days of the week (0 - 6 are legal values; 0 = Sunday).
Interval in days between snapshots.