Restore a Database
List available snapshots of a cluster
Endpoint
Request
curl --include \
--user "[email protected]:Mb2.r5oHf-0t" \
--header "Content-Type: application/json" \Response
{
"type": "collection",
"id": "498ae72f-411f-11eb-9d07-046c59cc737e",
"items": [
{
"type": "snapshot",
"id": "e2044962-294a-4c99-b076-414b2a387c58",
"properties": {
"mongoDBVersion": "7.0",
"size": 150,
"creationTime": "2020-12-10T13:37:50+01:00"
}
}
],
"offset": 0,
"limit": 10,
"_links": {}
}Restore from backup in-place
Endpoint
Request
Response
Point in time recovery
Endpoint
Request
Response
Last updated
Was this helpful?