Backups REST Endpoints

Backups
Allows you to create a backup right away using a specified backup configuration. You can also view scheduled backups and their status, or delete a specified backup and the corresponding snapshot.

These endpoints are not available on Oracle Cloud Machine.

Create a Backup
Method: post
Path: /backupservice/v1/backup
Delete a Backup
Method: delete
Path: /backupservice/v1/backup/{name}
Retrieve Details of all Backups
Method: get
Path: /backupservice/v1/backup
Retrieves Details of the Specified Backup
Method: get
Path: /backupservice/v1/backup/{name}