RestoresApi
All URIs are relative to https://api.ionos.com/databases/mongodb
clusters_restore_post
clusters_restore_post(cluster_id, create_restore_request)
In-place restore of a cluster
Triggers an in-place restore of the given MongoDB cluster.
Examples
Using the clusters_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)> clusters_restore_post_with_http_info(cluster_id, create_restore_request)
Parameters
Return type
nil (empty response body)
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: application/json
Accept: application/json
Last updated