BackupsApi
All URIs are relative to https://api.ionos.com/databases/postgresql
clusterBackupsGet
clusterBackupsGet(clusterId, opts)
List backups of cluster
Retrieves a list of all backups of the given PostgreSQL cluster.
Examples
Parameters
Return type
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
clustersBackupsFindById
clustersBackupsFindById(backupId)
Fetch a cluster backup
Retrieve a PostgreSQL cluster backup by using its ID. This value can be found when you GET a list of PostgreSQL cluster backups.
Examples
Parameters
Return type
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
clustersBackupsGet
clustersBackupsGet(opts)
List cluster backups
Retrieves a list of all PostgreSQL cluster backups.
Examples
Parameters
Return type
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
Last updated