Skip to content

Commit f71c25b

Browse files
author
Flexify
committed
v2.12.19.hf1 build 1351
1 parent b76fb0d commit f71c25b

File tree

272 files changed

+778
-3044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+778
-3044
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ By unlocking your application from the specific cloud vendor or protocol, you fi
77
+ Get API token
88
+ Enjoy Flexify IO REST API
99

10-
- API version: 2.12.20-SNAPSHOT
10+
- API version: 2.12.19.hf1
1111

1212
## Requirements
1313

@@ -75,15 +75,12 @@ Class | Method | HTTP request | Description
7575
*AuthControllerApi* | [**authenticate**](docs/AuthControllerApi.md#authenticate) | **POST** /backend/rest/auth | Generate new access token for the user
7676
*AuthControllerApi* | [**check_token_and_get_user**](docs/AuthControllerApi.md#check_token_and_get_user) | **GET** /backend/rest/auth/user | Check of given token
7777
*AuthControllerApi* | [**logout**](docs/AuthControllerApi.md#logout) | **POST** /backend/rest/auth/logout | Logout
78-
*AuthSsoControllerApi* | [**get_config**](docs/AuthSsoControllerApi.md#get_config) | **GET** /backend/rest/auth/sso/config | getConfig
79-
*AuthSsoControllerApi* | [**get_device_code**](docs/AuthSsoControllerApi.md#get_device_code) | **GET** /backend/rest/auth/sso/device-code | getDeviceCode
80-
*AuthSsoControllerApi* | [**get_token_by_device_code**](docs/AuthSsoControllerApi.md#get_token_by_device_code) | **POST** /backend/rest/auth/sso/token-by-device-code | getTokenByDeviceCode
81-
*AuthSsoControllerApi* | [**refresh_token_for_device_code_flow**](docs/AuthSsoControllerApi.md#refresh_token_for_device_code_flow) | **POST** /backend/rest/auth/sso/token-refresh | refreshTokenForDeviceCodeFlow
8278
*BillingAccountControllerApi* | [**get_costs_for_current_user_billing_account**](docs/BillingAccountControllerApi.md#get_costs_for_current_user_billing_account) | **GET** /backend/rest/account/costs | Get costs for current user
8379
*BillingAccountControllerApi* | [**get_current_user_billing_account**](docs/BillingAccountControllerApi.md#get_current_user_billing_account) | **GET** /backend/rest/account | Get billing account for current user
8480
*BillingAccountControllerApi* | [**get_payments_for_current_user**](docs/BillingAccountControllerApi.md#get_payments_for_current_user) | **GET** /backend/rest/account/payments | Get payments for current user
8581
*CloudLocationsControllerApi* | [**get_auto_deploy_available_locations_for_current_user**](docs/CloudLocationsControllerApi.md#get_auto_deploy_available_locations_for_current_user) | **GET** /backend/rest/cloud-locations/auto-deploy | getAutoDeployAvailableLocationsForCurrentUser
8682
*CloudLocationsControllerApi* | [**get_existing_available_locations_for_current_user**](docs/CloudLocationsControllerApi.md#get_existing_available_locations_for_current_user) | **GET** /backend/rest/cloud-locations | getExistingAvailableLocationsForCurrentUser
83+
*ConfigControllerApi* | [**get_config**](docs/ConfigControllerApi.md#get_config) | **GET** /backend/rest/auth/config | Get public Management Server config
8784
*ConfigControllerApi* | [**get_config1**](docs/ConfigControllerApi.md#get_config1) | **GET** /backend/rest/config | Get public Management Server config
8885
*CostEstimateControllerApi* | [**estimate_migration_cost**](docs/CostEstimateControllerApi.md#estimate_migration_cost) | **POST** /backend/rest/cost/migration | estimateMigrationCost
8986
*EndpointsControllerApi* | [**attach_accounts**](docs/EndpointsControllerApi.md#attach_accounts) | **POST** /backend/rest/endpoints/{endpoint-id}/storage-accounts | Attach storage accounts to the endpoint
@@ -122,6 +119,7 @@ Class | Method | HTTP request | Description
122119
*MigrationsControllerApi* | [**hide_migration**](docs/MigrationsControllerApi.md#hide_migration) | **POST** /backend/rest/migrations/{migration-id}/actions/hide | Mark migration as hidden
123120
*MigrationsControllerApi* | [**restart_slot**](docs/MigrationsControllerApi.md#restart_slot) | **POST** /backend/rest/migrations/{migration-id}/mappings/{mapping-id}/slots/{slot}/actions/restart | Mark migration as hidden
124121
*MigrationsControllerApi* | [**stop_migration**](docs/MigrationsControllerApi.md#stop_migration) | **POST** /backend/rest/migrations/{migration-id}/actions/stop | Stop (cancel) the migration
122+
*OAuthControllerApi* | [**get_app_info**](docs/OAuthControllerApi.md#get_app_info) | **GET** /backend/rest/oauth/app-info | getAppInfo
125123
*PartnerOrganizationsControllerApi* | [**get_all**](docs/PartnerOrganizationsControllerApi.md#get_all) | **GET** /backend/rest/partner/organizations | getAll
126124
*PartnerOrganizationsControllerApi* | [**get_org_limits**](docs/PartnerOrganizationsControllerApi.md#get_org_limits) | **GET** /backend/rest/partner/organizations/{orgId}/limits | getOrgLimits
127125
*PartnerSignUpCodesControllerApi* | [**create_code**](docs/PartnerSignUpCodesControllerApi.md#create_code) | **POST** /backend/rest/distributor/codes | createCode
@@ -197,11 +195,8 @@ Class | Method | HTTP request | Description
197195
*StorageAccountsControllerApi* | [**delete_storage_account**](docs/StorageAccountsControllerApi.md#delete_storage_account) | **DELETE** /backend/rest/storage-accounts/{storage-account-id} | Deletes (hides) storage account and all its buckets/containers
198196
*StorageAccountsControllerApi* | [**get_storage_account**](docs/StorageAccountsControllerApi.md#get_storage_account) | **GET** /backend/rest/storage-accounts/{storage-account-id} | Get storage account by id
199197
*StorageAccountsControllerApi* | [**get_storage_accounts**](docs/StorageAccountsControllerApi.md#get_storage_accounts) | **GET** /backend/rest/storage-accounts | Get all storage accounts for current user
200-
*StorageAccountsControllerApi* | [**reauth_storage_account**](docs/StorageAccountsControllerApi.md#reauth_storage_account) | **POST** /backend/rest/storage-accounts/{storage-account-id}/reauth | Reauthenticate storage account
201198
*StorageAccountsControllerApi* | [**refresh_storage_account**](docs/StorageAccountsControllerApi.md#refresh_storage_account) | **POST** /backend/rest/storage-accounts/{storage-account-id}/actions/refresh | Requests and updates list of buckets/containers for the storage account
202199
*StorageAccountsControllerApi* | [**set_storage_account_settings**](docs/StorageAccountsControllerApi.md#set_storage_account_settings) | **PUT** /backend/rest/storage-accounts/{storage-account-id}/settings | Updates storage account settings
203-
*StorageAccountsOAuthControllerApi* | [**get_config2**](docs/StorageAccountsOAuthControllerApi.md#get_config2) | **GET** /backend/rest/storage-accounts/oauth/config | getConfig
204-
*StorageAccountsOAuthControllerApi* | [**get_device_code1**](docs/StorageAccountsOAuthControllerApi.md#get_device_code1) | **GET** /backend/rest/storage-accounts/oauth/device-code | getDeviceCode
205200
*StoragesControllerApi* | [**add_buckets**](docs/StoragesControllerApi.md#add_buckets) | **POST** /backend/rest/storage-accounts/{storage-account-id}/buckets | Add buckets to the storage account
206201
*StoragesControllerApi* | [**delete_bucket**](docs/StoragesControllerApi.md#delete_bucket) | **DELETE** /backend/rest/storage-accounts/{storage-account-id}/buckets/{bucket-id} | Deletes (hides) a bucket/container
207202
*StoragesControllerApi* | [**get_bucket**](docs/StoragesControllerApi.md#get_bucket) | **GET** /backend/rest/storage-accounts/{storage-account-id}/buckets/{bucket-id} | Get detailed stats for the bucket
@@ -221,6 +216,7 @@ Class | Method | HTTP request | Description
221216
- [AddMigrationRequest](docs/AddMigrationRequest.md)
222217
- [AddMigrationRequestMapping](docs/AddMigrationRequestMapping.md)
223218
- [AddStorageAccountRequest](docs/AddStorageAccountRequest.md)
219+
- [AuthAppInfo](docs/AuthAppInfo.md)
224220
- [AuthCheckTokenAndGetUserResponse](docs/AuthCheckTokenAndGetUserResponse.md)
225221
- [AuthenticationRequest](docs/AuthenticationRequest.md)
226222
- [AuthenticationResponse](docs/AuthenticationResponse.md)
@@ -247,7 +243,6 @@ Class | Method | HTTP request | Description
247243
- [EndpointStat](docs/EndpointStat.md)
248244
- [EndpointStorageAccount](docs/EndpointStorageAccount.md)
249245
- [EndpointStorageAccountSettings](docs/EndpointStorageAccountSettings.md)
250-
- [FinishOAuthParams](docs/FinishOAuthParams.md)
251246
- [IdResponse](docs/IdResponse.md)
252247
- [IdsList](docs/IdsList.md)
253248
- [ImpersonateUser](docs/ImpersonateUser.md)
@@ -258,16 +253,13 @@ Class | Method | HTTP request | Description
258253
- [Mapping](docs/Mapping.md)
259254
- [MappingStat](docs/MappingStat.md)
260255
- [MarkerPageLogEntry](docs/MarkerPageLogEntry.md)
261-
- [MicrosoftOAuthConfig](docs/MicrosoftOAuthConfig.md)
262256
- [Migration](docs/Migration.md)
263257
- [MigrationSettings](docs/MigrationSettings.md)
264258
- [MigrationSettingsReq](docs/MigrationSettingsReq.md)
265259
- [MigrationSettingsRes](docs/MigrationSettingsRes.md)
266260
- [MigrationStat](docs/MigrationStat.md)
267261
- [Money](docs/Money.md)
268262
- [NewStorageAccount](docs/NewStorageAccount.md)
269-
- [OAuth2DeviceCodeResponse](docs/OAuth2DeviceCodeResponse.md)
270-
- [OAuthToken](docs/OAuthToken.md)
271263
- [Organization](docs/Organization.md)
272264
- [PageMigration](docs/PageMigration.md)
273265
- [PageUserStat](docs/PageUserStat.md)
@@ -281,7 +273,6 @@ Class | Method | HTTP request | Description
281273
- [PriceList](docs/PriceList.md)
282274
- [PublicAuthenticationConfiguration](docs/PublicAuthenticationConfiguration.md)
283275
- [PublicManagementServerConfiguration](docs/PublicManagementServerConfiguration.md)
284-
- [RefreshTokenRequest](docs/RefreshTokenRequest.md)
285276
- [RequestResetPasswordRequest](docs/RequestResetPasswordRequest.md)
286277
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
287278
- [ResetSsoRequest](docs/ResetSsoRequest.md)
@@ -304,7 +295,6 @@ Class | Method | HTTP request | Description
304295
- [StorageAccountWithBuckets](docs/StorageAccountWithBuckets.md)
305296
- [StorageAccountsRequest](docs/StorageAccountsRequest.md)
306297
- [StorageProvider](docs/StorageProvider.md)
307-
- [TokenByDeviceCodeRequest](docs/TokenByDeviceCodeRequest.md)
308298
- [TokenConfiguration](docs/TokenConfiguration.md)
309299
- [UpdateUserRequest](docs/UpdateUserRequest.md)
310300
- [User](docs/User.md)

docs/RefreshTokenRequest.md renamed to docs/AuthAppInfo.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# RefreshTokenRequest
1+
# AuthAppInfo
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**oauth_provider_id** | **str** | |
7-
**refresh_token** | **str** | |
6+
**api_key** | **str** | | [optional]
87

98
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
109

docs/AuthSsoControllerApi.md

Lines changed: 0 additions & 220 deletions
This file was deleted.

docs/ConfigControllerApi.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,58 @@ All URIs are relative to *https://api.flexify.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7+
[**get_config**](ConfigControllerApi.md#get_config) | **GET** /backend/rest/auth/config | Get public Management Server config
78
[**get_config1**](ConfigControllerApi.md#get_config1) | **GET** /backend/rest/config | Get public Management Server config
89

910

11+
# **get_config**
12+
> PublicManagementServerConfiguration get_config()
13+
14+
Get public Management Server config
15+
16+
### Example
17+
```python
18+
from __future__ import print_function
19+
import time
20+
import flexify_api
21+
from flexify_api.rest import ApiException
22+
from pprint import pprint
23+
24+
# Configure API key authorization: Bearer
25+
configuration = flexify_api.Configuration()
26+
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
27+
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
28+
# configuration.api_key_prefix['Authorization'] = 'Bearer'
29+
30+
# create an instance of the API class
31+
api_instance = flexify_api.ConfigControllerApi(flexify_api.ApiClient(configuration))
32+
33+
try:
34+
# Get public Management Server config
35+
api_response = api_instance.get_config()
36+
pprint(api_response)
37+
except ApiException as e:
38+
print("Exception when calling ConfigControllerApi->get_config: %s\n" % e)
39+
```
40+
41+
### Parameters
42+
This endpoint does not need any parameter.
43+
44+
### Return type
45+
46+
[**PublicManagementServerConfiguration**](PublicManagementServerConfiguration.md)
47+
48+
### Authorization
49+
50+
[Bearer](../README.md#Bearer)
51+
52+
### HTTP request headers
53+
54+
- **Content-Type**: Not defined
55+
- **Accept**: */*
56+
57+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
58+
1059
# **get_config1**
1160
> PublicManagementServerConfiguration get_config1()
1261

0 commit comments

Comments
 (0)