BackupsApi
Last updated
Last updated
All URIs are relative to https://api.ionos.com/databases/postgresql
Method | HTTP request | Description |
---|---|---|
clusterBackupsGet(clusterId, opts)
List backups of cluster
Retrieves a list of all backups of the given PostgreSQL cluster.
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
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.
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
clustersBackupsGet(opts)
List cluster backups
Retrieves a list of all PostgreSQL cluster backups.
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
GET /clusters/{clusterId}/backups
List backups of cluster
GET /clusters/backups/{backupId}
Fetch a cluster backup
GET /clusters/backups
List cluster backups
clusterId
string
The unique ID of the cluster.
[default to undefined]
limit
number
The maximum number of elements to return. Use together with 'offset' for pagination.
[optional][default to 100]
offset
number
The first element to return. Use together with 'limit' for pagination.
[optional][default to 0]
backupId
string
The unique ID of the backup.
[default to undefined]
limit
number
The maximum number of elements to return. Use together with 'offset' for pagination.
[optional][default to 100]
offset
number
The first element to return. Use together with 'limit' for pagination.
[optional][default to 0]