With this function, you can create/manage schedule.
Parameter name | Type | Description | Possible values | Example |
---|---|---|---|---|
_id | String | Required on action modify The ID of the schedule. |
5b697f04d5ac5e665e77c982 | |
action | String | Required The action you want to perform. |
|
|
name | String | Required on action create Schedule name. |
monthly | |
type | String | Required on action create Schedule Type. |
To view the possible values click on Schedule Type | |
typedata | Integer/String/List | Hourly/Weekly - Integer, The hour/day you want to run the job. After Clone Job Done/After Backup Job Done - String, The id of the jobs. Daily/Monthly - List of strings, The days you want to run the job. |
To view the possible values click on Type Data | After Clone Job Done/After Backup Job Done (Backup Job ID) - typedata=5b5ef3a2d5ac5e30cc1d4ef2 Hourly/Weekly - typedata=3 Daily/Monthly - typedata[]=1&typedata[]=4&typedata[]=7 |
delayamount | Integer | Schedule delay amount.
Exsist for After Backup/Clone/cPanel job is done Schedule Type.
|
||
delaytype | String | Schedule delay type.
Exsist for After Backup/Clone/cPanel job is done Schedule Type.
|
|
minutes |