RestoresApi
All URIs are relative to https://api.ionos.com/databases/mongodb
Method | HTTP request | Description |
---|---|---|
Post /clusters/{clusterId}/restore | In-place restore of a cluster |
ClustersRestorePost
In-place restore of a cluster
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
clusterId | string | The unique ID of the cluster. |
Other Parameters
Other parameters are passed through a pointer to an apiClustersRestorePostRequest struct via the builder pattern
Name | Type | Description | Notes |
---|---|---|---|
createRestoreRequest | The restore request to create. |
Return type
(empty response body)
HTTP request headers
Content-Type: application/json
Accept: application/json
Last updated