{ "opencollection": "1.0.0", "info": { "name": "Oracle Database Oracle Cloud Infrastructure Database APEX Backups API", "version": "20160918" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Backups", "type": "folder" }, "items": [ { "info": { "name": "Oracle Database List database backups", "type": "http" }, "http": { "method": "GET", "url": "https://database.{region}.oraclecloud.com/20160918/backups", "params": [ { "name": "databaseId", "value": "", "type": "query" }, { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" }, { "name": "page", "value": "", "type": "query", "description": "Pagination token from a previous response" } ] }, "docs": "Returns a list of backups for a database or compartment." }, { "info": { "name": "Oracle Database Create a database backup", "type": "http" }, "http": { "method": "POST", "url": "https://database.{region}.oraclecloud.com/20160918/backups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new backup for the specified database." }, { "info": { "name": "Oracle Database Get a database backup", "type": "http" }, "http": { "method": "GET", "url": "https://database.{region}.oraclecloud.com/20160918/backups/:backupId", "params": [ { "name": "backupId", "value": "", "type": "path" } ] }, "docs": "Returns details about the specified backup." }, { "info": { "name": "Oracle Database Delete a database backup", "type": "http" }, "http": { "method": "DELETE", "url": "https://database.{region}.oraclecloud.com/20160918/backups/:backupId", "headers": [ { "name": "if-match", "value": "" } ], "params": [ { "name": "backupId", "value": "", "type": "path" } ] }, "docs": "Deletes the specified backup." } ] } ], "bundled": true }