{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Configurations API", "version": "4.0.0" }, "items": [ { "info": { "name": "Configurations", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare List Hyperdrive Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/hyperdrive/configs", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ] }, "docs": "Returns all Hyperdrive configurations for the account." }, { "info": { "name": "Cloudflare Create Hyperdrive Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/hyperdrive/configs", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Hyperdrive configuration with database origin connection details and caching settings." }, { "info": { "name": "Cloudflare Get Hyperdrive Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/hyperdrive/configs/:config_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "config_id", "value": "", "type": "path", "description": "The unique identifier of the Hyperdrive configuration." } ] }, "docs": "Retrieve details of a specific Hyperdrive configuration." }, { "info": { "name": "Cloudflare Update Hyperdrive Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/hyperdrive/configs/:config_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "config_id", "value": "", "type": "path", "description": "The unique identifier of the Hyperdrive configuration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Hyperdrive configuration's connection details and settings." }, { "info": { "name": "Cloudflare Delete Hyperdrive Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/hyperdrive/configs/:config_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "config_id", "value": "", "type": "path", "description": "The unique identifier of the Hyperdrive configuration." } ] }, "docs": "Delete a Hyperdrive configuration." } ] } ], "bundled": true }