\SnapshotApi
All URIs are relative to https://in-memory-db.de-fra.ionos.com
Method | HTTP request | Description |
---|---|---|
Get /snapshots/{snapshotId} | Retrieve Snapshot | |
Get /snapshots | Retrieve all Snapshot |
SnapshotsFindById
Retrieve Snapshot
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 apiSnapshotsFindByIdRequest 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 "SnapshotApiService.SnapshotsFindById"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
SnapshotsGet
Retrieve all Snapshot
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to an apiSnapshotsGetRequest 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] |
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 "SnapshotApiService.SnapshotsGet"
string. Similar rules for overriding default operation server index and variables apply by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
Last updated