Create backup schedule
|
POST api/2.0/portal/createbackupschedule
|
Create the backup schedule of the current portal
|
Delete backup
|
DELETE api/2.0/portal/deletebackup/{id}
|
Delete the backup with the specified id
|
Delete backup history
|
DELETE api/2.0/portal/deletebackuphistory
|
Delete all backups of the current portal
|
Delete backup schedule
|
DELETE api/2.0/portal/deletebackupschedule
|
Delete the backup schedule of the current portal
|
Get backup history
|
GET api/2.0/portal/getbackuphistory
|
Returns the backup history of the started backup
|
Get backup progress
|
GET api/2.0/portal/getbackupprogress
|
Returns the progress of the started backup
|
Get backup schedule
|
GET api/2.0/portal/getbackupschedule
|
Returns the backup schedule of the current portal
|
Get restore progress
|
GET api/2.0/portal/getrestoreprogress
|
Returns the progress of the started restore
|
Start backup
|
POST api/2.0/portal/startbackup
|
Start a backup of the current portal
|
Start backup restore
|
POST api/2.0/portal/startrestore
|
Start a data restore of the current portal
|