{ "opencollection": "1.0.0", "info": { "name": "Linode API v4 Account Databases API", "version": "4.189.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Databases", "type": "folder" }, "items": [ { "info": { "name": "List Managed Databases", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/databases/instances", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number to return." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of items per page." } ] }, "docs": "Returns a paginated list of all Managed Database instances on your account, including their status, engine type, and region." }, { "info": { "name": "List Managed Database engines", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/databases/engines", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number to return." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of items per page." } ] }, "docs": "Returns a paginated list of available Managed Database engines and their versions." }, { "info": { "name": "List Managed Database types", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/databases/types", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number to return." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of items per page." } ] }, "docs": "Returns a paginated list of available Managed Database node types and their associated pricing." }, { "info": { "name": "Get a Managed Database", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/databases/:databaseEngine/:databaseId", "params": [ { "name": "databaseEngine", "value": "", "type": "path", "description": "The database engine type." }, { "name": "databaseId", "value": "", "type": "path", "description": "The ID of the Managed Database instance." } ] }, "docs": "Returns the details for a single Managed Database instance." }, { "info": { "name": "Update a Managed Database", "type": "http" }, "http": { "method": "PUT", "url": "https://api.linode.com/v4/databases/:databaseEngine/:databaseId", "params": [ { "name": "databaseEngine", "value": "", "type": "path", "description": "The database engine type." }, { "name": "databaseId", "value": "", "type": "path", "description": "The ID of the Managed Database instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration for a Managed Database instance." }, { "info": { "name": "Delete a Managed Database", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.linode.com/v4/databases/:databaseEngine/:databaseId", "params": [ { "name": "databaseEngine", "value": "", "type": "path", "description": "The database engine type." }, { "name": "databaseId", "value": "", "type": "path", "description": "The ID of the Managed Database instance." } ] }, "docs": "Deletes a Managed Database instance. All data stored in the database will be permanently lost." } ] } ], "bundled": true }