Create an In-Memory DB Restore
Endpoint
Request
curl -X 'POST' \
'https://in-memory-db.de-txl.ionos.com/snapshots/a8784665-3d99-5464-af32-30a2967f58e7/restores' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $Token' \
--data
'{
"metadata": { },
"properties": {
"replicasetId": "ac71d588-f2bb-481c-8905-52d37b5cb3b4",
"displayName": "In-Memory DB snapshot",
"description": "Snapshot of an In-Memory DB replica set."
}
}'Header Parameters
Required
Type
Description
Path Parameter
Required
Type
Description
Body Parameters
Type
Description
Example
Response
Last updated
Was this helpful?