Fetch a specific Backup of a MariaDB Cluster
You can retrieve a specific backup of a MariaDB cluster using its ID
. You can find the ID
when you retrieve the list of all MariaDB cluster backups. You can specify an integer for limit
to return the maximum number of elements and define the pagination using offset
.
Request
Note: Remember to replace the backupId
with a valid ID
.
Response
200 Successful operation
Last updated