{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Deployment Backups API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Deployment Backups", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Deployment Backups", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/20200407/deploymentBackups", "params": [ { "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" } ] }, "docs": "Returns a list of deployment backups in the specified compartment." }, { "info": { "name": "Oracle Goldengate Create a Deployment Backup", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/20200407/deploymentBackups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a backup of a GoldenGate deployment." }, { "info": { "name": "Oracle Goldengate Get a Deployment Backup", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/20200407/deploymentBackups/:deploymentBackupId", "params": [ { "name": "deploymentBackupId", "value": "", "type": "path", "description": "The OCID of the deployment backup" } ] }, "docs": "Returns the details of a specific deployment backup." }, { "info": { "name": "Oracle Goldengate Delete a Deployment Backup", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/20200407/deploymentBackups/:deploymentBackupId", "headers": [ { "name": "if-match", "value": "" } ], "params": [ { "name": "deploymentBackupId", "value": "", "type": "path", "description": "The OCID of the deployment backup" } ] }, "docs": "Deletes a deployment backup." }, { "info": { "name": "Oracle Goldengate Restore a Deployment From Backup", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/20200407/deploymentBackups/:deploymentBackupId/actions/restore", "headers": [ { "name": "if-match", "value": "" } ], "params": [ { "name": "deploymentBackupId", "value": "", "type": "path", "description": "The OCID of the deployment backup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Restores a GoldenGate deployment from a backup." } ] } ], "bundled": true }