{ "opencollection": "1.0.0", "info": { "name": "Oracle Database Oracle Cloud Infrastructure Database APEX Databases API", "version": "20160918" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Databases", "type": "folder" }, "items": [ { "info": { "name": "Oracle Database List databases", "type": "http" }, "http": { "method": "GET", "url": "https://database.{region}.oraclecloud.com/20160918/databases", "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment" }, { "name": "dbHomeId", "value": "", "type": "query" }, { "name": "systemId", "value": "", "type": "query" }, { "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 databases in the specified compartment or DB System." }, { "info": { "name": "Oracle Database Create a database", "type": "http" }, "http": { "method": "POST", "url": "https://database.{region}.oraclecloud.com/20160918/databases", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new database in the specified DB Home." }, { "info": { "name": "Oracle Database Get a database", "type": "http" }, "http": { "method": "GET", "url": "https://database.{region}.oraclecloud.com/20160918/databases/:databaseId", "params": [ { "name": "databaseId", "value": "", "type": "path" } ] }, "docs": "Returns details about the specified database." }, { "info": { "name": "Oracle Database Update a database", "type": "http" }, "http": { "method": "PUT", "url": "https://database.{region}.oraclecloud.com/20160918/databases/:databaseId", "headers": [ { "name": "if-match", "value": "" } ], "params": [ { "name": "databaseId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified database." }, { "info": { "name": "Oracle Database Delete a database", "type": "http" }, "http": { "method": "DELETE", "url": "https://database.{region}.oraclecloud.com/20160918/databases/:databaseId", "headers": [ { "name": "if-match", "value": "" } ], "params": [ { "name": "databaseId", "value": "", "type": "path" } ] }, "docs": "Deletes the specified database." } ] } ], "bundled": true }