RestoresApi
RestoresApi
All URIs are relative to https://api.ionos.com/databases/postgresql
Method | HTTP request | Description |
---|---|---|
POST /clusters/{clusterId}/restore | In-place restore of a cluster |
clusterRestorePost
clusterRestorePost(clusterId, createRestoreRequest)
In-place restore of a cluster
Triggers an in-place restore of the given PostgreSQL.
Example
⚠️ Note: for the example above, you need to provide all parameters to the method call. Null values will resolve to the API defaults.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
clusterId | String | The unique ID of the cluster. | |
createRestoreRequest | The restore request to create. |
Return type
null (empty response body)
HTTP request headers
Content-Type: application/json
Accept: application/json
Last updated