Fetch a specific Backup of a MariaDB Cluster
Request
curl -X 'GET' \
'https://mariadb.de-txl.ionos.com/backups/{backupId}' \
-H 'accept: application/json'Response
{
"id": "498ae72f-411f-11eb-9d07-046c59cc737e",
"properties": {
"clusterId": "498ae72f-411f-11eb-9d07-046c59cc737e",
"earliestRecoveryTargetTime": "2021-10-23T01:21:10Z",
"size": 2052,
"baseBackups": [
{
"created": "2020-12-10T13:37:50+01:00",
"size": 543
}
]
}
}Last updated
Was this helpful?