Retrieve all Backups of a MariaDB Cluster
You can retrieve all backups of a specific MariaDB cluster using its clusterId
. Specify a limit
to limit the maximum number of elements returned and define pagination using offset
.
Request
Note: Remember to replace the clusterId
with a valid ID
.
Response
200 Successful operation
Last updated