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