| Parameter name | Type | Description | Possible Values | Example |
|---|---|---|---|---|
| _id | String | The ID of the destination. | 5b30da08d5ac5e06897b47e2 | |
| name | String | Destination name. | Local | |
| type | String | Destination type. |
|
Local |
| engine | Integer | Backup engine type. |
|
1 |
| engine_name | String | Backup engine name. |
|
JetBackup |
| path | String | The path to the folder you want your backup to be restored in.
Doesn't exsist in SSH cPanel Clone
|
/localbackup | |
| rating | Object | Returns Rating Object. | To view the possible values click on Rating Object | {"rating":3.5864870020207,"issues":["Backup destination connection time is too high"]} |
| jobs_count | Integer | The amount of job that related to this destination. | 1 | |
| owner | String | The owner of destination. | root | |
| disabled | Boolean | Whether the destination is disabled. | ||
| dr | Boolean | Whether the DR is enabled for the destination. | ||
| hidden | Boolean | Whether backups are hidden for the destination. | ||
| schedules[] | List | The schedule reindex assign for the destination.
Return list of Job Schedule Object.
Doesn't exsist in SSH cPanel Clone
|
To view the possible values click on Job Schedule Object | |
| time | Integer | The schedule reindex time for the destination.
Doesn't exsist in SSH cPanel Clone
|
1200 | |
| time_parsed | String | The schedule reindex time parsed to String.
Doesn't exsist in SSH cPanel Clone
|
12:00 PM | |
| backup_destination | Boolean | Whether it's backup destination. | ||
| clone_destination | Boolean | Whether it's clone destination. | ||
| incremental_ability | Boolean | Whether destination has incremental ability. |