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 |
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.
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
cluster_id | str | The unique ID of the cluster. | |
create_restore_request | The restore request to create. |
Return type
void (empty response body)
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: application/json
Accept: application/json
Last updated