{ "opencollection": "1.0.0", "info": { "name": "OpenSearch Service Opensearch Cluster Backup API", "version": "20180828" }, "items": [ { "info": { "name": "opensearchClusterBackup", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all OpensearchClusterBackups in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180828/opensearchClusterBackups", "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 only resources their lifecycleState matches the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "sourceOpensearchClusterId", "value": "", "type": "query", "description": "A filter to return only resources that match the entire source cluster id given." }, { "name": "id", "value": "", "type": "query", "description": "unique OpensearchClusterBackup identifier" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call." }, { "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. If no value is specified timeCreated is default.\n" } ] }, "docs": "Returns a list of OpensearchClusterBackups.\n" }, { "info": { "name": "Get OpensearchClusterBackup", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180828/opensearchClusterBackups/:opensearchClusterBackupId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "opensearchClusterBackupId", "value": "", "type": "path", "description": "unique OpensearchClusterBackup identifier" } ] }, "docs": "Gets a OpensearchClusterBackup by identifier" }, { "info": { "name": "Update the OpensearchClusterBackup identified by the id", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20180828/opensearchClusterBackups/:opensearchClusterBackupId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "opensearchClusterBackupId", "value": "", "type": "path", "description": "unique OpensearchClusterBackup identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the OpensearchClusterBackup" }, { "info": { "name": "Delete a provisioned OpensearchClusterBackup", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20180828/opensearchClusterBackups/:opensearchClusterBackupId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "opensearchClusterBackupId", "value": "", "type": "path", "description": "unique OpensearchClusterBackup identifier" } ] }, "docs": "Deletes a OpensearchClusterBackup resource by identifier" } ] } ], "bundled": true }