Restore from Backup
List all available backups
Endpoint
Request
curl --include \
--user "[email protected]:Mb2.r5oHf-0t" \
--header "Content-Type: application/json" \Response
{
"id": "backups",
"type": "collection",
"items": [
{
"type": "backup",
"id": "dcd31531-3ac8-11eb-9feb-046c59cc737e",
"properties": {
"clusterId": "498ae72f-411f-11eb-9d07-046c59cc737e",
"version": "15",
"earliestRecoveryTargetTime": "2021-12-08T14:02:59Z"
},
"metadata": {...}
},
{
"type": "backup",
"id": "2b0cd7f8-5924-11ec-b621-da289d52ded8",
"properties": {
"clusterId": "2c12ad79-5cba-b2fc-b621-da289d52ded8",
"version": "16",
"earliestRecoveryTargetTime": "2021-12-09T14:02:59Z"
},
"metadata": {...}
}
],
"offset": 0,
"limit": 2,
"_links": {}
}List backups per cluster
Endpoint
Request
Response
Restore from backup in-place
Endpoint
Request
Response
Restorie to a different target
Endpoint
Request
Last updated
Was this helpful?