Skip to content

Commit

Permalink
Upload new version of API
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Dec 14, 2023
1 parent d35ac0e commit d1c63a3
Show file tree
Hide file tree
Showing 1,097 changed files with 22,364 additions and 1,763 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/openapi.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c1a782c41882927dff5fabaf91db58197906aa5f15ce93a3e30221b4b7e94462
c496eb41ac132ee3bd18738faea56739f2a9fe1523e03a1cd6157b47b291d518
111 changes: 94 additions & 17 deletions README.md

Large diffs are not rendered by default.

2,061 changes: 2,038 additions & 23 deletions docs/AlertApi.md

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions docs/ClientApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Name | Type | Description | Notes
[[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)

# **list_active_clients**
> PagedXiqClient list_active_clients(location_ids=location_ids, device_ids=device_ids, vlans=vlans, user_profile_names=user_profile_names, ssids=ssids, client_os_names=client_os_names, client_connection_types=client_connection_types, client_health_status=client_health_status, exclude_locally_managed=exclude_locally_managed, search_string=search_string, page=page, limit=limit, sort_field=sort_field, sort_order=sort_order, views=views, fields=fields)
> PagedXiqClient list_active_clients(location_ids=location_ids, device_ids=device_ids, vlans=vlans, user_profile_names=user_profile_names, ssids=ssids, client_os_names=client_os_names, client_connection_types=client_connection_types, client_health_status=client_health_status, exclude_locally_managed=exclude_locally_managed, user_names=user_names, search_string=search_string, page=page, limit=limit, sort_field=sort_field, sort_order=sort_order, views=views, fields=fields)
List active clients

Expand Down Expand Up @@ -554,6 +554,7 @@ client_os_names = ['client_os_names_example'] # list[str] | The client os names
client_connection_types = [56] # list[int] | The client connection types: 1 - WIRELESS, 2 - WIRED, -1 - UNDETERMINED (optional)
client_health_status = 56 # int | The client health status: 1 - HEALTHY, 2 - POOR (optional)
exclude_locally_managed = False # bool | Return Cloud managed Devices' clients (optional) (default to False)
user_names = ['user_names_example'] # list[str] | The user names (optional)
search_string = 'search_string_example' # str | The search string (optional)
page = 1 # int | Page number, min = 1 (optional) (default to 1)
limit = 10 # int | Page Size, min = 1, max = 100 (optional) (default to 10)
Expand All @@ -564,7 +565,7 @@ fields = [extremecloudiq.XiqClientField()] # list[XiqClientField] | The client f

try:
# List active clients
api_response = api_instance.list_active_clients(location_ids=location_ids, device_ids=device_ids, vlans=vlans, user_profile_names=user_profile_names, ssids=ssids, client_os_names=client_os_names, client_connection_types=client_connection_types, client_health_status=client_health_status, exclude_locally_managed=exclude_locally_managed, search_string=search_string, page=page, limit=limit, sort_field=sort_field, sort_order=sort_order, views=views, fields=fields)
api_response = api_instance.list_active_clients(location_ids=location_ids, device_ids=device_ids, vlans=vlans, user_profile_names=user_profile_names, ssids=ssids, client_os_names=client_os_names, client_connection_types=client_connection_types, client_health_status=client_health_status, exclude_locally_managed=exclude_locally_managed, user_names=user_names, search_string=search_string, page=page, limit=limit, sort_field=sort_field, sort_order=sort_order, views=views, fields=fields)
pprint(api_response)
except ApiException as e:
print("Exception when calling ClientApi->list_active_clients: %s\n" % e)
Expand All @@ -583,6 +584,7 @@ Name | Type | Description | Notes
**client_connection_types** | [**list[int]**](int.md)| The client connection types: 1 - WIRELESS, 2 - WIRED, -1 - UNDETERMINED | [optional]
**client_health_status** | **int**| The client health status: 1 - HEALTHY, 2 - POOR | [optional]
**exclude_locally_managed** | **bool**| Return Cloud managed Devices' clients | [optional] [default to False]
**user_names** | [**list[str]**](str.md)| The user names | [optional]
**search_string** | **str**| The search string | [optional]
**page** | **int**| Page number, min = 1 | [optional] [default to 1]
**limit** | **int**| Page Size, min = 1, max = 100 | [optional] [default to 10]
Expand Down
22 changes: 11 additions & 11 deletions docs/ConfigurationPolicyApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Method | HTTP request | Description
[**delete_classification_rule**](ConfigurationPolicyApi.md#delete_classification_rule) | **DELETE** /classification-rules/{id} | Delete classification rule by ID
[**delete_cloud_config_group**](ConfigurationPolicyApi.md#delete_cloud_config_group) | **DELETE** /ccgs/{id} | Delete a cloud config group
[**delete_co_user_profile**](ConfigurationPolicyApi.md#delete_co_user_profile) | **DELETE** /user-profiles/{id} | Delete an user profile by ID
[**delete_iot_profile**](ConfigurationPolicyApi.md#delete_iot_profile) | **DELETE** /iot-profiles/{id} | Delete Iot profile by ID
[**delete_iot_profile**](ConfigurationPolicyApi.md#delete_iot_profile) | **DELETE** /iot-profiles/{id} | Delete IoT profile by ID
[**delete_radio_profile**](ConfigurationPolicyApi.md#delete_radio_profile) | **DELETE** /radio-profiles/{id} | Delete radio profile by ID
[**delete_rp_mac_oui_profile**](ConfigurationPolicyApi.md#delete_rp_mac_oui_profile) | **DELETE** /radio-profiles/mac-ouis/{id} | Delete MAC OUI profile
[**disable_ssid_cwp**](ConfigurationPolicyApi.md#disable_ssid_cwp) | **POST** /ssids/{id}/cwp/:disable | Disable the CWP on the SSID
Expand Down Expand Up @@ -51,7 +51,7 @@ Method | HTTP request | Description
[**update_classification_rule**](ConfigurationPolicyApi.md#update_classification_rule) | **PUT** /classification-rules/{id} | Update classification rule
[**update_cloud_config_group**](ConfigurationPolicyApi.md#update_cloud_config_group) | **PUT** /ccgs/{id} | Update cloud config group information
[**update_co_user_profile**](ConfigurationPolicyApi.md#update_co_user_profile) | **PUT** /user-profiles/{id} | Update user profile
[**update_iot_profile**](ConfigurationPolicyApi.md#update_iot_profile) | **PUT** /iot-profiles/{id} | Update radio profile by ID
[**update_iot_profile**](ConfigurationPolicyApi.md#update_iot_profile) | **PUT** /iot-profiles/{id} | Update IoT profile by ID
[**update_neighborhood_analysis**](ConfigurationPolicyApi.md#update_neighborhood_analysis) | **PUT** /radio-profiles/neighborhood-analysis/{id} | Update neighborhood analysis settings
[**update_radio_profile**](ConfigurationPolicyApi.md#update_radio_profile) | **PUT** /radio-profiles/{id} | Update radio profile by ID
[**update_rp_channel_selection**](ConfigurationPolicyApi.md#update_rp_channel_selection) | **PUT** /radio-profiles/channel-selection/{id} | Update channel selection settings
Expand Down Expand Up @@ -1041,7 +1041,7 @@ void (empty response body)
# **delete_iot_profile**
> delete_iot_profile(id)
Delete Iot profile by ID
Delete IoT profile by ID

Delete the existing IoT profile by the profile ID.

Expand Down Expand Up @@ -1077,7 +1077,7 @@ with extremecloudiq.ApiClient(configuration) as api_client:
id = 56 # int | The IoT profile ID

try:
# Delete Iot profile by ID
# Delete IoT profile by ID
api_instance.delete_iot_profile(id)
except ApiException as e:
print("Exception when calling ConfigurationPolicyApi->delete_iot_profile: %s\n" % e)
Expand Down Expand Up @@ -3612,9 +3612,9 @@ Name | Type | Description | Notes
# **update_iot_profile**
> XiqIotProfile update_iot_profile(id, xiq_iot_profile_request)
Update radio profile by ID
Update IoT profile by ID

Update the existing radio profile by the profile ID.
Update the existing IoT profile by the profile ID.

### Example

Expand Down Expand Up @@ -3645,11 +3645,11 @@ configuration = extremecloudiq.Configuration(
with extremecloudiq.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = extremecloudiq.ConfigurationPolicyApi(api_client)
id = 56 # int | The radio profile ID.
xiq_iot_profile_request = extremecloudiq.XiqIotProfileRequest() # XiqIotProfileRequest | The payload of the update radio profile request.
id = 56 # int | The IoT profile ID.
xiq_iot_profile_request = extremecloudiq.XiqIotProfileRequest() # XiqIotProfileRequest | The payload of the update IoT profile request.

try:
# Update radio profile by ID
# Update IoT profile by ID
api_response = api_instance.update_iot_profile(id, xiq_iot_profile_request)
pprint(api_response)
except ApiException as e:
Expand All @@ -3660,8 +3660,8 @@ xiq_iot_profile_request = extremecloudiq.XiqIotProfileRequest() # XiqIotProfileR

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **int**| The radio profile ID. |
**xiq_iot_profile_request** | [**XiqIotProfileRequest**](XiqIotProfileRequest.md)| The payload of the update radio profile request. |
**id** | **int**| The IoT profile ID. |
**xiq_iot_profile_request** | [**XiqIotProfileRequest**](XiqIotProfileRequest.md)| The payload of the update IoT profile request. |

### Return type

Expand Down
Loading

0 comments on commit d1c63a3

Please sign in to comment.