API How-Tos

A list of prerequisites to assure success with an In-Memory DB instance creation.

Create an In-Memory DB instance.

Verify the status of an In-Memory DB instance.

Connect to a In-Memory DB instance from your managed Kubernetes cluster.

List all In-Memory DB instances.

Fetch a specific In-Memory DB instance.

Modify a specific In-Memory DB instance.

Delete a specific In-Memory DB instance.

Retrieve a specific In-Memory DB snapshot.

List all In-Memory DB snapshots.

Create an In-Memory DB restore.

Retrieve a specific In-Memory DB restore.

Retrieve a list of In-Memory DB restores.

Endpoint

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 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, Great Britain: https://in-memory-db.gb-lhr.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 website that describe how to execute curl in Linux and Windows systems if you encounter any problems.

Last updated