For the complete documentation index, see llms.txt. This page is also available as Markdown.

In-Memory DB v1 API

The In-Memory DB cluster functionality available in the IONOS CLOUD DCD is also available through the API.

The In-Memory DB v1 API refers to the existing API and works alongside the In-Memory DB v2 API.

What can you do with the In-Memory DB v1 API?

Use the In-Memory DB v1 API to:

  • Create and manage In-Memory DB replica sets.

  • Verify the operational status of a replica set.

  • Retrieve a single replica set or list all replica sets in your account.

  • Modify replica set configuration, such as scaling resources or updating settings.

  • Delete replica sets you no longer need.

  • Retrieve individual snapshots or list all snapshots for a replica set.

  • Restore a replica set from a snapshot.

  • Retrieve individual restores or list all restores for a replica set.

  • Connect In-Memory DB instances to your managed Kubernetes clusters.

Endpoints

A regional endpoint is necessary to interact with the In-Memory DB REST API endpoints. For more information, see the API specification file.

Currently, IONOS CLOUD supports the following endpoints for various locations:

  • Berlin, Germany: https://in-memory-db.de-txl.ionos.com/replicasets

  • Frankfurt, Germany: https://in-memory-db.de-fra.ionos.com/replicasets

  • Logroño, Spain: https://in-memory-db.es-vit.ionos.com/replicasets

  • London, United Kingdom: https://in-memory-db.gb-lhr.ionos.com/replicasets

  • Worcester, United Kingdom: https://in-memory-db.gb-bhx.ionos.com/replicasets

  • Newark, United States: https://in-memory-db.us-ewr.ionos.com/replicasets

  • Las Vegas, United States: https://in-memory-db.us-las.ionos.com/replicasets

  • Lenexa, United States: https://in-memory-db.us-mci.ionos.com/replicasets

  • Paris, France: https://in-memory-db.fr-par.ionos.com/replicasets

Examples

The documentation contains curl examples, as the tool is available on Windows 10, Linux, and macOS. You can also refer to the following blog posts on the IONOS CLOUD website that describe how to run curl in Linux and Windows systems if you encounter any problems.

Last updated

Was this helpful?