Hyperdrive
hyperdrive
Domain types
Configuration = { host, port, database, 3 more... } | { access_client_id, access_client_secret, host, 4 more... }
Hyperdrive = { id, name, origin, 1 more... }
Hyperdrive
Configs
hyperdrive.configs
Methods
post/accounts/{account_id}/hyperdrive/configs
Creates and returns a new Hyperdrive configuration.
Delete Hyperdrive -> Envelope<unknown>
delete/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Deletes the specified Hyperdrive.
patch/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Patches and returns the specified Hyperdrive configuration. Custom caching settings are not kept if caching is disabled.
get/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Returns the specified Hyperdrive configuration.
get/accounts/{account_id}/hyperdrive/configs
Returns a list of Hyperdrives
put/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Updates and returns the specified Hyperdrive configuration.