Parameter name | Type | Description | Possible Values | Example | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
_id | String | The Schedule ID. | 5f8a21545108792bb859b1a3 | |||||||||||
name | String | The name assigned to Schedule by user. | 'Daily Schedule' | |||||||||||
type | Integer | The type of schedule. |
|
2 | ||||||||||
type_name | String | The corresponding name for the schedule type. | Daily | |||||||||||
type_data | List[]/Integer/String | The Type Data for each type of schedule. Can be list of integers for Daily/Monthly, integer for Hourly/Weekly, or string for AfterBackupJob. | ||||||||||||
delay_type | Integer | The unit for delay. To view all possible types visit Delay Type |
|
|||||||||||
delay_amount | Integer | Amount to delay by. Enter the amount as a positive integer. 0 amount will run the backup job immediately after the assigned job completes. | delay_amount=0 |
|||||||||||
delay | Boolean | Value indicating if there is a delay. | 1/0 | |||||||||||
owner | String | ID of the owner of the schedule. | ||||||||||||
owner_name | String | Name of the owner | ||||||||||||
count | Integer | Number of jobs schedule is assigned to. | ||||||||||||
jobs | List [] | List of Backup Jobs schedule is assigned to. |
Type Name | Description | Possible Values | Examples | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Hourly | Can only assign one value for Hourly Schedules. |
|
type_data=4 sets the schedule to run every 4 hours. |
||||||||||||||
Daily | Can assign multiple values for Daily Schedules. |
|
type_data[0]=1&type_data[1]=5 sets the schedule to run every Sunday and Thursday. |
||||||||||||||
Weekly | Can only assign one value for Weekly Schedules. |
|
type_data=3 sets the schedule to run every week on Tuesday. |
||||||||||||||
Monthly | Can assign multiple values for Monthly Schedules. |
|
type_data[0]=1&type_data[1]=21 sets the schedule to run every 1st and 21st of the Month. |
||||||||||||||
After Backup Done | Can only assign one Backup Job for After BackupJob Done Schedules. Have to assign the Delay Type as well. | Backup Job ID | type_data=5fd44aebb0d87e31a47cfed2 sets the schedule to run after the Backup Job 5fd44aebb0d87e31a47cfed2 completes. |