{ "opencollection": "1.0.0", "info": { "name": "OCI Cache Oci Cache Backup API", "version": "20220315" }, "items": [ { "info": { "name": "ociCacheBackup", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all OCI Cache Backups in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220315/ociCacheBackups", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return the OCI Cache Backup resources, whose lifecycle state matches with the given lifecycle state." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "ociCacheBackupId", "value": "", "type": "query", "description": "Unique OCI Cache Backup identifier." }, { "name": "sourceClusterId", "value": "", "type": "query", "description": "A filter to return the OCI Cache Backup resources, whose source cluster ID matches with the given source cluster ID." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.\n" } ] }, "docs": "Returns a list of OCI Cache Backups." }, { "info": { "name": "Creates a new OCI Cache Backup", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220315/ociCacheBackups", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new OCI Cache Backup." }, { "info": { "name": "Get OCI Cache Backup", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220315/ociCacheBackups/:ociCacheBackupId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheBackupId", "value": "", "type": "path", "description": "Unique OCI Cache Backup identifier." } ] }, "docs": "Gets an OCI Cache Backup by identifier" }, { "info": { "name": "Update the OCI Cache Backup identified by the id", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220315/ociCacheBackups/:ociCacheBackupId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheBackupId", "value": "", "type": "path", "description": "Unique OCI Cache Backup identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the OCI Cache Backup" }, { "info": { "name": "Delete a provisioned OCI Cache Backup", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220315/ociCacheBackups/:ociCacheBackupId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheBackupId", "value": "", "type": "path", "description": "Unique OCI Cache Backup identifier." } ] }, "docs": "Deletes an OCI Cache Backup resource by identifier" }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220315/ociCacheBackups/:ociCacheBackupId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "ociCacheBackupId", "value": "", "type": "path", "description": "Unique OCI Cache Backup identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves an OCI Cache Backup resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource." }, { "info": { "name": "Export an OCI Cache Backup to Object Storage", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220315/ociCacheBackups/:ociCacheBackupId/actions/exportToObjectStorage", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheBackupId", "value": "", "type": "path", "description": "Unique OCI Cache Backup identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates an asynchronous export of the backup’s RDB file(s) to the specified Object Storage bucket. The service generates the object names. For sharded backups, one object is written per shard under the optional prefix.\n" } ] } ], "bundled": true }