extremecloudiq-api 24.2.0.52__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 +23 -23
- 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.52.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.52.dist-info/RECORD +0 -588
- {extremecloudiq_api-24.2.0.52.dist-info → extremecloudiq_api-24.3.1.2.dist-info}/WHEEL +0 -0
- {extremecloudiq_api-24.2.0.52.dist-info → extremecloudiq_api-24.3.1.2.dist-info}/top_level.txt +0 -0
@@ -1,1392 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
ExtremeCloud IQ API
|
5
|
-
|
6
|
-
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 24.2.0.52
|
9
|
-
Contact: support@extremenetworks.com
|
10
|
-
Generated by: https://openapi-generator.tech
|
11
|
-
"""
|
12
|
-
|
13
|
-
|
14
|
-
from __future__ import absolute_import
|
15
|
-
|
16
|
-
import re # noqa: F401
|
17
|
-
|
18
|
-
# python 2 and python 3 compatibility library
|
19
|
-
import six
|
20
|
-
|
21
|
-
from extremecloudiq.api_client import ApiClient
|
22
|
-
from extremecloudiq.exceptions import ( # noqa: F401
|
23
|
-
ApiTypeError,
|
24
|
-
ApiValueError
|
25
|
-
)
|
26
|
-
|
27
|
-
|
28
|
-
class LicenseApi(object):
|
29
|
-
"""NOTE: This class is auto generated by OpenAPI Generator
|
30
|
-
Ref: https://openapi-generator.tech
|
31
|
-
|
32
|
-
Do not edit the class manually.
|
33
|
-
"""
|
34
|
-
|
35
|
-
def __init__(self, api_client=None):
|
36
|
-
if api_client is None:
|
37
|
-
api_client = ApiClient()
|
38
|
-
self.api_client = api_client
|
39
|
-
|
40
|
-
def add_legacy_license(self, xiq_add_legacy_license_request, **kwargs): # noqa: E501
|
41
|
-
"""Add legacy license # noqa: E501
|
42
|
-
|
43
|
-
Add legacy license. # noqa: E501
|
44
|
-
This method makes a synchronous HTTP request by default. To make an
|
45
|
-
asynchronous HTTP request, please pass async_req=True
|
46
|
-
>>> thread = api.add_legacy_license(xiq_add_legacy_license_request, async_req=True)
|
47
|
-
>>> result = thread.get()
|
48
|
-
|
49
|
-
:param async_req bool: execute request asynchronously
|
50
|
-
:param XiqAddLegacyLicenseRequest xiq_add_legacy_license_request: The payload to add legacy license key (required)
|
51
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
52
|
-
be returned without reading/decoding response
|
53
|
-
data. Default is True.
|
54
|
-
:param _request_timeout: timeout setting for this request. If one
|
55
|
-
number provided, it will be total request
|
56
|
-
timeout. It can also be a pair (tuple) of
|
57
|
-
(connection, read) timeouts.
|
58
|
-
:return: XiqAddLegacyLicenseResponse
|
59
|
-
If the method is called asynchronously,
|
60
|
-
returns the request thread.
|
61
|
-
"""
|
62
|
-
kwargs['_return_http_data_only'] = True
|
63
|
-
return self.add_legacy_license_with_http_info(xiq_add_legacy_license_request, **kwargs) # noqa: E501
|
64
|
-
|
65
|
-
def add_legacy_license_with_http_info(self, xiq_add_legacy_license_request, **kwargs): # noqa: E501
|
66
|
-
"""Add legacy license # noqa: E501
|
67
|
-
|
68
|
-
Add legacy license. # noqa: E501
|
69
|
-
This method makes a synchronous HTTP request by default. To make an
|
70
|
-
asynchronous HTTP request, please pass async_req=True
|
71
|
-
>>> thread = api.add_legacy_license_with_http_info(xiq_add_legacy_license_request, async_req=True)
|
72
|
-
>>> result = thread.get()
|
73
|
-
|
74
|
-
:param async_req bool: execute request asynchronously
|
75
|
-
:param XiqAddLegacyLicenseRequest xiq_add_legacy_license_request: The payload to add legacy license key (required)
|
76
|
-
:param _return_http_data_only: response data without head status code
|
77
|
-
and headers
|
78
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
79
|
-
be returned without reading/decoding response
|
80
|
-
data. Default is True.
|
81
|
-
:param _request_timeout: timeout setting for this request. If one
|
82
|
-
number provided, it will be total request
|
83
|
-
timeout. It can also be a pair (tuple) of
|
84
|
-
(connection, read) timeouts.
|
85
|
-
:return: tuple(XiqAddLegacyLicenseResponse, status_code(int), headers(HTTPHeaderDict))
|
86
|
-
If the method is called asynchronously,
|
87
|
-
returns the request thread.
|
88
|
-
"""
|
89
|
-
|
90
|
-
local_var_params = locals()
|
91
|
-
|
92
|
-
all_params = [
|
93
|
-
'xiq_add_legacy_license_request'
|
94
|
-
]
|
95
|
-
all_params.extend(
|
96
|
-
[
|
97
|
-
'async_req',
|
98
|
-
'_return_http_data_only',
|
99
|
-
'_preload_content',
|
100
|
-
'_request_timeout'
|
101
|
-
]
|
102
|
-
)
|
103
|
-
|
104
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
105
|
-
if key not in all_params:
|
106
|
-
raise ApiTypeError(
|
107
|
-
"Got an unexpected keyword argument '%s'"
|
108
|
-
" to method add_legacy_license" % key
|
109
|
-
)
|
110
|
-
local_var_params[key] = val
|
111
|
-
del local_var_params['kwargs']
|
112
|
-
# verify the required parameter 'xiq_add_legacy_license_request' is set
|
113
|
-
if self.api_client.client_side_validation and ('xiq_add_legacy_license_request' not in local_var_params or # noqa: E501
|
114
|
-
local_var_params['xiq_add_legacy_license_request'] is None): # noqa: E501
|
115
|
-
raise ApiValueError("Missing the required parameter `xiq_add_legacy_license_request` when calling `add_legacy_license`") # noqa: E501
|
116
|
-
|
117
|
-
collection_formats = {}
|
118
|
-
|
119
|
-
path_params = {}
|
120
|
-
|
121
|
-
query_params = []
|
122
|
-
|
123
|
-
header_params = {}
|
124
|
-
|
125
|
-
form_params = []
|
126
|
-
local_var_files = {}
|
127
|
-
|
128
|
-
body_params = None
|
129
|
-
if 'xiq_add_legacy_license_request' in local_var_params:
|
130
|
-
body_params = local_var_params['xiq_add_legacy_license_request']
|
131
|
-
# HTTP header `Accept`
|
132
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
133
|
-
['application/json']) # noqa: E501
|
134
|
-
|
135
|
-
# HTTP header `Content-Type`
|
136
|
-
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
137
|
-
['application/json']) # noqa: E501
|
138
|
-
|
139
|
-
# Authentication setting
|
140
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
141
|
-
|
142
|
-
return self.api_client.call_api(
|
143
|
-
'/licenses/legacy-licenses', 'POST',
|
144
|
-
path_params,
|
145
|
-
query_params,
|
146
|
-
header_params,
|
147
|
-
body=body_params,
|
148
|
-
post_params=form_params,
|
149
|
-
files=local_var_files,
|
150
|
-
response_type='XiqAddLegacyLicenseResponse', # noqa: E501
|
151
|
-
auth_settings=auth_settings,
|
152
|
-
async_req=local_var_params.get('async_req'),
|
153
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
154
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
155
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
156
|
-
collection_formats=collection_formats)
|
157
|
-
|
158
|
-
def delete_legacy_license(self, id, **kwargs): # noqa: E501
|
159
|
-
"""Delete legacy license # noqa: E501
|
160
|
-
|
161
|
-
Delete legacy license. # noqa: E501
|
162
|
-
This method makes a synchronous HTTP request by default. To make an
|
163
|
-
asynchronous HTTP request, please pass async_req=True
|
164
|
-
>>> thread = api.delete_legacy_license(id, async_req=True)
|
165
|
-
>>> result = thread.get()
|
166
|
-
|
167
|
-
:param async_req bool: execute request asynchronously
|
168
|
-
:param int id: The legacy license ID (required)
|
169
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
170
|
-
be returned without reading/decoding response
|
171
|
-
data. Default is True.
|
172
|
-
:param _request_timeout: timeout setting for this request. If one
|
173
|
-
number provided, it will be total request
|
174
|
-
timeout. It can also be a pair (tuple) of
|
175
|
-
(connection, read) timeouts.
|
176
|
-
:return: None
|
177
|
-
If the method is called asynchronously,
|
178
|
-
returns the request thread.
|
179
|
-
"""
|
180
|
-
kwargs['_return_http_data_only'] = True
|
181
|
-
return self.delete_legacy_license_with_http_info(id, **kwargs) # noqa: E501
|
182
|
-
|
183
|
-
def delete_legacy_license_with_http_info(self, id, **kwargs): # noqa: E501
|
184
|
-
"""Delete legacy license # noqa: E501
|
185
|
-
|
186
|
-
Delete legacy license. # noqa: E501
|
187
|
-
This method makes a synchronous HTTP request by default. To make an
|
188
|
-
asynchronous HTTP request, please pass async_req=True
|
189
|
-
>>> thread = api.delete_legacy_license_with_http_info(id, async_req=True)
|
190
|
-
>>> result = thread.get()
|
191
|
-
|
192
|
-
:param async_req bool: execute request asynchronously
|
193
|
-
:param int id: The legacy license ID (required)
|
194
|
-
:param _return_http_data_only: response data without head status code
|
195
|
-
and headers
|
196
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
197
|
-
be returned without reading/decoding response
|
198
|
-
data. Default is True.
|
199
|
-
:param _request_timeout: timeout setting for this request. If one
|
200
|
-
number provided, it will be total request
|
201
|
-
timeout. It can also be a pair (tuple) of
|
202
|
-
(connection, read) timeouts.
|
203
|
-
:return: None
|
204
|
-
If the method is called asynchronously,
|
205
|
-
returns the request thread.
|
206
|
-
"""
|
207
|
-
|
208
|
-
local_var_params = locals()
|
209
|
-
|
210
|
-
all_params = [
|
211
|
-
'id'
|
212
|
-
]
|
213
|
-
all_params.extend(
|
214
|
-
[
|
215
|
-
'async_req',
|
216
|
-
'_return_http_data_only',
|
217
|
-
'_preload_content',
|
218
|
-
'_request_timeout'
|
219
|
-
]
|
220
|
-
)
|
221
|
-
|
222
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
223
|
-
if key not in all_params:
|
224
|
-
raise ApiTypeError(
|
225
|
-
"Got an unexpected keyword argument '%s'"
|
226
|
-
" to method delete_legacy_license" % key
|
227
|
-
)
|
228
|
-
local_var_params[key] = val
|
229
|
-
del local_var_params['kwargs']
|
230
|
-
# verify the required parameter 'id' is set
|
231
|
-
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
232
|
-
local_var_params['id'] is None): # noqa: E501
|
233
|
-
raise ApiValueError("Missing the required parameter `id` when calling `delete_legacy_license`") # noqa: E501
|
234
|
-
|
235
|
-
collection_formats = {}
|
236
|
-
|
237
|
-
path_params = {}
|
238
|
-
if 'id' in local_var_params:
|
239
|
-
path_params['id'] = local_var_params['id'] # noqa: E501
|
240
|
-
|
241
|
-
query_params = []
|
242
|
-
|
243
|
-
header_params = {}
|
244
|
-
|
245
|
-
form_params = []
|
246
|
-
local_var_files = {}
|
247
|
-
|
248
|
-
body_params = None
|
249
|
-
# HTTP header `Accept`
|
250
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
251
|
-
['application/json']) # noqa: E501
|
252
|
-
|
253
|
-
# Authentication setting
|
254
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
255
|
-
|
256
|
-
return self.api_client.call_api(
|
257
|
-
'/licenses/legacy-licenses/{id}', 'DELETE',
|
258
|
-
path_params,
|
259
|
-
query_params,
|
260
|
-
header_params,
|
261
|
-
body=body_params,
|
262
|
-
post_params=form_params,
|
263
|
-
files=local_var_files,
|
264
|
-
response_type=None, # noqa: E501
|
265
|
-
auth_settings=auth_settings,
|
266
|
-
async_req=local_var_params.get('async_req'),
|
267
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
268
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
269
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
270
|
-
collection_formats=collection_formats)
|
271
|
-
|
272
|
-
def get_application_filter(self, **kwargs): # noqa: E501
|
273
|
-
"""Get application filter # noqa: E501
|
274
|
-
|
275
|
-
Get the application filter for listing licenses. # noqa: E501
|
276
|
-
This method makes a synchronous HTTP request by default. To make an
|
277
|
-
asynchronous HTTP request, please pass async_req=True
|
278
|
-
>>> thread = api.get_application_filter(async_req=True)
|
279
|
-
>>> result = thread.get()
|
280
|
-
|
281
|
-
:param async_req bool: execute request asynchronously
|
282
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
283
|
-
be returned without reading/decoding response
|
284
|
-
data. Default is True.
|
285
|
-
:param _request_timeout: timeout setting for this request. If one
|
286
|
-
number provided, it will be total request
|
287
|
-
timeout. It can also be a pair (tuple) of
|
288
|
-
(connection, read) timeouts.
|
289
|
-
:return: list[XiqApplicationFilterItem]
|
290
|
-
If the method is called asynchronously,
|
291
|
-
returns the request thread.
|
292
|
-
"""
|
293
|
-
kwargs['_return_http_data_only'] = True
|
294
|
-
return self.get_application_filter_with_http_info(**kwargs) # noqa: E501
|
295
|
-
|
296
|
-
def get_application_filter_with_http_info(self, **kwargs): # noqa: E501
|
297
|
-
"""Get application filter # noqa: E501
|
298
|
-
|
299
|
-
Get the application filter for listing licenses. # noqa: E501
|
300
|
-
This method makes a synchronous HTTP request by default. To make an
|
301
|
-
asynchronous HTTP request, please pass async_req=True
|
302
|
-
>>> thread = api.get_application_filter_with_http_info(async_req=True)
|
303
|
-
>>> result = thread.get()
|
304
|
-
|
305
|
-
:param async_req bool: execute request asynchronously
|
306
|
-
:param _return_http_data_only: response data without head status code
|
307
|
-
and headers
|
308
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
309
|
-
be returned without reading/decoding response
|
310
|
-
data. Default is True.
|
311
|
-
:param _request_timeout: timeout setting for this request. If one
|
312
|
-
number provided, it will be total request
|
313
|
-
timeout. It can also be a pair (tuple) of
|
314
|
-
(connection, read) timeouts.
|
315
|
-
:return: tuple(list[XiqApplicationFilterItem], status_code(int), headers(HTTPHeaderDict))
|
316
|
-
If the method is called asynchronously,
|
317
|
-
returns the request thread.
|
318
|
-
"""
|
319
|
-
|
320
|
-
local_var_params = locals()
|
321
|
-
|
322
|
-
all_params = [
|
323
|
-
]
|
324
|
-
all_params.extend(
|
325
|
-
[
|
326
|
-
'async_req',
|
327
|
-
'_return_http_data_only',
|
328
|
-
'_preload_content',
|
329
|
-
'_request_timeout'
|
330
|
-
]
|
331
|
-
)
|
332
|
-
|
333
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
334
|
-
if key not in all_params:
|
335
|
-
raise ApiTypeError(
|
336
|
-
"Got an unexpected keyword argument '%s'"
|
337
|
-
" to method get_application_filter" % key
|
338
|
-
)
|
339
|
-
local_var_params[key] = val
|
340
|
-
del local_var_params['kwargs']
|
341
|
-
|
342
|
-
collection_formats = {}
|
343
|
-
|
344
|
-
path_params = {}
|
345
|
-
|
346
|
-
query_params = []
|
347
|
-
|
348
|
-
header_params = {}
|
349
|
-
|
350
|
-
form_params = []
|
351
|
-
local_var_files = {}
|
352
|
-
|
353
|
-
body_params = None
|
354
|
-
# HTTP header `Accept`
|
355
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
356
|
-
['application/json']) # noqa: E501
|
357
|
-
|
358
|
-
# Authentication setting
|
359
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
360
|
-
|
361
|
-
return self.api_client.call_api(
|
362
|
-
'/licenses/application-filter', 'GET',
|
363
|
-
path_params,
|
364
|
-
query_params,
|
365
|
-
header_params,
|
366
|
-
body=body_params,
|
367
|
-
post_params=form_params,
|
368
|
-
files=local_var_files,
|
369
|
-
response_type='list[XiqApplicationFilterItem]', # noqa: E501
|
370
|
-
auth_settings=auth_settings,
|
371
|
-
async_req=local_var_params.get('async_req'),
|
372
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
373
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
374
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
375
|
-
collection_formats=collection_formats)
|
376
|
-
|
377
|
-
def get_extreme_portal_link_param(self, url, **kwargs): # noqa: E501
|
378
|
-
"""Get Extreme portal account link parameter # noqa: E501
|
379
|
-
|
380
|
-
Get the VIQ-Extreme portal account link parameter. # noqa: E501
|
381
|
-
This method makes a synchronous HTTP request by default. To make an
|
382
|
-
asynchronous HTTP request, please pass async_req=True
|
383
|
-
>>> thread = api.get_extreme_portal_link_param(url, async_req=True)
|
384
|
-
>>> result = thread.get()
|
385
|
-
|
386
|
-
:param async_req bool: execute request asynchronously
|
387
|
-
:param str url: After linking operation, which web page to redirect to (required)
|
388
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
389
|
-
be returned without reading/decoding response
|
390
|
-
data. Default is True.
|
391
|
-
:param _request_timeout: timeout setting for this request. If one
|
392
|
-
number provided, it will be total request
|
393
|
-
timeout. It can also be a pair (tuple) of
|
394
|
-
(connection, read) timeouts.
|
395
|
-
:return: XiqExtremePortalLinkParam
|
396
|
-
If the method is called asynchronously,
|
397
|
-
returns the request thread.
|
398
|
-
"""
|
399
|
-
kwargs['_return_http_data_only'] = True
|
400
|
-
return self.get_extreme_portal_link_param_with_http_info(url, **kwargs) # noqa: E501
|
401
|
-
|
402
|
-
def get_extreme_portal_link_param_with_http_info(self, url, **kwargs): # noqa: E501
|
403
|
-
"""Get Extreme portal account link parameter # noqa: E501
|
404
|
-
|
405
|
-
Get the VIQ-Extreme portal account link parameter. # noqa: E501
|
406
|
-
This method makes a synchronous HTTP request by default. To make an
|
407
|
-
asynchronous HTTP request, please pass async_req=True
|
408
|
-
>>> thread = api.get_extreme_portal_link_param_with_http_info(url, async_req=True)
|
409
|
-
>>> result = thread.get()
|
410
|
-
|
411
|
-
:param async_req bool: execute request asynchronously
|
412
|
-
:param str url: After linking operation, which web page to redirect to (required)
|
413
|
-
:param _return_http_data_only: response data without head status code
|
414
|
-
and headers
|
415
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
416
|
-
be returned without reading/decoding response
|
417
|
-
data. Default is True.
|
418
|
-
:param _request_timeout: timeout setting for this request. If one
|
419
|
-
number provided, it will be total request
|
420
|
-
timeout. It can also be a pair (tuple) of
|
421
|
-
(connection, read) timeouts.
|
422
|
-
:return: tuple(XiqExtremePortalLinkParam, status_code(int), headers(HTTPHeaderDict))
|
423
|
-
If the method is called asynchronously,
|
424
|
-
returns the request thread.
|
425
|
-
"""
|
426
|
-
|
427
|
-
local_var_params = locals()
|
428
|
-
|
429
|
-
all_params = [
|
430
|
-
'url'
|
431
|
-
]
|
432
|
-
all_params.extend(
|
433
|
-
[
|
434
|
-
'async_req',
|
435
|
-
'_return_http_data_only',
|
436
|
-
'_preload_content',
|
437
|
-
'_request_timeout'
|
438
|
-
]
|
439
|
-
)
|
440
|
-
|
441
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
442
|
-
if key not in all_params:
|
443
|
-
raise ApiTypeError(
|
444
|
-
"Got an unexpected keyword argument '%s'"
|
445
|
-
" to method get_extreme_portal_link_param" % key
|
446
|
-
)
|
447
|
-
local_var_params[key] = val
|
448
|
-
del local_var_params['kwargs']
|
449
|
-
# verify the required parameter 'url' is set
|
450
|
-
if self.api_client.client_side_validation and ('url' not in local_var_params or # noqa: E501
|
451
|
-
local_var_params['url'] is None): # noqa: E501
|
452
|
-
raise ApiValueError("Missing the required parameter `url` when calling `get_extreme_portal_link_param`") # noqa: E501
|
453
|
-
|
454
|
-
collection_formats = {}
|
455
|
-
|
456
|
-
path_params = {}
|
457
|
-
|
458
|
-
query_params = []
|
459
|
-
if 'url' in local_var_params and local_var_params['url'] is not None: # noqa: E501
|
460
|
-
query_params.append(('url', local_var_params['url'])) # noqa: E501
|
461
|
-
|
462
|
-
header_params = {}
|
463
|
-
|
464
|
-
form_params = []
|
465
|
-
local_var_files = {}
|
466
|
-
|
467
|
-
body_params = None
|
468
|
-
# HTTP header `Accept`
|
469
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
470
|
-
['application/json']) # noqa: E501
|
471
|
-
|
472
|
-
# Authentication setting
|
473
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
474
|
-
|
475
|
-
return self.api_client.call_api(
|
476
|
-
'/licenses/extreme-portal-link-param', 'GET',
|
477
|
-
path_params,
|
478
|
-
query_params,
|
479
|
-
header_params,
|
480
|
-
body=body_params,
|
481
|
-
post_params=form_params,
|
482
|
-
files=local_var_files,
|
483
|
-
response_type='XiqExtremePortalLinkParam', # noqa: E501
|
484
|
-
auth_settings=auth_settings,
|
485
|
-
async_req=local_var_params.get('async_req'),
|
486
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
487
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
488
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
489
|
-
collection_formats=collection_formats)
|
490
|
-
|
491
|
-
def get_license_summary(self, **kwargs): # noqa: E501
|
492
|
-
"""Get license summary # noqa: E501
|
493
|
-
|
494
|
-
Get license summary. # noqa: E501
|
495
|
-
This method makes a synchronous HTTP request by default. To make an
|
496
|
-
asynchronous HTTP request, please pass async_req=True
|
497
|
-
>>> thread = api.get_license_summary(async_req=True)
|
498
|
-
>>> result = thread.get()
|
499
|
-
|
500
|
-
:param async_req bool: execute request asynchronously
|
501
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
502
|
-
be returned without reading/decoding response
|
503
|
-
data. Default is True.
|
504
|
-
:param _request_timeout: timeout setting for this request. If one
|
505
|
-
number provided, it will be total request
|
506
|
-
timeout. It can also be a pair (tuple) of
|
507
|
-
(connection, read) timeouts.
|
508
|
-
:return: XiqLicenseSummary
|
509
|
-
If the method is called asynchronously,
|
510
|
-
returns the request thread.
|
511
|
-
"""
|
512
|
-
kwargs['_return_http_data_only'] = True
|
513
|
-
return self.get_license_summary_with_http_info(**kwargs) # noqa: E501
|
514
|
-
|
515
|
-
def get_license_summary_with_http_info(self, **kwargs): # noqa: E501
|
516
|
-
"""Get license summary # noqa: E501
|
517
|
-
|
518
|
-
Get license summary. # noqa: E501
|
519
|
-
This method makes a synchronous HTTP request by default. To make an
|
520
|
-
asynchronous HTTP request, please pass async_req=True
|
521
|
-
>>> thread = api.get_license_summary_with_http_info(async_req=True)
|
522
|
-
>>> result = thread.get()
|
523
|
-
|
524
|
-
:param async_req bool: execute request asynchronously
|
525
|
-
:param _return_http_data_only: response data without head status code
|
526
|
-
and headers
|
527
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
528
|
-
be returned without reading/decoding response
|
529
|
-
data. Default is True.
|
530
|
-
:param _request_timeout: timeout setting for this request. If one
|
531
|
-
number provided, it will be total request
|
532
|
-
timeout. It can also be a pair (tuple) of
|
533
|
-
(connection, read) timeouts.
|
534
|
-
:return: tuple(XiqLicenseSummary, status_code(int), headers(HTTPHeaderDict))
|
535
|
-
If the method is called asynchronously,
|
536
|
-
returns the request thread.
|
537
|
-
"""
|
538
|
-
|
539
|
-
local_var_params = locals()
|
540
|
-
|
541
|
-
all_params = [
|
542
|
-
]
|
543
|
-
all_params.extend(
|
544
|
-
[
|
545
|
-
'async_req',
|
546
|
-
'_return_http_data_only',
|
547
|
-
'_preload_content',
|
548
|
-
'_request_timeout'
|
549
|
-
]
|
550
|
-
)
|
551
|
-
|
552
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
553
|
-
if key not in all_params:
|
554
|
-
raise ApiTypeError(
|
555
|
-
"Got an unexpected keyword argument '%s'"
|
556
|
-
" to method get_license_summary" % key
|
557
|
-
)
|
558
|
-
local_var_params[key] = val
|
559
|
-
del local_var_params['kwargs']
|
560
|
-
|
561
|
-
collection_formats = {}
|
562
|
-
|
563
|
-
path_params = {}
|
564
|
-
|
565
|
-
query_params = []
|
566
|
-
|
567
|
-
header_params = {}
|
568
|
-
|
569
|
-
form_params = []
|
570
|
-
local_var_files = {}
|
571
|
-
|
572
|
-
body_params = None
|
573
|
-
# HTTP header `Accept`
|
574
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
575
|
-
['application/json']) # noqa: E501
|
576
|
-
|
577
|
-
# Authentication setting
|
578
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
579
|
-
|
580
|
-
return self.api_client.call_api(
|
581
|
-
'/licenses/summary', 'GET',
|
582
|
-
path_params,
|
583
|
-
query_params,
|
584
|
-
header_params,
|
585
|
-
body=body_params,
|
586
|
-
post_params=form_params,
|
587
|
-
files=local_var_files,
|
588
|
-
response_type='XiqLicenseSummary', # noqa: E501
|
589
|
-
auth_settings=auth_settings,
|
590
|
-
async_req=local_var_params.get('async_req'),
|
591
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
592
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
593
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
594
|
-
collection_formats=collection_formats)
|
595
|
-
|
596
|
-
def get_nac_entitlement_allocation(self, **kwargs): # noqa: E501
|
597
|
-
"""Get NAC entitlement allocation # noqa: E501
|
598
|
-
|
599
|
-
Get NAC entitlement allocation. # noqa: E501
|
600
|
-
This method makes a synchronous HTTP request by default. To make an
|
601
|
-
asynchronous HTTP request, please pass async_req=True
|
602
|
-
>>> thread = api.get_nac_entitlement_allocation(async_req=True)
|
603
|
-
>>> result = thread.get()
|
604
|
-
|
605
|
-
:param async_req bool: execute request asynchronously
|
606
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
607
|
-
be returned without reading/decoding response
|
608
|
-
data. Default is True.
|
609
|
-
:param _request_timeout: timeout setting for this request. If one
|
610
|
-
number provided, it will be total request
|
611
|
-
timeout. It can also be a pair (tuple) of
|
612
|
-
(connection, read) timeouts.
|
613
|
-
:return: XiqNacEntitlementAllocation
|
614
|
-
If the method is called asynchronously,
|
615
|
-
returns the request thread.
|
616
|
-
"""
|
617
|
-
kwargs['_return_http_data_only'] = True
|
618
|
-
return self.get_nac_entitlement_allocation_with_http_info(**kwargs) # noqa: E501
|
619
|
-
|
620
|
-
def get_nac_entitlement_allocation_with_http_info(self, **kwargs): # noqa: E501
|
621
|
-
"""Get NAC entitlement allocation # noqa: E501
|
622
|
-
|
623
|
-
Get NAC entitlement allocation. # noqa: E501
|
624
|
-
This method makes a synchronous HTTP request by default. To make an
|
625
|
-
asynchronous HTTP request, please pass async_req=True
|
626
|
-
>>> thread = api.get_nac_entitlement_allocation_with_http_info(async_req=True)
|
627
|
-
>>> result = thread.get()
|
628
|
-
|
629
|
-
:param async_req bool: execute request asynchronously
|
630
|
-
:param _return_http_data_only: response data without head status code
|
631
|
-
and headers
|
632
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
633
|
-
be returned without reading/decoding response
|
634
|
-
data. Default is True.
|
635
|
-
:param _request_timeout: timeout setting for this request. If one
|
636
|
-
number provided, it will be total request
|
637
|
-
timeout. It can also be a pair (tuple) of
|
638
|
-
(connection, read) timeouts.
|
639
|
-
:return: tuple(XiqNacEntitlementAllocation, status_code(int), headers(HTTPHeaderDict))
|
640
|
-
If the method is called asynchronously,
|
641
|
-
returns the request thread.
|
642
|
-
"""
|
643
|
-
|
644
|
-
local_var_params = locals()
|
645
|
-
|
646
|
-
all_params = [
|
647
|
-
]
|
648
|
-
all_params.extend(
|
649
|
-
[
|
650
|
-
'async_req',
|
651
|
-
'_return_http_data_only',
|
652
|
-
'_preload_content',
|
653
|
-
'_request_timeout'
|
654
|
-
]
|
655
|
-
)
|
656
|
-
|
657
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
658
|
-
if key not in all_params:
|
659
|
-
raise ApiTypeError(
|
660
|
-
"Got an unexpected keyword argument '%s'"
|
661
|
-
" to method get_nac_entitlement_allocation" % key
|
662
|
-
)
|
663
|
-
local_var_params[key] = val
|
664
|
-
del local_var_params['kwargs']
|
665
|
-
|
666
|
-
collection_formats = {}
|
667
|
-
|
668
|
-
path_params = {}
|
669
|
-
|
670
|
-
query_params = []
|
671
|
-
|
672
|
-
header_params = {}
|
673
|
-
|
674
|
-
form_params = []
|
675
|
-
local_var_files = {}
|
676
|
-
|
677
|
-
body_params = None
|
678
|
-
# HTTP header `Accept`
|
679
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
680
|
-
['application/json']) # noqa: E501
|
681
|
-
|
682
|
-
# Authentication setting
|
683
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
684
|
-
|
685
|
-
return self.api_client.call_api(
|
686
|
-
'/licenses/nac-entitlement-allocation', 'GET',
|
687
|
-
path_params,
|
688
|
-
query_params,
|
689
|
-
header_params,
|
690
|
-
body=body_params,
|
691
|
-
post_params=form_params,
|
692
|
-
files=local_var_files,
|
693
|
-
response_type='XiqNacEntitlementAllocation', # noqa: E501
|
694
|
-
auth_settings=auth_settings,
|
695
|
-
async_req=local_var_params.get('async_req'),
|
696
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
697
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
698
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
699
|
-
collection_formats=collection_formats)
|
700
|
-
|
701
|
-
def get_viq_linked_cuid_info(self, **kwargs): # noqa: E501
|
702
|
-
"""Get VIQ linked CUID info # noqa: E501
|
703
|
-
|
704
|
-
Get the VIQ-Extreme Portal Account link CUID information. # noqa: E501
|
705
|
-
This method makes a synchronous HTTP request by default. To make an
|
706
|
-
asynchronous HTTP request, please pass async_req=True
|
707
|
-
>>> thread = api.get_viq_linked_cuid_info(async_req=True)
|
708
|
-
>>> result = thread.get()
|
709
|
-
|
710
|
-
:param async_req bool: execute request asynchronously
|
711
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
712
|
-
be returned without reading/decoding response
|
713
|
-
data. Default is True.
|
714
|
-
:param _request_timeout: timeout setting for this request. If one
|
715
|
-
number provided, it will be total request
|
716
|
-
timeout. It can also be a pair (tuple) of
|
717
|
-
(connection, read) timeouts.
|
718
|
-
:return: XiqViqLinkedCuidInfo
|
719
|
-
If the method is called asynchronously,
|
720
|
-
returns the request thread.
|
721
|
-
"""
|
722
|
-
kwargs['_return_http_data_only'] = True
|
723
|
-
return self.get_viq_linked_cuid_info_with_http_info(**kwargs) # noqa: E501
|
724
|
-
|
725
|
-
def get_viq_linked_cuid_info_with_http_info(self, **kwargs): # noqa: E501
|
726
|
-
"""Get VIQ linked CUID info # noqa: E501
|
727
|
-
|
728
|
-
Get the VIQ-Extreme Portal Account link CUID information. # noqa: E501
|
729
|
-
This method makes a synchronous HTTP request by default. To make an
|
730
|
-
asynchronous HTTP request, please pass async_req=True
|
731
|
-
>>> thread = api.get_viq_linked_cuid_info_with_http_info(async_req=True)
|
732
|
-
>>> result = thread.get()
|
733
|
-
|
734
|
-
:param async_req bool: execute request asynchronously
|
735
|
-
:param _return_http_data_only: response data without head status code
|
736
|
-
and headers
|
737
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
738
|
-
be returned without reading/decoding response
|
739
|
-
data. Default is True.
|
740
|
-
:param _request_timeout: timeout setting for this request. If one
|
741
|
-
number provided, it will be total request
|
742
|
-
timeout. It can also be a pair (tuple) of
|
743
|
-
(connection, read) timeouts.
|
744
|
-
:return: tuple(XiqViqLinkedCuidInfo, status_code(int), headers(HTTPHeaderDict))
|
745
|
-
If the method is called asynchronously,
|
746
|
-
returns the request thread.
|
747
|
-
"""
|
748
|
-
|
749
|
-
local_var_params = locals()
|
750
|
-
|
751
|
-
all_params = [
|
752
|
-
]
|
753
|
-
all_params.extend(
|
754
|
-
[
|
755
|
-
'async_req',
|
756
|
-
'_return_http_data_only',
|
757
|
-
'_preload_content',
|
758
|
-
'_request_timeout'
|
759
|
-
]
|
760
|
-
)
|
761
|
-
|
762
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
763
|
-
if key not in all_params:
|
764
|
-
raise ApiTypeError(
|
765
|
-
"Got an unexpected keyword argument '%s'"
|
766
|
-
" to method get_viq_linked_cuid_info" % key
|
767
|
-
)
|
768
|
-
local_var_params[key] = val
|
769
|
-
del local_var_params['kwargs']
|
770
|
-
|
771
|
-
collection_formats = {}
|
772
|
-
|
773
|
-
path_params = {}
|
774
|
-
|
775
|
-
query_params = []
|
776
|
-
|
777
|
-
header_params = {}
|
778
|
-
|
779
|
-
form_params = []
|
780
|
-
local_var_files = {}
|
781
|
-
|
782
|
-
body_params = None
|
783
|
-
# HTTP header `Accept`
|
784
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
785
|
-
['application/json']) # noqa: E501
|
786
|
-
|
787
|
-
# Authentication setting
|
788
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
789
|
-
|
790
|
-
return self.api_client.call_api(
|
791
|
-
'/licenses/viq-cuid-info', 'GET',
|
792
|
-
path_params,
|
793
|
-
query_params,
|
794
|
-
header_params,
|
795
|
-
body=body_params,
|
796
|
-
post_params=form_params,
|
797
|
-
files=local_var_files,
|
798
|
-
response_type='XiqViqLinkedCuidInfo', # noqa: E501
|
799
|
-
auth_settings=auth_settings,
|
800
|
-
async_req=local_var_params.get('async_req'),
|
801
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
802
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
803
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
804
|
-
collection_formats=collection_formats)
|
805
|
-
|
806
|
-
def list_license_details(self, license_type, **kwargs): # noqa: E501
|
807
|
-
"""List license details # noqa: E501
|
808
|
-
|
809
|
-
List license details with filters. # noqa: E501
|
810
|
-
This method makes a synchronous HTTP request by default. To make an
|
811
|
-
asynchronous HTTP request, please pass async_req=True
|
812
|
-
>>> thread = api.list_license_details(license_type, async_req=True)
|
813
|
-
>>> result = thread.get()
|
814
|
-
|
815
|
-
:param async_req bool: execute request asynchronously
|
816
|
-
:param str license_type: The license type (required)
|
817
|
-
:param int page: Page number, min = 1
|
818
|
-
:param int limit: Page Size, min = 1, max = 100
|
819
|
-
:param XiqLicenseQuickFilter quick_filter: Quick filter option
|
820
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
821
|
-
be returned without reading/decoding response
|
822
|
-
data. Default is True.
|
823
|
-
:param _request_timeout: timeout setting for this request. If one
|
824
|
-
number provided, it will be total request
|
825
|
-
timeout. It can also be a pair (tuple) of
|
826
|
-
(connection, read) timeouts.
|
827
|
-
:return: PagedXiqListLicenseDetailsResponse
|
828
|
-
If the method is called asynchronously,
|
829
|
-
returns the request thread.
|
830
|
-
"""
|
831
|
-
kwargs['_return_http_data_only'] = True
|
832
|
-
return self.list_license_details_with_http_info(license_type, **kwargs) # noqa: E501
|
833
|
-
|
834
|
-
def list_license_details_with_http_info(self, license_type, **kwargs): # noqa: E501
|
835
|
-
"""List license details # noqa: E501
|
836
|
-
|
837
|
-
List license details with filters. # noqa: E501
|
838
|
-
This method makes a synchronous HTTP request by default. To make an
|
839
|
-
asynchronous HTTP request, please pass async_req=True
|
840
|
-
>>> thread = api.list_license_details_with_http_info(license_type, async_req=True)
|
841
|
-
>>> result = thread.get()
|
842
|
-
|
843
|
-
:param async_req bool: execute request asynchronously
|
844
|
-
:param str license_type: The license type (required)
|
845
|
-
:param int page: Page number, min = 1
|
846
|
-
:param int limit: Page Size, min = 1, max = 100
|
847
|
-
:param XiqLicenseQuickFilter quick_filter: Quick filter option
|
848
|
-
:param _return_http_data_only: response data without head status code
|
849
|
-
and headers
|
850
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
851
|
-
be returned without reading/decoding response
|
852
|
-
data. Default is True.
|
853
|
-
:param _request_timeout: timeout setting for this request. If one
|
854
|
-
number provided, it will be total request
|
855
|
-
timeout. It can also be a pair (tuple) of
|
856
|
-
(connection, read) timeouts.
|
857
|
-
:return: tuple(PagedXiqListLicenseDetailsResponse, status_code(int), headers(HTTPHeaderDict))
|
858
|
-
If the method is called asynchronously,
|
859
|
-
returns the request thread.
|
860
|
-
"""
|
861
|
-
|
862
|
-
local_var_params = locals()
|
863
|
-
|
864
|
-
all_params = [
|
865
|
-
'license_type',
|
866
|
-
'page',
|
867
|
-
'limit',
|
868
|
-
'quick_filter'
|
869
|
-
]
|
870
|
-
all_params.extend(
|
871
|
-
[
|
872
|
-
'async_req',
|
873
|
-
'_return_http_data_only',
|
874
|
-
'_preload_content',
|
875
|
-
'_request_timeout'
|
876
|
-
]
|
877
|
-
)
|
878
|
-
|
879
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
880
|
-
if key not in all_params:
|
881
|
-
raise ApiTypeError(
|
882
|
-
"Got an unexpected keyword argument '%s'"
|
883
|
-
" to method list_license_details" % key
|
884
|
-
)
|
885
|
-
local_var_params[key] = val
|
886
|
-
del local_var_params['kwargs']
|
887
|
-
# verify the required parameter 'license_type' is set
|
888
|
-
if self.api_client.client_side_validation and ('license_type' not in local_var_params or # noqa: E501
|
889
|
-
local_var_params['license_type'] is None): # noqa: E501
|
890
|
-
raise ApiValueError("Missing the required parameter `license_type` when calling `list_license_details`") # noqa: E501
|
891
|
-
|
892
|
-
if self.api_client.client_side_validation and 'page' in local_var_params and local_var_params['page'] < 1: # noqa: E501
|
893
|
-
raise ApiValueError("Invalid value for parameter `page` when calling `list_license_details`, must be a value greater than or equal to `1`") # noqa: E501
|
894
|
-
if self.api_client.client_side_validation and 'limit' in local_var_params and local_var_params['limit'] > 100: # noqa: E501
|
895
|
-
raise ApiValueError("Invalid value for parameter `limit` when calling `list_license_details`, must be a value less than or equal to `100`") # noqa: E501
|
896
|
-
if self.api_client.client_side_validation and 'limit' in local_var_params and local_var_params['limit'] < 1: # noqa: E501
|
897
|
-
raise ApiValueError("Invalid value for parameter `limit` when calling `list_license_details`, must be a value greater than or equal to `1`") # noqa: E501
|
898
|
-
collection_formats = {}
|
899
|
-
|
900
|
-
path_params = {}
|
901
|
-
if 'license_type' in local_var_params:
|
902
|
-
path_params['licenseType'] = local_var_params['license_type'] # noqa: E501
|
903
|
-
|
904
|
-
query_params = []
|
905
|
-
if 'page' in local_var_params and local_var_params['page'] is not None: # noqa: E501
|
906
|
-
query_params.append(('page', local_var_params['page'])) # noqa: E501
|
907
|
-
if 'limit' in local_var_params and local_var_params['limit'] is not None: # noqa: E501
|
908
|
-
query_params.append(('limit', local_var_params['limit'])) # noqa: E501
|
909
|
-
if 'quick_filter' in local_var_params and local_var_params['quick_filter'] is not None: # noqa: E501
|
910
|
-
query_params.append(('quickFilter', local_var_params['quick_filter'])) # noqa: E501
|
911
|
-
|
912
|
-
header_params = {}
|
913
|
-
|
914
|
-
form_params = []
|
915
|
-
local_var_files = {}
|
916
|
-
|
917
|
-
body_params = None
|
918
|
-
# HTTP header `Accept`
|
919
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
920
|
-
['application/json']) # noqa: E501
|
921
|
-
|
922
|
-
# Authentication setting
|
923
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
924
|
-
|
925
|
-
return self.api_client.call_api(
|
926
|
-
'/licenses/{licenseType}', 'GET',
|
927
|
-
path_params,
|
928
|
-
query_params,
|
929
|
-
header_params,
|
930
|
-
body=body_params,
|
931
|
-
post_params=form_params,
|
932
|
-
files=local_var_files,
|
933
|
-
response_type='PagedXiqListLicenseDetailsResponse', # noqa: E501
|
934
|
-
auth_settings=auth_settings,
|
935
|
-
async_req=local_var_params.get('async_req'),
|
936
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
937
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
938
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
939
|
-
collection_formats=collection_formats)
|
940
|
-
|
941
|
-
def list_licenses(self, **kwargs): # noqa: E501
|
942
|
-
"""List licenses # noqa: E501
|
943
|
-
|
944
|
-
List licenses with filters. # noqa: E501
|
945
|
-
This method makes a synchronous HTTP request by default. To make an
|
946
|
-
asynchronous HTTP request, please pass async_req=True
|
947
|
-
>>> thread = api.list_licenses(async_req=True)
|
948
|
-
>>> result = thread.get()
|
949
|
-
|
950
|
-
:param async_req bool: execute request asynchronously
|
951
|
-
:param str application_id: Application ID
|
952
|
-
:param bool group_by_application: Whether group by application, if applicationId is null, groupByApplication will be false
|
953
|
-
:param str keyword: The keyword to filter, will search the feature type and feature type description
|
954
|
-
:param XiqLicenseQuickFilter quick_filter: Quick filter option
|
955
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
956
|
-
be returned without reading/decoding response
|
957
|
-
data. Default is True.
|
958
|
-
:param _request_timeout: timeout setting for this request. If one
|
959
|
-
number provided, it will be total request
|
960
|
-
timeout. It can also be a pair (tuple) of
|
961
|
-
(connection, read) timeouts.
|
962
|
-
:return: list[XiqListLicensesResponse]
|
963
|
-
If the method is called asynchronously,
|
964
|
-
returns the request thread.
|
965
|
-
"""
|
966
|
-
kwargs['_return_http_data_only'] = True
|
967
|
-
return self.list_licenses_with_http_info(**kwargs) # noqa: E501
|
968
|
-
|
969
|
-
def list_licenses_with_http_info(self, **kwargs): # noqa: E501
|
970
|
-
"""List licenses # noqa: E501
|
971
|
-
|
972
|
-
List licenses with filters. # noqa: E501
|
973
|
-
This method makes a synchronous HTTP request by default. To make an
|
974
|
-
asynchronous HTTP request, please pass async_req=True
|
975
|
-
>>> thread = api.list_licenses_with_http_info(async_req=True)
|
976
|
-
>>> result = thread.get()
|
977
|
-
|
978
|
-
:param async_req bool: execute request asynchronously
|
979
|
-
:param str application_id: Application ID
|
980
|
-
:param bool group_by_application: Whether group by application, if applicationId is null, groupByApplication will be false
|
981
|
-
:param str keyword: The keyword to filter, will search the feature type and feature type description
|
982
|
-
:param XiqLicenseQuickFilter quick_filter: Quick filter option
|
983
|
-
:param _return_http_data_only: response data without head status code
|
984
|
-
and headers
|
985
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
986
|
-
be returned without reading/decoding response
|
987
|
-
data. Default is True.
|
988
|
-
:param _request_timeout: timeout setting for this request. If one
|
989
|
-
number provided, it will be total request
|
990
|
-
timeout. It can also be a pair (tuple) of
|
991
|
-
(connection, read) timeouts.
|
992
|
-
:return: tuple(list[XiqListLicensesResponse], status_code(int), headers(HTTPHeaderDict))
|
993
|
-
If the method is called asynchronously,
|
994
|
-
returns the request thread.
|
995
|
-
"""
|
996
|
-
|
997
|
-
local_var_params = locals()
|
998
|
-
|
999
|
-
all_params = [
|
1000
|
-
'application_id',
|
1001
|
-
'group_by_application',
|
1002
|
-
'keyword',
|
1003
|
-
'quick_filter'
|
1004
|
-
]
|
1005
|
-
all_params.extend(
|
1006
|
-
[
|
1007
|
-
'async_req',
|
1008
|
-
'_return_http_data_only',
|
1009
|
-
'_preload_content',
|
1010
|
-
'_request_timeout'
|
1011
|
-
]
|
1012
|
-
)
|
1013
|
-
|
1014
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
1015
|
-
if key not in all_params:
|
1016
|
-
raise ApiTypeError(
|
1017
|
-
"Got an unexpected keyword argument '%s'"
|
1018
|
-
" to method list_licenses" % key
|
1019
|
-
)
|
1020
|
-
local_var_params[key] = val
|
1021
|
-
del local_var_params['kwargs']
|
1022
|
-
|
1023
|
-
collection_formats = {}
|
1024
|
-
|
1025
|
-
path_params = {}
|
1026
|
-
|
1027
|
-
query_params = []
|
1028
|
-
if 'application_id' in local_var_params and local_var_params['application_id'] is not None: # noqa: E501
|
1029
|
-
query_params.append(('applicationId', local_var_params['application_id'])) # noqa: E501
|
1030
|
-
if 'group_by_application' in local_var_params and local_var_params['group_by_application'] is not None: # noqa: E501
|
1031
|
-
query_params.append(('groupByApplication', local_var_params['group_by_application'])) # noqa: E501
|
1032
|
-
if 'keyword' in local_var_params and local_var_params['keyword'] is not None: # noqa: E501
|
1033
|
-
query_params.append(('keyword', local_var_params['keyword'])) # noqa: E501
|
1034
|
-
if 'quick_filter' in local_var_params and local_var_params['quick_filter'] is not None: # noqa: E501
|
1035
|
-
query_params.append(('quickFilter', local_var_params['quick_filter'])) # noqa: E501
|
1036
|
-
|
1037
|
-
header_params = {}
|
1038
|
-
|
1039
|
-
form_params = []
|
1040
|
-
local_var_files = {}
|
1041
|
-
|
1042
|
-
body_params = None
|
1043
|
-
# HTTP header `Accept`
|
1044
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
1045
|
-
['application/json']) # noqa: E501
|
1046
|
-
|
1047
|
-
# Authentication setting
|
1048
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
1049
|
-
|
1050
|
-
return self.api_client.call_api(
|
1051
|
-
'/licenses', 'GET',
|
1052
|
-
path_params,
|
1053
|
-
query_params,
|
1054
|
-
header_params,
|
1055
|
-
body=body_params,
|
1056
|
-
post_params=form_params,
|
1057
|
-
files=local_var_files,
|
1058
|
-
response_type='list[XiqListLicensesResponse]', # noqa: E501
|
1059
|
-
auth_settings=auth_settings,
|
1060
|
-
async_req=local_var_params.get('async_req'),
|
1061
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
1062
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
1063
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
1064
|
-
collection_formats=collection_formats)
|
1065
|
-
|
1066
|
-
def set_nac_entitlement_allocation(self, xiq_set_nac_entitlement_allocation_request, **kwargs): # noqa: E501
|
1067
|
-
"""Set NAC entitlement allocation # noqa: E501
|
1068
|
-
|
1069
|
-
Get NAC entitlement allocation. # noqa: E501
|
1070
|
-
This method makes a synchronous HTTP request by default. To make an
|
1071
|
-
asynchronous HTTP request, please pass async_req=True
|
1072
|
-
>>> thread = api.set_nac_entitlement_allocation(xiq_set_nac_entitlement_allocation_request, async_req=True)
|
1073
|
-
>>> result = thread.get()
|
1074
|
-
|
1075
|
-
:param async_req bool: execute request asynchronously
|
1076
|
-
:param list[XiqSetNacEntitlementAllocationRequest] xiq_set_nac_entitlement_allocation_request: The payload to set NAC entitlement allocation (required)
|
1077
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
1078
|
-
be returned without reading/decoding response
|
1079
|
-
data. Default is True.
|
1080
|
-
:param _request_timeout: timeout setting for this request. If one
|
1081
|
-
number provided, it will be total request
|
1082
|
-
timeout. It can also be a pair (tuple) of
|
1083
|
-
(connection, read) timeouts.
|
1084
|
-
:return: None
|
1085
|
-
If the method is called asynchronously,
|
1086
|
-
returns the request thread.
|
1087
|
-
"""
|
1088
|
-
kwargs['_return_http_data_only'] = True
|
1089
|
-
return self.set_nac_entitlement_allocation_with_http_info(xiq_set_nac_entitlement_allocation_request, **kwargs) # noqa: E501
|
1090
|
-
|
1091
|
-
def set_nac_entitlement_allocation_with_http_info(self, xiq_set_nac_entitlement_allocation_request, **kwargs): # noqa: E501
|
1092
|
-
"""Set NAC entitlement allocation # noqa: E501
|
1093
|
-
|
1094
|
-
Get NAC entitlement allocation. # noqa: E501
|
1095
|
-
This method makes a synchronous HTTP request by default. To make an
|
1096
|
-
asynchronous HTTP request, please pass async_req=True
|
1097
|
-
>>> thread = api.set_nac_entitlement_allocation_with_http_info(xiq_set_nac_entitlement_allocation_request, async_req=True)
|
1098
|
-
>>> result = thread.get()
|
1099
|
-
|
1100
|
-
:param async_req bool: execute request asynchronously
|
1101
|
-
:param list[XiqSetNacEntitlementAllocationRequest] xiq_set_nac_entitlement_allocation_request: The payload to set NAC entitlement allocation (required)
|
1102
|
-
:param _return_http_data_only: response data without head status code
|
1103
|
-
and headers
|
1104
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
1105
|
-
be returned without reading/decoding response
|
1106
|
-
data. Default is True.
|
1107
|
-
:param _request_timeout: timeout setting for this request. If one
|
1108
|
-
number provided, it will be total request
|
1109
|
-
timeout. It can also be a pair (tuple) of
|
1110
|
-
(connection, read) timeouts.
|
1111
|
-
:return: None
|
1112
|
-
If the method is called asynchronously,
|
1113
|
-
returns the request thread.
|
1114
|
-
"""
|
1115
|
-
|
1116
|
-
local_var_params = locals()
|
1117
|
-
|
1118
|
-
all_params = [
|
1119
|
-
'xiq_set_nac_entitlement_allocation_request'
|
1120
|
-
]
|
1121
|
-
all_params.extend(
|
1122
|
-
[
|
1123
|
-
'async_req',
|
1124
|
-
'_return_http_data_only',
|
1125
|
-
'_preload_content',
|
1126
|
-
'_request_timeout'
|
1127
|
-
]
|
1128
|
-
)
|
1129
|
-
|
1130
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
1131
|
-
if key not in all_params:
|
1132
|
-
raise ApiTypeError(
|
1133
|
-
"Got an unexpected keyword argument '%s'"
|
1134
|
-
" to method set_nac_entitlement_allocation" % key
|
1135
|
-
)
|
1136
|
-
local_var_params[key] = val
|
1137
|
-
del local_var_params['kwargs']
|
1138
|
-
# verify the required parameter 'xiq_set_nac_entitlement_allocation_request' is set
|
1139
|
-
if self.api_client.client_side_validation and ('xiq_set_nac_entitlement_allocation_request' not in local_var_params or # noqa: E501
|
1140
|
-
local_var_params['xiq_set_nac_entitlement_allocation_request'] is None): # noqa: E501
|
1141
|
-
raise ApiValueError("Missing the required parameter `xiq_set_nac_entitlement_allocation_request` when calling `set_nac_entitlement_allocation`") # noqa: E501
|
1142
|
-
|
1143
|
-
collection_formats = {}
|
1144
|
-
|
1145
|
-
path_params = {}
|
1146
|
-
|
1147
|
-
query_params = []
|
1148
|
-
|
1149
|
-
header_params = {}
|
1150
|
-
|
1151
|
-
form_params = []
|
1152
|
-
local_var_files = {}
|
1153
|
-
|
1154
|
-
body_params = None
|
1155
|
-
if 'xiq_set_nac_entitlement_allocation_request' in local_var_params:
|
1156
|
-
body_params = local_var_params['xiq_set_nac_entitlement_allocation_request']
|
1157
|
-
# HTTP header `Accept`
|
1158
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
1159
|
-
['application/json']) # noqa: E501
|
1160
|
-
|
1161
|
-
# HTTP header `Content-Type`
|
1162
|
-
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
1163
|
-
['application/json']) # noqa: E501
|
1164
|
-
|
1165
|
-
# Authentication setting
|
1166
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
1167
|
-
|
1168
|
-
return self.api_client.call_api(
|
1169
|
-
'/licenses/nac-entitlement-allocation', 'PUT',
|
1170
|
-
path_params,
|
1171
|
-
query_params,
|
1172
|
-
header_params,
|
1173
|
-
body=body_params,
|
1174
|
-
post_params=form_params,
|
1175
|
-
files=local_var_files,
|
1176
|
-
response_type=None, # noqa: E501
|
1177
|
-
auth_settings=auth_settings,
|
1178
|
-
async_req=local_var_params.get('async_req'),
|
1179
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
1180
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
1181
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
1182
|
-
collection_formats=collection_formats)
|
1183
|
-
|
1184
|
-
def synchronize_licenses(self, **kwargs): # noqa: E501
|
1185
|
-
"""Synchronize licenses # noqa: E501
|
1186
|
-
|
1187
|
-
Synchronize licenses. # noqa: E501
|
1188
|
-
This method makes a synchronous HTTP request by default. To make an
|
1189
|
-
asynchronous HTTP request, please pass async_req=True
|
1190
|
-
>>> thread = api.synchronize_licenses(async_req=True)
|
1191
|
-
>>> result = thread.get()
|
1192
|
-
|
1193
|
-
:param async_req bool: execute request asynchronously
|
1194
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
1195
|
-
be returned without reading/decoding response
|
1196
|
-
data. Default is True.
|
1197
|
-
:param _request_timeout: timeout setting for this request. If one
|
1198
|
-
number provided, it will be total request
|
1199
|
-
timeout. It can also be a pair (tuple) of
|
1200
|
-
(connection, read) timeouts.
|
1201
|
-
:return: None
|
1202
|
-
If the method is called asynchronously,
|
1203
|
-
returns the request thread.
|
1204
|
-
"""
|
1205
|
-
kwargs['_return_http_data_only'] = True
|
1206
|
-
return self.synchronize_licenses_with_http_info(**kwargs) # noqa: E501
|
1207
|
-
|
1208
|
-
def synchronize_licenses_with_http_info(self, **kwargs): # noqa: E501
|
1209
|
-
"""Synchronize licenses # noqa: E501
|
1210
|
-
|
1211
|
-
Synchronize licenses. # noqa: E501
|
1212
|
-
This method makes a synchronous HTTP request by default. To make an
|
1213
|
-
asynchronous HTTP request, please pass async_req=True
|
1214
|
-
>>> thread = api.synchronize_licenses_with_http_info(async_req=True)
|
1215
|
-
>>> result = thread.get()
|
1216
|
-
|
1217
|
-
:param async_req bool: execute request asynchronously
|
1218
|
-
:param _return_http_data_only: response data without head status code
|
1219
|
-
and headers
|
1220
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
1221
|
-
be returned without reading/decoding response
|
1222
|
-
data. Default is True.
|
1223
|
-
:param _request_timeout: timeout setting for this request. If one
|
1224
|
-
number provided, it will be total request
|
1225
|
-
timeout. It can also be a pair (tuple) of
|
1226
|
-
(connection, read) timeouts.
|
1227
|
-
:return: None
|
1228
|
-
If the method is called asynchronously,
|
1229
|
-
returns the request thread.
|
1230
|
-
"""
|
1231
|
-
|
1232
|
-
local_var_params = locals()
|
1233
|
-
|
1234
|
-
all_params = [
|
1235
|
-
]
|
1236
|
-
all_params.extend(
|
1237
|
-
[
|
1238
|
-
'async_req',
|
1239
|
-
'_return_http_data_only',
|
1240
|
-
'_preload_content',
|
1241
|
-
'_request_timeout'
|
1242
|
-
]
|
1243
|
-
)
|
1244
|
-
|
1245
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
1246
|
-
if key not in all_params:
|
1247
|
-
raise ApiTypeError(
|
1248
|
-
"Got an unexpected keyword argument '%s'"
|
1249
|
-
" to method synchronize_licenses" % key
|
1250
|
-
)
|
1251
|
-
local_var_params[key] = val
|
1252
|
-
del local_var_params['kwargs']
|
1253
|
-
|
1254
|
-
collection_formats = {}
|
1255
|
-
|
1256
|
-
path_params = {}
|
1257
|
-
|
1258
|
-
query_params = []
|
1259
|
-
|
1260
|
-
header_params = {}
|
1261
|
-
|
1262
|
-
form_params = []
|
1263
|
-
local_var_files = {}
|
1264
|
-
|
1265
|
-
body_params = None
|
1266
|
-
# HTTP header `Accept`
|
1267
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
1268
|
-
['application/json']) # noqa: E501
|
1269
|
-
|
1270
|
-
# Authentication setting
|
1271
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
1272
|
-
|
1273
|
-
return self.api_client.call_api(
|
1274
|
-
'/licenses/:synchronize', 'POST',
|
1275
|
-
path_params,
|
1276
|
-
query_params,
|
1277
|
-
header_params,
|
1278
|
-
body=body_params,
|
1279
|
-
post_params=form_params,
|
1280
|
-
files=local_var_files,
|
1281
|
-
response_type=None, # noqa: E501
|
1282
|
-
auth_settings=auth_settings,
|
1283
|
-
async_req=local_var_params.get('async_req'),
|
1284
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
1285
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
1286
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
1287
|
-
collection_formats=collection_formats)
|
1288
|
-
|
1289
|
-
def unlink_extreme_portal(self, **kwargs): # noqa: E501
|
1290
|
-
"""Unlink Extreme portal account # noqa: E501
|
1291
|
-
|
1292
|
-
Unlink Extreme portal account. # noqa: E501
|
1293
|
-
This method makes a synchronous HTTP request by default. To make an
|
1294
|
-
asynchronous HTTP request, please pass async_req=True
|
1295
|
-
>>> thread = api.unlink_extreme_portal(async_req=True)
|
1296
|
-
>>> result = thread.get()
|
1297
|
-
|
1298
|
-
:param async_req bool: execute request asynchronously
|
1299
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
1300
|
-
be returned without reading/decoding response
|
1301
|
-
data. Default is True.
|
1302
|
-
:param _request_timeout: timeout setting for this request. If one
|
1303
|
-
number provided, it will be total request
|
1304
|
-
timeout. It can also be a pair (tuple) of
|
1305
|
-
(connection, read) timeouts.
|
1306
|
-
:return: None
|
1307
|
-
If the method is called asynchronously,
|
1308
|
-
returns the request thread.
|
1309
|
-
"""
|
1310
|
-
kwargs['_return_http_data_only'] = True
|
1311
|
-
return self.unlink_extreme_portal_with_http_info(**kwargs) # noqa: E501
|
1312
|
-
|
1313
|
-
def unlink_extreme_portal_with_http_info(self, **kwargs): # noqa: E501
|
1314
|
-
"""Unlink Extreme portal account # noqa: E501
|
1315
|
-
|
1316
|
-
Unlink Extreme portal account. # noqa: E501
|
1317
|
-
This method makes a synchronous HTTP request by default. To make an
|
1318
|
-
asynchronous HTTP request, please pass async_req=True
|
1319
|
-
>>> thread = api.unlink_extreme_portal_with_http_info(async_req=True)
|
1320
|
-
>>> result = thread.get()
|
1321
|
-
|
1322
|
-
:param async_req bool: execute request asynchronously
|
1323
|
-
:param _return_http_data_only: response data without head status code
|
1324
|
-
and headers
|
1325
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
1326
|
-
be returned without reading/decoding response
|
1327
|
-
data. Default is True.
|
1328
|
-
:param _request_timeout: timeout setting for this request. If one
|
1329
|
-
number provided, it will be total request
|
1330
|
-
timeout. It can also be a pair (tuple) of
|
1331
|
-
(connection, read) timeouts.
|
1332
|
-
:return: None
|
1333
|
-
If the method is called asynchronously,
|
1334
|
-
returns the request thread.
|
1335
|
-
"""
|
1336
|
-
|
1337
|
-
local_var_params = locals()
|
1338
|
-
|
1339
|
-
all_params = [
|
1340
|
-
]
|
1341
|
-
all_params.extend(
|
1342
|
-
[
|
1343
|
-
'async_req',
|
1344
|
-
'_return_http_data_only',
|
1345
|
-
'_preload_content',
|
1346
|
-
'_request_timeout'
|
1347
|
-
]
|
1348
|
-
)
|
1349
|
-
|
1350
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
1351
|
-
if key not in all_params:
|
1352
|
-
raise ApiTypeError(
|
1353
|
-
"Got an unexpected keyword argument '%s'"
|
1354
|
-
" to method unlink_extreme_portal" % key
|
1355
|
-
)
|
1356
|
-
local_var_params[key] = val
|
1357
|
-
del local_var_params['kwargs']
|
1358
|
-
|
1359
|
-
collection_formats = {}
|
1360
|
-
|
1361
|
-
path_params = {}
|
1362
|
-
|
1363
|
-
query_params = []
|
1364
|
-
|
1365
|
-
header_params = {}
|
1366
|
-
|
1367
|
-
form_params = []
|
1368
|
-
local_var_files = {}
|
1369
|
-
|
1370
|
-
body_params = None
|
1371
|
-
# HTTP header `Accept`
|
1372
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
1373
|
-
['application/json']) # noqa: E501
|
1374
|
-
|
1375
|
-
# Authentication setting
|
1376
|
-
auth_settings = ['BearerAuth'] # noqa: E501
|
1377
|
-
|
1378
|
-
return self.api_client.call_api(
|
1379
|
-
'/licenses/extreme-portal/:unlink', 'POST',
|
1380
|
-
path_params,
|
1381
|
-
query_params,
|
1382
|
-
header_params,
|
1383
|
-
body=body_params,
|
1384
|
-
post_params=form_params,
|
1385
|
-
files=local_var_files,
|
1386
|
-
response_type=None, # noqa: E501
|
1387
|
-
auth_settings=auth_settings,
|
1388
|
-
async_req=local_var_params.get('async_req'),
|
1389
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
1390
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
1391
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
1392
|
-
collection_formats=collection_formats)
|