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
cluster_restore_post
cluster_restore_post(cluster_id, create_restore_request)
In-place restore of a cluster
Triggers an in-place restore of the given PostgreSQL.
Examples
Using the cluster_restore_post_with_http_info variant
This returns an Array which contains the response data (nil
in this case), status code and headers.
<Array(nil, Integer, Hash)> cluster_restore_post_with_http_info(cluster_id, create_restore_request)
Parameters
Name
Type
Description
Notes
cluster_id
String
The unique ID of the cluster.
create_restore_request
The restore request to create.
Return type
nil (empty response body)
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: application/json
Accept: application/json
Last updated