Restore from Backup
Listing all available backups
Request
curl --include \
--user "[email protected]:Mb2.r5oHf-0t" \
--header "Content-Type: application/json" \
https://api.ionos.com/databases/postgresql/clusters/backupsResponse
{
"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": {}
}Listing backups per cluster
Request
Response
Restoring from backup in-place
Restoring to a different target
Last updated
Was this helpful?