extremecloudiq-api 24.2.0.39__py3-none-any.whl → 24.3.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- extremecloudiq/__init__.py +101 -21
- extremecloudiq/api/__init__.py +2 -1
- extremecloudiq/api/account_api.py +479 -8
- extremecloudiq/api/alert_api.py +29 -29
- extremecloudiq/api/application_api.py +4 -4
- extremecloudiq/api/authentication_api.py +2 -2
- extremecloudiq/api/authorization_api.py +5 -5
- extremecloudiq/api/client_api.py +9 -9
- extremecloudiq/api/configuration___authentication_api.py +31 -31
- extremecloudiq/api/configuration___basic_api.py +7 -7
- extremecloudiq/api/configuration___certificate_api.py +2 -2
- extremecloudiq/api/configuration___deployment_api.py +4 -4
- extremecloudiq/api/configuration___network_api.py +374 -6
- extremecloudiq/api/configuration___policy_api.py +5905 -1192
- extremecloudiq/api/configuration___user_management_api.py +24 -24
- extremecloudiq/api/copilot___anomalies_api.py +36 -32
- extremecloudiq/api/copilot___connectivity_experience_api.py +19 -19
- extremecloudiq/api/device_api.py +1177 -199
- extremecloudiq/api/essentials___extreme_location_api.py +2 -2
- extremecloudiq/api/hiq_api.py +12 -12
- extremecloudiq/api/location_api.py +28 -28
- extremecloudiq/api/log_api.py +9 -9
- extremecloudiq/api/misc_api.py +117 -3
- extremecloudiq/api/network_policy_api.py +9 -9
- extremecloudiq/api/network_scorecard_api.py +658 -0
- extremecloudiq/api/notification_api.py +4 -4
- extremecloudiq/api/operation_api.py +4 -4
- extremecloudiq/api/packet_capture_api.py +8 -8
- extremecloudiq/api/thread_api.py +472 -0
- extremecloudiq/api/user_api.py +12 -12
- extremecloudiq/api_client.py +2 -2
- extremecloudiq/configuration.py +4 -4
- extremecloudiq/exceptions.py +1 -1
- extremecloudiq/models/__init__.py +98 -19
- extremecloudiq/models/client_health.py +207 -0
- extremecloudiq/models/device_health.py +207 -0
- extremecloudiq/models/essentials_eloc_last_known_location.py +1 -1
- extremecloudiq/models/inline_object.py +1 -1
- extremecloudiq/models/inline_object1.py +124 -0
- extremecloudiq/models/network_health.py +207 -0
- extremecloudiq/models/paged_xiq_accounting_log.py +1 -1
- extremecloudiq/models/paged_xiq_active_directory_server.py +1 -1
- extremecloudiq/models/paged_xiq_alert.py +1 -1
- extremecloudiq/models/paged_xiq_application.py +1 -1
- extremecloudiq/models/paged_xiq_audit_log.py +1 -1
- extremecloudiq/models/paged_xiq_auth_log.py +1 -1
- extremecloudiq/models/paged_xiq_building.py +1 -1
- extremecloudiq/models/paged_xiq_certificate.py +1 -1
- extremecloudiq/models/paged_xiq_classification_rule.py +1 -1
- extremecloudiq/models/paged_xiq_client.py +1 -1
- extremecloudiq/models/{paged_xiq_list_license_details_response.py → paged_xiq_client_monitor_profile.py} +28 -28
- extremecloudiq/models/paged_xiq_cloud_config_group.py +1 -1
- extremecloudiq/models/paged_xiq_connectivity_experience_data.py +1 -1
- extremecloudiq/models/paged_xiq_copilot_wireless_event.py +1 -1
- extremecloudiq/models/paged_xiq_credential_log.py +1 -1
- extremecloudiq/models/paged_xiq_cwp.py +1 -1
- extremecloudiq/models/paged_xiq_device.py +1 -1
- extremecloudiq/models/paged_xiq_device_alarm.py +1 -1
- extremecloudiq/models/paged_xiq_device_configure_ipv4_interface.py +1 -1
- extremecloudiq/models/paged_xiq_device_configure_ipv4_static_route.py +1 -1
- extremecloudiq/models/paged_xiq_device_monitor_ipv4_routing.py +1 -1
- extremecloudiq/models/paged_xiq_device_monitor_vlan_attributes.py +1 -1
- extremecloudiq/models/paged_xiq_device_monitor_vlan_ipv4_interfaces.py +1 -1
- extremecloudiq/models/paged_xiq_device_vlan_attributes.py +1 -1
- extremecloudiq/models/paged_xiq_digital_twin_products.py +1 -1
- extremecloudiq/models/paged_xiq_email_log.py +1 -1
- extremecloudiq/models/paged_xiq_end_user.py +1 -1
- extremecloudiq/models/paged_xiq_external_radius_server.py +1 -1
- extremecloudiq/models/paged_xiq_external_user.py +1 -1
- extremecloudiq/models/paged_xiq_floor.py +1 -1
- extremecloudiq/models/paged_xiq_internal_radius_device.py +1 -1
- extremecloudiq/models/paged_xiq_internal_radius_server.py +1 -1
- extremecloudiq/models/paged_xiq_iot_profile.py +1 -1
- extremecloudiq/models/paged_xiq_ip_firewall.py +239 -0
- extremecloudiq/models/paged_xiq_ldap_server.py +1 -1
- extremecloudiq/models/paged_xiq_location_tree_device.py +1 -1
- extremecloudiq/models/paged_xiq_location_tree_map.py +1 -1
- extremecloudiq/models/paged_xiq_mac_firewall.py +239 -0
- extremecloudiq/models/paged_xiq_mac_object.py +239 -0
- extremecloudiq/models/paged_xiq_network_policy.py +1 -1
- extremecloudiq/models/paged_xiq_network_service.py +239 -0
- extremecloudiq/models/paged_xiq_packet_capture.py +1 -1
- extremecloudiq/models/paged_xiq_radio_entity.py +1 -1
- extremecloudiq/models/paged_xiq_radio_profile.py +1 -1
- extremecloudiq/models/paged_xiq_radius_client_object.py +1 -1
- extremecloudiq/models/paged_xiq_radius_proxy.py +1 -1
- extremecloudiq/models/paged_xiq_rp_mac_oui_profile.py +1 -1
- extremecloudiq/models/paged_xiq_site.py +1 -1
- extremecloudiq/models/paged_xiq_sms_log.py +1 -1
- extremecloudiq/models/paged_xiq_ssid.py +1 -1
- extremecloudiq/models/paged_xiq_thread_router.py +239 -0
- extremecloudiq/models/paged_xiq_tunnel_concentrator.py +1 -1
- extremecloudiq/models/paged_xiq_user.py +1 -1
- extremecloudiq/models/paged_xiq_user_group.py +1 -1
- extremecloudiq/models/paged_xiq_user_profile.py +1 -1
- extremecloudiq/models/paged_xiq_user_profile_assignment.py +239 -0
- extremecloudiq/models/paged_xiq_vlan_profile.py +1 -1
- extremecloudiq/models/paged_xiq_wired_event_entity.py +1 -1
- extremecloudiq/models/services_health.py +207 -0
- extremecloudiq/models/wifi_health.py +207 -0
- extremecloudiq/models/xiq_account.py +1 -1
- extremecloudiq/models/xiq_account_mode.py +1 -1
- extremecloudiq/models/xiq_account_type.py +1 -1
- extremecloudiq/models/xiq_accounting_log.py +1 -1
- extremecloudiq/models/xiq_acknowledge_alerts_request.py +1 -1
- extremecloudiq/models/xiq_action_type.py +1 -1
- extremecloudiq/models/xiq_active_directory_server.py +1 -1
- extremecloudiq/models/xiq_active_directory_server_base_dn_fetch_mode.py +1 -1
- extremecloudiq/models/xiq_address.py +1 -1
- extremecloudiq/models/xiq_address_profile_classified_entry.py +263 -0
- extremecloudiq/models/xiq_advanced_onboard_device_request.py +1 -1
- extremecloudiq/models/xiq_advanced_onboard_device_response.py +1 -1
- extremecloudiq/models/xiq_alert.py +1 -1
- extremecloudiq/models/xiq_alert_email_subscription.py +1 -1
- extremecloudiq/models/xiq_alert_event_rules_by_category.py +1 -1
- extremecloudiq/models/xiq_alert_group_count.py +1 -1
- extremecloudiq/models/xiq_alert_group_query.py +1 -1
- extremecloudiq/models/xiq_alert_metric_rules_by_metricset.py +1 -1
- extremecloudiq/models/xiq_alert_policy.py +1 -1
- extremecloudiq/models/xiq_alert_policy_filter.py +1 -1
- extremecloudiq/models/xiq_alert_policy_type.py +1 -1
- extremecloudiq/models/xiq_alert_report.py +1 -1
- extremecloudiq/models/xiq_alert_rule.py +1 -1
- extremecloudiq/models/xiq_alert_rule_overview.py +1 -1
- extremecloudiq/models/xiq_alert_site.py +1 -1
- extremecloudiq/models/xiq_alert_sort_field.py +1 -1
- extremecloudiq/models/xiq_alert_source.py +1 -1
- extremecloudiq/models/xiq_alert_tag.py +1 -1
- extremecloudiq/models/xiq_alert_webhook_subscription.py +1 -1
- extremecloudiq/models/xiq_anomalies_count_vo_entity.py +1 -1
- extremecloudiq/models/xiq_anomalies_device_update_action_request.py +1 -1
- extremecloudiq/models/xiq_anomalies_feedback_request.py +1 -1
- extremecloudiq/models/xiq_anomalies_notifications_response.py +1 -1
- extremecloudiq/models/xiq_anomalies_severity_entity.py +1 -1
- extremecloudiq/models/xiq_anomalies_site_entity.py +1 -1
- extremecloudiq/models/xiq_anomalies_type_entity.py +1 -1
- extremecloudiq/models/xiq_anomalies_update_action_request.py +1 -1
- extremecloudiq/models/xiq_anomaly_affected_count.py +1 -1
- extremecloudiq/models/xiq_anomaly_device_entity.py +1 -1
- extremecloudiq/models/xiq_anomaly_device_with_location.py +1 -1
- extremecloudiq/models/xiq_anomaly_devices_by_location_response.py +1 -1
- extremecloudiq/models/xiq_anomaly_health_type.py +1 -1
- extremecloudiq/models/xiq_anomaly_location_entity.py +1 -1
- extremecloudiq/models/xiq_anomaly_severity.py +1 -1
- extremecloudiq/models/xiq_anomaly_sort_field.py +1 -1
- extremecloudiq/models/xiq_anomaly_type.py +1 -1
- extremecloudiq/models/xiq_api_token_info.py +1 -1
- extremecloudiq/models/xiq_application.py +1 -1
- extremecloudiq/models/xiq_application_detection_protocol.py +1 -1
- extremecloudiq/models/xiq_application_detection_rule.py +1 -1
- extremecloudiq/models/xiq_application_detection_type.py +1 -1
- extremecloudiq/models/{xiq_set_nac_entitlement_allocation_request.py → xiq_application_service.py} +46 -43
- extremecloudiq/models/xiq_application_sort_field.py +1 -1
- extremecloudiq/models/xiq_application_top_clients_usage.py +1 -1
- extremecloudiq/models/xiq_assign_devices_client_monitor_request.py +149 -0
- extremecloudiq/models/xiq_assign_devices_country_code_request.py +1 -1
- extremecloudiq/models/xiq_assign_devices_location_request.py +1 -1
- extremecloudiq/models/xiq_assign_devices_network_policy_request.py +1 -1
- extremecloudiq/models/xiq_assurance_scans_overview_response.py +1 -1
- extremecloudiq/models/xiq_atp_device_stats_entity.py +1 -1
- extremecloudiq/models/xiq_atp_device_stats_response.py +1 -1
- extremecloudiq/models/xiq_atp_packet_counts_entity.py +1 -1
- extremecloudiq/models/xiq_atp_packet_counts_response.py +1 -1
- extremecloudiq/models/xiq_attach_client_monitor_profile_request.py +123 -0
- extremecloudiq/models/xiq_attach_ip_firewall_policy_to_user_profile_request.py +151 -0
- extremecloudiq/models/xiq_attach_mac_firewall_policy_to_user_profile_request.py +151 -0
- extremecloudiq/models/xiq_attach_up_assignment_entry.py +151 -0
- extremecloudiq/models/xiq_attach_up_assignment_request.py +261 -0
- extremecloudiq/models/{xiq_license_health_color.py → xiq_attribute_type.py} +9 -9
- extremecloudiq/models/xiq_audit_log.py +1 -1
- extremecloudiq/models/xiq_audit_log_category.py +1 -1
- extremecloudiq/models/xiq_audit_log_report.py +1 -1
- extremecloudiq/models/xiq_audit_log_sort_field.py +1 -1
- extremecloudiq/models/xiq_auth_log.py +1 -1
- extremecloudiq/models/xiq_bounce_device_port_data.py +1 -1
- extremecloudiq/models/xiq_bounce_device_port_operation_result.py +1 -1
- extremecloudiq/models/xiq_bounce_device_port_request.py +1 -1
- extremecloudiq/models/xiq_bounce_device_port_response.py +1 -1
- extremecloudiq/models/xiq_building.py +1 -1
- extremecloudiq/models/xiq_bulk_delete_email_subscription_result.py +1 -1
- extremecloudiq/models/xiq_bulk_delete_webhook_subscription_result.py +1 -1
- extremecloudiq/models/xiq_bulk_operation_result.py +1 -1
- extremecloudiq/models/xiq_capture_band_selection.py +1 -1
- extremecloudiq/models/xiq_capture_direction_selection.py +1 -1
- extremecloudiq/models/xiq_capture_filter.py +1 -1
- extremecloudiq/models/xiq_capture_identifier_type.py +1 -1
- extremecloudiq/models/xiq_capture_location.py +1 -1
- extremecloudiq/models/xiq_capture_radio_selection.py +1 -1
- extremecloudiq/models/xiq_capture_result.py +1 -1
- extremecloudiq/models/xiq_capture_stop_request.py +1 -1
- extremecloudiq/models/xiq_capture_wired_selection.py +1 -1
- extremecloudiq/models/xiq_certificate.py +1 -1
- extremecloudiq/models/xiq_certificate_type.py +1 -1
- extremecloudiq/models/xiq_change_devices_ibeacon_request.py +1 -1
- extremecloudiq/models/xiq_change_devices_os_mode_request.py +1 -1
- extremecloudiq/models/xiq_check_permission_request.py +1 -1
- extremecloudiq/models/xiq_check_permission_response.py +1 -1
- extremecloudiq/models/xiq_classification.py +2 -30
- extremecloudiq/models/xiq_classification_rule.py +1 -1
- extremecloudiq/models/xiq_classification_type.py +1 -1
- extremecloudiq/models/xiq_cli_output.py +1 -1
- extremecloudiq/models/xiq_cli_response_code.py +1 -1
- extremecloudiq/models/xiq_client.py +256 -4
- extremecloudiq/models/xiq_client_field.py +12 -3
- extremecloudiq/models/xiq_client_mac_address_alias.py +1 -1
- extremecloudiq/models/xiq_client_monitor_parameters.py +163 -0
- extremecloudiq/models/xiq_client_monitor_profile.py +374 -0
- extremecloudiq/models/xiq_client_monitor_profile_request.py +242 -0
- extremecloudiq/models/xiq_client_sort_field.py +6 -2
- extremecloudiq/models/xiq_client_stats_entity.py +1 -1
- extremecloudiq/models/xiq_client_summary.py +1 -1
- extremecloudiq/models/xiq_client_type.py +1 -1
- extremecloudiq/models/xiq_client_usage.py +1 -1
- extremecloudiq/models/xiq_client_view.py +3 -2
- extremecloudiq/models/xiq_cloud_config_group.py +1 -1
- extremecloudiq/models/xiq_cloud_shark_storage.py +1 -1
- extremecloudiq/models/xiq_connectivity_details_by_client_type_response.py +1 -1
- extremecloudiq/models/xiq_connectivity_experience_data.py +1 -1
- extremecloudiq/models/xiq_connectivity_experience_view_type.py +1 -1
- extremecloudiq/models/xiq_copilot_anomalies_action_response.py +1 -1
- extremecloudiq/models/xiq_copilot_anomalies_by_category.py +1 -1
- extremecloudiq/models/xiq_copilot_events_wired_sort_field.py +1 -1
- extremecloudiq/models/xiq_copilot_events_wireless_sort_field.py +1 -1
- extremecloudiq/models/xiq_copilot_paged_xiq_anomaly_device_with_location.py +1 -1
- extremecloudiq/models/xiq_copilot_paged_xiq_anomaly_location_entity.py +1 -1
- extremecloudiq/models/xiq_copilot_wired_events_score_type.py +1 -1
- extremecloudiq/models/xiq_copilot_wireless_event.py +1 -1
- extremecloudiq/models/xiq_copilot_wireless_events_score_type.py +1 -1
- extremecloudiq/models/xiq_country.py +1 -1
- extremecloudiq/models/xiq_country_code.py +1 -1
- extremecloudiq/models/xiq_country_state.py +179 -0
- extremecloudiq/models/xiq_create_alert_email_subscription_request.py +1 -1
- extremecloudiq/models/xiq_create_alert_webhook_subscription_request.py +1 -1
- extremecloudiq/models/xiq_create_building_request.py +1 -1
- extremecloudiq/models/xiq_create_classification_request.py +1 -1
- extremecloudiq/models/xiq_create_classification_rule_request.py +1 -1
- extremecloudiq/models/xiq_create_cloud_config_group_request.py +1 -1
- extremecloudiq/models/xiq_create_end_user_request.py +1 -1
- extremecloudiq/models/xiq_create_external_radius_server_request.py +1 -1
- extremecloudiq/models/xiq_create_floor_request.py +1 -1
- extremecloudiq/models/xiq_create_internal_radius_server_request.py +1 -1
- extremecloudiq/models/xiq_create_key_based_pcg_users_request.py +1 -1
- extremecloudiq/models/xiq_create_l3_address_profile_request.py +348 -0
- extremecloudiq/models/xiq_create_ldap_server_request.py +1 -1
- extremecloudiq/models/xiq_create_location_request.py +1 -1
- extremecloudiq/models/xiq_create_mac_object_request.py +236 -0
- extremecloudiq/models/xiq_create_network_policy_request.py +1 -1
- extremecloudiq/models/xiq_create_organization_request.py +1 -1
- extremecloudiq/models/xiq_create_radio_profile_request.py +1 -1
- extremecloudiq/models/xiq_create_radius_client.py +1 -1
- extremecloudiq/models/xiq_create_radius_client_object_request.py +1 -1
- extremecloudiq/models/xiq_create_radius_proxy_realm.py +1 -1
- extremecloudiq/models/xiq_create_radius_proxy_request.py +1 -1
- extremecloudiq/models/xiq_create_rp_mac_oui_profile_request.py +1 -1
- extremecloudiq/models/xiq_create_site_request.py +1 -1
- extremecloudiq/models/xiq_create_user_group_request.py +1 -1
- extremecloudiq/models/xiq_create_user_profile_assignment_request.py +205 -0
- extremecloudiq/models/xiq_create_user_profile_request.py +1 -1
- extremecloudiq/models/xiq_create_user_request.py +1 -1
- extremecloudiq/models/xiq_create_vlan_object_classified_entry_request.py +1 -1
- extremecloudiq/models/xiq_create_vlan_profile_request.py +1 -1
- extremecloudiq/models/xiq_create_webhook_subscription_request.py +1 -1
- extremecloudiq/models/xiq_credential_log.py +1 -1
- extremecloudiq/models/xiq_cwp.py +1 -1
- extremecloudiq/models/xiq_data_point.py +1 -1
- extremecloudiq/models/xiq_date_time_type.py +1 -1
- extremecloudiq/models/xiq_date_time_unit_type.py +1 -1
- extremecloudiq/models/xiq_default_device_password.py +1 -1
- extremecloudiq/models/xiq_delete_bulk_alert_subscription_email_response.py +1 -1
- extremecloudiq/models/xiq_delete_bulk_alert_subscription_request.py +1 -1
- extremecloudiq/models/xiq_delete_bulk_alert_subscription_webhook_response.py +1 -1
- extremecloudiq/models/xiq_delete_key_based_pcg_users_request.py +1 -1
- extremecloudiq/models/xiq_delivery_settings.py +1 -1
- extremecloudiq/models/xiq_dell_device.py +1 -1
- extremecloudiq/models/xiq_dell_devices.py +1 -1
- extremecloudiq/models/xiq_deployment_overview.py +1 -1
- extremecloudiq/models/xiq_deployment_policy.py +1 -1
- extremecloudiq/models/xiq_deployment_request.py +1 -1
- extremecloudiq/models/xiq_deployment_response.py +1 -1
- extremecloudiq/models/xiq_deployment_status.py +1 -1
- extremecloudiq/models/xiq_destination_type.py +1 -1
- extremecloudiq/models/xiq_device.py +1 -1
- extremecloudiq/models/xiq_device_admin_state.py +1 -1
- extremecloudiq/models/xiq_device_alarm.py +1 -1
- extremecloudiq/models/xiq_device_category.py +1 -1
- extremecloudiq/models/xiq_device_client_monitor.py +151 -0
- extremecloudiq/models/xiq_device_configure_ipv4_interface.py +1 -1
- extremecloudiq/models/xiq_device_configure_ipv4_interface_response.py +1 -1
- extremecloudiq/models/xiq_device_configure_ipv4_static_route.py +1 -1
- extremecloudiq/models/xiq_device_cpu_memory_usage.py +1 -1
- extremecloudiq/models/xiq_device_create_configure_ipv4_interface.py +1 -1
- extremecloudiq/models/xiq_device_create_configure_ipv4_static_route.py +1 -1
- extremecloudiq/models/xiq_device_create_vlan_attributes.py +1 -1
- extremecloudiq/models/xiq_device_dhcp_relay.py +1 -1
- extremecloudiq/models/xiq_device_field.py +1 -1
- extremecloudiq/models/xiq_device_filter.py +1 -1
- extremecloudiq/models/xiq_device_function.py +1 -1
- extremecloudiq/models/xiq_device_ibeacon.py +1 -1
- extremecloudiq/models/xiq_device_installation_report.py +1 -1
- extremecloudiq/models/xiq_device_ipv4_routing_route_origin_field.py +1 -1
- extremecloudiq/models/xiq_device_ipv4_routing_sort_field.py +1 -1
- extremecloudiq/models/xiq_device_ipv4_routing_status_field.py +1 -1
- extremecloudiq/models/xiq_device_level_ssid.py +1 -1
- extremecloudiq/models/xiq_device_level_ssid_status.py +1 -1
- extremecloudiq/models/xiq_device_lldp_cdp_info.py +1 -1
- extremecloudiq/models/xiq_device_location.py +1 -1
- extremecloudiq/models/xiq_device_location_assignment.py +1 -1
- extremecloudiq/models/xiq_device_monitor_ipv4_route_nexthop.py +1 -1
- extremecloudiq/models/xiq_device_monitor_ipv4_routing.py +1 -1
- extremecloudiq/models/xiq_device_monitor_ipv4_routing_detail.py +1 -1
- extremecloudiq/models/xiq_device_monitor_ipv4_routing_timeline.py +1 -1
- extremecloudiq/models/xiq_device_monitor_ipv4_routing_timeline_info.py +6 -34
- extremecloudiq/models/xiq_device_monitor_refresh_response.py +124 -0
- extremecloudiq/models/xiq_device_monitor_refresh_status_response.py +188 -0
- extremecloudiq/models/xiq_device_monitor_vlan_attributes.py +1 -1
- extremecloudiq/models/xiq_device_monitor_vlan_attributes_info.py +1 -1
- extremecloudiq/models/xiq_device_monitor_vlan_ipv4_interfaces.py +1 -1
- extremecloudiq/models/xiq_device_monitor_vlan_ipv4_interfaces_details.py +1 -1
- extremecloudiq/models/xiq_device_null_field.py +1 -1
- extremecloudiq/models/xiq_device_sort_field.py +1 -1
- extremecloudiq/models/xiq_device_stats.py +1 -1
- extremecloudiq/models/xiq_device_stats_entity.py +1 -1
- extremecloudiq/models/xiq_device_subnetwork_ipv4.py +1 -1
- extremecloudiq/models/xiq_device_type.py +1 -1
- extremecloudiq/models/xiq_device_update_configure_ipv4_interface.py +1 -1
- extremecloudiq/models/xiq_device_update_configure_ipv4_static_route.py +1 -1
- extremecloudiq/models/xiq_device_update_vlan_attributes.py +1 -1
- extremecloudiq/models/xiq_device_view.py +1 -1
- extremecloudiq/models/xiq_device_vlan_attributes.py +1 -1
- extremecloudiq/models/xiq_device_vlan_attributes_dhcp_snooping_action.py +1 -1
- extremecloudiq/models/xiq_device_vlan_ipv4_interfaces_sort_field.py +1 -1
- extremecloudiq/models/xiq_device_vlan_sort_field.py +1 -1
- extremecloudiq/models/xiq_device_wifi_interface.py +1 -1
- extremecloudiq/models/xiq_dfs_channel_changes_entity.py +1 -1
- extremecloudiq/models/xiq_dfs_channel_stats_entity.py +1 -1
- extremecloudiq/models/xiq_dfs_recurence_channel_stats_response.py +1 -1
- extremecloudiq/models/xiq_dfs_recurence_count_stats_response.py +1 -1
- extremecloudiq/models/xiq_dhcp_platform.py +1 -1
- extremecloudiq/models/xiq_dhcp_service_type.py +1 -1
- extremecloudiq/models/xiq_digital_twin_device.py +1 -1
- extremecloudiq/models/xiq_digital_twin_devices.py +1 -1
- extremecloudiq/models/xiq_digital_twin_feat_license.py +1 -1
- extremecloudiq/models/xiq_digital_twin_make.py +1 -1
- extremecloudiq/models/xiq_digital_twin_model.py +1 -1
- extremecloudiq/models/xiq_digital_twin_onboard_device.py +1 -1
- extremecloudiq/models/xiq_digital_twin_products.py +1 -1
- extremecloudiq/models/xiq_digital_twin_vim_module.py +1 -1
- extremecloudiq/models/xiq_duplex_data_rate_entity.py +1 -1
- extremecloudiq/models/xiq_email_log.py +1 -1
- extremecloudiq/models/xiq_email_template.py +1 -1
- extremecloudiq/models/xiq_end_user.py +1 -1
- extremecloudiq/models/xiq_entitlement_type.py +1 -1
- extremecloudiq/models/xiq_error.py +1 -1
- extremecloudiq/models/xiq_exos_device.py +1 -1
- extremecloudiq/models/xiq_exos_devices.py +1 -1
- extremecloudiq/models/xiq_expiration_action_type.py +1 -1
- extremecloudiq/models/xiq_expiration_settings.py +1 -1
- extremecloudiq/models/xiq_expiration_type.py +1 -1
- extremecloudiq/models/xiq_external_account.py +1 -1
- extremecloudiq/models/xiq_external_radius_server.py +1 -1
- extremecloudiq/models/xiq_external_user.py +1 -1
- extremecloudiq/models/xiq_external_user_directory.py +1 -1
- extremecloudiq/models/xiq_external_user_directory_entry.py +1 -1
- extremecloudiq/models/xiq_external_user_directory_type.py +1 -1
- extremecloudiq/models/xiq_extreme_device.py +1 -1
- extremecloudiq/models/xiq_extreme_devices.py +1 -1
- extremecloudiq/models/xiq_failure_onboard_device.py +1 -1
- extremecloudiq/models/xiq_feedback_type.py +1 -1
- extremecloudiq/models/xiq_firmware_activate_option.py +1 -1
- extremecloudiq/models/xiq_firmware_upgrade_policy.py +1 -1
- extremecloudiq/models/xiq_flap_count_entity.py +1 -1
- extremecloudiq/models/xiq_floor.py +1 -1
- extremecloudiq/models/xiq_forensic_bucket.py +1 -1
- extremecloudiq/models/xiq_ftm_settings.py +1 -1
- extremecloudiq/models/xiq_ftm_settings_request.py +1 -1
- extremecloudiq/models/xiq_gateway_ip_type.py +1 -1
- extremecloudiq/models/xiq_generate_api_token_request.py +1 -1
- extremecloudiq/models/xiq_generate_api_token_response.py +1 -1
- extremecloudiq/models/xiq_get_port_assignment_details_response.py +1 -1
- extremecloudiq/models/xiq_grant_external_user_request.py +1 -1
- extremecloudiq/models/xiq_hiq_context.py +1 -1
- extremecloudiq/models/xiq_hiq_status.py +1 -1
- extremecloudiq/models/xiq_host_name_address_profile.py +406 -0
- extremecloudiq/models/xiq_init_key_based_pcg_network_policy_request.py +1 -1
- extremecloudiq/models/xiq_initialize_location_request.py +1 -1
- extremecloudiq/models/xiq_internal_radius_device.py +1 -1
- extremecloudiq/models/xiq_internal_radius_server.py +1 -1
- extremecloudiq/models/xiq_internal_radius_server_authentication_method.py +1 -1
- extremecloudiq/models/xiq_internal_radius_server_authentication_method_group.py +1 -1
- extremecloudiq/models/xiq_iot_application_id.py +1 -1
- extremecloudiq/models/xiq_iot_profile.py +1 -1
- extremecloudiq/models/xiq_iot_profile_request.py +1 -1
- extremecloudiq/models/xiq_iot_profile_thread_gateway.py +1 -1
- extremecloudiq/models/xiq_iotp_tg_white_list_entry.py +1 -1
- extremecloudiq/models/xiq_ip_address_profile.py +406 -0
- extremecloudiq/models/xiq_ip_firewall.py +322 -0
- extremecloudiq/models/{xiq_license_detail_health_state.py → xiq_ip_firewall_action.py} +11 -10
- extremecloudiq/models/{xiq_add_legacy_license_request.py → xiq_ip_firewall_policy_request.py} +58 -31
- extremecloudiq/models/xiq_ip_firewall_rule.py +366 -0
- extremecloudiq/models/xiq_ip_firewall_rule_request.py +231 -0
- extremecloudiq/models/xiq_ip_range_address_profile.py +434 -0
- extremecloudiq/models/xiq_key_based_pcg.py +1 -1
- extremecloudiq/models/xiq_key_based_pcg_user.py +1 -1
- extremecloudiq/models/xiq_key_based_pcg_user_base_info.py +1 -1
- extremecloudiq/models/xiq_l3_address_profile.py +187 -19
- extremecloudiq/models/xiq_l3_address_profile_response.py +251 -0
- extremecloudiq/models/xiq_l3_address_type.py +9 -6
- extremecloudiq/models/xiq_ldap_protocol_type.py +1 -1
- extremecloudiq/models/xiq_ldap_server.py +1 -1
- extremecloudiq/models/xiq_ldap_server_verification_mode.py +1 -1
- extremecloudiq/models/xiq_license_mode.py +1 -1
- extremecloudiq/models/xiq_license_status.py +14 -140
- extremecloudiq/models/xiq_list_alert_policies.py +1 -1
- extremecloudiq/models/xiq_location.py +1 -1
- extremecloudiq/models/xiq_location_legend.py +1 -1
- extremecloudiq/models/xiq_location_tree_device.py +1 -1
- extremecloudiq/models/xiq_location_tree_map.py +1 -1
- extremecloudiq/models/xiq_location_type.py +1 -1
- extremecloudiq/models/{xiq_license_health_state.py → xiq_logging_type.py} +11 -11
- extremecloudiq/models/xiq_login_request.py +1 -1
- extremecloudiq/models/xiq_login_response.py +1 -1
- extremecloudiq/models/xiq_mac_firewall.py +322 -0
- extremecloudiq/models/{xiq_license_quick_filter.py → xiq_mac_firewall_action.py} +8 -11
- extremecloudiq/models/xiq_mac_firewall_policy_request.py +179 -0
- extremecloudiq/models/xiq_mac_firewall_rule.py +314 -0
- extremecloudiq/models/xiq_mac_firewall_rule_request.py +203 -0
- extremecloudiq/models/xiq_mac_object.py +404 -0
- extremecloudiq/models/xiq_mac_object_type.py +102 -0
- extremecloudiq/models/xiq_measurement_unit.py +1 -1
- extremecloudiq/models/xiq_network_alg_type.py +105 -0
- extremecloudiq/models/xiq_network_ip_protocol.py +103 -0
- extremecloudiq/models/xiq_network_policy.py +1 -1
- extremecloudiq/models/xiq_network_policy_field.py +1 -1
- extremecloudiq/models/xiq_network_policy_type.py +1 -1
- extremecloudiq/models/xiq_network_policy_view.py +1 -1
- extremecloudiq/models/xiq_network_service.py +409 -0
- extremecloudiq/models/xiq_network_service_request.py +259 -0
- extremecloudiq/models/xiq_onboard_device_request.py +1 -1
- extremecloudiq/models/xiq_onboard_error.py +5 -2
- extremecloudiq/models/xiq_onboard_key_based_pcg_request.py +1 -1
- extremecloudiq/models/xiq_operation_metadata.py +1 -1
- extremecloudiq/models/xiq_operation_object.py +1 -1
- extremecloudiq/models/xiq_operation_status.py +1 -1
- extremecloudiq/models/xiq_organization.py +1 -1
- extremecloudiq/models/xiq_organization_type.py +1 -1
- extremecloudiq/models/{xiq_add_legacy_license_response.py → xiq_os_object.py} +74 -45
- extremecloudiq/models/xiq_packet_capture.py +1 -1
- extremecloudiq/models/xiq_packet_capture_field.py +1 -1
- extremecloudiq/models/xiq_packet_capture_sort_field.py +1 -1
- extremecloudiq/models/xiq_packet_capture_status.py +1 -1
- extremecloudiq/models/xiq_password_character_type.py +1 -1
- extremecloudiq/models/xiq_password_db_location.py +1 -1
- extremecloudiq/models/xiq_password_settings.py +1 -1
- extremecloudiq/models/xiq_password_type.py +1 -1
- extremecloudiq/models/xiq_pcg_assign_ports_request.py +1 -1
- extremecloudiq/models/xiq_pcg_assign_ports_response.py +1 -1
- extremecloudiq/models/xiq_pcg_port_assignment.py +1 -1
- extremecloudiq/models/xiq_pcg_port_assignment_entry.py +1 -1
- extremecloudiq/models/xiq_pcg_port_assignment_entry_detail.py +1 -1
- extremecloudiq/models/xiq_pcg_port_assignment_entry_device_meta.py +1 -1
- extremecloudiq/models/xiq_pcg_port_assignment_entry_eth_user_meta.py +1 -1
- extremecloudiq/models/xiq_pcg_type.py +1 -1
- extremecloudiq/models/xiq_permission.py +1 -1
- extremecloudiq/models/xiq_poe_flapping_stats_response.py +1 -1
- extremecloudiq/models/xiq_policy_rule_protocol_type.py +1 -1
- extremecloudiq/models/xiq_port_efficiency_speed_duplex_stats_response.py +1 -1
- extremecloudiq/models/xiq_port_efficiency_stats_response.py +1 -1
- extremecloudiq/models/xiq_post_expiration_action.py +1 -1
- extremecloudiq/models/xiq_psk_generation_method.py +1 -1
- extremecloudiq/models/xiq_quality_index.py +1 -1
- extremecloudiq/models/xiq_radio.py +1 -1
- extremecloudiq/models/xiq_radio_entity.py +1 -1
- extremecloudiq/models/xiq_radio_mode.py +1 -1
- extremecloudiq/models/xiq_radio_profile.py +1 -1
- extremecloudiq/models/xiq_radius_client.py +1 -1
- extremecloudiq/models/xiq_radius_client_object.py +1 -1
- extremecloudiq/models/xiq_radius_client_object_entry.py +1 -1
- extremecloudiq/models/xiq_radius_client_object_type.py +1 -1
- extremecloudiq/models/xiq_radius_client_profile.py +179 -0
- extremecloudiq/models/xiq_radius_client_profile_entry.py +151 -0
- extremecloudiq/models/xiq_radius_proxy.py +1 -1
- extremecloudiq/models/xiq_radius_proxy_format_type.py +1 -1
- extremecloudiq/models/xiq_radius_proxy_realm.py +1 -1
- extremecloudiq/models/xiq_radius_server_type.py +1 -1
- extremecloudiq/models/xiq_recurrence_type.py +101 -0
- extremecloudiq/models/xiq_regenerate_end_user_password_response.py +1 -1
- extremecloudiq/models/xiq_rf_environment_type.py +1 -1
- extremecloudiq/models/xiq_rp_channel_selection.py +1 -1
- extremecloudiq/models/xiq_rp_mac_oui_profile.py +1 -1
- extremecloudiq/models/xiq_rp_miscellaneous_settings.py +1 -1
- extremecloudiq/models/xiq_rp_neighborhood_analysis.py +1 -1
- extremecloudiq/models/xiq_rp_radio_usage_optimization.py +1 -1
- extremecloudiq/models/xiq_rp_sensor_scan_settings.py +1 -1
- extremecloudiq/models/xiq_rp_wmm_qos_settings.py +1 -1
- extremecloudiq/models/xiq_schedule.py +395 -0
- extremecloudiq/models/xiq_schedule_type.py +101 -0
- extremecloudiq/models/xiq_send_cli_request.py +1 -1
- extremecloudiq/models/xiq_send_cli_response.py +1 -1
- extremecloudiq/models/xiq_server_role.py +1 -1
- extremecloudiq/models/xiq_sessions_data_entity.py +1 -1
- extremecloudiq/models/xiq_set_ssid_mode_dot1x_request.py +32 -4
- extremecloudiq/models/xiq_set_ssid_mode_ppsk_request.py +1 -1
- extremecloudiq/models/xiq_set_ssid_mode_psk_request.py +1 -1
- extremecloudiq/models/xiq_set_ssid_mode_wep_request.py +1 -1
- extremecloudiq/models/xiq_site.py +1 -1
- extremecloudiq/models/xiq_sites_by_wired_entity.py +1 -1
- extremecloudiq/models/xiq_sites_by_wireless_entity.py +1 -1
- extremecloudiq/models/xiq_sms_log.py +1 -1
- extremecloudiq/models/xiq_sms_log_status.py +1 -1
- extremecloudiq/models/xiq_sms_template.py +1 -1
- extremecloudiq/models/xiq_sort_field.py +1 -1
- extremecloudiq/models/xiq_sort_order.py +1 -1
- extremecloudiq/models/xiq_speed_duplex_entity.py +1 -1
- extremecloudiq/models/xiq_ssid.py +250 -4
- extremecloudiq/models/xiq_ssid_access_security.py +311 -0
- extremecloudiq/models/xiq_ssid_access_security_type.py +1 -1
- extremecloudiq/models/xiq_ssid_advanced_settings.py +1 -1
- extremecloudiq/models/xiq_ssid_dot1x_encryption_method.py +1 -1
- extremecloudiq/models/xiq_ssid_dot1x_key_management.py +1 -1
- extremecloudiq/models/xiq_ssid_encryption_method.py +105 -0
- extremecloudiq/models/xiq_ssid_key_management.py +109 -0
- extremecloudiq/models/xiq_ssid_key_type.py +1 -1
- extremecloudiq/models/xiq_ssid_ppsk_key_management.py +1 -1
- extremecloudiq/models/xiq_ssid_psk_encryption_method.py +1 -1
- extremecloudiq/models/xiq_ssid_psk_key_management.py +1 -1
- extremecloudiq/models/xiq_ssid_sae_group.py +1 -1
- extremecloudiq/models/xiq_ssid_status.py +1 -1
- extremecloudiq/models/xiq_ssid_wep_authentication_method.py +1 -1
- extremecloudiq/models/xiq_ssid_wep_default_key.py +1 -1
- extremecloudiq/models/xiq_ssid_wep_encryption_method.py +1 -1
- extremecloudiq/models/xiq_ssid_wep_key_management.py +1 -1
- extremecloudiq/models/xiq_storage.py +1 -1
- extremecloudiq/models/xiq_subnet_address_profile.py +434 -0
- extremecloudiq/models/xiq_subscription_data_type.py +1 -1
- extremecloudiq/models/xiq_subscription_message_type.py +1 -1
- extremecloudiq/models/xiq_subscription_status.py +1 -1
- extremecloudiq/models/xiq_success_onboard_device.py +1 -1
- extremecloudiq/models/xiq_thread_backbone_border_router_service.py +121 -0
- extremecloudiq/models/xiq_thread_border_agent_service.py +147 -0
- extremecloudiq/models/xiq_thread_border_router_service.py +355 -0
- extremecloudiq/models/xiq_thread_commissioner_service.py +121 -0
- extremecloudiq/models/xiq_thread_ipv6_setting.py +199 -0
- extremecloudiq/models/xiq_thread_leader_service.py +199 -0
- extremecloudiq/models/xiq_thread_mle_link_mode.py +173 -0
- extremecloudiq/models/xiq_thread_nat64_service.py +173 -0
- extremecloudiq/models/xiq_thread_net_data_prefix.py +433 -0
- extremecloudiq/models/xiq_thread_net_data_route.py +251 -0
- extremecloudiq/models/xiq_thread_net_data_service.py +251 -0
- extremecloudiq/models/xiq_thread_network_config.py +607 -0
- extremecloudiq/models/xiq_thread_network_data.py +225 -0
- extremecloudiq/models/xiq_thread_network_interface.py +537 -0
- extremecloudiq/models/xiq_thread_network_topology.py +173 -0
- extremecloudiq/models/xiq_thread_networks.py +121 -0
- extremecloudiq/models/xiq_thread_router.py +942 -0
- extremecloudiq/models/xiq_thread_router_neighbor.py +199 -0
- extremecloudiq/models/xiq_thread_start_commissioner_request.py +1 -1
- extremecloudiq/models/xiq_thread_stop_commissioner_request.py +1 -1
- extremecloudiq/models/xiq_thread_version.py +199 -0
- extremecloudiq/models/xiq_top_applications_usage.py +1 -1
- extremecloudiq/models/xiq_traffic.py +101 -0
- extremecloudiq/models/xiq_trend_indicator.py +1 -1
- extremecloudiq/models/xiq_tunnel_concentrator.py +1 -1
- extremecloudiq/models/xiq_tunnel_concentrator_request.py +1 -1
- extremecloudiq/models/xiq_update_action_anomaly_details.py +1 -1
- extremecloudiq/models/xiq_update_alert_email_subscription_request.py +1 -1
- extremecloudiq/models/xiq_update_alert_rule_request.py +1 -1
- extremecloudiq/models/xiq_update_alert_webhook_subscription_request.py +1 -1
- extremecloudiq/models/xiq_update_anomalies_and_devices_request.py +1 -1
- extremecloudiq/models/xiq_update_building_request.py +1 -1
- extremecloudiq/models/xiq_update_classification_request.py +1 -1
- extremecloudiq/models/xiq_update_classification_rule_request.py +1 -1
- extremecloudiq/models/xiq_update_client_monitor_profile_request.py +241 -0
- extremecloudiq/models/xiq_update_cloud_config_group_request.py +1 -1
- extremecloudiq/models/xiq_update_device_level_ssid_status.py +1 -1
- extremecloudiq/models/xiq_update_end_user_request.py +1 -1
- extremecloudiq/models/xiq_update_external_radius_server_request.py +1 -1
- extremecloudiq/models/xiq_update_external_user_request.py +1 -1
- extremecloudiq/models/xiq_update_floor_request.py +1 -1
- extremecloudiq/models/xiq_update_internal_radius_server_request.py +1 -1
- extremecloudiq/models/xiq_update_key_based_pcg_users_request.py +1 -1
- extremecloudiq/models/xiq_update_l3_address_profile_request.py +292 -0
- extremecloudiq/models/xiq_update_ldap_server_request.py +1 -1
- extremecloudiq/models/xiq_update_location_request.py +1 -1
- extremecloudiq/models/xiq_update_mac_object_request.py +207 -0
- extremecloudiq/models/xiq_update_network_policy_request.py +1 -1
- extremecloudiq/models/xiq_update_radio_profile_request.py +1 -1
- extremecloudiq/models/xiq_update_radius_client.py +1 -1
- extremecloudiq/models/xiq_update_radius_client_object_request.py +1 -1
- extremecloudiq/models/xiq_update_radius_proxy_realm.py +1 -1
- extremecloudiq/models/xiq_update_radius_proxy_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_channel_selection_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_mac_oui_profile_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_miscellaneous_settings_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_neighborhood_analysis_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_radio_usage_optimization_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_sensor_scan_settings_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_wmm_qos_settings_request.py +1 -1
- extremecloudiq/models/xiq_update_site_request.py +1 -1
- extremecloudiq/models/xiq_update_ssid_advanced_settings_request.py +1 -1
- extremecloudiq/models/xiq_update_user_group_request.py +1 -1
- extremecloudiq/models/xiq_update_user_profile_request.py +1 -1
- extremecloudiq/models/xiq_update_user_request.py +1 -1
- extremecloudiq/models/xiq_update_vlan_object_classified_entry_request.py +1 -1
- extremecloudiq/models/xiq_update_vlan_profile_request.py +1 -1
- extremecloudiq/models/xiq_user.py +1 -1
- extremecloudiq/models/xiq_user_group.py +1 -1
- extremecloudiq/models/xiq_user_profile.py +1 -1
- extremecloudiq/models/xiq_user_profile_assignment.py +488 -0
- extremecloudiq/models/xiq_user_profile_assignment_radius_attribute.py +149 -0
- extremecloudiq/models/xiq_user_profile_assignment_rule.py +175 -0
- extremecloudiq/models/xiq_user_role.py +1 -1
- extremecloudiq/models/xiq_valid_daily_settings.py +1 -1
- extremecloudiq/models/xiq_valid_during_date_settings.py +1 -1
- extremecloudiq/models/xiq_valid_for_time_period_settings.py +1 -1
- extremecloudiq/models/xiq_valid_time_period_after_first_login.py +1 -1
- extremecloudiq/models/xiq_valid_time_period_after_id_creation.py +1 -1
- extremecloudiq/models/xiq_valid_time_period_after_type.py +1 -1
- extremecloudiq/models/xiq_viq.py +1 -1
- extremecloudiq/models/xiq_viq_export_import_status_response.py +261 -0
- extremecloudiq/models/xiq_viq_export_response.py +182 -0
- extremecloudiq/models/xiq_viq_import_response.py +153 -0
- extremecloudiq/models/xiq_viq_license.py +1 -1
- extremecloudiq/models/xiq_viq_operation_type.py +101 -0
- extremecloudiq/models/xiq_viq_task_progress.py +207 -0
- extremecloudiq/models/xiq_vlan_object_classified_entry.py +1 -1
- extremecloudiq/models/xiq_vlan_profile.py +1 -1
- extremecloudiq/models/xiq_vlan_profile_filter.py +1 -1
- extremecloudiq/models/xiq_voss_device.py +1 -1
- extremecloudiq/models/xiq_voss_devices.py +1 -1
- extremecloudiq/models/xiq_webhook_subscription.py +1 -1
- extremecloudiq/models/xiq_weekday.py +106 -0
- extremecloudiq/models/xiq_wgs84.py +1 -1
- extremecloudiq/models/xiq_wifi_capacity_client_list_response.py +1 -1
- extremecloudiq/models/xiq_wifi_capacity_stats_response.py +1 -1
- extremecloudiq/models/xiq_wifi_efficiency_client_list_response.py +1 -1
- extremecloudiq/models/xiq_wifi_efficiency_stats_response.py +1 -1
- extremecloudiq/models/xiq_wildcard_address_profile.py +434 -0
- extremecloudiq/models/xiq_wildcard_host_name_address_profile.py +406 -0
- extremecloudiq/models/xiq_wing_device.py +1 -1
- extremecloudiq/models/xiq_wing_devices.py +1 -1
- extremecloudiq/models/xiq_wired_event_entity.py +1 -1
- extremecloudiq/models/xiq_wired_filter_type.py +1 -1
- extremecloudiq/models/xiq_wired_hardware_by_location_response.py +1 -1
- extremecloudiq/models/xiq_wired_hardware_entity.py +1 -1
- extremecloudiq/models/xiq_wired_hardware_response.py +1 -1
- extremecloudiq/models/xiq_wired_quality_index_response.py +1 -1
- extremecloudiq/models/xiq_wired_view_type.py +1 -1
- extremecloudiq/models/xiq_wireless_apps_response.py +1 -1
- extremecloudiq/models/xiq_wireless_client.py +1 -1
- extremecloudiq/models/xiq_wireless_connectivity_performance_response.py +1 -1
- extremecloudiq/models/xiq_wireless_event_retries_entity.py +1 -1
- extremecloudiq/models/xiq_wireless_filter_type.py +1 -1
- extremecloudiq/models/xiq_wireless_if_name.py +1 -1
- extremecloudiq/models/xiq_wireless_performance_entity.py +1 -1
- extremecloudiq/models/xiq_wireless_performance_retries_entity.py +1 -1
- extremecloudiq/models/xiq_wireless_quality_index_by_location_response.py +1 -1
- extremecloudiq/models/xiq_wireless_quality_index_response.py +1 -1
- extremecloudiq/models/xiq_wireless_time_to_connect_entity.py +1 -1
- extremecloudiq/models/xiq_wireless_time_to_connect_response.py +1 -1
- extremecloudiq/models/xiq_wireless_views_list_type.py +1 -1
- extremecloudiq/models/xiq_wireless_views_type_response.py +1 -1
- extremecloudiq/models/xiq_zsubelement.py +1 -1
- extremecloudiq/models/xiq_zsubelement_above_floor.py +1 -1
- extremecloudiq/rest.py +1 -1
- {extremecloudiq_api-24.2.0.39.dist-info → extremecloudiq_api-24.3.1.2.dist-info}/METADATA +1 -1
- extremecloudiq_api-24.3.1.2.dist-info/RECORD +668 -0
- extremecloudiq/api/license_api.py +0 -1392
- extremecloudiq/models/xiq_application_filter_item.py +0 -205
- extremecloudiq/models/xiq_extreme_portal_link_param.py +0 -291
- extremecloudiq/models/xiq_license_detail_status.py +0 -231
- extremecloudiq/models/xiq_license_summary.py +0 -181
- extremecloudiq/models/xiq_license_type.py +0 -373
- extremecloudiq/models/xiq_list_license_details_response.py +0 -261
- extremecloudiq/models/xiq_list_licenses_response.py +0 -263
- extremecloudiq/models/xiq_nac_entitlement_allocation.py +0 -179
- extremecloudiq/models/xiq_nac_entitlement_allocation_detail.py +0 -235
- extremecloudiq/models/xiq_viq_linked_cuid_info.py +0 -235
- extremecloudiq_api-24.2.0.39.dist-info/RECORD +0 -588
- {extremecloudiq_api-24.2.0.39.dist-info → extremecloudiq_api-24.3.1.2.dist-info}/WHEEL +0 -0
- {extremecloudiq_api-24.2.0.39.dist-info → extremecloudiq_api-24.3.1.2.dist-info}/top_level.txt +0 -0
extremecloudiq/api/device_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 24.
|
8
|
+
The version of the OpenAPI document: 24.3.1.2
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -142,7 +142,7 @@ class DeviceApi(object):
|
|
142
142
|
['application/json']) # noqa: E501
|
143
143
|
|
144
144
|
# Authentication setting
|
145
|
-
auth_settings = ['
|
145
|
+
auth_settings = ['Bearer'] # noqa: E501
|
146
146
|
|
147
147
|
return self.api_client.call_api(
|
148
148
|
'/devices/:advanced-onboard', 'POST',
|
@@ -160,6 +160,133 @@ class DeviceApi(object):
|
|
160
160
|
_request_timeout=local_var_params.get('_request_timeout'),
|
161
161
|
collection_formats=collection_formats)
|
162
162
|
|
163
|
+
def assign_device_client_monitor(self, id, xiq_device_client_monitor, **kwargs): # noqa: E501
|
164
|
+
"""Assign client monitor setting to a device # noqa: E501
|
165
|
+
|
166
|
+
Assign a client monitor to a specific device with extra map and geographical properties. # noqa: E501
|
167
|
+
This method makes a synchronous HTTP request by default. To make an
|
168
|
+
asynchronous HTTP request, please pass async_req=True
|
169
|
+
>>> thread = api.assign_device_client_monitor(id, xiq_device_client_monitor, async_req=True)
|
170
|
+
>>> result = thread.get()
|
171
|
+
|
172
|
+
:param async_req bool: execute request asynchronously
|
173
|
+
:param int id: The device ID (required)
|
174
|
+
:param XiqDeviceClientMonitor xiq_device_client_monitor: (required)
|
175
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
176
|
+
be returned without reading/decoding response
|
177
|
+
data. Default is True.
|
178
|
+
:param _request_timeout: timeout setting for this request. If one
|
179
|
+
number provided, it will be total request
|
180
|
+
timeout. It can also be a pair (tuple) of
|
181
|
+
(connection, read) timeouts.
|
182
|
+
:return: None
|
183
|
+
If the method is called asynchronously,
|
184
|
+
returns the request thread.
|
185
|
+
"""
|
186
|
+
kwargs['_return_http_data_only'] = True
|
187
|
+
return self.assign_device_client_monitor_with_http_info(id, xiq_device_client_monitor, **kwargs) # noqa: E501
|
188
|
+
|
189
|
+
def assign_device_client_monitor_with_http_info(self, id, xiq_device_client_monitor, **kwargs): # noqa: E501
|
190
|
+
"""Assign client monitor setting to a device # noqa: E501
|
191
|
+
|
192
|
+
Assign a client monitor to a specific device with extra map and geographical properties. # noqa: E501
|
193
|
+
This method makes a synchronous HTTP request by default. To make an
|
194
|
+
asynchronous HTTP request, please pass async_req=True
|
195
|
+
>>> thread = api.assign_device_client_monitor_with_http_info(id, xiq_device_client_monitor, async_req=True)
|
196
|
+
>>> result = thread.get()
|
197
|
+
|
198
|
+
:param async_req bool: execute request asynchronously
|
199
|
+
:param int id: The device ID (required)
|
200
|
+
:param XiqDeviceClientMonitor xiq_device_client_monitor: (required)
|
201
|
+
:param _return_http_data_only: response data without head status code
|
202
|
+
and headers
|
203
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
204
|
+
be returned without reading/decoding response
|
205
|
+
data. Default is True.
|
206
|
+
:param _request_timeout: timeout setting for this request. If one
|
207
|
+
number provided, it will be total request
|
208
|
+
timeout. It can also be a pair (tuple) of
|
209
|
+
(connection, read) timeouts.
|
210
|
+
:return: None
|
211
|
+
If the method is called asynchronously,
|
212
|
+
returns the request thread.
|
213
|
+
"""
|
214
|
+
|
215
|
+
local_var_params = locals()
|
216
|
+
|
217
|
+
all_params = [
|
218
|
+
'id',
|
219
|
+
'xiq_device_client_monitor'
|
220
|
+
]
|
221
|
+
all_params.extend(
|
222
|
+
[
|
223
|
+
'async_req',
|
224
|
+
'_return_http_data_only',
|
225
|
+
'_preload_content',
|
226
|
+
'_request_timeout'
|
227
|
+
]
|
228
|
+
)
|
229
|
+
|
230
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
231
|
+
if key not in all_params:
|
232
|
+
raise ApiTypeError(
|
233
|
+
"Got an unexpected keyword argument '%s'"
|
234
|
+
" to method assign_device_client_monitor" % key
|
235
|
+
)
|
236
|
+
local_var_params[key] = val
|
237
|
+
del local_var_params['kwargs']
|
238
|
+
# verify the required parameter 'id' is set
|
239
|
+
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
240
|
+
local_var_params['id'] is None): # noqa: E501
|
241
|
+
raise ApiValueError("Missing the required parameter `id` when calling `assign_device_client_monitor`") # noqa: E501
|
242
|
+
# verify the required parameter 'xiq_device_client_monitor' is set
|
243
|
+
if self.api_client.client_side_validation and ('xiq_device_client_monitor' not in local_var_params or # noqa: E501
|
244
|
+
local_var_params['xiq_device_client_monitor'] is None): # noqa: E501
|
245
|
+
raise ApiValueError("Missing the required parameter `xiq_device_client_monitor` when calling `assign_device_client_monitor`") # noqa: E501
|
246
|
+
|
247
|
+
collection_formats = {}
|
248
|
+
|
249
|
+
path_params = {}
|
250
|
+
if 'id' in local_var_params:
|
251
|
+
path_params['id'] = local_var_params['id'] # noqa: E501
|
252
|
+
|
253
|
+
query_params = []
|
254
|
+
|
255
|
+
header_params = {}
|
256
|
+
|
257
|
+
form_params = []
|
258
|
+
local_var_files = {}
|
259
|
+
|
260
|
+
body_params = None
|
261
|
+
if 'xiq_device_client_monitor' in local_var_params:
|
262
|
+
body_params = local_var_params['xiq_device_client_monitor']
|
263
|
+
# HTTP header `Accept`
|
264
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
265
|
+
['application/json']) # noqa: E501
|
266
|
+
|
267
|
+
# HTTP header `Content-Type`
|
268
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
269
|
+
['application/json']) # noqa: E501
|
270
|
+
|
271
|
+
# Authentication setting
|
272
|
+
auth_settings = ['Bearer'] # noqa: E501
|
273
|
+
|
274
|
+
return self.api_client.call_api(
|
275
|
+
'/devices/{id}/client-monitor', 'PUT',
|
276
|
+
path_params,
|
277
|
+
query_params,
|
278
|
+
header_params,
|
279
|
+
body=body_params,
|
280
|
+
post_params=form_params,
|
281
|
+
files=local_var_files,
|
282
|
+
response_type=None, # noqa: E501
|
283
|
+
auth_settings=auth_settings,
|
284
|
+
async_req=local_var_params.get('async_req'),
|
285
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
286
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
287
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
288
|
+
collection_formats=collection_formats)
|
289
|
+
|
163
290
|
def assign_device_location(self, id, xiq_device_location_assignment, **kwargs): # noqa: E501
|
164
291
|
"""Assign location to a device # noqa: E501
|
165
292
|
|
@@ -269,7 +396,7 @@ class DeviceApi(object):
|
|
269
396
|
['application/json']) # noqa: E501
|
270
397
|
|
271
398
|
# Authentication setting
|
272
|
-
auth_settings = ['
|
399
|
+
auth_settings = ['Bearer'] # noqa: E501
|
273
400
|
|
274
401
|
return self.api_client.call_api(
|
275
402
|
'/devices/{id}/location', 'PUT',
|
@@ -392,7 +519,7 @@ class DeviceApi(object):
|
|
392
519
|
['application/json']) # noqa: E501
|
393
520
|
|
394
521
|
# Authentication setting
|
395
|
-
auth_settings = ['
|
522
|
+
auth_settings = ['Bearer'] # noqa: E501
|
396
523
|
|
397
524
|
return self.api_client.call_api(
|
398
525
|
'/devices/{id}/network-policy', 'PUT',
|
@@ -410,6 +537,124 @@ class DeviceApi(object):
|
|
410
537
|
_request_timeout=local_var_params.get('_request_timeout'),
|
411
538
|
collection_formats=collection_formats)
|
412
539
|
|
540
|
+
def assign_devices_client_monitor(self, xiq_assign_devices_client_monitor_request, **kwargs): # noqa: E501
|
541
|
+
"""Assign client monitor setting to multiple devices # noqa: E501
|
542
|
+
|
543
|
+
Assign the client monitor setting to the target devices. # noqa: E501
|
544
|
+
This method makes a synchronous HTTP request by default. To make an
|
545
|
+
asynchronous HTTP request, please pass async_req=True
|
546
|
+
>>> thread = api.assign_devices_client_monitor(xiq_assign_devices_client_monitor_request, async_req=True)
|
547
|
+
>>> result = thread.get()
|
548
|
+
|
549
|
+
:param async_req bool: execute request asynchronously
|
550
|
+
:param XiqAssignDevicesClientMonitorRequest xiq_assign_devices_client_monitor_request: (required)
|
551
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
552
|
+
be returned without reading/decoding response
|
553
|
+
data. Default is True.
|
554
|
+
:param _request_timeout: timeout setting for this request. If one
|
555
|
+
number provided, it will be total request
|
556
|
+
timeout. It can also be a pair (tuple) of
|
557
|
+
(connection, read) timeouts.
|
558
|
+
:return: None
|
559
|
+
If the method is called asynchronously,
|
560
|
+
returns the request thread.
|
561
|
+
"""
|
562
|
+
kwargs['_return_http_data_only'] = True
|
563
|
+
return self.assign_devices_client_monitor_with_http_info(xiq_assign_devices_client_monitor_request, **kwargs) # noqa: E501
|
564
|
+
|
565
|
+
def assign_devices_client_monitor_with_http_info(self, xiq_assign_devices_client_monitor_request, **kwargs): # noqa: E501
|
566
|
+
"""Assign client monitor setting to multiple devices # noqa: E501
|
567
|
+
|
568
|
+
Assign the client monitor setting to the target devices. # noqa: E501
|
569
|
+
This method makes a synchronous HTTP request by default. To make an
|
570
|
+
asynchronous HTTP request, please pass async_req=True
|
571
|
+
>>> thread = api.assign_devices_client_monitor_with_http_info(xiq_assign_devices_client_monitor_request, async_req=True)
|
572
|
+
>>> result = thread.get()
|
573
|
+
|
574
|
+
:param async_req bool: execute request asynchronously
|
575
|
+
:param XiqAssignDevicesClientMonitorRequest xiq_assign_devices_client_monitor_request: (required)
|
576
|
+
:param _return_http_data_only: response data without head status code
|
577
|
+
and headers
|
578
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
579
|
+
be returned without reading/decoding response
|
580
|
+
data. Default is True.
|
581
|
+
:param _request_timeout: timeout setting for this request. If one
|
582
|
+
number provided, it will be total request
|
583
|
+
timeout. It can also be a pair (tuple) of
|
584
|
+
(connection, read) timeouts.
|
585
|
+
:return: None
|
586
|
+
If the method is called asynchronously,
|
587
|
+
returns the request thread.
|
588
|
+
"""
|
589
|
+
|
590
|
+
local_var_params = locals()
|
591
|
+
|
592
|
+
all_params = [
|
593
|
+
'xiq_assign_devices_client_monitor_request'
|
594
|
+
]
|
595
|
+
all_params.extend(
|
596
|
+
[
|
597
|
+
'async_req',
|
598
|
+
'_return_http_data_only',
|
599
|
+
'_preload_content',
|
600
|
+
'_request_timeout'
|
601
|
+
]
|
602
|
+
)
|
603
|
+
|
604
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
605
|
+
if key not in all_params:
|
606
|
+
raise ApiTypeError(
|
607
|
+
"Got an unexpected keyword argument '%s'"
|
608
|
+
" to method assign_devices_client_monitor" % key
|
609
|
+
)
|
610
|
+
local_var_params[key] = val
|
611
|
+
del local_var_params['kwargs']
|
612
|
+
# verify the required parameter 'xiq_assign_devices_client_monitor_request' is set
|
613
|
+
if self.api_client.client_side_validation and ('xiq_assign_devices_client_monitor_request' not in local_var_params or # noqa: E501
|
614
|
+
local_var_params['xiq_assign_devices_client_monitor_request'] is None): # noqa: E501
|
615
|
+
raise ApiValueError("Missing the required parameter `xiq_assign_devices_client_monitor_request` when calling `assign_devices_client_monitor`") # noqa: E501
|
616
|
+
|
617
|
+
collection_formats = {}
|
618
|
+
|
619
|
+
path_params = {}
|
620
|
+
|
621
|
+
query_params = []
|
622
|
+
|
623
|
+
header_params = {}
|
624
|
+
|
625
|
+
form_params = []
|
626
|
+
local_var_files = {}
|
627
|
+
|
628
|
+
body_params = None
|
629
|
+
if 'xiq_assign_devices_client_monitor_request' in local_var_params:
|
630
|
+
body_params = local_var_params['xiq_assign_devices_client_monitor_request']
|
631
|
+
# HTTP header `Accept`
|
632
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
633
|
+
['application/json']) # noqa: E501
|
634
|
+
|
635
|
+
# HTTP header `Content-Type`
|
636
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
637
|
+
['application/json']) # noqa: E501
|
638
|
+
|
639
|
+
# Authentication setting
|
640
|
+
auth_settings = ['Bearer'] # noqa: E501
|
641
|
+
|
642
|
+
return self.api_client.call_api(
|
643
|
+
'/devices/client-monitor:assign', 'POST',
|
644
|
+
path_params,
|
645
|
+
query_params,
|
646
|
+
header_params,
|
647
|
+
body=body_params,
|
648
|
+
post_params=form_params,
|
649
|
+
files=local_var_files,
|
650
|
+
response_type=None, # noqa: E501
|
651
|
+
auth_settings=auth_settings,
|
652
|
+
async_req=local_var_params.get('async_req'),
|
653
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
654
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
655
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
656
|
+
collection_formats=collection_formats)
|
657
|
+
|
413
658
|
def assign_devices_country_code(self, xiq_assign_devices_country_code_request, **kwargs): # noqa: E501
|
414
659
|
"""Assign a country code to devices # noqa: E501
|
415
660
|
|
@@ -510,7 +755,7 @@ class DeviceApi(object):
|
|
510
755
|
['application/json']) # noqa: E501
|
511
756
|
|
512
757
|
# Authentication setting
|
513
|
-
auth_settings = ['
|
758
|
+
auth_settings = ['Bearer'] # noqa: E501
|
514
759
|
|
515
760
|
return self.api_client.call_api(
|
516
761
|
'/devices/country-code/:assign', 'POST',
|
@@ -628,7 +873,7 @@ class DeviceApi(object):
|
|
628
873
|
['application/json']) # noqa: E501
|
629
874
|
|
630
875
|
# Authentication setting
|
631
|
-
auth_settings = ['
|
876
|
+
auth_settings = ['Bearer'] # noqa: E501
|
632
877
|
|
633
878
|
return self.api_client.call_api(
|
634
879
|
'/devices/location/:assign', 'POST',
|
@@ -746,7 +991,7 @@ class DeviceApi(object):
|
|
746
991
|
['application/json']) # noqa: E501
|
747
992
|
|
748
993
|
# Authentication setting
|
749
|
-
auth_settings = ['
|
994
|
+
auth_settings = ['Bearer'] # noqa: E501
|
750
995
|
|
751
996
|
return self.api_client.call_api(
|
752
997
|
'/devices/network-policy/:assign', 'POST',
|
@@ -870,7 +1115,7 @@ class DeviceApi(object):
|
|
870
1115
|
['application/json']) # noqa: E501
|
871
1116
|
|
872
1117
|
# Authentication setting
|
873
|
-
auth_settings = ['
|
1118
|
+
auth_settings = ['Bearer'] # noqa: E501
|
874
1119
|
|
875
1120
|
return self.api_client.call_api(
|
876
1121
|
'/devices/radius-proxy/:assign', 'PUT',
|
@@ -997,7 +1242,7 @@ class DeviceApi(object):
|
|
997
1242
|
['application/json']) # noqa: E501
|
998
1243
|
|
999
1244
|
# Authentication setting
|
1000
|
-
auth_settings = ['
|
1245
|
+
auth_settings = ['Bearer'] # noqa: E501
|
1001
1246
|
|
1002
1247
|
return self.api_client.call_api(
|
1003
1248
|
'/devices/{id}/bounce-port', 'POST',
|
@@ -1124,7 +1369,7 @@ class DeviceApi(object):
|
|
1124
1369
|
['text/plain']) # noqa: E501
|
1125
1370
|
|
1126
1371
|
# Authentication setting
|
1127
|
-
auth_settings = ['
|
1372
|
+
auth_settings = ['Bearer'] # noqa: E501
|
1128
1373
|
|
1129
1374
|
return self.api_client.call_api(
|
1130
1375
|
'/devices/{id}/description', 'PUT',
|
@@ -1251,7 +1496,7 @@ class DeviceApi(object):
|
|
1251
1496
|
['application/json']) # noqa: E501
|
1252
1497
|
|
1253
1498
|
# Authentication setting
|
1254
|
-
auth_settings = ['
|
1499
|
+
auth_settings = ['Bearer'] # noqa: E501
|
1255
1500
|
|
1256
1501
|
return self.api_client.call_api(
|
1257
1502
|
'/devices/{id}/ssid/status/:change', 'POST',
|
@@ -1365,7 +1610,7 @@ class DeviceApi(object):
|
|
1365
1610
|
['application/json']) # noqa: E501
|
1366
1611
|
|
1367
1612
|
# Authentication setting
|
1368
|
-
auth_settings = ['
|
1613
|
+
auth_settings = ['Bearer'] # noqa: E501
|
1369
1614
|
|
1370
1615
|
return self.api_client.call_api(
|
1371
1616
|
'/devices/{id}/:manage', 'POST',
|
@@ -1479,7 +1724,7 @@ class DeviceApi(object):
|
|
1479
1724
|
['application/json']) # noqa: E501
|
1480
1725
|
|
1481
1726
|
# Authentication setting
|
1482
|
-
auth_settings = ['
|
1727
|
+
auth_settings = ['Bearer'] # noqa: E501
|
1483
1728
|
|
1484
1729
|
return self.api_client.call_api(
|
1485
1730
|
'/devices/{id}/:unmanage', 'POST',
|
@@ -1597,7 +1842,7 @@ class DeviceApi(object):
|
|
1597
1842
|
['application/json']) # noqa: E501
|
1598
1843
|
|
1599
1844
|
# Authentication setting
|
1600
|
-
auth_settings = ['
|
1845
|
+
auth_settings = ['Bearer'] # noqa: E501
|
1601
1846
|
|
1602
1847
|
return self.api_client.call_api(
|
1603
1848
|
'/devices/ibeacon', 'PUT',
|
@@ -1715,7 +1960,7 @@ class DeviceApi(object):
|
|
1715
1960
|
['application/json']) # noqa: E501
|
1716
1961
|
|
1717
1962
|
# Authentication setting
|
1718
|
-
auth_settings = ['
|
1963
|
+
auth_settings = ['Bearer'] # noqa: E501
|
1719
1964
|
|
1720
1965
|
return self.api_client.call_api(
|
1721
1966
|
'/devices/os/:change', 'POST',
|
@@ -1838,7 +2083,7 @@ class DeviceApi(object):
|
|
1838
2083
|
['application/json']) # noqa: E501
|
1839
2084
|
|
1840
2085
|
# Authentication setting
|
1841
|
-
auth_settings = ['
|
2086
|
+
auth_settings = ['Bearer'] # noqa: E501
|
1842
2087
|
|
1843
2088
|
return self.api_client.call_api(
|
1844
2089
|
'/devices/{id}/hostname', 'PUT',
|
@@ -1956,7 +2201,7 @@ class DeviceApi(object):
|
|
1956
2201
|
['application/json']) # noqa: E501
|
1957
2202
|
|
1958
2203
|
# Authentication setting
|
1959
|
-
auth_settings = ['
|
2204
|
+
auth_settings = ['Bearer'] # noqa: E501
|
1960
2205
|
|
1961
2206
|
return self.api_client.call_api(
|
1962
2207
|
'/devices/:manage', 'POST',
|
@@ -2074,7 +2319,7 @@ class DeviceApi(object):
|
|
2074
2319
|
['application/json']) # noqa: E501
|
2075
2320
|
|
2076
2321
|
# Authentication setting
|
2077
|
-
auth_settings = ['
|
2322
|
+
auth_settings = ['Bearer'] # noqa: E501
|
2078
2323
|
|
2079
2324
|
return self.api_client.call_api(
|
2080
2325
|
'/devices/:unmanage', 'POST',
|
@@ -2201,7 +2446,7 @@ class DeviceApi(object):
|
|
2201
2446
|
['application/json']) # noqa: E501
|
2202
2447
|
|
2203
2448
|
# Authentication setting
|
2204
|
-
auth_settings = ['
|
2449
|
+
auth_settings = ['Bearer'] # noqa: E501
|
2205
2450
|
|
2206
2451
|
return self.api_client.call_api(
|
2207
2452
|
'/devices/{id}/ftm-settings', 'PUT',
|
@@ -2328,7 +2573,7 @@ class DeviceApi(object):
|
|
2328
2573
|
['application/json']) # noqa: E501
|
2329
2574
|
|
2330
2575
|
# Authentication setting
|
2331
|
-
auth_settings = ['
|
2576
|
+
auth_settings = ['Bearer'] # noqa: E501
|
2332
2577
|
|
2333
2578
|
return self.api_client.call_api(
|
2334
2579
|
'/devices/{id}/config/vlan-ipv4-intf', 'POST',
|
@@ -2455,7 +2700,7 @@ class DeviceApi(object):
|
|
2455
2700
|
['application/json']) # noqa: E501
|
2456
2701
|
|
2457
2702
|
# Authentication setting
|
2458
|
-
auth_settings = ['
|
2703
|
+
auth_settings = ['Bearer'] # noqa: E501
|
2459
2704
|
|
2460
2705
|
return self.api_client.call_api(
|
2461
2706
|
'/devices/{id}/config/vlan-ipv4-static', 'POST',
|
@@ -2582,7 +2827,7 @@ class DeviceApi(object):
|
|
2582
2827
|
['application/json']) # noqa: E501
|
2583
2828
|
|
2584
2829
|
# Authentication setting
|
2585
|
-
auth_settings = ['
|
2830
|
+
auth_settings = ['Bearer'] # noqa: E501
|
2586
2831
|
|
2587
2832
|
return self.api_client.call_api(
|
2588
2833
|
'/devices/{id}/config/vlan-attributes', 'POST',
|
@@ -2701,7 +2946,7 @@ class DeviceApi(object):
|
|
2701
2946
|
['application/json']) # noqa: E501
|
2702
2947
|
|
2703
2948
|
# Authentication setting
|
2704
|
-
auth_settings = ['
|
2949
|
+
auth_settings = ['Bearer'] # noqa: E501
|
2705
2950
|
|
2706
2951
|
return self.api_client.call_api(
|
2707
2952
|
'/devices/{id}', 'DELETE',
|
@@ -2825,7 +3070,7 @@ class DeviceApi(object):
|
|
2825
3070
|
['application/json']) # noqa: E501
|
2826
3071
|
|
2827
3072
|
# Authentication setting
|
2828
|
-
auth_settings = ['
|
3073
|
+
auth_settings = ['Bearer'] # noqa: E501
|
2829
3074
|
|
2830
3075
|
return self.api_client.call_api(
|
2831
3076
|
'/devices/{id}/config/vlan-ipv4-intf', 'DELETE',
|
@@ -2949,7 +3194,7 @@ class DeviceApi(object):
|
|
2949
3194
|
['application/json']) # noqa: E501
|
2950
3195
|
|
2951
3196
|
# Authentication setting
|
2952
|
-
auth_settings = ['
|
3197
|
+
auth_settings = ['Bearer'] # noqa: E501
|
2953
3198
|
|
2954
3199
|
return self.api_client.call_api(
|
2955
3200
|
'/devices/{id}/config/vlan-ipv4-static', 'DELETE',
|
@@ -3073,7 +3318,7 @@ class DeviceApi(object):
|
|
3073
3318
|
['application/json']) # noqa: E501
|
3074
3319
|
|
3075
3320
|
# Authentication setting
|
3076
|
-
auth_settings = ['
|
3321
|
+
auth_settings = ['Bearer'] # noqa: E501
|
3077
3322
|
|
3078
3323
|
return self.api_client.call_api(
|
3079
3324
|
'/devices/{id}/config/vlan-attributes', 'DELETE',
|
@@ -3196,7 +3441,7 @@ class DeviceApi(object):
|
|
3196
3441
|
['application/json']) # noqa: E501
|
3197
3442
|
|
3198
3443
|
# Authentication setting
|
3199
|
-
auth_settings = ['
|
3444
|
+
auth_settings = ['Bearer'] # noqa: E501
|
3200
3445
|
|
3201
3446
|
return self.api_client.call_api(
|
3202
3447
|
'/devices/:delete', 'POST',
|
@@ -3310,7 +3555,7 @@ class DeviceApi(object):
|
|
3310
3555
|
['application/json']) # noqa: E501
|
3311
3556
|
|
3312
3557
|
# Authentication setting
|
3313
|
-
auth_settings = ['
|
3558
|
+
auth_settings = ['Bearer'] # noqa: E501
|
3314
3559
|
|
3315
3560
|
return self.api_client.call_api(
|
3316
3561
|
'/devices/{id}/ftm-settings', 'DELETE',
|
@@ -3433,7 +3678,7 @@ class DeviceApi(object):
|
|
3433
3678
|
['application/json', 'application/octet-stream']) # noqa: E501
|
3434
3679
|
|
3435
3680
|
# Authentication setting
|
3436
|
-
auth_settings = ['
|
3681
|
+
auth_settings = ['Bearer'] # noqa: E501
|
3437
3682
|
|
3438
3683
|
return self.api_client.call_api(
|
3439
3684
|
'/devices/{id}/gallery-image', 'GET',
|
@@ -3559,7 +3804,7 @@ class DeviceApi(object):
|
|
3559
3804
|
['application/json']) # noqa: E501
|
3560
3805
|
|
3561
3806
|
# Authentication setting
|
3562
|
-
auth_settings = ['
|
3807
|
+
auth_settings = ['Bearer'] # noqa: E501
|
3563
3808
|
|
3564
3809
|
return self.api_client.call_api(
|
3565
3810
|
'/devices/{id}', 'GET',
|
@@ -3577,20 +3822,17 @@ class DeviceApi(object):
|
|
3577
3822
|
_request_timeout=local_var_params.get('_request_timeout'),
|
3578
3823
|
collection_formats=collection_formats)
|
3579
3824
|
|
3580
|
-
def
|
3581
|
-
"""Get
|
3825
|
+
def get_device_client_monitor(self, id, **kwargs): # noqa: E501
|
3826
|
+
"""Get client monitor setting for a device # noqa: E501
|
3582
3827
|
|
3583
|
-
Get
|
3828
|
+
Get the client monitor info for a specific device. # noqa: E501
|
3584
3829
|
This method makes a synchronous HTTP request by default. To make an
|
3585
3830
|
asynchronous HTTP request, please pass async_req=True
|
3586
|
-
>>> thread = api.
|
3831
|
+
>>> thread = api.get_device_client_monitor(id, async_req=True)
|
3587
3832
|
>>> result = thread.get()
|
3588
3833
|
|
3589
3834
|
:param async_req bool: execute request asynchronously
|
3590
|
-
:param int id:
|
3591
|
-
:param int start_time: The start time to query, epoch time in milliseconds since 1/1/1970 (required)
|
3592
|
-
:param int end_time: The end time to query, epoch time in milliseconds since 1/1/1970 (required)
|
3593
|
-
:param int interval: The aggregate interval in milliseconds (required)
|
3835
|
+
:param int id: The device ID (required)
|
3594
3836
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
3595
3837
|
be returned without reading/decoding response
|
3596
3838
|
data. Default is True.
|
@@ -3598,27 +3840,24 @@ class DeviceApi(object):
|
|
3598
3840
|
number provided, it will be total request
|
3599
3841
|
timeout. It can also be a pair (tuple) of
|
3600
3842
|
(connection, read) timeouts.
|
3601
|
-
:return:
|
3843
|
+
:return: XiqDeviceClientMonitor
|
3602
3844
|
If the method is called asynchronously,
|
3603
3845
|
returns the request thread.
|
3604
3846
|
"""
|
3605
3847
|
kwargs['_return_http_data_only'] = True
|
3606
|
-
return self.
|
3848
|
+
return self.get_device_client_monitor_with_http_info(id, **kwargs) # noqa: E501
|
3607
3849
|
|
3608
|
-
def
|
3609
|
-
"""Get
|
3850
|
+
def get_device_client_monitor_with_http_info(self, id, **kwargs): # noqa: E501
|
3851
|
+
"""Get client monitor setting for a device # noqa: E501
|
3610
3852
|
|
3611
|
-
Get
|
3853
|
+
Get the client monitor info for a specific device. # noqa: E501
|
3612
3854
|
This method makes a synchronous HTTP request by default. To make an
|
3613
3855
|
asynchronous HTTP request, please pass async_req=True
|
3614
|
-
>>> thread = api.
|
3856
|
+
>>> thread = api.get_device_client_monitor_with_http_info(id, async_req=True)
|
3615
3857
|
>>> result = thread.get()
|
3616
3858
|
|
3617
3859
|
:param async_req bool: execute request asynchronously
|
3618
|
-
:param int id:
|
3619
|
-
:param int start_time: The start time to query, epoch time in milliseconds since 1/1/1970 (required)
|
3620
|
-
:param int end_time: The end time to query, epoch time in milliseconds since 1/1/1970 (required)
|
3621
|
-
:param int interval: The aggregate interval in milliseconds (required)
|
3860
|
+
:param int id: The device ID (required)
|
3622
3861
|
:param _return_http_data_only: response data without head status code
|
3623
3862
|
and headers
|
3624
3863
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
@@ -3628,7 +3867,7 @@ class DeviceApi(object):
|
|
3628
3867
|
number provided, it will be total request
|
3629
3868
|
timeout. It can also be a pair (tuple) of
|
3630
3869
|
(connection, read) timeouts.
|
3631
|
-
:return: tuple(
|
3870
|
+
:return: tuple(XiqDeviceClientMonitor, status_code(int), headers(HTTPHeaderDict))
|
3632
3871
|
If the method is called asynchronously,
|
3633
3872
|
returns the request thread.
|
3634
3873
|
"""
|
@@ -3636,10 +3875,7 @@ class DeviceApi(object):
|
|
3636
3875
|
local_var_params = locals()
|
3637
3876
|
|
3638
3877
|
all_params = [
|
3639
|
-
'id'
|
3640
|
-
'start_time',
|
3641
|
-
'end_time',
|
3642
|
-
'interval'
|
3878
|
+
'id'
|
3643
3879
|
]
|
3644
3880
|
all_params.extend(
|
3645
3881
|
[
|
@@ -3654,26 +3890,14 @@ class DeviceApi(object):
|
|
3654
3890
|
if key not in all_params:
|
3655
3891
|
raise ApiTypeError(
|
3656
3892
|
"Got an unexpected keyword argument '%s'"
|
3657
|
-
" to method
|
3893
|
+
" to method get_device_client_monitor" % key
|
3658
3894
|
)
|
3659
3895
|
local_var_params[key] = val
|
3660
3896
|
del local_var_params['kwargs']
|
3661
3897
|
# verify the required parameter 'id' is set
|
3662
3898
|
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
3663
3899
|
local_var_params['id'] is None): # noqa: E501
|
3664
|
-
raise ApiValueError("Missing the required parameter `id` when calling `
|
3665
|
-
# verify the required parameter 'start_time' is set
|
3666
|
-
if self.api_client.client_side_validation and ('start_time' not in local_var_params or # noqa: E501
|
3667
|
-
local_var_params['start_time'] is None): # noqa: E501
|
3668
|
-
raise ApiValueError("Missing the required parameter `start_time` when calling `get_device_cpu_memory_history`") # noqa: E501
|
3669
|
-
# verify the required parameter 'end_time' is set
|
3670
|
-
if self.api_client.client_side_validation and ('end_time' not in local_var_params or # noqa: E501
|
3671
|
-
local_var_params['end_time'] is None): # noqa: E501
|
3672
|
-
raise ApiValueError("Missing the required parameter `end_time` when calling `get_device_cpu_memory_history`") # noqa: E501
|
3673
|
-
# verify the required parameter 'interval' is set
|
3674
|
-
if self.api_client.client_side_validation and ('interval' not in local_var_params or # noqa: E501
|
3675
|
-
local_var_params['interval'] is None): # noqa: E501
|
3676
|
-
raise ApiValueError("Missing the required parameter `interval` when calling `get_device_cpu_memory_history`") # noqa: E501
|
3900
|
+
raise ApiValueError("Missing the required parameter `id` when calling `get_device_client_monitor`") # noqa: E501
|
3677
3901
|
|
3678
3902
|
collection_formats = {}
|
3679
3903
|
|
@@ -3682,12 +3906,6 @@ class DeviceApi(object):
|
|
3682
3906
|
path_params['id'] = local_var_params['id'] # noqa: E501
|
3683
3907
|
|
3684
3908
|
query_params = []
|
3685
|
-
if 'start_time' in local_var_params and local_var_params['start_time'] is not None: # noqa: E501
|
3686
|
-
query_params.append(('startTime', local_var_params['start_time'])) # noqa: E501
|
3687
|
-
if 'end_time' in local_var_params and local_var_params['end_time'] is not None: # noqa: E501
|
3688
|
-
query_params.append(('endTime', local_var_params['end_time'])) # noqa: E501
|
3689
|
-
if 'interval' in local_var_params and local_var_params['interval'] is not None: # noqa: E501
|
3690
|
-
query_params.append(('interval', local_var_params['interval'])) # noqa: E501
|
3691
3909
|
|
3692
3910
|
header_params = {}
|
3693
3911
|
|
@@ -3700,17 +3918,17 @@ class DeviceApi(object):
|
|
3700
3918
|
['application/json']) # noqa: E501
|
3701
3919
|
|
3702
3920
|
# Authentication setting
|
3703
|
-
auth_settings = ['
|
3921
|
+
auth_settings = ['Bearer'] # noqa: E501
|
3704
3922
|
|
3705
3923
|
return self.api_client.call_api(
|
3706
|
-
'/devices/{id}/
|
3924
|
+
'/devices/{id}/client-monitor', 'GET',
|
3707
3925
|
path_params,
|
3708
3926
|
query_params,
|
3709
3927
|
header_params,
|
3710
3928
|
body=body_params,
|
3711
3929
|
post_params=form_params,
|
3712
3930
|
files=local_var_files,
|
3713
|
-
response_type='
|
3931
|
+
response_type='XiqDeviceClientMonitor', # noqa: E501
|
3714
3932
|
auth_settings=auth_settings,
|
3715
3933
|
async_req=local_var_params.get('async_req'),
|
3716
3934
|
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
@@ -3718,10 +3936,151 @@ class DeviceApi(object):
|
|
3718
3936
|
_request_timeout=local_var_params.get('_request_timeout'),
|
3719
3937
|
collection_formats=collection_formats)
|
3720
3938
|
|
3721
|
-
def
|
3722
|
-
"""Get
|
3939
|
+
def get_device_cpu_memory_history(self, id, start_time, end_time, interval, **kwargs): # noqa: E501
|
3940
|
+
"""Get device CPU/memory usage history # noqa: E501
|
3723
3941
|
|
3724
|
-
Get
|
3942
|
+
Get average device CPU and memory usage history. # noqa: E501
|
3943
|
+
This method makes a synchronous HTTP request by default. To make an
|
3944
|
+
asynchronous HTTP request, please pass async_req=True
|
3945
|
+
>>> thread = api.get_device_cpu_memory_history(id, start_time, end_time, interval, async_req=True)
|
3946
|
+
>>> result = thread.get()
|
3947
|
+
|
3948
|
+
:param async_req bool: execute request asynchronously
|
3949
|
+
:param int id: Device ID (required)
|
3950
|
+
:param int start_time: The start time to query, epoch time in milliseconds since 1/1/1970 (required)
|
3951
|
+
:param int end_time: The end time to query, epoch time in milliseconds since 1/1/1970 (required)
|
3952
|
+
:param int interval: The aggregate interval in milliseconds (required)
|
3953
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
3954
|
+
be returned without reading/decoding response
|
3955
|
+
data. Default is True.
|
3956
|
+
:param _request_timeout: timeout setting for this request. If one
|
3957
|
+
number provided, it will be total request
|
3958
|
+
timeout. It can also be a pair (tuple) of
|
3959
|
+
(connection, read) timeouts.
|
3960
|
+
:return: list[XiqDeviceCpuMemoryUsage]
|
3961
|
+
If the method is called asynchronously,
|
3962
|
+
returns the request thread.
|
3963
|
+
"""
|
3964
|
+
kwargs['_return_http_data_only'] = True
|
3965
|
+
return self.get_device_cpu_memory_history_with_http_info(id, start_time, end_time, interval, **kwargs) # noqa: E501
|
3966
|
+
|
3967
|
+
def get_device_cpu_memory_history_with_http_info(self, id, start_time, end_time, interval, **kwargs): # noqa: E501
|
3968
|
+
"""Get device CPU/memory usage history # noqa: E501
|
3969
|
+
|
3970
|
+
Get average device CPU and memory usage history. # noqa: E501
|
3971
|
+
This method makes a synchronous HTTP request by default. To make an
|
3972
|
+
asynchronous HTTP request, please pass async_req=True
|
3973
|
+
>>> thread = api.get_device_cpu_memory_history_with_http_info(id, start_time, end_time, interval, async_req=True)
|
3974
|
+
>>> result = thread.get()
|
3975
|
+
|
3976
|
+
:param async_req bool: execute request asynchronously
|
3977
|
+
:param int id: Device ID (required)
|
3978
|
+
:param int start_time: The start time to query, epoch time in milliseconds since 1/1/1970 (required)
|
3979
|
+
:param int end_time: The end time to query, epoch time in milliseconds since 1/1/1970 (required)
|
3980
|
+
:param int interval: The aggregate interval in milliseconds (required)
|
3981
|
+
:param _return_http_data_only: response data without head status code
|
3982
|
+
and headers
|
3983
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
3984
|
+
be returned without reading/decoding response
|
3985
|
+
data. Default is True.
|
3986
|
+
:param _request_timeout: timeout setting for this request. If one
|
3987
|
+
number provided, it will be total request
|
3988
|
+
timeout. It can also be a pair (tuple) of
|
3989
|
+
(connection, read) timeouts.
|
3990
|
+
:return: tuple(list[XiqDeviceCpuMemoryUsage], status_code(int), headers(HTTPHeaderDict))
|
3991
|
+
If the method is called asynchronously,
|
3992
|
+
returns the request thread.
|
3993
|
+
"""
|
3994
|
+
|
3995
|
+
local_var_params = locals()
|
3996
|
+
|
3997
|
+
all_params = [
|
3998
|
+
'id',
|
3999
|
+
'start_time',
|
4000
|
+
'end_time',
|
4001
|
+
'interval'
|
4002
|
+
]
|
4003
|
+
all_params.extend(
|
4004
|
+
[
|
4005
|
+
'async_req',
|
4006
|
+
'_return_http_data_only',
|
4007
|
+
'_preload_content',
|
4008
|
+
'_request_timeout'
|
4009
|
+
]
|
4010
|
+
)
|
4011
|
+
|
4012
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
4013
|
+
if key not in all_params:
|
4014
|
+
raise ApiTypeError(
|
4015
|
+
"Got an unexpected keyword argument '%s'"
|
4016
|
+
" to method get_device_cpu_memory_history" % key
|
4017
|
+
)
|
4018
|
+
local_var_params[key] = val
|
4019
|
+
del local_var_params['kwargs']
|
4020
|
+
# verify the required parameter 'id' is set
|
4021
|
+
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
4022
|
+
local_var_params['id'] is None): # noqa: E501
|
4023
|
+
raise ApiValueError("Missing the required parameter `id` when calling `get_device_cpu_memory_history`") # noqa: E501
|
4024
|
+
# verify the required parameter 'start_time' is set
|
4025
|
+
if self.api_client.client_side_validation and ('start_time' not in local_var_params or # noqa: E501
|
4026
|
+
local_var_params['start_time'] is None): # noqa: E501
|
4027
|
+
raise ApiValueError("Missing the required parameter `start_time` when calling `get_device_cpu_memory_history`") # noqa: E501
|
4028
|
+
# verify the required parameter 'end_time' is set
|
4029
|
+
if self.api_client.client_side_validation and ('end_time' not in local_var_params or # noqa: E501
|
4030
|
+
local_var_params['end_time'] is None): # noqa: E501
|
4031
|
+
raise ApiValueError("Missing the required parameter `end_time` when calling `get_device_cpu_memory_history`") # noqa: E501
|
4032
|
+
# verify the required parameter 'interval' is set
|
4033
|
+
if self.api_client.client_side_validation and ('interval' not in local_var_params or # noqa: E501
|
4034
|
+
local_var_params['interval'] is None): # noqa: E501
|
4035
|
+
raise ApiValueError("Missing the required parameter `interval` when calling `get_device_cpu_memory_history`") # noqa: E501
|
4036
|
+
|
4037
|
+
collection_formats = {}
|
4038
|
+
|
4039
|
+
path_params = {}
|
4040
|
+
if 'id' in local_var_params:
|
4041
|
+
path_params['id'] = local_var_params['id'] # noqa: E501
|
4042
|
+
|
4043
|
+
query_params = []
|
4044
|
+
if 'start_time' in local_var_params and local_var_params['start_time'] is not None: # noqa: E501
|
4045
|
+
query_params.append(('startTime', local_var_params['start_time'])) # noqa: E501
|
4046
|
+
if 'end_time' in local_var_params and local_var_params['end_time'] is not None: # noqa: E501
|
4047
|
+
query_params.append(('endTime', local_var_params['end_time'])) # noqa: E501
|
4048
|
+
if 'interval' in local_var_params and local_var_params['interval'] is not None: # noqa: E501
|
4049
|
+
query_params.append(('interval', local_var_params['interval'])) # noqa: E501
|
4050
|
+
|
4051
|
+
header_params = {}
|
4052
|
+
|
4053
|
+
form_params = []
|
4054
|
+
local_var_files = {}
|
4055
|
+
|
4056
|
+
body_params = None
|
4057
|
+
# HTTP header `Accept`
|
4058
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
4059
|
+
['application/json']) # noqa: E501
|
4060
|
+
|
4061
|
+
# Authentication setting
|
4062
|
+
auth_settings = ['Bearer'] # noqa: E501
|
4063
|
+
|
4064
|
+
return self.api_client.call_api(
|
4065
|
+
'/devices/{id}/history/cpu-mem', 'GET',
|
4066
|
+
path_params,
|
4067
|
+
query_params,
|
4068
|
+
header_params,
|
4069
|
+
body=body_params,
|
4070
|
+
post_params=form_params,
|
4071
|
+
files=local_var_files,
|
4072
|
+
response_type='list[XiqDeviceCpuMemoryUsage]', # noqa: E501
|
4073
|
+
auth_settings=auth_settings,
|
4074
|
+
async_req=local_var_params.get('async_req'),
|
4075
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
4076
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
4077
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
4078
|
+
collection_formats=collection_formats)
|
4079
|
+
|
4080
|
+
def get_device_ibeacon(self, id, **kwargs): # noqa: E501
|
4081
|
+
"""Get the device iBeacon setting # noqa: E501
|
4082
|
+
|
4083
|
+
Get the device iBeacon setting by device ID. # noqa: E501
|
3725
4084
|
This method makes a synchronous HTTP request by default. To make an
|
3726
4085
|
asynchronous HTTP request, please pass async_req=True
|
3727
4086
|
>>> thread = api.get_device_ibeacon(id, async_req=True)
|
@@ -3814,7 +4173,7 @@ class DeviceApi(object):
|
|
3814
4173
|
['application/json']) # noqa: E501
|
3815
4174
|
|
3816
4175
|
# Authentication setting
|
3817
|
-
auth_settings = ['
|
4176
|
+
auth_settings = ['Bearer'] # noqa: E501
|
3818
4177
|
|
3819
4178
|
return self.api_client.call_api(
|
3820
4179
|
'/devices/{id}/ibeacon', 'GET',
|
@@ -3944,7 +4303,7 @@ class DeviceApi(object):
|
|
3944
4303
|
['application/json']) # noqa: E501
|
3945
4304
|
|
3946
4305
|
# Authentication setting
|
3947
|
-
auth_settings = ['
|
4306
|
+
auth_settings = ['Bearer'] # noqa: E501
|
3948
4307
|
|
3949
4308
|
return self.api_client.call_api(
|
3950
4309
|
'/devices/{id}/config/vlan-ipv4-intf', 'GET',
|
@@ -4074,7 +4433,7 @@ class DeviceApi(object):
|
|
4074
4433
|
['application/json']) # noqa: E501
|
4075
4434
|
|
4076
4435
|
# Authentication setting
|
4077
|
-
auth_settings = ['
|
4436
|
+
auth_settings = ['Bearer'] # noqa: E501
|
4078
4437
|
|
4079
4438
|
return self.api_client.call_api(
|
4080
4439
|
'/devices/{id}/config/vlan-ipv4-static', 'GET',
|
@@ -4188,7 +4547,7 @@ class DeviceApi(object):
|
|
4188
4547
|
['application/json']) # noqa: E501
|
4189
4548
|
|
4190
4549
|
# Authentication setting
|
4191
|
-
auth_settings = ['
|
4550
|
+
auth_settings = ['Bearer'] # noqa: E501
|
4192
4551
|
|
4193
4552
|
return self.api_client.call_api(
|
4194
4553
|
'/devices/{id}/ssid/status', 'GET',
|
@@ -4302,7 +4661,7 @@ class DeviceApi(object):
|
|
4302
4661
|
['application/json']) # noqa: E501
|
4303
4662
|
|
4304
4663
|
# Authentication setting
|
4305
|
-
auth_settings = ['
|
4664
|
+
auth_settings = ['Bearer'] # noqa: E501
|
4306
4665
|
|
4307
4666
|
return self.api_client.call_api(
|
4308
4667
|
'/devices/{id}/location', 'GET',
|
@@ -4416,7 +4775,7 @@ class DeviceApi(object):
|
|
4416
4775
|
['application/json']) # noqa: E501
|
4417
4776
|
|
4418
4777
|
# Authentication setting
|
4419
|
-
auth_settings = ['
|
4778
|
+
auth_settings = ['Bearer'] # noqa: E501
|
4420
4779
|
|
4421
4780
|
return self.api_client.call_api(
|
4422
4781
|
'/devices/{id}/network-policy', 'GET',
|
@@ -4526,7 +4885,7 @@ class DeviceApi(object):
|
|
4526
4885
|
['application/json']) # noqa: E501
|
4527
4886
|
|
4528
4887
|
# Authentication setting
|
4529
|
-
auth_settings = ['
|
4888
|
+
auth_settings = ['Bearer'] # noqa: E501
|
4530
4889
|
|
4531
4890
|
return self.api_client.call_api(
|
4532
4891
|
'/devices/stats', 'GET',
|
@@ -4658,7 +5017,7 @@ class DeviceApi(object):
|
|
4658
5017
|
['application/json']) # noqa: E501
|
4659
5018
|
|
4660
5019
|
# Authentication setting
|
4661
|
-
auth_settings = ['
|
5020
|
+
auth_settings = ['Bearer'] # noqa: E501
|
4662
5021
|
|
4663
5022
|
return self.api_client.call_api(
|
4664
5023
|
'/devices/{id}/interfaces/wifi', 'GET',
|
@@ -4772,7 +5131,7 @@ class DeviceApi(object):
|
|
4772
5131
|
['application/json']) # noqa: E501
|
4773
5132
|
|
4774
5133
|
# Authentication setting
|
4775
|
-
auth_settings = ['
|
5134
|
+
auth_settings = ['Bearer'] # noqa: E501
|
4776
5135
|
|
4777
5136
|
return self.api_client.call_api(
|
4778
5137
|
'/devices/{id}/ftm-settings', 'GET',
|
@@ -4886,7 +5245,7 @@ class DeviceApi(object):
|
|
4886
5245
|
['application/json']) # noqa: E501
|
4887
5246
|
|
4888
5247
|
# Authentication setting
|
4889
|
-
auth_settings = ['
|
5248
|
+
auth_settings = ['Bearer'] # noqa: E501
|
4890
5249
|
|
4891
5250
|
return self.api_client.call_api(
|
4892
5251
|
'/devices/{id}/installation-report', 'GET',
|
@@ -5034,7 +5393,7 @@ class DeviceApi(object):
|
|
5034
5393
|
['application/json']) # noqa: E501
|
5035
5394
|
|
5036
5395
|
# Authentication setting
|
5037
|
-
auth_settings = ['
|
5396
|
+
auth_settings = ['Bearer'] # noqa: E501
|
5038
5397
|
|
5039
5398
|
return self.api_client.call_api(
|
5040
5399
|
'/devices/{id}/alarms', 'GET',
|
@@ -5184,7 +5543,7 @@ class DeviceApi(object):
|
|
5184
5543
|
['application/json']) # noqa: E501
|
5185
5544
|
|
5186
5545
|
# Authentication setting
|
5187
|
-
auth_settings = ['
|
5546
|
+
auth_settings = ['Bearer'] # noqa: E501
|
5188
5547
|
|
5189
5548
|
return self.api_client.call_api(
|
5190
5549
|
'/devices/{id}/monitor/ipv4-routing', 'GET',
|
@@ -5202,17 +5561,20 @@ class DeviceApi(object):
|
|
5202
5561
|
_request_timeout=local_var_params.get('_request_timeout'),
|
5203
5562
|
collection_formats=collection_formats)
|
5204
5563
|
|
5205
|
-
def list_device_monitor_ipv4_routing_timeline(self, id, **kwargs): # noqa: E501
|
5564
|
+
def list_device_monitor_ipv4_routing_timeline(self, id, start_time, end_time, precision, **kwargs): # noqa: E501
|
5206
5565
|
"""Get IPv4 Routing Timeline information per Routing Instance for a device # noqa: E501
|
5207
5566
|
|
5208
5567
|
Get IPv4 Routing Summary Timeline information per Routing Instance that is monitored for a device. # noqa: E501
|
5209
5568
|
This method makes a synchronous HTTP request by default. To make an
|
5210
5569
|
asynchronous HTTP request, please pass async_req=True
|
5211
|
-
>>> thread = api.list_device_monitor_ipv4_routing_timeline(id, async_req=True)
|
5570
|
+
>>> thread = api.list_device_monitor_ipv4_routing_timeline(id, start_time, end_time, precision, async_req=True)
|
5212
5571
|
>>> result = thread.get()
|
5213
5572
|
|
5214
5573
|
:param async_req bool: execute request asynchronously
|
5215
5574
|
:param int id: Device ID (required)
|
5575
|
+
:param int start_time: The query Start time (required)
|
5576
|
+
:param int end_time: The query End time (required)
|
5577
|
+
:param int precision: The query Precision (required)
|
5216
5578
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
5217
5579
|
be returned without reading/decoding response
|
5218
5580
|
data. Default is True.
|
@@ -5225,19 +5587,22 @@ class DeviceApi(object):
|
|
5225
5587
|
returns the request thread.
|
5226
5588
|
"""
|
5227
5589
|
kwargs['_return_http_data_only'] = True
|
5228
|
-
return self.list_device_monitor_ipv4_routing_timeline_with_http_info(id, **kwargs) # noqa: E501
|
5590
|
+
return self.list_device_monitor_ipv4_routing_timeline_with_http_info(id, start_time, end_time, precision, **kwargs) # noqa: E501
|
5229
5591
|
|
5230
|
-
def list_device_monitor_ipv4_routing_timeline_with_http_info(self, id, **kwargs): # noqa: E501
|
5592
|
+
def list_device_monitor_ipv4_routing_timeline_with_http_info(self, id, start_time, end_time, precision, **kwargs): # noqa: E501
|
5231
5593
|
"""Get IPv4 Routing Timeline information per Routing Instance for a device # noqa: E501
|
5232
5594
|
|
5233
5595
|
Get IPv4 Routing Summary Timeline information per Routing Instance that is monitored for a device. # noqa: E501
|
5234
5596
|
This method makes a synchronous HTTP request by default. To make an
|
5235
5597
|
asynchronous HTTP request, please pass async_req=True
|
5236
|
-
>>> thread = api.list_device_monitor_ipv4_routing_timeline_with_http_info(id, async_req=True)
|
5598
|
+
>>> thread = api.list_device_monitor_ipv4_routing_timeline_with_http_info(id, start_time, end_time, precision, async_req=True)
|
5237
5599
|
>>> result = thread.get()
|
5238
5600
|
|
5239
5601
|
:param async_req bool: execute request asynchronously
|
5240
5602
|
:param int id: Device ID (required)
|
5603
|
+
:param int start_time: The query Start time (required)
|
5604
|
+
:param int end_time: The query End time (required)
|
5605
|
+
:param int precision: The query Precision (required)
|
5241
5606
|
:param _return_http_data_only: response data without head status code
|
5242
5607
|
and headers
|
5243
5608
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
@@ -5255,7 +5620,10 @@ class DeviceApi(object):
|
|
5255
5620
|
local_var_params = locals()
|
5256
5621
|
|
5257
5622
|
all_params = [
|
5258
|
-
'id'
|
5623
|
+
'id',
|
5624
|
+
'start_time',
|
5625
|
+
'end_time',
|
5626
|
+
'precision'
|
5259
5627
|
]
|
5260
5628
|
all_params.extend(
|
5261
5629
|
[
|
@@ -5278,6 +5646,18 @@ class DeviceApi(object):
|
|
5278
5646
|
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
5279
5647
|
local_var_params['id'] is None): # noqa: E501
|
5280
5648
|
raise ApiValueError("Missing the required parameter `id` when calling `list_device_monitor_ipv4_routing_timeline`") # noqa: E501
|
5649
|
+
# verify the required parameter 'start_time' is set
|
5650
|
+
if self.api_client.client_side_validation and ('start_time' not in local_var_params or # noqa: E501
|
5651
|
+
local_var_params['start_time'] is None): # noqa: E501
|
5652
|
+
raise ApiValueError("Missing the required parameter `start_time` when calling `list_device_monitor_ipv4_routing_timeline`") # noqa: E501
|
5653
|
+
# verify the required parameter 'end_time' is set
|
5654
|
+
if self.api_client.client_side_validation and ('end_time' not in local_var_params or # noqa: E501
|
5655
|
+
local_var_params['end_time'] is None): # noqa: E501
|
5656
|
+
raise ApiValueError("Missing the required parameter `end_time` when calling `list_device_monitor_ipv4_routing_timeline`") # noqa: E501
|
5657
|
+
# verify the required parameter 'precision' is set
|
5658
|
+
if self.api_client.client_side_validation and ('precision' not in local_var_params or # noqa: E501
|
5659
|
+
local_var_params['precision'] is None): # noqa: E501
|
5660
|
+
raise ApiValueError("Missing the required parameter `precision` when calling `list_device_monitor_ipv4_routing_timeline`") # noqa: E501
|
5281
5661
|
|
5282
5662
|
collection_formats = {}
|
5283
5663
|
|
@@ -5286,6 +5666,12 @@ class DeviceApi(object):
|
|
5286
5666
|
path_params['id'] = local_var_params['id'] # noqa: E501
|
5287
5667
|
|
5288
5668
|
query_params = []
|
5669
|
+
if 'start_time' in local_var_params and local_var_params['start_time'] is not None: # noqa: E501
|
5670
|
+
query_params.append(('startTime', local_var_params['start_time'])) # noqa: E501
|
5671
|
+
if 'end_time' in local_var_params and local_var_params['end_time'] is not None: # noqa: E501
|
5672
|
+
query_params.append(('endTime', local_var_params['end_time'])) # noqa: E501
|
5673
|
+
if 'precision' in local_var_params and local_var_params['precision'] is not None: # noqa: E501
|
5674
|
+
query_params.append(('precision', local_var_params['precision'])) # noqa: E501
|
5289
5675
|
|
5290
5676
|
header_params = {}
|
5291
5677
|
|
@@ -5298,7 +5684,7 @@ class DeviceApi(object):
|
|
5298
5684
|
['application/json']) # noqa: E501
|
5299
5685
|
|
5300
5686
|
# Authentication setting
|
5301
|
-
auth_settings = ['
|
5687
|
+
auth_settings = ['Bearer'] # noqa: E501
|
5302
5688
|
|
5303
5689
|
return self.api_client.call_api(
|
5304
5690
|
'/devices/{id}/monitor/ipv4-routing-timeline', 'GET',
|
@@ -5438,7 +5824,7 @@ class DeviceApi(object):
|
|
5438
5824
|
['application/json']) # noqa: E501
|
5439
5825
|
|
5440
5826
|
# Authentication setting
|
5441
|
-
auth_settings = ['
|
5827
|
+
auth_settings = ['Bearer'] # noqa: E501
|
5442
5828
|
|
5443
5829
|
return self.api_client.call_api(
|
5444
5830
|
'/devices/{id}/monitor/vlan-attr', 'GET',
|
@@ -5578,7 +5964,7 @@ class DeviceApi(object):
|
|
5578
5964
|
['application/json']) # noqa: E501
|
5579
5965
|
|
5580
5966
|
# Authentication setting
|
5581
|
-
auth_settings = ['
|
5967
|
+
auth_settings = ['Bearer'] # noqa: E501
|
5582
5968
|
|
5583
5969
|
return self.api_client.call_api(
|
5584
5970
|
'/devices/{id}/monitor/vlan-ipv4-intf', 'GET',
|
@@ -5708,7 +6094,7 @@ class DeviceApi(object):
|
|
5708
6094
|
['application/json']) # noqa: E501
|
5709
6095
|
|
5710
6096
|
# Authentication setting
|
5711
|
-
auth_settings = ['
|
6097
|
+
auth_settings = ['Bearer'] # noqa: E501
|
5712
6098
|
|
5713
6099
|
return self.api_client.call_api(
|
5714
6100
|
'/devices/{id}/config/vlan-attributes', 'GET',
|
@@ -5912,7 +6298,7 @@ class DeviceApi(object):
|
|
5912
6298
|
['application/json']) # noqa: E501
|
5913
6299
|
|
5914
6300
|
# Authentication setting
|
5915
|
-
auth_settings = ['
|
6301
|
+
auth_settings = ['Bearer'] # noqa: E501
|
5916
6302
|
|
5917
6303
|
return self.api_client.call_api(
|
5918
6304
|
'/devices', 'GET',
|
@@ -6042,7 +6428,7 @@ class DeviceApi(object):
|
|
6042
6428
|
['application/json']) # noqa: E501
|
6043
6429
|
|
6044
6430
|
# Authentication setting
|
6045
|
-
auth_settings = ['
|
6431
|
+
auth_settings = ['Bearer'] # noqa: E501
|
6046
6432
|
|
6047
6433
|
return self.api_client.call_api(
|
6048
6434
|
'/devices/network-policy/{policyId}', 'GET',
|
@@ -6178,7 +6564,7 @@ class DeviceApi(object):
|
|
6178
6564
|
['application/json']) # noqa: E501
|
6179
6565
|
|
6180
6566
|
# Authentication setting
|
6181
|
-
auth_settings = ['
|
6567
|
+
auth_settings = ['Bearer'] # noqa: E501
|
6182
6568
|
|
6183
6569
|
return self.api_client.call_api(
|
6184
6570
|
'/devices/radio-information', 'GET',
|
@@ -6311,7 +6697,7 @@ class DeviceApi(object):
|
|
6311
6697
|
['application/json']) # noqa: E501
|
6312
6698
|
|
6313
6699
|
# Authentication setting
|
6314
|
-
auth_settings = ['
|
6700
|
+
auth_settings = ['Bearer'] # noqa: E501
|
6315
6701
|
|
6316
6702
|
return self.api_client.call_api(
|
6317
6703
|
'/devices/digital-twin', 'GET',
|
@@ -6329,17 +6715,18 @@ class DeviceApi(object):
|
|
6329
6715
|
_request_timeout=local_var_params.get('_request_timeout'),
|
6330
6716
|
collection_formats=collection_formats)
|
6331
6717
|
|
6332
|
-
def
|
6333
|
-
"""
|
6718
|
+
def monitor_refresh_device(self, id, **kwargs): # noqa: E501
|
6719
|
+
"""Monitor refresh a device # noqa: E501
|
6334
6720
|
|
6335
|
-
|
6721
|
+
Monitor refresh a specific device. # noqa: E501
|
6336
6722
|
This method makes a synchronous HTTP request by default. To make an
|
6337
6723
|
asynchronous HTTP request, please pass async_req=True
|
6338
|
-
>>> thread = api.
|
6724
|
+
>>> thread = api.monitor_refresh_device(id, async_req=True)
|
6339
6725
|
>>> result = thread.get()
|
6340
6726
|
|
6341
6727
|
:param async_req bool: execute request asynchronously
|
6342
|
-
:param
|
6728
|
+
:param int id: The device ID (required)
|
6729
|
+
:param str function: Monitor refresh function
|
6343
6730
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
6344
6731
|
be returned without reading/decoding response
|
6345
6732
|
data. Default is True.
|
@@ -6347,24 +6734,25 @@ class DeviceApi(object):
|
|
6347
6734
|
number provided, it will be total request
|
6348
6735
|
timeout. It can also be a pair (tuple) of
|
6349
6736
|
(connection, read) timeouts.
|
6350
|
-
:return:
|
6737
|
+
:return: XiqDeviceMonitorRefreshResponse
|
6351
6738
|
If the method is called asynchronously,
|
6352
6739
|
returns the request thread.
|
6353
6740
|
"""
|
6354
6741
|
kwargs['_return_http_data_only'] = True
|
6355
|
-
return self.
|
6742
|
+
return self.monitor_refresh_device_with_http_info(id, **kwargs) # noqa: E501
|
6356
6743
|
|
6357
|
-
def
|
6358
|
-
"""
|
6744
|
+
def monitor_refresh_device_with_http_info(self, id, **kwargs): # noqa: E501
|
6745
|
+
"""Monitor refresh a device # noqa: E501
|
6359
6746
|
|
6360
|
-
|
6747
|
+
Monitor refresh a specific device. # noqa: E501
|
6361
6748
|
This method makes a synchronous HTTP request by default. To make an
|
6362
6749
|
asynchronous HTTP request, please pass async_req=True
|
6363
|
-
>>> thread = api.
|
6750
|
+
>>> thread = api.monitor_refresh_device_with_http_info(id, async_req=True)
|
6364
6751
|
>>> result = thread.get()
|
6365
6752
|
|
6366
6753
|
:param async_req bool: execute request asynchronously
|
6367
|
-
:param
|
6754
|
+
:param int id: The device ID (required)
|
6755
|
+
:param str function: Monitor refresh function
|
6368
6756
|
:param _return_http_data_only: response data without head status code
|
6369
6757
|
and headers
|
6370
6758
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
@@ -6374,7 +6762,7 @@ class DeviceApi(object):
|
|
6374
6762
|
number provided, it will be total request
|
6375
6763
|
timeout. It can also be a pair (tuple) of
|
6376
6764
|
(connection, read) timeouts.
|
6377
|
-
:return:
|
6765
|
+
:return: tuple(XiqDeviceMonitorRefreshResponse, status_code(int), headers(HTTPHeaderDict))
|
6378
6766
|
If the method is called asynchronously,
|
6379
6767
|
returns the request thread.
|
6380
6768
|
"""
|
@@ -6382,7 +6770,8 @@ class DeviceApi(object):
|
|
6382
6770
|
local_var_params = locals()
|
6383
6771
|
|
6384
6772
|
all_params = [
|
6385
|
-
'
|
6773
|
+
'id',
|
6774
|
+
'function'
|
6386
6775
|
]
|
6387
6776
|
all_params.extend(
|
6388
6777
|
[
|
@@ -6397,20 +6786,24 @@ class DeviceApi(object):
|
|
6397
6786
|
if key not in all_params:
|
6398
6787
|
raise ApiTypeError(
|
6399
6788
|
"Got an unexpected keyword argument '%s'"
|
6400
|
-
" to method
|
6789
|
+
" to method monitor_refresh_device" % key
|
6401
6790
|
)
|
6402
6791
|
local_var_params[key] = val
|
6403
6792
|
del local_var_params['kwargs']
|
6404
|
-
# verify the required parameter '
|
6405
|
-
if self.api_client.client_side_validation and ('
|
6406
|
-
local_var_params['
|
6407
|
-
raise ApiValueError("Missing the required parameter `
|
6793
|
+
# verify the required parameter 'id' is set
|
6794
|
+
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
6795
|
+
local_var_params['id'] is None): # noqa: E501
|
6796
|
+
raise ApiValueError("Missing the required parameter `id` when calling `monitor_refresh_device`") # noqa: E501
|
6408
6797
|
|
6409
6798
|
collection_formats = {}
|
6410
6799
|
|
6411
6800
|
path_params = {}
|
6801
|
+
if 'id' in local_var_params:
|
6802
|
+
path_params['id'] = local_var_params['id'] # noqa: E501
|
6412
6803
|
|
6413
6804
|
query_params = []
|
6805
|
+
if 'function' in local_var_params and local_var_params['function'] is not None: # noqa: E501
|
6806
|
+
query_params.append(('function', local_var_params['function'])) # noqa: E501
|
6414
6807
|
|
6415
6808
|
header_params = {}
|
6416
6809
|
|
@@ -6418,28 +6811,22 @@ class DeviceApi(object):
|
|
6418
6811
|
local_var_files = {}
|
6419
6812
|
|
6420
6813
|
body_params = None
|
6421
|
-
if 'xiq_onboard_device_request' in local_var_params:
|
6422
|
-
body_params = local_var_params['xiq_onboard_device_request']
|
6423
6814
|
# HTTP header `Accept`
|
6424
6815
|
header_params['Accept'] = self.api_client.select_header_accept(
|
6425
6816
|
['application/json']) # noqa: E501
|
6426
6817
|
|
6427
|
-
# HTTP header `Content-Type`
|
6428
|
-
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
6429
|
-
['application/json']) # noqa: E501
|
6430
|
-
|
6431
6818
|
# Authentication setting
|
6432
|
-
auth_settings = ['
|
6819
|
+
auth_settings = ['Bearer'] # noqa: E501
|
6433
6820
|
|
6434
6821
|
return self.api_client.call_api(
|
6435
|
-
'/devices/:
|
6822
|
+
'/devices/{id}/monitor/:refresh', 'POST',
|
6436
6823
|
path_params,
|
6437
6824
|
query_params,
|
6438
6825
|
header_params,
|
6439
6826
|
body=body_params,
|
6440
6827
|
post_params=form_params,
|
6441
6828
|
files=local_var_files,
|
6442
|
-
response_type=
|
6829
|
+
response_type='XiqDeviceMonitorRefreshResponse', # noqa: E501
|
6443
6830
|
auth_settings=auth_settings,
|
6444
6831
|
async_req=local_var_params.get('async_req'),
|
6445
6832
|
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
@@ -6447,18 +6834,18 @@ class DeviceApi(object):
|
|
6447
6834
|
_request_timeout=local_var_params.get('_request_timeout'),
|
6448
6835
|
collection_formats=collection_formats)
|
6449
6836
|
|
6450
|
-
def
|
6451
|
-
"""
|
6837
|
+
def monitor_refresh_device_status(self, id, task_key, **kwargs): # noqa: E501
|
6838
|
+
"""Monitor refresh a device status # noqa: E501
|
6452
6839
|
|
6453
|
-
|
6840
|
+
Monitor refresh a specific device status. # noqa: E501
|
6454
6841
|
This method makes a synchronous HTTP request by default. To make an
|
6455
6842
|
asynchronous HTTP request, please pass async_req=True
|
6456
|
-
>>> thread = api.
|
6843
|
+
>>> thread = api.monitor_refresh_device_status(id, task_key, async_req=True)
|
6457
6844
|
>>> result = thread.get()
|
6458
6845
|
|
6459
6846
|
:param async_req bool: execute request asynchronously
|
6460
6847
|
:param int id: The device ID (required)
|
6461
|
-
:param
|
6848
|
+
:param str task_key: Monitor refresh task key (required)
|
6462
6849
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
6463
6850
|
be returned without reading/decoding response
|
6464
6851
|
data. Default is True.
|
@@ -6466,25 +6853,25 @@ class DeviceApi(object):
|
|
6466
6853
|
number provided, it will be total request
|
6467
6854
|
timeout. It can also be a pair (tuple) of
|
6468
6855
|
(connection, read) timeouts.
|
6469
|
-
:return:
|
6856
|
+
:return: XiqDeviceMonitorRefreshStatusResponse
|
6470
6857
|
If the method is called asynchronously,
|
6471
6858
|
returns the request thread.
|
6472
6859
|
"""
|
6473
6860
|
kwargs['_return_http_data_only'] = True
|
6474
|
-
return self.
|
6861
|
+
return self.monitor_refresh_device_status_with_http_info(id, task_key, **kwargs) # noqa: E501
|
6475
6862
|
|
6476
|
-
def
|
6477
|
-
"""
|
6863
|
+
def monitor_refresh_device_status_with_http_info(self, id, task_key, **kwargs): # noqa: E501
|
6864
|
+
"""Monitor refresh a device status # noqa: E501
|
6478
6865
|
|
6479
|
-
|
6866
|
+
Monitor refresh a specific device status. # noqa: E501
|
6480
6867
|
This method makes a synchronous HTTP request by default. To make an
|
6481
6868
|
asynchronous HTTP request, please pass async_req=True
|
6482
|
-
>>> thread = api.
|
6869
|
+
>>> thread = api.monitor_refresh_device_status_with_http_info(id, task_key, async_req=True)
|
6483
6870
|
>>> result = thread.get()
|
6484
6871
|
|
6485
6872
|
:param async_req bool: execute request asynchronously
|
6486
6873
|
:param int id: The device ID (required)
|
6487
|
-
:param
|
6874
|
+
:param str task_key: Monitor refresh task key (required)
|
6488
6875
|
:param _return_http_data_only: response data without head status code
|
6489
6876
|
and headers
|
6490
6877
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
@@ -6494,7 +6881,7 @@ class DeviceApi(object):
|
|
6494
6881
|
number provided, it will be total request
|
6495
6882
|
timeout. It can also be a pair (tuple) of
|
6496
6883
|
(connection, read) timeouts.
|
6497
|
-
:return:
|
6884
|
+
:return: tuple(XiqDeviceMonitorRefreshStatusResponse, status_code(int), headers(HTTPHeaderDict))
|
6498
6885
|
If the method is called asynchronously,
|
6499
6886
|
returns the request thread.
|
6500
6887
|
"""
|
@@ -6503,7 +6890,7 @@ class DeviceApi(object):
|
|
6503
6890
|
|
6504
6891
|
all_params = [
|
6505
6892
|
'id',
|
6506
|
-
'
|
6893
|
+
'task_key'
|
6507
6894
|
]
|
6508
6895
|
all_params.extend(
|
6509
6896
|
[
|
@@ -6518,18 +6905,18 @@ class DeviceApi(object):
|
|
6518
6905
|
if key not in all_params:
|
6519
6906
|
raise ApiTypeError(
|
6520
6907
|
"Got an unexpected keyword argument '%s'"
|
6521
|
-
" to method
|
6908
|
+
" to method monitor_refresh_device_status" % key
|
6522
6909
|
)
|
6523
6910
|
local_var_params[key] = val
|
6524
6911
|
del local_var_params['kwargs']
|
6525
6912
|
# verify the required parameter 'id' is set
|
6526
6913
|
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
6527
6914
|
local_var_params['id'] is None): # noqa: E501
|
6528
|
-
raise ApiValueError("Missing the required parameter `id` when calling `
|
6529
|
-
# verify the required parameter '
|
6530
|
-
if self.api_client.client_side_validation and ('
|
6531
|
-
local_var_params['
|
6532
|
-
raise ApiValueError("Missing the required parameter `
|
6915
|
+
raise ApiValueError("Missing the required parameter `id` when calling `monitor_refresh_device_status`") # noqa: E501
|
6916
|
+
# verify the required parameter 'task_key' is set
|
6917
|
+
if self.api_client.client_side_validation and ('task_key' not in local_var_params or # noqa: E501
|
6918
|
+
local_var_params['task_key'] is None): # noqa: E501
|
6919
|
+
raise ApiValueError("Missing the required parameter `task_key` when calling `monitor_refresh_device_status`") # noqa: E501
|
6533
6920
|
|
6534
6921
|
collection_formats = {}
|
6535
6922
|
|
@@ -6538,6 +6925,8 @@ class DeviceApi(object):
|
|
6538
6925
|
path_params['id'] = local_var_params['id'] # noqa: E501
|
6539
6926
|
|
6540
6927
|
query_params = []
|
6928
|
+
if 'task_key' in local_var_params and local_var_params['task_key'] is not None: # noqa: E501
|
6929
|
+
query_params.append(('taskKey', local_var_params['task_key'])) # noqa: E501
|
6541
6930
|
|
6542
6931
|
header_params = {}
|
6543
6932
|
|
@@ -6545,28 +6934,22 @@ class DeviceApi(object):
|
|
6545
6934
|
local_var_files = {}
|
6546
6935
|
|
6547
6936
|
body_params = None
|
6548
|
-
if 'xiq_device_level_ssid' in local_var_params:
|
6549
|
-
body_params = local_var_params['xiq_device_level_ssid']
|
6550
6937
|
# HTTP header `Accept`
|
6551
6938
|
header_params['Accept'] = self.api_client.select_header_accept(
|
6552
6939
|
['application/json']) # noqa: E501
|
6553
6940
|
|
6554
|
-
# HTTP header `Content-Type`
|
6555
|
-
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
6556
|
-
['application/json']) # noqa: E501
|
6557
|
-
|
6558
6941
|
# Authentication setting
|
6559
|
-
auth_settings = ['
|
6942
|
+
auth_settings = ['Bearer'] # noqa: E501
|
6560
6943
|
|
6561
6944
|
return self.api_client.call_api(
|
6562
|
-
'/devices/{id}/
|
6945
|
+
'/devices/{id}/monitor/refresh/status', 'GET',
|
6563
6946
|
path_params,
|
6564
6947
|
query_params,
|
6565
6948
|
header_params,
|
6566
6949
|
body=body_params,
|
6567
6950
|
post_params=form_params,
|
6568
6951
|
files=local_var_files,
|
6569
|
-
response_type=
|
6952
|
+
response_type='XiqDeviceMonitorRefreshStatusResponse', # noqa: E501
|
6570
6953
|
auth_settings=auth_settings,
|
6571
6954
|
async_req=local_var_params.get('async_req'),
|
6572
6955
|
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
@@ -6574,17 +6957,17 @@ class DeviceApi(object):
|
|
6574
6957
|
_request_timeout=local_var_params.get('_request_timeout'),
|
6575
6958
|
collection_formats=collection_formats)
|
6576
6959
|
|
6577
|
-
def
|
6578
|
-
"""
|
6960
|
+
def onboard_devices(self, xiq_onboard_device_request, **kwargs): # noqa: E501
|
6961
|
+
"""Onboard Devices # noqa: E501
|
6579
6962
|
|
6580
|
-
|
6963
|
+
Onboard devices for all devices, such as Extreme/Aerohive, EXOS, VOSS, WiNG, Dell, and Digital Twin. This is asynchronized operation to support massive device onboarding. # noqa: E501
|
6581
6964
|
This method makes a synchronous HTTP request by default. To make an
|
6582
6965
|
asynchronous HTTP request, please pass async_req=True
|
6583
|
-
>>> thread = api.
|
6966
|
+
>>> thread = api.onboard_devices(xiq_onboard_device_request, async_req=True)
|
6584
6967
|
>>> result = thread.get()
|
6585
6968
|
|
6586
6969
|
:param async_req bool: execute request asynchronously
|
6587
|
-
:param
|
6970
|
+
:param XiqOnboardDeviceRequest xiq_onboard_device_request: (required)
|
6588
6971
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
6589
6972
|
be returned without reading/decoding response
|
6590
6973
|
data. Default is True.
|
@@ -6592,24 +6975,24 @@ class DeviceApi(object):
|
|
6592
6975
|
number provided, it will be total request
|
6593
6976
|
timeout. It can also be a pair (tuple) of
|
6594
6977
|
(connection, read) timeouts.
|
6595
|
-
:return:
|
6978
|
+
:return: None
|
6596
6979
|
If the method is called asynchronously,
|
6597
6980
|
returns the request thread.
|
6598
6981
|
"""
|
6599
6982
|
kwargs['_return_http_data_only'] = True
|
6600
|
-
return self.
|
6983
|
+
return self.onboard_devices_with_http_info(xiq_onboard_device_request, **kwargs) # noqa: E501
|
6601
6984
|
|
6602
|
-
def
|
6603
|
-
"""
|
6985
|
+
def onboard_devices_with_http_info(self, xiq_onboard_device_request, **kwargs): # noqa: E501
|
6986
|
+
"""Onboard Devices # noqa: E501
|
6604
6987
|
|
6605
|
-
|
6988
|
+
Onboard devices for all devices, such as Extreme/Aerohive, EXOS, VOSS, WiNG, Dell, and Digital Twin. This is asynchronized operation to support massive device onboarding. # noqa: E501
|
6606
6989
|
This method makes a synchronous HTTP request by default. To make an
|
6607
6990
|
asynchronous HTTP request, please pass async_req=True
|
6608
|
-
>>> thread = api.
|
6991
|
+
>>> thread = api.onboard_devices_with_http_info(xiq_onboard_device_request, async_req=True)
|
6609
6992
|
>>> result = thread.get()
|
6610
6993
|
|
6611
6994
|
:param async_req bool: execute request asynchronously
|
6612
|
-
:param
|
6995
|
+
:param XiqOnboardDeviceRequest xiq_onboard_device_request: (required)
|
6613
6996
|
:param _return_http_data_only: response data without head status code
|
6614
6997
|
and headers
|
6615
6998
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
@@ -6619,7 +7002,7 @@ class DeviceApi(object):
|
|
6619
7002
|
number provided, it will be total request
|
6620
7003
|
timeout. It can also be a pair (tuple) of
|
6621
7004
|
(connection, read) timeouts.
|
6622
|
-
:return:
|
7005
|
+
:return: None
|
6623
7006
|
If the method is called asynchronously,
|
6624
7007
|
returns the request thread.
|
6625
7008
|
"""
|
@@ -6627,7 +7010,7 @@ class DeviceApi(object):
|
|
6627
7010
|
local_var_params = locals()
|
6628
7011
|
|
6629
7012
|
all_params = [
|
6630
|
-
'
|
7013
|
+
'xiq_onboard_device_request'
|
6631
7014
|
]
|
6632
7015
|
all_params.extend(
|
6633
7016
|
[
|
@@ -6642,14 +7025,14 @@ class DeviceApi(object):
|
|
6642
7025
|
if key not in all_params:
|
6643
7026
|
raise ApiTypeError(
|
6644
7027
|
"Got an unexpected keyword argument '%s'"
|
6645
|
-
" to method
|
7028
|
+
" to method onboard_devices" % key
|
6646
7029
|
)
|
6647
7030
|
local_var_params[key] = val
|
6648
7031
|
del local_var_params['kwargs']
|
6649
|
-
# verify the required parameter '
|
6650
|
-
if self.api_client.client_side_validation and ('
|
6651
|
-
local_var_params['
|
6652
|
-
raise ApiValueError("Missing the required parameter `
|
7032
|
+
# verify the required parameter 'xiq_onboard_device_request' is set
|
7033
|
+
if self.api_client.client_side_validation and ('xiq_onboard_device_request' not in local_var_params or # noqa: E501
|
7034
|
+
local_var_params['xiq_onboard_device_request'] is None): # noqa: E501
|
7035
|
+
raise ApiValueError("Missing the required parameter `xiq_onboard_device_request` when calling `onboard_devices`") # noqa: E501
|
6653
7036
|
|
6654
7037
|
collection_formats = {}
|
6655
7038
|
|
@@ -6663,7 +7046,370 @@ class DeviceApi(object):
|
|
6663
7046
|
local_var_files = {}
|
6664
7047
|
|
6665
7048
|
body_params = None
|
6666
|
-
if '
|
7049
|
+
if 'xiq_onboard_device_request' in local_var_params:
|
7050
|
+
body_params = local_var_params['xiq_onboard_device_request']
|
7051
|
+
# HTTP header `Accept`
|
7052
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
7053
|
+
['application/json']) # noqa: E501
|
7054
|
+
|
7055
|
+
# HTTP header `Content-Type`
|
7056
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
7057
|
+
['application/json']) # noqa: E501
|
7058
|
+
|
7059
|
+
# Authentication setting
|
7060
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7061
|
+
|
7062
|
+
return self.api_client.call_api(
|
7063
|
+
'/devices/:onboard', 'POST',
|
7064
|
+
path_params,
|
7065
|
+
query_params,
|
7066
|
+
header_params,
|
7067
|
+
body=body_params,
|
7068
|
+
post_params=form_params,
|
7069
|
+
files=local_var_files,
|
7070
|
+
response_type=None, # noqa: E501
|
7071
|
+
auth_settings=auth_settings,
|
7072
|
+
async_req=local_var_params.get('async_req'),
|
7073
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
7074
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
7075
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
7076
|
+
collection_formats=collection_formats)
|
7077
|
+
|
7078
|
+
def override_device_level_ssid(self, id, xiq_device_level_ssid, **kwargs): # noqa: E501
|
7079
|
+
"""Override SSID for a device # noqa: E501
|
7080
|
+
|
7081
|
+
Override SSID broadcast name/passphrase for a specific device. # noqa: E501
|
7082
|
+
This method makes a synchronous HTTP request by default. To make an
|
7083
|
+
asynchronous HTTP request, please pass async_req=True
|
7084
|
+
>>> thread = api.override_device_level_ssid(id, xiq_device_level_ssid, async_req=True)
|
7085
|
+
>>> result = thread.get()
|
7086
|
+
|
7087
|
+
:param async_req bool: execute request asynchronously
|
7088
|
+
:param int id: The device ID (required)
|
7089
|
+
:param XiqDeviceLevelSsid xiq_device_level_ssid: (required)
|
7090
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
7091
|
+
be returned without reading/decoding response
|
7092
|
+
data. Default is True.
|
7093
|
+
:param _request_timeout: timeout setting for this request. If one
|
7094
|
+
number provided, it will be total request
|
7095
|
+
timeout. It can also be a pair (tuple) of
|
7096
|
+
(connection, read) timeouts.
|
7097
|
+
:return: None
|
7098
|
+
If the method is called asynchronously,
|
7099
|
+
returns the request thread.
|
7100
|
+
"""
|
7101
|
+
kwargs['_return_http_data_only'] = True
|
7102
|
+
return self.override_device_level_ssid_with_http_info(id, xiq_device_level_ssid, **kwargs) # noqa: E501
|
7103
|
+
|
7104
|
+
def override_device_level_ssid_with_http_info(self, id, xiq_device_level_ssid, **kwargs): # noqa: E501
|
7105
|
+
"""Override SSID for a device # noqa: E501
|
7106
|
+
|
7107
|
+
Override SSID broadcast name/passphrase for a specific device. # noqa: E501
|
7108
|
+
This method makes a synchronous HTTP request by default. To make an
|
7109
|
+
asynchronous HTTP request, please pass async_req=True
|
7110
|
+
>>> thread = api.override_device_level_ssid_with_http_info(id, xiq_device_level_ssid, async_req=True)
|
7111
|
+
>>> result = thread.get()
|
7112
|
+
|
7113
|
+
:param async_req bool: execute request asynchronously
|
7114
|
+
:param int id: The device ID (required)
|
7115
|
+
:param XiqDeviceLevelSsid xiq_device_level_ssid: (required)
|
7116
|
+
:param _return_http_data_only: response data without head status code
|
7117
|
+
and headers
|
7118
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
7119
|
+
be returned without reading/decoding response
|
7120
|
+
data. Default is True.
|
7121
|
+
:param _request_timeout: timeout setting for this request. If one
|
7122
|
+
number provided, it will be total request
|
7123
|
+
timeout. It can also be a pair (tuple) of
|
7124
|
+
(connection, read) timeouts.
|
7125
|
+
:return: None
|
7126
|
+
If the method is called asynchronously,
|
7127
|
+
returns the request thread.
|
7128
|
+
"""
|
7129
|
+
|
7130
|
+
local_var_params = locals()
|
7131
|
+
|
7132
|
+
all_params = [
|
7133
|
+
'id',
|
7134
|
+
'xiq_device_level_ssid'
|
7135
|
+
]
|
7136
|
+
all_params.extend(
|
7137
|
+
[
|
7138
|
+
'async_req',
|
7139
|
+
'_return_http_data_only',
|
7140
|
+
'_preload_content',
|
7141
|
+
'_request_timeout'
|
7142
|
+
]
|
7143
|
+
)
|
7144
|
+
|
7145
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
7146
|
+
if key not in all_params:
|
7147
|
+
raise ApiTypeError(
|
7148
|
+
"Got an unexpected keyword argument '%s'"
|
7149
|
+
" to method override_device_level_ssid" % key
|
7150
|
+
)
|
7151
|
+
local_var_params[key] = val
|
7152
|
+
del local_var_params['kwargs']
|
7153
|
+
# verify the required parameter 'id' is set
|
7154
|
+
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
7155
|
+
local_var_params['id'] is None): # noqa: E501
|
7156
|
+
raise ApiValueError("Missing the required parameter `id` when calling `override_device_level_ssid`") # noqa: E501
|
7157
|
+
# verify the required parameter 'xiq_device_level_ssid' is set
|
7158
|
+
if self.api_client.client_side_validation and ('xiq_device_level_ssid' not in local_var_params or # noqa: E501
|
7159
|
+
local_var_params['xiq_device_level_ssid'] is None): # noqa: E501
|
7160
|
+
raise ApiValueError("Missing the required parameter `xiq_device_level_ssid` when calling `override_device_level_ssid`") # noqa: E501
|
7161
|
+
|
7162
|
+
collection_formats = {}
|
7163
|
+
|
7164
|
+
path_params = {}
|
7165
|
+
if 'id' in local_var_params:
|
7166
|
+
path_params['id'] = local_var_params['id'] # noqa: E501
|
7167
|
+
|
7168
|
+
query_params = []
|
7169
|
+
|
7170
|
+
header_params = {}
|
7171
|
+
|
7172
|
+
form_params = []
|
7173
|
+
local_var_files = {}
|
7174
|
+
|
7175
|
+
body_params = None
|
7176
|
+
if 'xiq_device_level_ssid' in local_var_params:
|
7177
|
+
body_params = local_var_params['xiq_device_level_ssid']
|
7178
|
+
# HTTP header `Accept`
|
7179
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
7180
|
+
['application/json']) # noqa: E501
|
7181
|
+
|
7182
|
+
# HTTP header `Content-Type`
|
7183
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
7184
|
+
['application/json']) # noqa: E501
|
7185
|
+
|
7186
|
+
# Authentication setting
|
7187
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7188
|
+
|
7189
|
+
return self.api_client.call_api(
|
7190
|
+
'/devices/{id}/ssid/:override', 'POST',
|
7191
|
+
path_params,
|
7192
|
+
query_params,
|
7193
|
+
header_params,
|
7194
|
+
body=body_params,
|
7195
|
+
post_params=form_params,
|
7196
|
+
files=local_var_files,
|
7197
|
+
response_type=None, # noqa: E501
|
7198
|
+
auth_settings=auth_settings,
|
7199
|
+
async_req=local_var_params.get('async_req'),
|
7200
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
7201
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
7202
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
7203
|
+
collection_formats=collection_formats)
|
7204
|
+
|
7205
|
+
def query_devices_client_monitor(self, xiq_device_filter, **kwargs): # noqa: E501
|
7206
|
+
"""Query client monitor setting for multiple devices # noqa: E501
|
7207
|
+
|
7208
|
+
Query the client monitor setting for the target devices. # noqa: E501
|
7209
|
+
This method makes a synchronous HTTP request by default. To make an
|
7210
|
+
asynchronous HTTP request, please pass async_req=True
|
7211
|
+
>>> thread = api.query_devices_client_monitor(xiq_device_filter, async_req=True)
|
7212
|
+
>>> result = thread.get()
|
7213
|
+
|
7214
|
+
:param async_req bool: execute request asynchronously
|
7215
|
+
:param XiqDeviceFilter xiq_device_filter: (required)
|
7216
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
7217
|
+
be returned without reading/decoding response
|
7218
|
+
data. Default is True.
|
7219
|
+
:param _request_timeout: timeout setting for this request. If one
|
7220
|
+
number provided, it will be total request
|
7221
|
+
timeout. It can also be a pair (tuple) of
|
7222
|
+
(connection, read) timeouts.
|
7223
|
+
:return: dict(str, XiqDeviceClientMonitor)
|
7224
|
+
If the method is called asynchronously,
|
7225
|
+
returns the request thread.
|
7226
|
+
"""
|
7227
|
+
kwargs['_return_http_data_only'] = True
|
7228
|
+
return self.query_devices_client_monitor_with_http_info(xiq_device_filter, **kwargs) # noqa: E501
|
7229
|
+
|
7230
|
+
def query_devices_client_monitor_with_http_info(self, xiq_device_filter, **kwargs): # noqa: E501
|
7231
|
+
"""Query client monitor setting for multiple devices # noqa: E501
|
7232
|
+
|
7233
|
+
Query the client monitor setting for the target devices. # noqa: E501
|
7234
|
+
This method makes a synchronous HTTP request by default. To make an
|
7235
|
+
asynchronous HTTP request, please pass async_req=True
|
7236
|
+
>>> thread = api.query_devices_client_monitor_with_http_info(xiq_device_filter, async_req=True)
|
7237
|
+
>>> result = thread.get()
|
7238
|
+
|
7239
|
+
:param async_req bool: execute request asynchronously
|
7240
|
+
:param XiqDeviceFilter xiq_device_filter: (required)
|
7241
|
+
:param _return_http_data_only: response data without head status code
|
7242
|
+
and headers
|
7243
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
7244
|
+
be returned without reading/decoding response
|
7245
|
+
data. Default is True.
|
7246
|
+
:param _request_timeout: timeout setting for this request. If one
|
7247
|
+
number provided, it will be total request
|
7248
|
+
timeout. It can also be a pair (tuple) of
|
7249
|
+
(connection, read) timeouts.
|
7250
|
+
:return: tuple(dict(str, XiqDeviceClientMonitor), status_code(int), headers(HTTPHeaderDict))
|
7251
|
+
If the method is called asynchronously,
|
7252
|
+
returns the request thread.
|
7253
|
+
"""
|
7254
|
+
|
7255
|
+
local_var_params = locals()
|
7256
|
+
|
7257
|
+
all_params = [
|
7258
|
+
'xiq_device_filter'
|
7259
|
+
]
|
7260
|
+
all_params.extend(
|
7261
|
+
[
|
7262
|
+
'async_req',
|
7263
|
+
'_return_http_data_only',
|
7264
|
+
'_preload_content',
|
7265
|
+
'_request_timeout'
|
7266
|
+
]
|
7267
|
+
)
|
7268
|
+
|
7269
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
7270
|
+
if key not in all_params:
|
7271
|
+
raise ApiTypeError(
|
7272
|
+
"Got an unexpected keyword argument '%s'"
|
7273
|
+
" to method query_devices_client_monitor" % key
|
7274
|
+
)
|
7275
|
+
local_var_params[key] = val
|
7276
|
+
del local_var_params['kwargs']
|
7277
|
+
# verify the required parameter 'xiq_device_filter' is set
|
7278
|
+
if self.api_client.client_side_validation and ('xiq_device_filter' not in local_var_params or # noqa: E501
|
7279
|
+
local_var_params['xiq_device_filter'] is None): # noqa: E501
|
7280
|
+
raise ApiValueError("Missing the required parameter `xiq_device_filter` when calling `query_devices_client_monitor`") # noqa: E501
|
7281
|
+
|
7282
|
+
collection_formats = {}
|
7283
|
+
|
7284
|
+
path_params = {}
|
7285
|
+
|
7286
|
+
query_params = []
|
7287
|
+
|
7288
|
+
header_params = {}
|
7289
|
+
|
7290
|
+
form_params = []
|
7291
|
+
local_var_files = {}
|
7292
|
+
|
7293
|
+
body_params = None
|
7294
|
+
if 'xiq_device_filter' in local_var_params:
|
7295
|
+
body_params = local_var_params['xiq_device_filter']
|
7296
|
+
# HTTP header `Accept`
|
7297
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
7298
|
+
['application/json']) # noqa: E501
|
7299
|
+
|
7300
|
+
# HTTP header `Content-Type`
|
7301
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
7302
|
+
['application/json']) # noqa: E501
|
7303
|
+
|
7304
|
+
# Authentication setting
|
7305
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7306
|
+
|
7307
|
+
return self.api_client.call_api(
|
7308
|
+
'/devices/client-monitor/:query', 'POST',
|
7309
|
+
path_params,
|
7310
|
+
query_params,
|
7311
|
+
header_params,
|
7312
|
+
body=body_params,
|
7313
|
+
post_params=form_params,
|
7314
|
+
files=local_var_files,
|
7315
|
+
response_type='dict(str, XiqDeviceClientMonitor)', # noqa: E501
|
7316
|
+
auth_settings=auth_settings,
|
7317
|
+
async_req=local_var_params.get('async_req'),
|
7318
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
7319
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
7320
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
7321
|
+
collection_formats=collection_formats)
|
7322
|
+
|
7323
|
+
def query_devices_location(self, xiq_device_filter, **kwargs): # noqa: E501
|
7324
|
+
"""Query location for multiple devices # noqa: E501
|
7325
|
+
|
7326
|
+
Query the location for the target devices. # noqa: E501
|
7327
|
+
This method makes a synchronous HTTP request by default. To make an
|
7328
|
+
asynchronous HTTP request, please pass async_req=True
|
7329
|
+
>>> thread = api.query_devices_location(xiq_device_filter, async_req=True)
|
7330
|
+
>>> result = thread.get()
|
7331
|
+
|
7332
|
+
:param async_req bool: execute request asynchronously
|
7333
|
+
:param XiqDeviceFilter xiq_device_filter: (required)
|
7334
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
7335
|
+
be returned without reading/decoding response
|
7336
|
+
data. Default is True.
|
7337
|
+
:param _request_timeout: timeout setting for this request. If one
|
7338
|
+
number provided, it will be total request
|
7339
|
+
timeout. It can also be a pair (tuple) of
|
7340
|
+
(connection, read) timeouts.
|
7341
|
+
:return: dict(str, XiqDeviceLocation)
|
7342
|
+
If the method is called asynchronously,
|
7343
|
+
returns the request thread.
|
7344
|
+
"""
|
7345
|
+
kwargs['_return_http_data_only'] = True
|
7346
|
+
return self.query_devices_location_with_http_info(xiq_device_filter, **kwargs) # noqa: E501
|
7347
|
+
|
7348
|
+
def query_devices_location_with_http_info(self, xiq_device_filter, **kwargs): # noqa: E501
|
7349
|
+
"""Query location for multiple devices # noqa: E501
|
7350
|
+
|
7351
|
+
Query the location for the target devices. # noqa: E501
|
7352
|
+
This method makes a synchronous HTTP request by default. To make an
|
7353
|
+
asynchronous HTTP request, please pass async_req=True
|
7354
|
+
>>> thread = api.query_devices_location_with_http_info(xiq_device_filter, async_req=True)
|
7355
|
+
>>> result = thread.get()
|
7356
|
+
|
7357
|
+
:param async_req bool: execute request asynchronously
|
7358
|
+
:param XiqDeviceFilter xiq_device_filter: (required)
|
7359
|
+
:param _return_http_data_only: response data without head status code
|
7360
|
+
and headers
|
7361
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
7362
|
+
be returned without reading/decoding response
|
7363
|
+
data. Default is True.
|
7364
|
+
:param _request_timeout: timeout setting for this request. If one
|
7365
|
+
number provided, it will be total request
|
7366
|
+
timeout. It can also be a pair (tuple) of
|
7367
|
+
(connection, read) timeouts.
|
7368
|
+
:return: tuple(dict(str, XiqDeviceLocation), status_code(int), headers(HTTPHeaderDict))
|
7369
|
+
If the method is called asynchronously,
|
7370
|
+
returns the request thread.
|
7371
|
+
"""
|
7372
|
+
|
7373
|
+
local_var_params = locals()
|
7374
|
+
|
7375
|
+
all_params = [
|
7376
|
+
'xiq_device_filter'
|
7377
|
+
]
|
7378
|
+
all_params.extend(
|
7379
|
+
[
|
7380
|
+
'async_req',
|
7381
|
+
'_return_http_data_only',
|
7382
|
+
'_preload_content',
|
7383
|
+
'_request_timeout'
|
7384
|
+
]
|
7385
|
+
)
|
7386
|
+
|
7387
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
7388
|
+
if key not in all_params:
|
7389
|
+
raise ApiTypeError(
|
7390
|
+
"Got an unexpected keyword argument '%s'"
|
7391
|
+
" to method query_devices_location" % key
|
7392
|
+
)
|
7393
|
+
local_var_params[key] = val
|
7394
|
+
del local_var_params['kwargs']
|
7395
|
+
# verify the required parameter 'xiq_device_filter' is set
|
7396
|
+
if self.api_client.client_side_validation and ('xiq_device_filter' not in local_var_params or # noqa: E501
|
7397
|
+
local_var_params['xiq_device_filter'] is None): # noqa: E501
|
7398
|
+
raise ApiValueError("Missing the required parameter `xiq_device_filter` when calling `query_devices_location`") # noqa: E501
|
7399
|
+
|
7400
|
+
collection_formats = {}
|
7401
|
+
|
7402
|
+
path_params = {}
|
7403
|
+
|
7404
|
+
query_params = []
|
7405
|
+
|
7406
|
+
header_params = {}
|
7407
|
+
|
7408
|
+
form_params = []
|
7409
|
+
local_var_files = {}
|
7410
|
+
|
7411
|
+
body_params = None
|
7412
|
+
if 'xiq_device_filter' in local_var_params:
|
6667
7413
|
body_params = local_var_params['xiq_device_filter']
|
6668
7414
|
# HTTP header `Accept`
|
6669
7415
|
header_params['Accept'] = self.api_client.select_header_accept(
|
@@ -6674,7 +7420,7 @@ class DeviceApi(object):
|
|
6674
7420
|
['application/json']) # noqa: E501
|
6675
7421
|
|
6676
7422
|
# Authentication setting
|
6677
|
-
auth_settings = ['
|
7423
|
+
auth_settings = ['Bearer'] # noqa: E501
|
6678
7424
|
|
6679
7425
|
return self.api_client.call_api(
|
6680
7426
|
'/devices/location/:query', 'POST',
|
@@ -6792,7 +7538,7 @@ class DeviceApi(object):
|
|
6792
7538
|
['application/json']) # noqa: E501
|
6793
7539
|
|
6794
7540
|
# Authentication setting
|
6795
|
-
auth_settings = ['
|
7541
|
+
auth_settings = ['Bearer'] # noqa: E501
|
6796
7542
|
|
6797
7543
|
return self.api_client.call_api(
|
6798
7544
|
'/devices/network-policy/:query', 'POST',
|
@@ -6906,7 +7652,7 @@ class DeviceApi(object):
|
|
6906
7652
|
['application/json']) # noqa: E501
|
6907
7653
|
|
6908
7654
|
# Authentication setting
|
6909
|
-
auth_settings = ['
|
7655
|
+
auth_settings = ['Bearer'] # noqa: E501
|
6910
7656
|
|
6911
7657
|
return self.api_client.call_api(
|
6912
7658
|
'/devices/{id}/:reboot', 'POST',
|
@@ -7024,7 +7770,7 @@ class DeviceApi(object):
|
|
7024
7770
|
['application/json']) # noqa: E501
|
7025
7771
|
|
7026
7772
|
# Authentication setting
|
7027
|
-
auth_settings = ['
|
7773
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7028
7774
|
|
7029
7775
|
return self.api_client.call_api(
|
7030
7776
|
'/devices/:reboot', 'POST',
|
@@ -7143,7 +7889,7 @@ class DeviceApi(object):
|
|
7143
7889
|
['application/json']) # noqa: E501
|
7144
7890
|
|
7145
7891
|
# Authentication setting
|
7146
|
-
auth_settings = ['
|
7892
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7147
7893
|
|
7148
7894
|
return self.api_client.call_api(
|
7149
7895
|
'/devices/{id}/:reset', 'POST',
|
@@ -7161,6 +7907,120 @@ class DeviceApi(object):
|
|
7161
7907
|
_request_timeout=local_var_params.get('_request_timeout'),
|
7162
7908
|
collection_formats=collection_formats)
|
7163
7909
|
|
7910
|
+
def revoke_device_client_monitor(self, id, **kwargs): # noqa: E501
|
7911
|
+
"""Revoke client monitor setting for a device # noqa: E501
|
7912
|
+
|
7913
|
+
Revoke the assigned client monitor for a specific device. # noqa: E501
|
7914
|
+
This method makes a synchronous HTTP request by default. To make an
|
7915
|
+
asynchronous HTTP request, please pass async_req=True
|
7916
|
+
>>> thread = api.revoke_device_client_monitor(id, async_req=True)
|
7917
|
+
>>> result = thread.get()
|
7918
|
+
|
7919
|
+
:param async_req bool: execute request asynchronously
|
7920
|
+
:param int id: The device ID (required)
|
7921
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
7922
|
+
be returned without reading/decoding response
|
7923
|
+
data. Default is True.
|
7924
|
+
:param _request_timeout: timeout setting for this request. If one
|
7925
|
+
number provided, it will be total request
|
7926
|
+
timeout. It can also be a pair (tuple) of
|
7927
|
+
(connection, read) timeouts.
|
7928
|
+
:return: None
|
7929
|
+
If the method is called asynchronously,
|
7930
|
+
returns the request thread.
|
7931
|
+
"""
|
7932
|
+
kwargs['_return_http_data_only'] = True
|
7933
|
+
return self.revoke_device_client_monitor_with_http_info(id, **kwargs) # noqa: E501
|
7934
|
+
|
7935
|
+
def revoke_device_client_monitor_with_http_info(self, id, **kwargs): # noqa: E501
|
7936
|
+
"""Revoke client monitor setting for a device # noqa: E501
|
7937
|
+
|
7938
|
+
Revoke the assigned client monitor for a specific device. # noqa: E501
|
7939
|
+
This method makes a synchronous HTTP request by default. To make an
|
7940
|
+
asynchronous HTTP request, please pass async_req=True
|
7941
|
+
>>> thread = api.revoke_device_client_monitor_with_http_info(id, async_req=True)
|
7942
|
+
>>> result = thread.get()
|
7943
|
+
|
7944
|
+
:param async_req bool: execute request asynchronously
|
7945
|
+
:param int id: The device ID (required)
|
7946
|
+
:param _return_http_data_only: response data without head status code
|
7947
|
+
and headers
|
7948
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
7949
|
+
be returned without reading/decoding response
|
7950
|
+
data. Default is True.
|
7951
|
+
:param _request_timeout: timeout setting for this request. If one
|
7952
|
+
number provided, it will be total request
|
7953
|
+
timeout. It can also be a pair (tuple) of
|
7954
|
+
(connection, read) timeouts.
|
7955
|
+
:return: None
|
7956
|
+
If the method is called asynchronously,
|
7957
|
+
returns the request thread.
|
7958
|
+
"""
|
7959
|
+
|
7960
|
+
local_var_params = locals()
|
7961
|
+
|
7962
|
+
all_params = [
|
7963
|
+
'id'
|
7964
|
+
]
|
7965
|
+
all_params.extend(
|
7966
|
+
[
|
7967
|
+
'async_req',
|
7968
|
+
'_return_http_data_only',
|
7969
|
+
'_preload_content',
|
7970
|
+
'_request_timeout'
|
7971
|
+
]
|
7972
|
+
)
|
7973
|
+
|
7974
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
7975
|
+
if key not in all_params:
|
7976
|
+
raise ApiTypeError(
|
7977
|
+
"Got an unexpected keyword argument '%s'"
|
7978
|
+
" to method revoke_device_client_monitor" % key
|
7979
|
+
)
|
7980
|
+
local_var_params[key] = val
|
7981
|
+
del local_var_params['kwargs']
|
7982
|
+
# verify the required parameter 'id' is set
|
7983
|
+
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
7984
|
+
local_var_params['id'] is None): # noqa: E501
|
7985
|
+
raise ApiValueError("Missing the required parameter `id` when calling `revoke_device_client_monitor`") # noqa: E501
|
7986
|
+
|
7987
|
+
collection_formats = {}
|
7988
|
+
|
7989
|
+
path_params = {}
|
7990
|
+
if 'id' in local_var_params:
|
7991
|
+
path_params['id'] = local_var_params['id'] # noqa: E501
|
7992
|
+
|
7993
|
+
query_params = []
|
7994
|
+
|
7995
|
+
header_params = {}
|
7996
|
+
|
7997
|
+
form_params = []
|
7998
|
+
local_var_files = {}
|
7999
|
+
|
8000
|
+
body_params = None
|
8001
|
+
# HTTP header `Accept`
|
8002
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
8003
|
+
['application/json']) # noqa: E501
|
8004
|
+
|
8005
|
+
# Authentication setting
|
8006
|
+
auth_settings = ['Bearer'] # noqa: E501
|
8007
|
+
|
8008
|
+
return self.api_client.call_api(
|
8009
|
+
'/devices/{id}/client-monitor', 'DELETE',
|
8010
|
+
path_params,
|
8011
|
+
query_params,
|
8012
|
+
header_params,
|
8013
|
+
body=body_params,
|
8014
|
+
post_params=form_params,
|
8015
|
+
files=local_var_files,
|
8016
|
+
response_type=None, # noqa: E501
|
8017
|
+
auth_settings=auth_settings,
|
8018
|
+
async_req=local_var_params.get('async_req'),
|
8019
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
8020
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
8021
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
8022
|
+
collection_formats=collection_formats)
|
8023
|
+
|
7164
8024
|
def revoke_device_location(self, id, **kwargs): # noqa: E501
|
7165
8025
|
"""Revoke location for a device # noqa: E501
|
7166
8026
|
|
@@ -7257,7 +8117,7 @@ class DeviceApi(object):
|
|
7257
8117
|
['application/json']) # noqa: E501
|
7258
8118
|
|
7259
8119
|
# Authentication setting
|
7260
|
-
auth_settings = ['
|
8120
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7261
8121
|
|
7262
8122
|
return self.api_client.call_api(
|
7263
8123
|
'/devices/{id}/location', 'DELETE',
|
@@ -7371,7 +8231,7 @@ class DeviceApi(object):
|
|
7371
8231
|
['application/json']) # noqa: E501
|
7372
8232
|
|
7373
8233
|
# Authentication setting
|
7374
|
-
auth_settings = ['
|
8234
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7375
8235
|
|
7376
8236
|
return self.api_client.call_api(
|
7377
8237
|
'/devices/{id}/network-policy', 'DELETE',
|
@@ -7389,6 +8249,124 @@ class DeviceApi(object):
|
|
7389
8249
|
_request_timeout=local_var_params.get('_request_timeout'),
|
7390
8250
|
collection_formats=collection_formats)
|
7391
8251
|
|
8252
|
+
def revoke_devices_client_monitor(self, xiq_device_filter, **kwargs): # noqa: E501
|
8253
|
+
"""Revoke client monitor setting for multiple devices # noqa: E501
|
8254
|
+
|
8255
|
+
Revoke the client monitor setting from the target devices. # noqa: E501
|
8256
|
+
This method makes a synchronous HTTP request by default. To make an
|
8257
|
+
asynchronous HTTP request, please pass async_req=True
|
8258
|
+
>>> thread = api.revoke_devices_client_monitor(xiq_device_filter, async_req=True)
|
8259
|
+
>>> result = thread.get()
|
8260
|
+
|
8261
|
+
:param async_req bool: execute request asynchronously
|
8262
|
+
:param XiqDeviceFilter xiq_device_filter: (required)
|
8263
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
8264
|
+
be returned without reading/decoding response
|
8265
|
+
data. Default is True.
|
8266
|
+
:param _request_timeout: timeout setting for this request. If one
|
8267
|
+
number provided, it will be total request
|
8268
|
+
timeout. It can also be a pair (tuple) of
|
8269
|
+
(connection, read) timeouts.
|
8270
|
+
:return: None
|
8271
|
+
If the method is called asynchronously,
|
8272
|
+
returns the request thread.
|
8273
|
+
"""
|
8274
|
+
kwargs['_return_http_data_only'] = True
|
8275
|
+
return self.revoke_devices_client_monitor_with_http_info(xiq_device_filter, **kwargs) # noqa: E501
|
8276
|
+
|
8277
|
+
def revoke_devices_client_monitor_with_http_info(self, xiq_device_filter, **kwargs): # noqa: E501
|
8278
|
+
"""Revoke client monitor setting for multiple devices # noqa: E501
|
8279
|
+
|
8280
|
+
Revoke the client monitor setting from the target devices. # noqa: E501
|
8281
|
+
This method makes a synchronous HTTP request by default. To make an
|
8282
|
+
asynchronous HTTP request, please pass async_req=True
|
8283
|
+
>>> thread = api.revoke_devices_client_monitor_with_http_info(xiq_device_filter, async_req=True)
|
8284
|
+
>>> result = thread.get()
|
8285
|
+
|
8286
|
+
:param async_req bool: execute request asynchronously
|
8287
|
+
:param XiqDeviceFilter xiq_device_filter: (required)
|
8288
|
+
:param _return_http_data_only: response data without head status code
|
8289
|
+
and headers
|
8290
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
8291
|
+
be returned without reading/decoding response
|
8292
|
+
data. Default is True.
|
8293
|
+
:param _request_timeout: timeout setting for this request. If one
|
8294
|
+
number provided, it will be total request
|
8295
|
+
timeout. It can also be a pair (tuple) of
|
8296
|
+
(connection, read) timeouts.
|
8297
|
+
:return: None
|
8298
|
+
If the method is called asynchronously,
|
8299
|
+
returns the request thread.
|
8300
|
+
"""
|
8301
|
+
|
8302
|
+
local_var_params = locals()
|
8303
|
+
|
8304
|
+
all_params = [
|
8305
|
+
'xiq_device_filter'
|
8306
|
+
]
|
8307
|
+
all_params.extend(
|
8308
|
+
[
|
8309
|
+
'async_req',
|
8310
|
+
'_return_http_data_only',
|
8311
|
+
'_preload_content',
|
8312
|
+
'_request_timeout'
|
8313
|
+
]
|
8314
|
+
)
|
8315
|
+
|
8316
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
8317
|
+
if key not in all_params:
|
8318
|
+
raise ApiTypeError(
|
8319
|
+
"Got an unexpected keyword argument '%s'"
|
8320
|
+
" to method revoke_devices_client_monitor" % key
|
8321
|
+
)
|
8322
|
+
local_var_params[key] = val
|
8323
|
+
del local_var_params['kwargs']
|
8324
|
+
# verify the required parameter 'xiq_device_filter' is set
|
8325
|
+
if self.api_client.client_side_validation and ('xiq_device_filter' not in local_var_params or # noqa: E501
|
8326
|
+
local_var_params['xiq_device_filter'] is None): # noqa: E501
|
8327
|
+
raise ApiValueError("Missing the required parameter `xiq_device_filter` when calling `revoke_devices_client_monitor`") # noqa: E501
|
8328
|
+
|
8329
|
+
collection_formats = {}
|
8330
|
+
|
8331
|
+
path_params = {}
|
8332
|
+
|
8333
|
+
query_params = []
|
8334
|
+
|
8335
|
+
header_params = {}
|
8336
|
+
|
8337
|
+
form_params = []
|
8338
|
+
local_var_files = {}
|
8339
|
+
|
8340
|
+
body_params = None
|
8341
|
+
if 'xiq_device_filter' in local_var_params:
|
8342
|
+
body_params = local_var_params['xiq_device_filter']
|
8343
|
+
# HTTP header `Accept`
|
8344
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
8345
|
+
['application/json']) # noqa: E501
|
8346
|
+
|
8347
|
+
# HTTP header `Content-Type`
|
8348
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
8349
|
+
['application/json']) # noqa: E501
|
8350
|
+
|
8351
|
+
# Authentication setting
|
8352
|
+
auth_settings = ['Bearer'] # noqa: E501
|
8353
|
+
|
8354
|
+
return self.api_client.call_api(
|
8355
|
+
'/devices/client-monitor:revoke', 'POST',
|
8356
|
+
path_params,
|
8357
|
+
query_params,
|
8358
|
+
header_params,
|
8359
|
+
body=body_params,
|
8360
|
+
post_params=form_params,
|
8361
|
+
files=local_var_files,
|
8362
|
+
response_type=None, # noqa: E501
|
8363
|
+
auth_settings=auth_settings,
|
8364
|
+
async_req=local_var_params.get('async_req'),
|
8365
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
8366
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
8367
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
8368
|
+
collection_formats=collection_formats)
|
8369
|
+
|
7392
8370
|
def revoke_devices_location(self, xiq_device_filter, **kwargs): # noqa: E501
|
7393
8371
|
"""Revoke location for multiple devices # noqa: E501
|
7394
8372
|
|
@@ -7489,7 +8467,7 @@ class DeviceApi(object):
|
|
7489
8467
|
['application/json']) # noqa: E501
|
7490
8468
|
|
7491
8469
|
# Authentication setting
|
7492
|
-
auth_settings = ['
|
8470
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7493
8471
|
|
7494
8472
|
return self.api_client.call_api(
|
7495
8473
|
'/devices/location/:revoke', 'POST',
|
@@ -7607,7 +8585,7 @@ class DeviceApi(object):
|
|
7607
8585
|
['application/json']) # noqa: E501
|
7608
8586
|
|
7609
8587
|
# Authentication setting
|
7610
|
-
auth_settings = ['
|
8588
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7611
8589
|
|
7612
8590
|
return self.api_client.call_api(
|
7613
8591
|
'/devices/network-policy/:revoke', 'POST',
|
@@ -7722,7 +8700,7 @@ class DeviceApi(object):
|
|
7722
8700
|
['application/json']) # noqa: E501
|
7723
8701
|
|
7724
8702
|
# Authentication setting
|
7725
|
-
auth_settings = ['
|
8703
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7726
8704
|
|
7727
8705
|
return self.api_client.call_api(
|
7728
8706
|
'/devices/radius-proxy/:revoke', 'DELETE',
|
@@ -7849,7 +8827,7 @@ class DeviceApi(object):
|
|
7849
8827
|
['application/json']) # noqa: E501
|
7850
8828
|
|
7851
8829
|
# Authentication setting
|
7852
|
-
auth_settings = ['
|
8830
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7853
8831
|
|
7854
8832
|
return self.api_client.call_api(
|
7855
8833
|
'/devices/{id}/:cli', 'POST',
|
@@ -7972,7 +8950,7 @@ class DeviceApi(object):
|
|
7972
8950
|
['application/json']) # noqa: E501
|
7973
8951
|
|
7974
8952
|
# Authentication setting
|
7975
|
-
auth_settings = ['
|
8953
|
+
auth_settings = ['Bearer'] # noqa: E501
|
7976
8954
|
|
7977
8955
|
return self.api_client.call_api(
|
7978
8956
|
'/devices/:cli', 'POST',
|
@@ -8099,7 +9077,7 @@ class DeviceApi(object):
|
|
8099
9077
|
['application/json']) # noqa: E501
|
8100
9078
|
|
8101
9079
|
# Authentication setting
|
8102
|
-
auth_settings = ['
|
9080
|
+
auth_settings = ['Bearer'] # noqa: E501
|
8103
9081
|
|
8104
9082
|
return self.api_client.call_api(
|
8105
9083
|
'/devices/{id}/thread/commissioner/:start', 'POST',
|
@@ -8226,7 +9204,7 @@ class DeviceApi(object):
|
|
8226
9204
|
['application/json']) # noqa: E501
|
8227
9205
|
|
8228
9206
|
# Authentication setting
|
8229
|
-
auth_settings = ['
|
9207
|
+
auth_settings = ['Bearer'] # noqa: E501
|
8230
9208
|
|
8231
9209
|
return self.api_client.call_api(
|
8232
9210
|
'/devices/{id}/thread/commissioner/:stop', 'POST',
|
@@ -8362,7 +9340,7 @@ class DeviceApi(object):
|
|
8362
9340
|
['application/json']) # noqa: E501
|
8363
9341
|
|
8364
9342
|
# Authentication setting
|
8365
|
-
auth_settings = ['
|
9343
|
+
auth_settings = ['Bearer'] # noqa: E501
|
8366
9344
|
|
8367
9345
|
return self.api_client.call_api(
|
8368
9346
|
'/devices/{id}/config/vlan-ipv4-intf/{ipv4InterfaceId}', 'PATCH',
|
@@ -8498,7 +9476,7 @@ class DeviceApi(object):
|
|
8498
9476
|
['application/json']) # noqa: E501
|
8499
9477
|
|
8500
9478
|
# Authentication setting
|
8501
|
-
auth_settings = ['
|
9479
|
+
auth_settings = ['Bearer'] # noqa: E501
|
8502
9480
|
|
8503
9481
|
return self.api_client.call_api(
|
8504
9482
|
'/devices/{id}/config/vlan-ipv4-static/{ipv4StaticRouteId}', 'PATCH',
|
@@ -8634,7 +9612,7 @@ class DeviceApi(object):
|
|
8634
9612
|
['application/json']) # noqa: E501
|
8635
9613
|
|
8636
9614
|
# Authentication setting
|
8637
|
-
auth_settings = ['
|
9615
|
+
auth_settings = ['Bearer'] # noqa: E501
|
8638
9616
|
|
8639
9617
|
return self.api_client.call_api(
|
8640
9618
|
'/devices/{id}/config/vlan-attributes/{vlanId}', 'PATCH',
|