Create the backup schedule
|
POST api/2.0/backup/createbackupschedule
|
Creates the backup schedule of the current portal with the parameters specified in the request.
|
Delete the backup
|
DELETE api/2.0/backup/deletebackup/{id}
|
Deletes the backup with the ID specified in the request.
|
Delete the backup history
|
DELETE api/2.0/backup/deletebackuphistory
|
Deletes the backup history of the current portal.
|
Delete the backup schedule
|
DELETE api/2.0/backup/deletebackupschedule
|
Deletes the backup schedule of the current portal.
|
Get the backup history
|
GET api/2.0/backup/getbackuphistory
|
Returns the history of the started backup.
|
Get the backup progress
|
GET api/2.0/backup/getbackupprogress
|
Returns the progress of the started backup.
|
Get the backup schedule
|
GET api/2.0/backup/getbackupschedule
|
Returns the backup schedule of the current portal.
|
Get the restoring progress
|
GET api/2.0/backup/getrestoreprogress
|
Returns the progress of the started restoring process.
|
Start the backup
|
POST api/2.0/backup/startbackup
|
Starts the backup of the current portal with the parameters specified in the request.
|
Start the restoring process
|
POST api/2.0/backup/startrestore
|
Starts the data restoring process of the current portal with the parameters specified in the request.
|