\RestoreApi
All URIs are relative to https://in-memory-db.de-fra.ionos.com
Method | HTTP request | Description |
---|---|---|
Get /snapshots/{snapshotId}/restores/{restoreId} | Retrieve Restore | |
Get /snapshots/{snapshotId}/restores | Retrieve all Restore | |
Post /snapshots/{snapshotId}/restores | Create Restore |
SnapshotsRestoresFindById
Retrieve Restore
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
snapshotId | string | The ID (UUID) of the Snapshot. | |
restoreId | string | The ID (UUID) of the Restore. |
Other Parameters
Other parameters are passed through a pointer to an apiSnapshotsRestoresFindByIdRequest struct via the builder pattern
Return type
HTTP request headers
Content-Type: Not defined
Accept: application/json
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identified by "RestoreApiService.SnapshotsRestoresFindById"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
SnapshotsRestoresGet
Retrieve all Restore
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
snapshotId | string | The ID (UUID) of the Snapshot. |
Other Parameters
Other parameters are passed through a pointer to an apiSnapshotsRestoresGetRequest struct via the builder pattern
Name | Type | Description | Notes |
---|---|---|---|
offset | int32 | The first element (of the total list of elements) to include in the response. Use together with limit for pagination. | [default to 0] |
limit | int32 | The maximum number of elements to return. Use together with offset for pagination. | [default to 100] |
filterName | string | Response filter to list only items contain the specified name. The value is case insensitive and matched on the 'displayName' field. |
Return type
HTTP request headers
Content-Type: Not defined
Accept: application/json
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identified by "RestoreApiService.SnapshotsRestoresGet"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
SnapshotsRestoresPost
Create Restore
Example
Path Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
snapshotId | string | The ID (UUID) of the Snapshot. |
Other Parameters
Other parameters are passed through a pointer to an apiSnapshotsRestoresPostRequest struct via the builder pattern
Name | Type | Description | Notes |
---|---|---|---|
restoreCreate | Restore to create. |
Return type
HTTP request headers
Content-Type: application/json
Accept: application/json
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identified by "RestoreApiService.SnapshotsRestoresPost"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
Last updated