{ "opencollection": "1.0.0", "info": { "name": "MySQL Database Service Db Backups API", "version": "20190415" }, "items": [ { "info": { "name": "dbBackups", "type": "folder" }, "items": [ { "info": { "name": "List Backups", "type": "http" }, "http": { "method": "GET", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/backups", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "backupId", "value": "", "type": "query", "description": "Backup OCID" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "Backup Lifecycle State" }, { "name": "compartmentId", "value": "", "type": "query", "description": "The compartment [OCID](/Content/General/Concepts/identifiers.htm)." }, { "name": "dbSystemId", "value": "", "type": "query", "description": "The DB System [OCID](/Content/General/Concepts/identifiers.htm)." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only the resource matching the given display name exactly." }, { "name": "softDelete", "value": "", "type": "query", "description": "Backup Soft Delete" }, { "name": "backupPreparationStatus", "value": "", "type": "query", "description": "Indicates whether the backup has been prepared successfully.\n" }, { "name": "validationStatus", "value": "", "type": "query", "description": "Backup validation status" }, { "name": "creationType", "value": "", "type": "query", "description": "Backup creationType" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Time fields are default ordered as descending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use (ASC or DESC)." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated list call. For information about pagination, see\n[List Pagination](../../../#API/Concepts/usingapi.htm#List_Pagination).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` or `opc-prev-page` response header from\nthe previous list call. For information about pagination, see [List\nPagination](../../../#API/Concepts/usingapi.htm#List_Pagination).\n" } ] }, "docs": "Get a list of DB System backups.\n" }, { "info": { "name": "Create DB System Backup", "type": "http" }, "http": { "method": "POST", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/backups", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a backup of a DB System.\n" }, { "info": { "name": "Copy a DB system backup to another region.", "type": "http" }, "http": { "method": "POST", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/backups/actions/copy", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a copy of a DB system backup available in the specified source region.\n" }, { "info": { "name": "Get a Backup.", "type": "http" }, "http": { "method": "GET", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/backups/:backupId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-none-match", "value": "" } ], "params": [ { "name": "backupId", "value": "", "type": "path", "description": "The OCID of the Backup" } ] }, "docs": "Get information about the specified Backup" }, { "info": { "name": "Update the Backup metadata.", "type": "http" }, "http": { "method": "PUT", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/backups/:backupId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "backupId", "value": "", "type": "path", "description": "The OCID of the Backup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the metadata of a Backup. Metadata such as the displayName or description" }, { "info": { "name": "Delete a Backup.", "type": "http" }, "http": { "method": "DELETE", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/backups/:backupId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "backupId", "value": "", "type": "path", "description": "The OCID of the Backup" } ] }, "docs": "Delete a Backup.\n" }, { "info": { "name": "Cancel the scheduled deletion of a backup.", "type": "http" }, "http": { "method": "POST", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/backups/:backupId/actions/cancelDeletion", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "backupId", "value": "", "type": "path", "description": "The OCID of the Backup" } ] }, "docs": "Cancels the scheduled deletion of a backup and moves it to ACTIVE state.\n" }, { "info": { "name": "Move a DB System Backup from one compartment to another.", "type": "http" }, "http": { "method": "POST", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/backups/:backupId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "backupId", "value": "", "type": "path", "description": "The OCID of the Backup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a DB System Backup into a different compartment.\nWhen provided, If-Match is checked against ETag values of the Backup.\n" }, { "info": { "name": "Export a DB system backup to an Object Storage bucket.", "type": "http" }, "http": { "method": "POST", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/backups/:backupId/actions/export", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "backupId", "value": "", "type": "path", "description": "The OCID of the Backup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Export logical data from a DB system backup to an Object Storage bucket.\n" }, { "info": { "name": "Request to validate the backup by checking the data consistency.\n", "type": "http" }, "http": { "method": "POST", "url": "http://mysql.{region}.ocp.oraclecloud.com/20190415/backups/:backupId/actions/validate", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "backupId", "value": "", "type": "path", "description": "The OCID of the Backup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request to validate the backup by checking the data consistency.\n" } ] } ], "bundled": true }