You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*AuthenticationControllerApi* | [**authentication_request**](docs/AuthenticationControllerApi.md#authentication_request) | **POST** /rest/auth | Generate access token for user
81
+
*AuthenticationControllerApi* | [**authenticate**](docs/AuthenticationControllerApi.md#authenticate) | **POST** /rest/auth | Generate new access token for the user
*BillingAccountControllerApi* | [**get_costs_for_current_user**](docs/BillingAccountControllerApi.md#get_costs_for_current_user) | **GET** /rest/account/costs | Get costs for current user
84
+
*BillingAccountControllerApi* | [**get_costs_for_current_user_billing_account**](docs/BillingAccountControllerApi.md#get_costs_for_current_user_billing_account) | **GET** /rest/account/costs | Get costs for current user
84
85
*BillingAccountControllerApi* | [**get_current_user_billing_account**](docs/BillingAccountControllerApi.md#get_current_user_billing_account) | **GET** /rest/account | Get billing account for current user
85
86
*BillingAccountControllerApi* | [**get_payments_for_current_user**](docs/BillingAccountControllerApi.md#get_payments_for_current_user) | **GET** /rest/account/payments | Get payments for current user
*EndpointsControllerApi* | [**attach_storage_to_endpoint**](docs/EndpointsControllerApi.md#attach_storage_to_endpoint) | **POST** /rest/endpoints/{endpoint-id}/storages | Attach the storage to the endpoint
*EndpointsControllerApi* | [**attach_storages_to_endpoint**](docs/EndpointsControllerApi.md#attach_storages_to_endpoint) | **POST** /rest/endpoints/{endpoint-id}/storages | Attach the storage to the endpoint
88
95
*EndpointsControllerApi* | [**detach_storage_from_endpoint**](docs/EndpointsControllerApi.md#detach_storage_from_endpoint) | **DELETE** /rest/endpoints/{endpoint-id}/storages/{storage-id} | Detach the storage from the endpoint
89
96
*EndpointsControllerApi* | [**disable**](docs/EndpointsControllerApi.md#disable) | **PUT** /rest/endpoints/{endpoint-id}/actions/disable | Disable the endpoint
90
97
*EndpointsControllerApi* | [**enable**](docs/EndpointsControllerApi.md#enable) | **PUT** /rest/endpoints/{endpoint-id}/actions/enable | Enable the endpoint
91
98
*EndpointsControllerApi* | [**get_endpoint_details**](docs/EndpointsControllerApi.md#get_endpoint_details) | **GET** /rest/endpoints/{endpoint-id} | Get endpoint details
92
99
*EndpointsControllerApi* | [**get_endpoints_for_current_user**](docs/EndpointsControllerApi.md#get_endpoints_for_current_user) | **GET** /rest/endpoints | Get endpoint for current user. This method will create new endpoint if no endpoints exist for user
93
-
*EndpointsControllerApi* | [**set_default_storage**](docs/EndpointsControllerApi.md#set_default_storage) | **PUT** /rest/endpoints/{endpoint-id}/storages/{storage-id}/actions/set-as-default | Set given storage as default for the endpoint
100
+
*EndpointsControllerApi* | [**set_storage_put_objects**](docs/EndpointsControllerApi.md#set_storage_put_objects) | **PUT** /rest/endpoints/{endpoint-id}/storages/{storage-id}/put-objects | Set given storage as default for the endpoint
94
101
*EndpointsControllerApi* | [**update_endpoint**](docs/EndpointsControllerApi.md#update_endpoint) | **PUT** /rest/endpoints/{endpoint-id} | Update attributes of the endpoint
*StoragesControllerApi* | [**add_buckets**](docs/StoragesControllerApi.md#add_buckets) | **POST** /rest/storage-accounts/{storage-account-id}/buckets | Add buckets to the storage account
103
111
*StoragesControllerApi* | [**add_storage_account**](docs/StoragesControllerApi.md#add_storage_account) | **POST** /rest/storage-accounts | Add Storage Account with an optional list of buckets
104
-
*StoragesControllerApi* | [**add_storages**](docs/StoragesControllerApi.md#add_storages) | **POST** /rest/storage-accounts/{storage-account-id}/storages | Add buckets to the storage account and optionally attach them to endpoint
*StoragesControllerApi* | [**get_buckets**](docs/StoragesControllerApi.md#get_buckets) | **GET** /rest/storage-accounts/{storage-account-id}/buckets | Get registered non-hidden bukects/containers of the storage account
108
116
*StoragesControllerApi* | [**get_providers**](docs/StoragesControllerApi.md#get_providers) | **GET** /rest/providers | Get all storage providers
109
117
*StoragesControllerApi* | [**get_storage_accounts**](docs/StoragesControllerApi.md#get_storage_accounts) | **GET** /rest/storage-accounts | Get all storage accounts for current user
110
-
*StoragesControllerApi* | [**get_storages**](docs/StoragesControllerApi.md#get_storages) | **GET** /rest/storage-accounts/{storage-account-id}/storages | Get storages of the storage account
*StoragesControllerApi* | [**refresh_bucket**](docs/StoragesControllerApi.md#refresh_bucket) | **POST** /rest/storage-accounts/{storage-account-id}/buckets/{bucket-id}/actions/refresh | Refresh statistics of a single bucket
*UserControllerApi* | [**get_current_user**](docs/UserControllerApi.md#get_current_user) | **GET** /rest/user/current | Get details information for logged in user
121
+
*StoragesControllerApi* | [**request_cloud_buckets**](docs/StoragesControllerApi.md#request_cloud_buckets) | **GET** /rest/storage-accounts/{storage-account-id}/cloud/buckets | Retrieve buckets/containers list from underlying cloud
122
+
*StoragesControllerApi* | [**set_buckets**](docs/StoragesControllerApi.md#set_buckets) | **PUT** /rest/storage-accounts/{storage-account-id}/buckets | Sets a list of bucket for a storage account (hides existing buckets not in a list and adds buckets not in a list)
123
+
*UserControllerApi* | [**get_current_user**](docs/UserControllerApi.md#get_current_user) | **GET** /rest/user/current | Get details of user correponsing to provided auth token
**count_source_objects** | **bool** | Count objects in source before migration | [optional]
8
-
**destination_id** | **int** | Link to destination storage |
9
-
**engines_location** | [**CloudLocation**](CloudLocation.md) | Location of the engines to migrate | [optional]
10
-
**existing_data_in_destination** | **str** | Keep or clean data in destination before migration (identical with source objects keep in any cases) | [optional]
11
-
**max_connections_per_engine** | **int** | Maximum Connections per engine | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**dest_bucket_name** | **str** | Name of source destionation or container |
7
+
**dest_storage_account_id** | **int** | ID of source destination account |
8
+
**source_bucket_name** | **str** | Name of source bucket or container |
9
+
**source_storage_account_id** | **int** | ID of source storage account |
10
+
11
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**storage_account** | [**StorageAccountCreateRequest**](StorageAccountCreateRequest.md) | Storage account to create | [optional]
7
-
**buckets** | [**list[Bucket]**](Bucket.md) | Lists of buckets | [optional]
6
+
**storage_account** | [**NewStorageAccount**](NewStorageAccount.md) | Storage account to create | [optional]
7
+
**include_buckets** | **list[str]** | Lists of buckets to start monitoring | [optional]
8
8
**endpoint_id** | **int** | ID of the user endpoint to add storages to. Do not set the value if you want to attach storages to the endpoint later | [optional]
9
+
**put_objects** | **bool** | Specifies if new data should be stored to added storages | [optional]
10
+
**verify_keys** | **bool** | If set to true, storage account keys will be verified before adding storage | [optional]
11
+
**refresh** | **bool** | If set to true, buckets will be refreshed after storage is added | [optional]
9
12
10
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**new_storages** | [**list[NewEndpointStorage]**](NewEndpointStorage.md) | A list of endpoint storages to attach | [optional]
10
7
11
8
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments