ScheduleSpec

ScheduleSpec
ScheduleSpec

The specification describing when snapshots for a protection group are taken.

JSON Example
{
    "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
}
integer As int32 As int32
minutes
Optional

Specification of minutes (0 - 59 are legal values).

integer As int32 As int32
minutes_interval
Optional

Interval in minutes between snapshots.

integer As int32 As int32
hours
Optional

Specification of hours (0 - 23 are legal values).

integer As int32 As int32
hours_interval
Optional

Interval in hours between snapshots.

integer As int32 As int32
day_of_month
Optional

Specification of days of the month (1 - 31 are legal values).

integer As int32 As int32
day_of_month_interval
Optional

Interval in days between snapshots.

integer As int32 As int32
month
Optional

Numeric representation of month (1 - 12 are legal values).

integer As int32 As int32
month_interval
Optional

Interval in months between snapshots.

integer As int32 As int32
day_of_week
Optional

Numeric representation of days of the week (0 - 6 are legal values; 0 = Sunday).

integer As int32 As int32
day_of_week_interval
Optional

Interval in days between snapshots.