Skip to content

Commit 3fcb841

Browse files
author
Flexify
committed
v2.12.16.hf1 build 1207
1 parent ede687b commit 3fcb841

File tree

239 files changed

+255
-1270
lines changed

Some content is hidden

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

239 files changed

+255
-1270
lines changed

README.md

Lines changed: 1 addition & 4 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.17-SNAPSHOT
10+
- API version: 2.12.16.hf1
1111

1212
## Requirements
1313

@@ -151,8 +151,6 @@ Class | Method | HTTP request | Description
151151
*PartnerUsersControllerApi* | [**generate_token_by_external_id1**](docs/PartnerUsersControllerApi.md#generate_token_by_external_id1) | **POST** /backend/rest/partner/users/external/{externalId}/tokens | Create token by external ID
152152
*PartnerUsersControllerApi* | [**generate_token_by_username**](docs/PartnerUsersControllerApi.md#generate_token_by_username) | **POST** /backend/rest/distributor/users/username/{username}/tokens | Create token by username
153153
*PartnerUsersControllerApi* | [**generate_token_by_username1**](docs/PartnerUsersControllerApi.md#generate_token_by_username1) | **POST** /backend/rest/partner/users/username/{username}/tokens | Create token by username
154-
*PartnerUsersControllerApi* | [**get_all_users_pageable**](docs/PartnerUsersControllerApi.md#get_all_users_pageable) | **GET** /backend/rest/distributor/users/search | Get users with search, sorting and pagination
155-
*PartnerUsersControllerApi* | [**get_all_users_pageable1**](docs/PartnerUsersControllerApi.md#get_all_users_pageable1) | **GET** /backend/rest/partner/users/search | Get users with search, sorting and pagination
156154
*PartnerUsersControllerApi* | [**get_user**](docs/PartnerUsersControllerApi.md#get_user) | **GET** /backend/rest/distributor/users/{userId} | Get user details
157155
*PartnerUsersControllerApi* | [**get_user1**](docs/PartnerUsersControllerApi.md#get_user1) | **GET** /backend/rest/partner/users/{userId} | Get user details
158156
*PartnerUsersControllerApi* | [**get_user_by_external_id**](docs/PartnerUsersControllerApi.md#get_user_by_external_id) | **GET** /backend/rest/distributor/users/external/{externalId} | Get user details by external ID
@@ -253,7 +251,6 @@ Class | Method | HTTP request | Description
253251
- [NewStorageAccount](docs/NewStorageAccount.md)
254252
- [Organization](docs/Organization.md)
255253
- [PageMigration](docs/PageMigration.md)
256-
- [PageUserStat](docs/PageUserStat.md)
257254
- [Pageable](docs/Pageable.md)
258255
- [PasswordResetToken](docs/PasswordResetToken.md)
259256
- [Payment](docs/Payment.md)

docs/MigrationSettings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
1111
**engines_location** | [**CloudLocationReq**](CloudLocationReq.md) | Location of the engines to migrate | [optional]
1212
**existing_data_in_destination** | **str** | Keep or clean data in destination before migration (identical with source objects keep in any cases) | [optional]
1313
**last_modified_from** | **datetime** | Migrate objects modified on or after specified date | [optional]
14-
**last_modified_to** | **datetime** | Migrate objects modified before specified date | [optional]
1514
**log_level** | **str** | Log level | [optional]
1615
**max_engines** | **int** | Maximum number of engines this migration uses (experimental) | [optional]
1716
**max_retries** | **int** | Maximum number of retries | [optional]

docs/MigrationSettingsReq.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
1111
**engines_location** | [**CloudLocationReq**](CloudLocationReq.md) | Location of the engines to migrate | [optional]
1212
**existing_data_in_destination** | **str** | Keep or clean data in destination before migration (identical with source objects keep in any cases) | [optional]
1313
**last_modified_from** | **datetime** | Migrate objects modified on or after specified date | [optional]
14-
**last_modified_to** | **datetime** | Migrate objects modified before specified date | [optional]
1514
**log_level** | **str** | Log level | [optional]
1615
**max_engines** | **int** | Maximum number of engines this migration uses (experimental) | [optional]
1716
**max_retries** | **int** | Maximum number of retries | [optional]

docs/MigrationSettingsRes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
1111
**engines_location** | [**CloudLocationRes**](CloudLocationRes.md) | Location of the engines to migrate | [optional]
1212
**existing_data_in_destination** | **str** | Keep or clean data in destination before migration (identical with source objects keep in any cases) | [optional]
1313
**last_modified_from** | **datetime** | Migrate objects modified on or after specified date | [optional]
14-
**last_modified_to** | **datetime** | Migrate objects modified before specified date | [optional]
1514
**log_level** | **str** | Log level | [optional]
1615
**max_engines** | **int** | Maximum number of engines this migration uses (experimental) | [optional]
1716
**max_retries** | **int** | Maximum number of retries | [optional]

docs/MigrationsControllerApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Name | Type | Description | Notes
118118
[[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)
119119

120120
# **get_migrations**
121-
> PageMigration get_migrations(offset, page, include_hidden=include_hidden, paged=paged, page_number=page_number, page_size=page_size, size=size, sort_sorted=sort_sorted, sort_unsorted=sort_unsorted, sort_direction=sort_direction)
121+
> PageMigration get_migrations(offset, page, size, include_hidden=include_hidden, paged=paged, page_number=page_number, page_size=page_size, sort_sorted=sort_sorted, sort_unsorted=sort_unsorted, sort_direction=sort_direction)
122122
123123
Get all migrations for logged in user in paged mode
124124

@@ -140,18 +140,18 @@ configuration.api_key['Authorization'] = 'YOUR_API_KEY'
140140
api_instance = flexify_api.MigrationsControllerApi(flexify_api.ApiClient(configuration))
141141
offset = 0 # int | Position of the first migration in the list (or null to start from the beginning)
142142
page = 0 # int | [Deprecated] Page number
143+
size = 100 # int | Max number of entries to return (AKA page size)
143144
include_hidden = true # bool | Include hidden migrations to response (optional) (default to true)
144145
paged = true # bool | (optional)
145146
page_number = 56 # int | (optional)
146147
page_size = 56 # int | (optional)
147-
size = 100 # int | Max number of entries to return (AKA page size), null means no paging (optional)
148148
sort_sorted = true # bool | (optional)
149149
sort_unsorted = true # bool | (optional)
150150
sort_direction = 'ASC' # str | Sort Direction (optional)
151151

152152
try:
153153
# Get all migrations for logged in user in paged mode
154-
api_response = api_instance.get_migrations(offset, page, include_hidden=include_hidden, paged=paged, page_number=page_number, page_size=page_size, size=size, sort_sorted=sort_sorted, sort_unsorted=sort_unsorted, sort_direction=sort_direction)
154+
api_response = api_instance.get_migrations(offset, page, size, include_hidden=include_hidden, paged=paged, page_number=page_number, page_size=page_size, sort_sorted=sort_sorted, sort_unsorted=sort_unsorted, sort_direction=sort_direction)
155155
pprint(api_response)
156156
except ApiException as e:
157157
print("Exception when calling MigrationsControllerApi->get_migrations: %s\n" % e)
@@ -163,11 +163,11 @@ Name | Type | Description | Notes
163163
------------- | ------------- | ------------- | -------------
164164
**offset** | **int**| Position of the first migration in the list (or null to start from the beginning) |
165165
**page** | **int**| [Deprecated] Page number |
166+
**size** | **int**| Max number of entries to return (AKA page size) |
166167
**include_hidden** | **bool**| Include hidden migrations to response | [optional] [default to true]
167168
**paged** | **bool**| | [optional]
168169
**page_number** | **int**| | [optional]
169170
**page_size** | **int**| | [optional]
170-
**size** | **int**| Max number of entries to return (AKA page size), null means no paging | [optional]
171171
**sort_sorted** | **bool**| | [optional]
172172
**sort_unsorted** | **bool**| | [optional]
173173
**sort_direction** | **str**| Sort Direction | [optional]

docs/PageUserStat.md

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

docs/PartnerUsersControllerApi.md

Lines changed: 0 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Method | HTTP request | Description
3030
[**generate_token_by_external_id1**](PartnerUsersControllerApi.md#generate_token_by_external_id1) | **POST** /backend/rest/partner/users/external/{externalId}/tokens | Create token by external ID
3131
[**generate_token_by_username**](PartnerUsersControllerApi.md#generate_token_by_username) | **POST** /backend/rest/distributor/users/username/{username}/tokens | Create token by username
3232
[**generate_token_by_username1**](PartnerUsersControllerApi.md#generate_token_by_username1) | **POST** /backend/rest/partner/users/username/{username}/tokens | Create token by username
33-
[**get_all_users_pageable**](PartnerUsersControllerApi.md#get_all_users_pageable) | **GET** /backend/rest/distributor/users/search | Get users with search, sorting and pagination
34-
[**get_all_users_pageable1**](PartnerUsersControllerApi.md#get_all_users_pageable1) | **GET** /backend/rest/partner/users/search | Get users with search, sorting and pagination
3533
[**get_user**](PartnerUsersControllerApi.md#get_user) | **GET** /backend/rest/distributor/users/{userId} | Get user details
3634
[**get_user1**](PartnerUsersControllerApi.md#get_user1) | **GET** /backend/rest/partner/users/{userId} | Get user details
3735
[**get_user_by_external_id**](PartnerUsersControllerApi.md#get_user_by_external_id) | **GET** /backend/rest/distributor/users/external/{externalId} | Get user details by external ID
@@ -1464,150 +1462,6 @@ Name | Type | Description | Notes
14641462

14651463
[[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)
14661464

1467-
# **get_all_users_pageable**
1468-
> PageUserStat get_all_users_pageable(offset, page, paged=paged, page_number=page_number, page_size=page_size, search_string=search_string, size=size, sort_sorted=sort_sorted, sort_unsorted=sort_unsorted, sort_direction=sort_direction)
1469-
1470-
Get users with search, sorting and pagination
1471-
1472-
Gets a list of users managed by this distributor
1473-
1474-
### Example
1475-
```python
1476-
from __future__ import print_function
1477-
import time
1478-
import flexify_api
1479-
from flexify_api.rest import ApiException
1480-
from pprint import pprint
1481-
1482-
# Configure API key authorization: Bearer
1483-
configuration = flexify_api.Configuration()
1484-
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
1485-
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
1486-
# configuration.api_key_prefix['Authorization'] = 'Bearer'
1487-
1488-
# create an instance of the API class
1489-
api_instance = flexify_api.PartnerUsersControllerApi(flexify_api.ApiClient(configuration))
1490-
offset = 0 # int | Position of the first migration in the list (or null to start from the beginning)
1491-
page = 0 # int | [Deprecated] Page number
1492-
paged = true # bool | (optional)
1493-
page_number = 56 # int | (optional)
1494-
page_size = 56 # int | (optional)
1495-
search_string = 'search_string_example' # str | Search string (optional)
1496-
size = 100 # int | Max number of entries to return (AKA page size), null means no paging (optional)
1497-
sort_sorted = true # bool | (optional)
1498-
sort_unsorted = true # bool | (optional)
1499-
sort_direction = 'ASC' # str | Sort Direction (optional)
1500-
1501-
try:
1502-
# Get users with search, sorting and pagination
1503-
api_response = api_instance.get_all_users_pageable(offset, page, paged=paged, page_number=page_number, page_size=page_size, search_string=search_string, size=size, sort_sorted=sort_sorted, sort_unsorted=sort_unsorted, sort_direction=sort_direction)
1504-
pprint(api_response)
1505-
except ApiException as e:
1506-
print("Exception when calling PartnerUsersControllerApi->get_all_users_pageable: %s\n" % e)
1507-
```
1508-
1509-
### Parameters
1510-
1511-
Name | Type | Description | Notes
1512-
------------- | ------------- | ------------- | -------------
1513-
**offset** | **int**| Position of the first migration in the list (or null to start from the beginning) |
1514-
**page** | **int**| [Deprecated] Page number |
1515-
**paged** | **bool**| | [optional]
1516-
**page_number** | **int**| | [optional]
1517-
**page_size** | **int**| | [optional]
1518-
**search_string** | **str**| Search string | [optional]
1519-
**size** | **int**| Max number of entries to return (AKA page size), null means no paging | [optional]
1520-
**sort_sorted** | **bool**| | [optional]
1521-
**sort_unsorted** | **bool**| | [optional]
1522-
**sort_direction** | **str**| Sort Direction | [optional]
1523-
1524-
### Return type
1525-
1526-
[**PageUserStat**](PageUserStat.md)
1527-
1528-
### Authorization
1529-
1530-
[Bearer](../README.md#Bearer)
1531-
1532-
### HTTP request headers
1533-
1534-
- **Content-Type**: Not defined
1535-
- **Accept**: application/json;charset=UTF-8
1536-
1537-
[[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)
1538-
1539-
# **get_all_users_pageable1**
1540-
> PageUserStat get_all_users_pageable1(offset, page, paged=paged, page_number=page_number, page_size=page_size, search_string=search_string, size=size, sort_sorted=sort_sorted, sort_unsorted=sort_unsorted, sort_direction=sort_direction)
1541-
1542-
Get users with search, sorting and pagination
1543-
1544-
Gets a list of users managed by this distributor
1545-
1546-
### Example
1547-
```python
1548-
from __future__ import print_function
1549-
import time
1550-
import flexify_api
1551-
from flexify_api.rest import ApiException
1552-
from pprint import pprint
1553-
1554-
# Configure API key authorization: Bearer
1555-
configuration = flexify_api.Configuration()
1556-
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
1557-
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
1558-
# configuration.api_key_prefix['Authorization'] = 'Bearer'
1559-
1560-
# create an instance of the API class
1561-
api_instance = flexify_api.PartnerUsersControllerApi(flexify_api.ApiClient(configuration))
1562-
offset = 0 # int | Position of the first migration in the list (or null to start from the beginning)
1563-
page = 0 # int | [Deprecated] Page number
1564-
paged = true # bool | (optional)
1565-
page_number = 56 # int | (optional)
1566-
page_size = 56 # int | (optional)
1567-
search_string = 'search_string_example' # str | Search string (optional)
1568-
size = 100 # int | Max number of entries to return (AKA page size), null means no paging (optional)
1569-
sort_sorted = true # bool | (optional)
1570-
sort_unsorted = true # bool | (optional)
1571-
sort_direction = 'ASC' # str | Sort Direction (optional)
1572-
1573-
try:
1574-
# Get users with search, sorting and pagination
1575-
api_response = api_instance.get_all_users_pageable1(offset, page, paged=paged, page_number=page_number, page_size=page_size, search_string=search_string, size=size, sort_sorted=sort_sorted, sort_unsorted=sort_unsorted, sort_direction=sort_direction)
1576-
pprint(api_response)
1577-
except ApiException as e:
1578-
print("Exception when calling PartnerUsersControllerApi->get_all_users_pageable1: %s\n" % e)
1579-
```
1580-
1581-
### Parameters
1582-
1583-
Name | Type | Description | Notes
1584-
------------- | ------------- | ------------- | -------------
1585-
**offset** | **int**| Position of the first migration in the list (or null to start from the beginning) |
1586-
**page** | **int**| [Deprecated] Page number |
1587-
**paged** | **bool**| | [optional]
1588-
**page_number** | **int**| | [optional]
1589-
**page_size** | **int**| | [optional]
1590-
**search_string** | **str**| Search string | [optional]
1591-
**size** | **int**| Max number of entries to return (AKA page size), null means no paging | [optional]
1592-
**sort_sorted** | **bool**| | [optional]
1593-
**sort_unsorted** | **bool**| | [optional]
1594-
**sort_direction** | **str**| Sort Direction | [optional]
1595-
1596-
### Return type
1597-
1598-
[**PageUserStat**](PageUserStat.md)
1599-
1600-
### Authorization
1601-
1602-
[Bearer](../README.md#Bearer)
1603-
1604-
### HTTP request headers
1605-
1606-
- **Content-Type**: Not defined
1607-
- **Accept**: application/json;charset=UTF-8
1608-
1609-
[[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)
1610-
16111465
# **get_user**
16121466
> User get_user(user_id)
16131467

docs/StorageAccount.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**azure_key_vault_secret_id** | **str** | | [optional]
76
**id** | **int** | Id of the storage account | [optional]
87
**is_sas** | **bool** | | [optional]
98
**private_url** | **str** | URL used by engines to access the cloud | [optional]

docs/StorageAccountWithBuckets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**azure_key_vault_secret_id** | **str** | | [optional]
76
**buckets** | [**list[Bucket]**](Bucket.md) | Buckets that we have cached for this storage account | [optional]
87
**id** | **int** | Id of the storage account | [optional]
98
**is_sas** | **bool** | | [optional]

flexify_api/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
99
10-
OpenAPI spec version: 2.12.17-SNAPSHOT
10+
OpenAPI spec version: 2.12.16.hf1
1111
Contact: info@flexify.io
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""
@@ -89,7 +89,6 @@
8989
from flexify_api.models.new_storage_account import NewStorageAccount
9090
from flexify_api.models.organization import Organization
9191
from flexify_api.models.page_migration import PageMigration
92-
from flexify_api.models.page_user_stat import PageUserStat
9392
from flexify_api.models.pageable import Pageable
9493
from flexify_api.models.password_reset_token import PasswordResetToken
9594
from flexify_api.models.payment import Payment

0 commit comments

Comments
 (0)