BackupScheduleSpec

BackupScheduleSpec
BackupScheduleSpec

Backup schedule configuration.

JSON Example
{
    "startTime": "string",
    "days": [
        "MON",
        "TUE",
        "WED",
        "THU",
        "FRI",
        "SAT",
        "SUN"
    ]
}
string As time As time
startTime
Optional

The time of the day when the backup should be created.

array of string
days
Optional

The days on which a backup should be created. Pass all values for every day.

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