API How-Tos
This section provides detailed guides on how to perform various operations with the In-Memory DB instances using the API. Follow the links below to access step-by-step instructions for each task.
Quick Links
Prerequisites
A list of prerequisites to assure success with an In-Memory DB instance creation.
Create an In-Memory DB Instance
Create an In-Memory DB instance.
Verify the status of an In-Memory DB Instance
Verify the status of an In-Memory DB instance.
Connect from Kubernetes
Connect to an In-Memory DB instance from your managed Kubernetes cluster.
Retrieve In-Memory DB Instances
List all In-Memory DB instances.
Fetch an In-Memory DB Instance
Fetch a specific In-Memory DB instance.
Modify an In-Memory DB Instance
Modify a specific In-Memory DB instance.
Delete an In-Memory DB Instance
Delete a specific In-Memory DB instance.
Retrieve an In-Memory DB Snapshot
Retrieve a specific In-Memory DB snapshot.
Retrieve In-Memory DB Snapshots
List all In-Memory DB snapshots.
Create an In-Memory DB Restore
Create an In-Memory DB restore.
Retrieve an In-Memory DB Restore
Retrieve a specific In-Memory DB restore.
Retrieve In-Memory DB Restores
Retrieve a list of In-Memory DB restores.
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 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 website that describe how to execute curl
in Linux and Windows systems if you encounter any problems.
Last updated
Was this helpful?