dotissue-sdk 1.2.36
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +28 -0
- data/README.md +83 -0
- data/lib/untitled_api/api_helper.rb +10 -0
- data/lib/untitled_api/client.rb +104 -0
- data/lib/untitled_api/configuration.rb +135 -0
- data/lib/untitled_api/controllers/about_controller.rb +24 -0
- data/lib/untitled_api/controllers/api_controller.rb +20469 -0
- data/lib/untitled_api/controllers/base_controller.rb +66 -0
- data/lib/untitled_api/controllers/internal_controller.rb +7445 -0
- data/lib/untitled_api/controllers/manuf_controller.rb +220 -0
- data/lib/untitled_api/controllers/portal_controller.rb +304 -0
- data/lib/untitled_api/controllers/search_controller.rb +123 -0
- data/lib/untitled_api/controllers/tardis_controller.rb +120 -0
- data/lib/untitled_api/controllers/tdb_controller.rb +74 -0
- data/lib/untitled_api/exceptions/api_exception.rb +10 -0
- data/lib/untitled_api/exceptions/api_v1_docs401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_forward_looker401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_forward_ui_orgs400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_incoming_sfdc_tickets_ct_ssd3_brx1j_o2q_n7ke1_wrgyfy3ljxpm6400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_labs_orgs_jcloud_suggestions403_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_login_lookup404_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_login_two_factor401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_msps_admins400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_oauth_callback400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_inventory_replace400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_junos_register_cmd401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_mxedges_claim404_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_mxedges_join400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_mxedges_join404_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_mxedges_restart400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_mxedges_services_name_action400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_mxtunnels400_error_exception.rb +42 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_pcaps_capture400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_setting_cradlepoint_setup400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_setting_cradlepoint_sync400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_sites403_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_ssos400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_tickets401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_tickets_comments401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_orgs_troubleshoot400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_pskportal_byod_psk_delete_old_passphrase400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_recover400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_register400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_self400_error_exception.rb +37 -0
- data/lib/untitled_api/exceptions/api_v1_self401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_self_oauth400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_self_two_factor_token401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_self_two_factor_verify400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites403_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites_devices_bounce_port400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites_devices_ha400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites_devices_release_dhcp400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites_devices_send_ble_beacon400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites_devices_synthetic_test400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites_devices_upgrade401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites_devices_vc400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites_devices_vc_vc_port400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites_rfdiags400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sites_ssr_upgrade400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_sso_lookup404_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_super_claim404_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_super_devices403_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_super_manuf401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_utils_resize_image401_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_utils_test_broadnet400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_utils_test_clickatell400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_utils_test_gupshup400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_utils_test_puzzel400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_utils_test_telstra400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/api_v1_utils_test_twilio400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_bot_ask400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_cron_sync_evals_from_sfdc400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_devices_cmd_kill_ps400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_devices_cmd_reboot400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_devices_config400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_devices_jma_version400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_devices_switch_env404_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_mxagents_rest_versions_default400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_orgs_create_support_url400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_orgs_openconfig_access_points_ping400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_orgs_openconfig_access_points_state404_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_orgs_openconfig_provision_aps400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_redis_search400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_rfdiags400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/internal_rfdiags_analytics400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/manuf_ep400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/manuf_t128400_error_exception.rb +32 -0
- data/lib/untitled_api/exceptions/manuf_v1_ep400_error_exception.rb +32 -0
- data/lib/untitled_api/http/auth/custom_header_authentication.rb +42 -0
- data/lib/untitled_api/http/http_call_back.rb +10 -0
- data/lib/untitled_api/http/http_method_enum.rb +10 -0
- data/lib/untitled_api/http/http_request.rb +10 -0
- data/lib/untitled_api/http/http_response.rb +10 -0
- data/lib/untitled_api/models/about_response.rb +50 -0
- data/lib/untitled_api/models/about_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_about_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_about_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_const_ap_channels_response.rb +155 -0
- data/lib/untitled_api/models/api_v1_const_ap_channels_response1.rb +155 -0
- data/lib/untitled_api/models/api_v1_const_ap_led_status_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_const_ap_led_status_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_const_app_categories_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_const_app_categories_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_const_app_subcategories_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_app_subcategories_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_applications_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_const_applications_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_const_client_events_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_const_client_events_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_const_countries_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_const_countries_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_const_default_gateway_config_response.rb +102 -0
- data/lib/untitled_api/models/api_v1_const_default_gateway_config_response1.rb +102 -0
- data/lib/untitled_api/models/api_v1_const_device_events_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_const_device_events_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_const_device_models_response.rb +284 -0
- data/lib/untitled_api/models/api_v1_const_device_models_response1.rb +284 -0
- data/lib/untitled_api/models/api_v1_const_gateway_applications_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_gateway_applications_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_insight_metrics_response.rb +1084 -0
- data/lib/untitled_api/models/api_v1_const_insight_metrics_response1.rb +1084 -0
- data/lib/untitled_api/models/api_v1_const_languages_response.rb +71 -0
- data/lib/untitled_api/models/api_v1_const_languages_response1.rb +71 -0
- data/lib/untitled_api/models/api_v1_const_license_types_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_license_types_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_mxedge_events_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_const_mxedge_events_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_const_mxedge_models_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_mxedge_models_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_system_events_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_system_events_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_tp_apps_error_type_desc_response.rb +258 -0
- data/lib/untitled_api/models/api_v1_const_tp_apps_error_type_desc_response1.rb +258 -0
- data/lib/untitled_api/models/api_v1_const_traffic_types_response.rb +111 -0
- data/lib/untitled_api/models/api_v1_const_traffic_types_response1.rb +111 -0
- data/lib/untitled_api/models/api_v1_const_tunnel_providers_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_const_tunnel_providers_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_const_wan_client_events_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_const_wan_client_events_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_const_wired_client_events_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_const_wired_client_events_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_docs401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_forward_looker401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_forward_ui_orgs400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_incoming_github_request.rb +90 -0
- data/lib/untitled_api/models/api_v1_incoming_github_request1.rb +90 -0
- data/lib/untitled_api/models/api_v1_incoming_jira_request.rb +101 -0
- data/lib/untitled_api/models/api_v1_incoming_jira_request1.rb +101 -0
- data/lib/untitled_api/models/api_v1_incoming_jira_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_incoming_jira_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_incoming_sfdc_tickets_ct_ssd3_brx1j_o2q_n7ke1_wrgyfy3ljxpm6400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_incoming_zendesk_tickets_request.rb +151 -0
- data/lib/untitled_api/models/api_v1_incoming_zendesk_tickets_request1.rb +151 -0
- data/lib/untitled_api/models/api_v1_installer_orgs_devices_response.rb +242 -0
- data/lib/untitled_api/models/api_v1_installer_orgs_devices_response1.rb +242 -0
- data/lib/untitled_api/models/api_v1_juniper_manuf_request.rb +70 -0
- data/lib/untitled_api/models/api_v1_juniper_manuf_request1.rb +70 -0
- data/lib/untitled_api/models/api_v1_juniper_manuf_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_juniper_manuf_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_labs_firehose_gen_schema_request.rb +90 -0
- data/lib/untitled_api/models/api_v1_labs_firehose_gen_schema_request1.rb +90 -0
- data/lib/untitled_api/models/api_v1_labs_firehose_gen_schema_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_firehose_gen_schema_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_orgs_anomalies_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_orgs_anomalies_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_orgs_entity_action_search_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_labs_orgs_entity_action_search_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_labs_orgs_jcloud_suggestions403_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_orgs_suggestion_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_labs_orgs_suggestion_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_labs_orgs_synthetic_test_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_orgs_synthetic_test_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_sites_cbrs_edge_nodes_response.rb +110 -0
- data/lib/untitled_api/models/api_v1_labs_sites_cbrs_edge_nodes_response1.rb +110 -0
- data/lib/untitled_api/models/api_v1_labs_sites_client_troubleshoot_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_sites_client_troubleshoot_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_sites_clients_connection_type_type_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_labs_sites_clients_connection_type_type_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_labs_sites_correlate_factor_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_labs_sites_correlate_factor_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_labs_sites_correlate_scope_id_metric_factor_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_labs_sites_correlate_scope_id_metric_factor_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_labs_sites_device_troubleshoot_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_sites_device_troubleshoot_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_sites_devices_topology_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_labs_sites_devices_topology_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_labs_sites_suggestion_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_labs_sites_suggestion_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_labs_sites_topology_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_labs_sites_topology_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_labs_sites_troubleshoot_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_labs_sites_troubleshoot_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_login_lookup404_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_login_lookup_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_login_lookup_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_login_oauth_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_login_oauth_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_login_oauth_response.rb +61 -0
- data/lib/untitled_api/models/api_v1_login_oauth_response1.rb +61 -0
- data/lib/untitled_api/models/api_v1_login_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_login_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_login_two_factor401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_login_two_factor_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_login_two_factor_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_msps_admins400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_msps_admins_response.rb +101 -0
- data/lib/untitled_api/models/api_v1_msps_admins_response1.rb +101 -0
- data/lib/untitled_api/models/api_v1_msps_claim_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_msps_claim_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_msps_claim_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_msps_claim_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_msps_invites_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_msps_invites_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_msps_logo_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_msps_logo_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_msps_orgs_search_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_msps_orgs_search_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_msps_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_msps_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_msps_ssoroles_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_msps_ssoroles_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_msps_ssoroles_response.rb +110 -0
- data/lib/untitled_api/models/api_v1_msps_ssoroles_response1.rb +110 -0
- data/lib/untitled_api/models/api_v1_msps_ssos_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_msps_ssos_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_msps_ssos_response.rb +120 -0
- data/lib/untitled_api/models/api_v1_msps_ssos_response1.rb +120 -0
- data/lib/untitled_api/models/api_v1_msps_tickets_count_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_msps_tickets_count_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_mxedge_manuf_request.rb +90 -0
- data/lib/untitled_api/models/api_v1_mxedge_manuf_request1.rb +90 -0
- data/lib/untitled_api/models/api_v1_mxedge_manuf_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_mxedge_manuf_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_oauth_callback400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_admins_response.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_admins_response1.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_alarms_search_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_alarms_search_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_alarms_unack_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_alarms_unack_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_alarmtemplates_suppress_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_alarmtemplates_suppress_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_alarmtemplates_suppress_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_alarmtemplates_suppress_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_apitokens_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_apitokens_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_apitokens_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_apitokens_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_aptemplates_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_aptemplates_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_aptemplates_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_aptemplates_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_assetfilters_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_assetfilters_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_assetfilters_response.rb +110 -0
- data/lib/untitled_api/models/api_v1_orgs_assetfilters_response1.rb +110 -0
- data/lib/untitled_api/models/api_v1_orgs_assets_request.rb +80 -0
- data/lib/untitled_api/models/api_v1_orgs_assets_request1.rb +80 -0
- data/lib/untitled_api/models/api_v1_orgs_assets_response.rb +170 -0
- data/lib/untitled_api/models/api_v1_orgs_assets_response1.rb +170 -0
- data/lib/untitled_api/models/api_v1_orgs_cert_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_cert_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_claim_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_claim_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_claim_response.rb +61 -0
- data/lib/untitled_api/models/api_v1_orgs_claim_response1.rb +61 -0
- data/lib/untitled_api/models/api_v1_orgs_clients_search_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_clients_search_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_clients_sessions_count_response.rb +110 -0
- data/lib/untitled_api/models/api_v1_orgs_clients_sessions_count_response1.rb +110 -0
- data/lib/untitled_api/models/api_v1_orgs_clients_sessions_search_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_clients_sessions_search_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_op_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_op_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_op_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_op_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_response.rb +110 -0
- data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_response1.rb +130 -0
- data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_response2.rb +110 -0
- data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_response3.rb +130 -0
- data/lib/untitled_api/models/api_v1_orgs_devices_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_devices_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_devices_search_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_devices_search_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_request.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_request1.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response.rb +130 -0
- data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response1.rb +150 -0
- data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response2.rb +130 -0
- data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response3.rb +130 -0
- data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response4.rb +150 -0
- data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response5.rb +130 -0
- data/lib/untitled_api/models/api_v1_orgs_expand_registration_code_response.rb +111 -0
- data/lib/untitled_api/models/api_v1_orgs_expand_registration_code_response1.rb +111 -0
- data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_request.rb +76 -0
- data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_request1.rb +76 -0
- data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_response.rb +116 -0
- data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_response1.rb +111 -0
- data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_response2.rb +116 -0
- data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_response3.rb +111 -0
- data/lib/untitled_api/models/api_v1_orgs_guests_response.rb +122 -0
- data/lib/untitled_api/models/api_v1_orgs_guests_response1.rb +122 -0
- data/lib/untitled_api/models/api_v1_orgs_inventory_reevaluate_auto_assignment_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_inventory_reevaluate_auto_assignment_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_inventory_replace400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_inventory_replace_request.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_inventory_replace_request1.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_inventory_response.rb +191 -0
- data/lib/untitled_api/models/api_v1_orgs_inventory_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_orgs_inventory_response2.rb +191 -0
- data/lib/untitled_api/models/api_v1_orgs_inventory_response3.rb +80 -0
- data/lib/untitled_api/models/api_v1_orgs_invites_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_invites_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_jsi_devices_outbound_ssh_cmd_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_jsi_devices_outbound_ssh_cmd_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_junos_register_cmd401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_licenses_response.rb +164 -0
- data/lib/untitled_api/models/api_v1_orgs_licenses_response1.rb +164 -0
- data/lib/untitled_api/models/api_v1_orgs_logs_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_logs_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_logs_search_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_logs_search_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_maps_import_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_maps_import_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_metric_response.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_metric_response1.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_mxclusters_response.rb +131 -0
- data/lib/untitled_api/models/api_v1_orgs_mxclusters_response1.rb +131 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_claim404_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_claim_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_claim_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_events_count_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_events_count_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_events_search_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_events_search_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_join400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_join404_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_request2.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_request3.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_response.rb +172 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_response1.rb +172 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_response4.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_response6.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_restart400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_services_name_action400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_response1.rb +192 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_response2.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_response3.rb +192 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_versions_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_mxedges_versions_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_mxtunnels400_error1.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_mxtunnels_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_mxtunnels_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_mxtunnels_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_mxtunnels_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_mxtunnels_response2.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_mxtunnels_response3.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_nac_clients_search_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_nac_clients_search_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_nactags_response.rb +120 -0
- data/lib/untitled_api/models/api_v1_orgs_nactags_response1.rb +120 -0
- data/lib/untitled_api/models/api_v1_orgs_networks_request.rb +132 -0
- data/lib/untitled_api/models/api_v1_orgs_networks_request1.rb +132 -0
- data/lib/untitled_api/models/api_v1_orgs_networks_response.rb +172 -0
- data/lib/untitled_api/models/api_v1_orgs_networks_response1.rb +172 -0
- data/lib/untitled_api/models/api_v1_orgs_networktemplates_request.rb +76 -0
- data/lib/untitled_api/models/api_v1_orgs_networktemplates_request1.rb +76 -0
- data/lib/untitled_api/models/api_v1_orgs_networktemplates_response.rb +116 -0
- data/lib/untitled_api/models/api_v1_orgs_networktemplates_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_networktemplates_response2.rb +116 -0
- data/lib/untitled_api/models/api_v1_orgs_networktemplates_response3.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_ocdevices_outbound_ssh_cmd_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_ocdevices_outbound_ssh_cmd_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_pcaps_capture400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_pcaps_capture_request.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_pcaps_capture_request1.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_count_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_count_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_search_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_search_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_request.rb +120 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_request1.rb +120 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_response.rb +170 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_response1.rb +181 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_response2.rb +170 -0
- data/lib/untitled_api/models/api_v1_orgs_pskportals_response3.rb +181 -0
- data/lib/untitled_api/models/api_v1_orgs_psks_delete_old_passphrase_response.rb +221 -0
- data/lib/untitled_api/models/api_v1_orgs_psks_delete_old_passphrase_response1.rb +221 -0
- data/lib/untitled_api/models/api_v1_orgs_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_response.rb +122 -0
- data/lib/untitled_api/models/api_v1_orgs_response1.rb +122 -0
- data/lib/untitled_api/models/api_v1_orgs_rftemplates_response.rb +120 -0
- data/lib/untitled_api/models/api_v1_orgs_rftemplates_response1.rb +120 -0
- data/lib/untitled_api/models/api_v1_orgs_s_register_response.rb +111 -0
- data/lib/untitled_api/models/api_v1_orgs_s_register_response1.rb +111 -0
- data/lib/untitled_api/models/api_v1_orgs_scope_id_metric_response.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_scope_id_metric_response1.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_secpolicies_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_secpolicies_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_secpolicies_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_secpolicies_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_services_request.rb +80 -0
- data/lib/untitled_api/models/api_v1_orgs_services_request1.rb +80 -0
- data/lib/untitled_api/models/api_v1_orgs_services_response.rb +120 -0
- data/lib/untitled_api/models/api_v1_orgs_services_response1.rb +120 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_blacklist_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_blacklist_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_calealist_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_calealist_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_cradlepoint_setup400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_cradlepoint_setup_request.rb +80 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_cradlepoint_setup_request1.rb +80 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_cradlepoint_sync400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_link_accounts_account_id_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_link_accounts_account_id_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_link_accounts_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_link_accounts_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_response.rb +120 -0
- data/lib/untitled_api/models/api_v1_orgs_setting_response1.rb +120 -0
- data/lib/untitled_api/models/api_v1_orgs_sitegroups_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_sitegroups_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_sitegroups_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_sitegroups_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_sites403_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_sites_count_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_sites_count_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_sites_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_sites_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_sites_response.rb +184 -0
- data/lib/untitled_api/models/api_v1_orgs_sites_response1.rb +184 -0
- data/lib/untitled_api/models/api_v1_orgs_sites_search_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_sites_search_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_sitetemplates_request.rb +61 -0
- data/lib/untitled_api/models/api_v1_orgs_sitetemplates_request1.rb +61 -0
- data/lib/untitled_api/models/api_v1_orgs_sitetemplates_response.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_sitetemplates_response1.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_ssoroles_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_ssoroles_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_ssoroles_response.rb +110 -0
- data/lib/untitled_api/models/api_v1_orgs_ssoroles_response1.rb +110 -0
- data/lib/untitled_api/models/api_v1_orgs_ssos400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_ssos_request.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_ssos_request1.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_ssos_response.rb +194 -0
- data/lib/untitled_api/models/api_v1_orgs_ssos_response1.rb +204 -0
- data/lib/untitled_api/models/api_v1_orgs_ssos_response2.rb +194 -0
- data/lib/untitled_api/models/api_v1_orgs_ssos_response3.rb +204 -0
- data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_request.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_request1.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response.rb +206 -0
- data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response2.rb +206 -0
- data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response3.rb +206 -0
- data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response4.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response5.rb +206 -0
- data/lib/untitled_api/models/api_v1_orgs_ssr_versions_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_ssr_versions_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_stats_ipsec_search_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_stats_ipsec_search_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_stats_mxedges_response.rb +192 -0
- data/lib/untitled_api/models/api_v1_orgs_stats_mxedges_response1.rb +253 -0
- data/lib/untitled_api/models/api_v1_orgs_stats_mxedges_response2.rb +192 -0
- data/lib/untitled_api/models/api_v1_orgs_stats_mxedges_response3.rb +253 -0
- data/lib/untitled_api/models/api_v1_orgs_stats_otherdevices_response.rb +111 -0
- data/lib/untitled_api/models/api_v1_orgs_stats_otherdevices_response1.rb +111 -0
- data/lib/untitled_api/models/api_v1_orgs_stats_vpn_peers_search_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_stats_vpn_peers_search_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_templates_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_templates_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_templates_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_templates_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_orgs_tickets401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_tickets_comments401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_tickets_request.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_tickets_request1.rb +70 -0
- data/lib/untitled_api/models/api_v1_orgs_troubleshoot400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_orgs_vpns_request.rb +71 -0
- data/lib/untitled_api/models/api_v1_orgs_vpns_request1.rb +71 -0
- data/lib/untitled_api/models/api_v1_orgs_vpns_response.rb +111 -0
- data/lib/untitled_api/models/api_v1_orgs_vpns_response1.rb +111 -0
- data/lib/untitled_api/models/api_v1_orgs_webhooks_request.rb +110 -0
- data/lib/untitled_api/models/api_v1_orgs_webhooks_request1.rb +110 -0
- data/lib/untitled_api/models/api_v1_orgs_webhooks_response.rb +170 -0
- data/lib/untitled_api/models/api_v1_orgs_webhooks_response1.rb +170 -0
- data/lib/untitled_api/models/api_v1_orgs_wired_clients_search_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_wired_clients_search_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_orgs_wlans_request.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_wlans_request1.rb +101 -0
- data/lib/untitled_api/models/api_v1_orgs_wlans_response.rb +171 -0
- data/lib/untitled_api/models/api_v1_orgs_wlans_response1.rb +181 -0
- data/lib/untitled_api/models/api_v1_orgs_wlans_response2.rb +171 -0
- data/lib/untitled_api/models/api_v1_orgs_wlans_response3.rb +181 -0
- data/lib/untitled_api/models/api_v1_orgs_wxrules_request.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_wxrules_request1.rb +90 -0
- data/lib/untitled_api/models/api_v1_orgs_wxrules_response.rb +150 -0
- data/lib/untitled_api/models/api_v1_orgs_wxrules_response1.rb +150 -0
- data/lib/untitled_api/models/api_v1_orgs_wxtunnels_request.rb +80 -0
- data/lib/untitled_api/models/api_v1_orgs_wxtunnels_request1.rb +80 -0
- data/lib/untitled_api/models/api_v1_orgs_wxtunnels_response.rb +160 -0
- data/lib/untitled_api/models/api_v1_orgs_wxtunnels_response1.rb +160 -0
- data/lib/untitled_api/models/api_v1_parse_response.rb +110 -0
- data/lib/untitled_api/models/api_v1_parse_response1.rb +110 -0
- data/lib/untitled_api/models/api_v1_pskportal_about_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_pskportal_about_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_pskportal_admin_psks_response.rb +120 -0
- data/lib/untitled_api/models/api_v1_pskportal_admin_psks_response1.rb +120 -0
- data/lib/untitled_api/models/api_v1_pskportal_byod_psk_delete_old_passphrase400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_pskportal_byod_psk_extend_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_pskportal_byod_psk_extend_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_pskportal_byod_psk_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_pskportal_byod_psk_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_pskportal_byod_psk_rotate_request.rb +51 -0
- data/lib/untitled_api/models/api_v1_pskportal_byod_psk_rotate_request1.rb +51 -0
- data/lib/untitled_api/models/api_v1_pskportal_byod_psk_rotate_response.rb +91 -0
- data/lib/untitled_api/models/api_v1_pskportal_byod_psk_rotate_response1.rb +91 -0
- data/lib/untitled_api/models/api_v1_pskportal_self_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_pskportal_self_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_recover400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_recover_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_recover_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_register400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_register_recaptcha_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_register_recaptcha_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_register_request.rb +90 -0
- data/lib/untitled_api/models/api_v1_register_request1.rb +90 -0
- data/lib/untitled_api/models/api_v1_self400_error1.rb +60 -0
- data/lib/untitled_api/models/api_v1_self401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_apitokens_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_self_apitokens_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_self_oauth400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_oauth_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_oauth_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_oauth_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_oauth_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_response.rb +71 -0
- data/lib/untitled_api/models/api_v1_self_response1.rb +71 -0
- data/lib/untitled_api/models/api_v1_self_sso_talentlms_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_sso_talentlms_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_sso_uservoice_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_sso_uservoice_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_sso_zendesk_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_sso_zendesk_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_two_factor_token401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_two_factor_verify400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_two_factor_verify_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_two_factor_verify_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_update_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_self_update_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites403_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_alarms_search_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_alarms_search_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_alarms_unack_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_alarms_unack_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_clients_sessions_count_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_clients_sessions_count_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_clients_sessions_search_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_clients_sessions_search_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_arp_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_arp_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_bounce_port400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_bounce_port_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_bounce_port_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_cable_test_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_cable_test_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_check_radius_server_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_check_radius_server_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_check_radius_server_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_check_radius_server_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_clear_bgp_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_clear_bgp_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_clear_bgp_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_clear_bgp_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_config_cmd_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_config_cmd_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_count_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_count_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_events_search_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_devices_events_search_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_devices_ha400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_ha_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_ha_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_ha_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_ha_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_import_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_import_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_models_response.rb +284 -0
- data/lib/untitled_api/models/api_v1_sites_devices_models_response1.rb +284 -0
- data/lib/untitled_api/models/api_v1_sites_devices_ping_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_ping_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_ping_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_ping_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_release_dhcp400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_release_dhcp_request.rb +51 -0
- data/lib/untitled_api/models/api_v1_sites_devices_release_dhcp_request1.rb +51 -0
- data/lib/untitled_api/models/api_v1_sites_devices_response.rb +231 -0
- data/lib/untitled_api/models/api_v1_sites_devices_response1.rb +231 -0
- data/lib/untitled_api/models/api_v1_sites_devices_response2.rb +231 -0
- data/lib/untitled_api/models/api_v1_sites_devices_response3.rb +231 -0
- data/lib/untitled_api/models/api_v1_sites_devices_search_response.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_search_response1.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_send_ble_beacon400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_send_ble_beacon_request.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_send_ble_beacon_request1.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_evpn_database_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_evpn_database_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_evpn_database_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_evpn_database_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_route_request.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_route_request1.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_route_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_route_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_service_path_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_service_path_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_session_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_session_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_session_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_show_session_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_synthetic_test400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_synthetic_test_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_synthetic_test_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_traceroute_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_traceroute_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_traceroute_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_traceroute_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_upgrade401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_upgrade_request.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_upgrade_request1.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_devices_vc400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_vc_request.rb +61 -0
- data/lib/untitled_api/models/api_v1_sites_devices_vc_request1.rb +61 -0
- data/lib/untitled_api/models/api_v1_sites_devices_vc_response.rb +150 -0
- data/lib/untitled_api/models/api_v1_sites_devices_vc_response1.rb +150 -0
- data/lib/untitled_api/models/api_v1_sites_devices_vc_vc_port400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_devices_vc_vc_port_request.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_devices_vc_vc_port_request1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_events_fast_roam_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_sites_events_fast_roam_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_sites_events_system_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_events_system_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_evpn_topologies_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_evpn_topologies_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_evpn_topologies_response.rb +120 -0
- data/lib/untitled_api/models/api_v1_sites_evpn_topologies_response1.rb +120 -0
- data/lib/untitled_api/models/api_v1_sites_evpn_topologies_response2.rb +120 -0
- data/lib/untitled_api/models/api_v1_sites_evpn_topologies_response3.rb +120 -0
- data/lib/untitled_api/models/api_v1_sites_guests_response.rb +92 -0
- data/lib/untitled_api/models/api_v1_sites_guests_response1.rb +92 -0
- data/lib/untitled_api/models/api_v1_sites_id_response.rb +162 -0
- data/lib/untitled_api/models/api_v1_sites_id_response1.rb +180 -0
- data/lib/untitled_api/models/api_v1_sites_id_response2.rb +162 -0
- data/lib/untitled_api/models/api_v1_sites_id_response3.rb +180 -0
- data/lib/untitled_api/models/api_v1_sites_insights_marvis_current_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_insights_marvis_current_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_insights_marvis_events_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_sites_insights_marvis_events_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_sites_insights_marvis_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_insights_marvis_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_insights_scope_id_history_assoc_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_insights_scope_id_history_assoc_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_insights_scope_id_stats_response.rb +120 -0
- data/lib/untitled_api/models/api_v1_sites_insights_scope_id_stats_response1.rb +120 -0
- data/lib/untitled_api/models/api_v1_sites_maps_response.rb +170 -0
- data/lib/untitled_api/models/api_v1_sites_maps_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_maps_response2.rb +170 -0
- data/lib/untitled_api/models/api_v1_sites_maps_response3.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_request.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_request1.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_response1.rb +181 -0
- data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_response2.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_response3.rb +181 -0
- data/lib/untitled_api/models/api_v1_sites_metric_response.rb +110 -0
- data/lib/untitled_api/models/api_v1_sites_metric_response1.rb +110 -0
- data/lib/untitled_api/models/api_v1_sites_nac_clients_count_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_nac_clients_count_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_networks_derived_response.rb +172 -0
- data/lib/untitled_api/models/api_v1_sites_networks_derived_response1.rb +172 -0
- data/lib/untitled_api/models/api_v1_sites_pcaps_capture_request.rb +111 -0
- data/lib/untitled_api/models/api_v1_sites_pcaps_capture_request1.rb +111 -0
- data/lib/untitled_api/models/api_v1_sites_pcaps_capture_response.rb +245 -0
- data/lib/untitled_api/models/api_v1_sites_pcaps_capture_response1.rb +245 -0
- data/lib/untitled_api/models/api_v1_sites_pcaps_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_pcaps_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_psks_request.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_psks_request1.rb +70 -0
- data/lib/untitled_api/models/api_v1_sites_psks_response.rb +201 -0
- data/lib/untitled_api/models/api_v1_sites_psks_response1.rb +201 -0
- data/lib/untitled_api/models/api_v1_sites_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_response.rb +184 -0
- data/lib/untitled_api/models/api_v1_sites_response1.rb +180 -0
- data/lib/untitled_api/models/api_v1_sites_response2.rb +184 -0
- data/lib/untitled_api/models/api_v1_sites_response3.rb +180 -0
- data/lib/untitled_api/models/api_v1_sites_rfdiags400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_rogues_response.rb +61 -0
- data/lib/untitled_api/models/api_v1_sites_rogues_response1.rb +61 -0
- data/lib/untitled_api/models/api_v1_sites_rrm_events_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_sites_rrm_events_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_sites_rssizones_visits_count_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_rssizones_visits_count_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_scope_id_metric_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_scope_id_metric_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_scope_mac_metric_response.rb +140 -0
- data/lib/untitled_api/models/api_v1_sites_scope_mac_metric_response1.rb +140 -0
- data/lib/untitled_api/models/api_v1_sites_setting_derived_response.rb +233 -0
- data/lib/untitled_api/models/api_v1_sites_setting_derived_response1.rb +233 -0
- data/lib/untitled_api/models/api_v1_sites_setting_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_setting_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_setting_response.rb +120 -0
- data/lib/untitled_api/models/api_v1_sites_setting_response1.rb +120 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_classifier_classifier_summary_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_classifier_classifier_summary_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impact_summary_response.rb +152 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impact_summary_response1.rb +152 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_applications_response.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_applications_response1.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_clients_response.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_clients_response1.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_gateways_response.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_gateways_response1.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_peer_paths_response.rb +140 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_peer_paths_response1.rb +140 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_switches_response.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_switches_response1.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_users_histogram_response.rb +111 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_users_histogram_response1.rb +111 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_users_response.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_users_response1.rb +130 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_summary_trend_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_summary_trend_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_threshold_response.rb +110 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_threshold_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_threshold_response2.rb +110 -0
- data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_threshold_response3.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_ssr_upgrade400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_ssr_upgrade_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_ssr_upgrade_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sites_stats_assets_response.rb +265 -0
- data/lib/untitled_api/models/api_v1_sites_stats_assets_response1.rb +295 -0
- data/lib/untitled_api/models/api_v1_sites_stats_assets_response2.rb +265 -0
- data/lib/untitled_api/models/api_v1_sites_stats_assets_response3.rb +295 -0
- data/lib/untitled_api/models/api_v1_sites_stats_clients_response.rb +440 -0
- data/lib/untitled_api/models/api_v1_sites_stats_clients_response1.rb +530 -0
- data/lib/untitled_api/models/api_v1_sites_stats_clients_response2.rb +440 -0
- data/lib/untitled_api/models/api_v1_sites_stats_clients_response3.rb +530 -0
- data/lib/untitled_api/models/api_v1_sites_stats_devices_clients_response.rb +440 -0
- data/lib/untitled_api/models/api_v1_sites_stats_devices_clients_response1.rb +440 -0
- data/lib/untitled_api/models/api_v1_sites_stats_devices_response.rb +293 -0
- data/lib/untitled_api/models/api_v1_sites_stats_devices_response1.rb +272 -0
- data/lib/untitled_api/models/api_v1_sites_stats_devices_response2.rb +293 -0
- data/lib/untitled_api/models/api_v1_sites_stats_devices_response3.rb +272 -0
- data/lib/untitled_api/models/api_v1_sites_stats_filtered_assets_response.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_stats_filtered_assets_response1.rb +100 -0
- data/lib/untitled_api/models/api_v1_sites_stats_gateways_metrics_response.rb +62 -0
- data/lib/untitled_api/models/api_v1_sites_stats_gateways_metrics_response1.rb +62 -0
- data/lib/untitled_api/models/api_v1_sites_stats_maps_clients_response.rb +440 -0
- data/lib/untitled_api/models/api_v1_sites_stats_maps_clients_response1.rb +440 -0
- data/lib/untitled_api/models/api_v1_sites_stats_maps_unconnected_clients_response.rb +161 -0
- data/lib/untitled_api/models/api_v1_sites_stats_maps_unconnected_clients_response1.rb +161 -0
- data/lib/untitled_api/models/api_v1_sites_stats_mxedges_response.rb +192 -0
- data/lib/untitled_api/models/api_v1_sites_stats_mxedges_response1.rb +192 -0
- data/lib/untitled_api/models/api_v1_sites_stats_ports_search_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_stats_ports_search_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_stats_switch_ports_search_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_stats_switch_ports_search_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_synthetic_test_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_sites_synthetic_test_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_sites_wan_clients_events_count_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_wan_clients_events_count_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_wan_clients_events_search_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_wan_clients_events_search_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_wired_clients_events_count_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_wired_clients_events_count_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_wired_clients_events_search_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_sites_wired_clients_events_search_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_sites_wlans_derived_response.rb +160 -0
- data/lib/untitled_api/models/api_v1_sites_wlans_derived_response1.rb +160 -0
- data/lib/untitled_api/models/api_v1_sites_wlans_portal_image_response.rb +200 -0
- data/lib/untitled_api/models/api_v1_sites_wlans_portal_image_response1.rb +200 -0
- data/lib/untitled_api/models/api_v1_sites_wxtags_apps_response.rb +80 -0
- data/lib/untitled_api/models/api_v1_sites_wxtags_apps_response1.rb +80 -0
- data/lib/untitled_api/models/api_v1_sites_zones_visits_count_response.rb +60 -0
- data/lib/untitled_api/models/api_v1_sites_zones_visits_count_response1.rb +60 -0
- data/lib/untitled_api/models/api_v1_sso_lookup404_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_sso_lookup_request.rb +50 -0
- data/lib/untitled_api/models/api_v1_sso_lookup_request1.rb +50 -0
- data/lib/untitled_api/models/api_v1_super_admins_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_super_admins_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_super_claim404_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_super_devices403_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_super_manuf401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_super_msps_admins_response.rb +101 -0
- data/lib/untitled_api/models/api_v1_super_msps_admins_response1.rb +101 -0
- data/lib/untitled_api/models/api_v1_super_msps_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_super_msps_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_super_orgs_admins_response.rb +101 -0
- data/lib/untitled_api/models/api_v1_super_orgs_admins_response1.rb +101 -0
- data/lib/untitled_api/models/api_v1_super_orgs_response.rb +122 -0
- data/lib/untitled_api/models/api_v1_super_orgs_response1.rb +122 -0
- data/lib/untitled_api/models/api_v1_super_redirect_response.rb +90 -0
- data/lib/untitled_api/models/api_v1_super_redirect_response1.rb +90 -0
- data/lib/untitled_api/models/api_v1_test_cache_response.rb +50 -0
- data/lib/untitled_api/models/api_v1_test_cache_response1.rb +50 -0
- data/lib/untitled_api/models/api_v1_utils_resize_image401_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_utils_test_broadnet400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_utils_test_clickatell400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_utils_test_gupshup400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_utils_test_puzzel400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_utils_test_telstra400_error1.rb +50 -0
- data/lib/untitled_api/models/api_v1_utils_test_twilio400_error1.rb +50 -0
- data/lib/untitled_api/models/base_model.rb +62 -0
- data/lib/untitled_api/models/format_enum.rb +23 -0
- data/lib/untitled_api/models/internal_bolts_device_version_check_request.rb +80 -0
- data/lib/untitled_api/models/internal_bolts_device_version_check_request1.rb +80 -0
- data/lib/untitled_api/models/internal_bolts_rrm_local_request.rb +70 -0
- data/lib/untitled_api/models/internal_bolts_rrm_local_request1.rb +70 -0
- data/lib/untitled_api/models/internal_bolts_synthentic_test_notif_request.rb +90 -0
- data/lib/untitled_api/models/internal_bolts_synthentic_test_notif_request1.rb +90 -0
- data/lib/untitled_api/models/internal_bolts_t128_events_request.rb +100 -0
- data/lib/untitled_api/models/internal_bolts_t128_events_request1.rb +100 -0
- data/lib/untitled_api/models/internal_bolts_update_fw_status_request.rb +132 -0
- data/lib/untitled_api/models/internal_bolts_update_fw_status_request1.rb +132 -0
- data/lib/untitled_api/models/internal_bot_ask400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_bot_ask_request.rb +70 -0
- data/lib/untitled_api/models/internal_bot_ask_request1.rb +70 -0
- data/lib/untitled_api/models/internal_const_ap_channels_response.rb +175 -0
- data/lib/untitled_api/models/internal_const_ap_channels_response1.rb +175 -0
- data/lib/untitled_api/models/internal_const_device_models_response.rb +284 -0
- data/lib/untitled_api/models/internal_const_device_models_response1.rb +284 -0
- data/lib/untitled_api/models/internal_const_license_types_response.rb +70 -0
- data/lib/untitled_api/models/internal_const_license_types_response1.rb +70 -0
- data/lib/untitled_api/models/internal_cron_auto_claim_orders_from_sfdc_response.rb +81 -0
- data/lib/untitled_api/models/internal_cron_auto_claim_orders_from_sfdc_response1.rb +81 -0
- data/lib/untitled_api/models/internal_cron_sync_evals_from_sfdc400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_cron_sync_sfdcsub_to_sfdc_response.rb +81 -0
- data/lib/untitled_api/models/internal_cron_sync_sfdcsub_to_sfdc_response1.rb +81 -0
- data/lib/untitled_api/models/internal_devices_assign_deviceprofile_request.rb +71 -0
- data/lib/untitled_api/models/internal_devices_assign_deviceprofile_request1.rb +71 -0
- data/lib/untitled_api/models/internal_devices_assign_deviceprofile_response.rb +61 -0
- data/lib/untitled_api/models/internal_devices_assign_deviceprofile_response1.rb +61 -0
- data/lib/untitled_api/models/internal_devices_bssid_response.rb +261 -0
- data/lib/untitled_api/models/internal_devices_bssid_response1.rb +261 -0
- data/lib/untitled_api/models/internal_devices_cmd_kill_ps400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_devices_cmd_kill_ps_request.rb +50 -0
- data/lib/untitled_api/models/internal_devices_cmd_kill_ps_request1.rb +50 -0
- data/lib/untitled_api/models/internal_devices_cmd_reboot400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_devices_config400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_devices_config_cmd_response.rb +60 -0
- data/lib/untitled_api/models/internal_devices_config_cmd_response1.rb +60 -0
- data/lib/untitled_api/models/internal_devices_config_last_good_response.rb +90 -0
- data/lib/untitled_api/models/internal_devices_config_last_good_response1.rb +90 -0
- data/lib/untitled_api/models/internal_devices_config_last_response.rb +90 -0
- data/lib/untitled_api/models/internal_devices_config_last_response1.rb +90 -0
- data/lib/untitled_api/models/internal_devices_config_response.rb +444 -0
- data/lib/untitled_api/models/internal_devices_config_response1.rb +444 -0
- data/lib/untitled_api/models/internal_devices_evals_request.rb +70 -0
- data/lib/untitled_api/models/internal_devices_evals_request1.rb +70 -0
- data/lib/untitled_api/models/internal_devices_evals_response.rb +80 -0
- data/lib/untitled_api/models/internal_devices_evals_response1.rb +80 -0
- data/lib/untitled_api/models/internal_devices_guest_response.rb +50 -0
- data/lib/untitled_api/models/internal_devices_guest_response1.rb +50 -0
- data/lib/untitled_api/models/internal_devices_jma_version400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_devices_jma_version_response.rb +60 -0
- data/lib/untitled_api/models/internal_devices_jma_version_response1.rb +60 -0
- data/lib/untitled_api/models/internal_devices_magic_response.rb +60 -0
- data/lib/untitled_api/models/internal_devices_magic_response1.rb +60 -0
- data/lib/untitled_api/models/internal_devices_rest_sites_search_request.rb +51 -0
- data/lib/untitled_api/models/internal_devices_rest_sites_search_request1.rb +51 -0
- data/lib/untitled_api/models/internal_devices_rest_sites_search_response.rb +184 -0
- data/lib/untitled_api/models/internal_devices_rest_sites_search_response1.rb +184 -0
- data/lib/untitled_api/models/internal_devices_rest_wxlan_guest_response.rb +70 -0
- data/lib/untitled_api/models/internal_devices_rest_wxlan_guest_response1.rb +70 -0
- data/lib/untitled_api/models/internal_devices_rest_wxlan_response.rb +50 -0
- data/lib/untitled_api/models/internal_devices_rest_wxlan_response1.rb +50 -0
- data/lib/untitled_api/models/internal_devices_rrm_response.rb +131 -0
- data/lib/untitled_api/models/internal_devices_rrm_response1.rb +131 -0
- data/lib/untitled_api/models/internal_devices_switch_env404_error1.rb +50 -0
- data/lib/untitled_api/models/internal_devices_synthetic_test_request.rb +70 -0
- data/lib/untitled_api/models/internal_devices_synthetic_test_request1.rb +70 -0
- data/lib/untitled_api/models/internal_devices_upgrade_request.rb +101 -0
- data/lib/untitled_api/models/internal_devices_upgrade_request1.rb +101 -0
- data/lib/untitled_api/models/internal_devices_upgrade_response.rb +202 -0
- data/lib/untitled_api/models/internal_devices_upgrade_response1.rb +50 -0
- data/lib/untitled_api/models/internal_devices_upgrade_response2.rb +202 -0
- data/lib/untitled_api/models/internal_devices_upgrade_response3.rb +202 -0
- data/lib/untitled_api/models/internal_devices_upgrade_response4.rb +50 -0
- data/lib/untitled_api/models/internal_devices_upgrade_response5.rb +202 -0
- data/lib/untitled_api/models/internal_devices_version_check_request.rb +80 -0
- data/lib/untitled_api/models/internal_devices_version_check_request1.rb +80 -0
- data/lib/untitled_api/models/internal_devices_versions_refresh_response.rb +50 -0
- data/lib/untitled_api/models/internal_devices_versions_refresh_response1.rb +50 -0
- data/lib/untitled_api/models/internal_devices_versions_response.rb +60 -0
- data/lib/untitled_api/models/internal_devices_versions_response1.rb +60 -0
- data/lib/untitled_api/models/internal_devices_ztp_cmd_response.rb +50 -0
- data/lib/untitled_api/models/internal_devices_ztp_cmd_response1.rb +50 -0
- data/lib/untitled_api/models/internal_devops_queue_depth_response.rb +70 -0
- data/lib/untitled_api/models/internal_devops_queue_depth_response1.rb +70 -0
- data/lib/untitled_api/models/internal_devops_verify_junos_cdn_request.rb +50 -0
- data/lib/untitled_api/models/internal_devops_verify_junos_cdn_request1.rb +50 -0
- data/lib/untitled_api/models/internal_devops_verify_junos_cdn_response.rb +60 -0
- data/lib/untitled_api/models/internal_devops_verify_junos_cdn_response1.rb +60 -0
- data/lib/untitled_api/models/internal_jsidevices_api_config_response.rb +50 -0
- data/lib/untitled_api/models/internal_jsidevices_api_config_response1.rb +50 -0
- data/lib/untitled_api/models/internal_jsidevices_api_secret_response.rb +181 -0
- data/lib/untitled_api/models/internal_jsidevices_api_secret_response1.rb +181 -0
- data/lib/untitled_api/models/internal_jsidevices_register_request.rb +60 -0
- data/lib/untitled_api/models/internal_jsidevices_register_request1.rb +60 -0
- data/lib/untitled_api/models/internal_jsidevices_register_response.rb +171 -0
- data/lib/untitled_api/models/internal_jsidevices_register_response1.rb +171 -0
- data/lib/untitled_api/models/internal_junos_register_request.rb +70 -0
- data/lib/untitled_api/models/internal_junos_register_request1.rb +70 -0
- data/lib/untitled_api/models/internal_junos_register_response.rb +130 -0
- data/lib/untitled_api/models/internal_junos_register_response1.rb +130 -0
- data/lib/untitled_api/models/internal_last_modified_response.rb +60 -0
- data/lib/untitled_api/models/internal_last_modified_response1.rb +60 -0
- data/lib/untitled_api/models/internal_manuf_tokens_request.rb +60 -0
- data/lib/untitled_api/models/internal_manuf_tokens_request1.rb +60 -0
- data/lib/untitled_api/models/internal_manuf_tokens_response.rb +90 -0
- data/lib/untitled_api/models/internal_manuf_tokens_response1.rb +90 -0
- data/lib/untitled_api/models/internal_maps_auto_placement_response.rb +70 -0
- data/lib/untitled_api/models/internal_maps_auto_placement_response1.rb +70 -0
- data/lib/untitled_api/models/internal_msps_knobs_response.rb +60 -0
- data/lib/untitled_api/models/internal_msps_knobs_response1.rb +60 -0
- data/lib/untitled_api/models/internal_msps_limits_response.rb +83 -0
- data/lib/untitled_api/models/internal_msps_limits_response1.rb +83 -0
- data/lib/untitled_api/models/internal_mxagents_config_response.rb +230 -0
- data/lib/untitled_api/models/internal_mxagents_config_response1.rb +230 -0
- data/lib/untitled_api/models/internal_mxagents_kafka_response.rb +50 -0
- data/lib/untitled_api/models/internal_mxagents_kafka_response1.rb +50 -0
- data/lib/untitled_api/models/internal_mxagents_register_request.rb +60 -0
- data/lib/untitled_api/models/internal_mxagents_register_request1.rb +60 -0
- data/lib/untitled_api/models/internal_mxagents_register_response.rb +172 -0
- data/lib/untitled_api/models/internal_mxagents_register_response1.rb +172 -0
- data/lib/untitled_api/models/internal_mxagents_rest_redirect_response.rb +80 -0
- data/lib/untitled_api/models/internal_mxagents_rest_redirect_response1.rb +80 -0
- data/lib/untitled_api/models/internal_mxagents_rest_versions_default400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_mxedge_manuf_tokens_request.rb +70 -0
- data/lib/untitled_api/models/internal_mxedge_manuf_tokens_request1.rb +70 -0
- data/lib/untitled_api/models/internal_mxedge_manuf_tokens_response.rb +90 -0
- data/lib/untitled_api/models/internal_mxedge_manuf_tokens_response1.rb +90 -0
- data/lib/untitled_api/models/internal_mxedges_versions_response.rb +60 -0
- data/lib/untitled_api/models/internal_mxedges_versions_response1.rb +60 -0
- data/lib/untitled_api/models/internal_nacs_request.rb +60 -0
- data/lib/untitled_api/models/internal_nacs_request1.rb +60 -0
- data/lib/untitled_api/models/internal_nacs_response.rb +110 -0
- data/lib/untitled_api/models/internal_nacs_response1.rb +110 -0
- data/lib/untitled_api/models/internal_nacs_rest_orgs_nac_rules_response.rb +110 -0
- data/lib/untitled_api/models/internal_nacs_rest_orgs_nac_rules_response1.rb +110 -0
- data/lib/untitled_api/models/internal_ocdevices_api_secret_response.rb +70 -0
- data/lib/untitled_api/models/internal_ocdevices_api_secret_response1.rb +70 -0
- data/lib/untitled_api/models/internal_ocdevices_orgs_update_vc_request.rb +90 -0
- data/lib/untitled_api/models/internal_ocdevices_orgs_update_vc_request1.rb +90 -0
- data/lib/untitled_api/models/internal_ocdevices_orgs_update_vc_response.rb +150 -0
- data/lib/untitled_api/models/internal_ocdevices_orgs_update_vc_response1.rb +150 -0
- data/lib/untitled_api/models/internal_ocdevices_register_request.rb +60 -0
- data/lib/untitled_api/models/internal_ocdevices_register_request1.rb +60 -0
- data/lib/untitled_api/models/internal_ocdevices_register_response.rb +201 -0
- data/lib/untitled_api/models/internal_ocdevices_register_response1.rb +201 -0
- data/lib/untitled_api/models/internal_ocdevices_secret_response.rb +140 -0
- data/lib/untitled_api/models/internal_ocdevices_secret_response1.rb +140 -0
- data/lib/untitled_api/models/internal_orgs128routers_register_request.rb +100 -0
- data/lib/untitled_api/models/internal_orgs128routers_register_request1.rb +100 -0
- data/lib/untitled_api/models/internal_orgs128routers_register_response.rb +90 -0
- data/lib/untitled_api/models/internal_orgs128routers_register_response1.rb +90 -0
- data/lib/untitled_api/models/internal_orgs_bssid_bloom_response.rb +60 -0
- data/lib/untitled_api/models/internal_orgs_bssid_bloom_response1.rb +60 -0
- data/lib/untitled_api/models/internal_orgs_create_support_url400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_create_support_url_request.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_create_support_url_request1.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_knobs_response.rb +372 -0
- data/lib/untitled_api/models/internal_orgs_knobs_response1.rb +372 -0
- data/lib/untitled_api/models/internal_orgs_mxtunnels_preemption_response.rb +71 -0
- data/lib/untitled_api/models/internal_orgs_mxtunnels_preemption_response1.rb +71 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_mac_response.rb +90 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_mac_response1.rb +90 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_ping400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_ping_request.rb +60 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_ping_request1.rb +60 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_reboot_request.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_reboot_request1.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_state404_error1.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_upgrade_request.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_upgrade_request1.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_upgrade_response.rb +70 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_access_points_upgrade_response1.rb +70 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_joined_aps_response.rb +160 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_joined_aps_response1.rb +160 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_provision_aps400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_provision_aps_response.rb +120 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_provision_aps_response1.rb +100 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_provision_aps_response2.rb +120 -0
- data/lib/untitled_api/models/internal_orgs_openconfig_provision_aps_response3.rb +100 -0
- data/lib/untitled_api/models/internal_orgs_reset_bssid_hints_response.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_reset_bssid_hints_response1.rb +50 -0
- data/lib/untitled_api/models/internal_orgs_services_response.rb +120 -0
- data/lib/untitled_api/models/internal_orgs_services_response1.rb +120 -0
- data/lib/untitled_api/models/internal_orgs_setting_link_accounts_response.rb +60 -0
- data/lib/untitled_api/models/internal_orgs_setting_link_accounts_response1.rb +60 -0
- data/lib/untitled_api/models/internal_redis_search400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_redis_search_request.rb +50 -0
- data/lib/untitled_api/models/internal_redis_search_request1.rb +50 -0
- data/lib/untitled_api/models/internal_refactor_diff_response.rb +50 -0
- data/lib/untitled_api/models/internal_refactor_diff_response1.rb +50 -0
- data/lib/untitled_api/models/internal_rfdiags400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_rfdiags_analytics400_error1.rb +50 -0
- data/lib/untitled_api/models/internal_rfdiags_analytics_response.rb +150 -0
- data/lib/untitled_api/models/internal_rfdiags_analytics_response1.rb +150 -0
- data/lib/untitled_api/models/internal_rfdiags_response.rb +150 -0
- data/lib/untitled_api/models/internal_rfdiags_response1.rb +150 -0
- data/lib/untitled_api/models/internal_s_config_last_response.rb +90 -0
- data/lib/untitled_api/models/internal_s_config_last_response1.rb +90 -0
- data/lib/untitled_api/models/internal_set_placement_status_request.rb +60 -0
- data/lib/untitled_api/models/internal_set_placement_status_request1.rb +60 -0
- data/lib/untitled_api/models/internal_sites_devices_ap_channels_response.rb +175 -0
- data/lib/untitled_api/models/internal_sites_devices_ap_channels_response1.rb +175 -0
- data/lib/untitled_api/models/internal_sites_devices_reprovision_request.rb +50 -0
- data/lib/untitled_api/models/internal_sites_devices_reprovision_request1.rb +50 -0
- data/lib/untitled_api/models/internal_sites_devices_rrm_response.rb +161 -0
- data/lib/untitled_api/models/internal_sites_devices_rrm_response1.rb +161 -0
- data/lib/untitled_api/models/internal_ssr_versions_response.rb +70 -0
- data/lib/untitled_api/models/internal_ssr_versions_response1.rb +70 -0
- data/lib/untitled_api/models/internal_t128_manuf_tokens_request.rb +60 -0
- data/lib/untitled_api/models/internal_t128_manuf_tokens_request1.rb +60 -0
- data/lib/untitled_api/models/internal_t128_manuf_tokens_response.rb +90 -0
- data/lib/untitled_api/models/internal_t128_manuf_tokens_response1.rb +90 -0
- data/lib/untitled_api/models/internal_test_cacheable_response.rb +50 -0
- data/lib/untitled_api/models/internal_test_cacheable_response1.rb +50 -0
- data/lib/untitled_api/models/internal_test_large_mac_response_request.rb +50 -0
- data/lib/untitled_api/models/internal_test_large_mac_response_request1.rb +50 -0
- data/lib/untitled_api/models/internal_topologies_worker_started_request.rb +140 -0
- data/lib/untitled_api/models/internal_topologies_worker_started_request1.rb +140 -0
- data/lib/untitled_api/models/internal_tunterms_config_response.rb +222 -0
- data/lib/untitled_api/models/internal_tunterms_config_response1.rb +222 -0
- data/lib/untitled_api/models/internal_tunterms_kafka_response.rb +50 -0
- data/lib/untitled_api/models/internal_tunterms_kafka_response1.rb +50 -0
- data/lib/untitled_api/models/internal_tunterms_register_request.rb +60 -0
- data/lib/untitled_api/models/internal_tunterms_register_request1.rb +60 -0
- data/lib/untitled_api/models/internal_tunterms_register_response.rb +172 -0
- data/lib/untitled_api/models/internal_tunterms_register_response1.rb +172 -0
- data/lib/untitled_api/models/internal_tunterms_secret_response.rb +100 -0
- data/lib/untitled_api/models/internal_tunterms_secret_response1.rb +100 -0
- data/lib/untitled_api/models/internal_wlan_schedule_events_upcoming_response.rb +70 -0
- data/lib/untitled_api/models/internal_wlan_schedule_events_upcoming_response1.rb +70 -0
- data/lib/untitled_api/models/internal_ztp_auth_token_response.rb +50 -0
- data/lib/untitled_api/models/internal_ztp_auth_token_response1.rb +50 -0
- data/lib/untitled_api/models/internal_ztp_devices_response.rb +60 -0
- data/lib/untitled_api/models/internal_ztp_devices_response1.rb +60 -0
- data/lib/untitled_api/models/lang_enum.rb +305 -0
- data/lib/untitled_api/models/manuf_ep400_error1.rb +50 -0
- data/lib/untitled_api/models/manuf_ep_request.rb +120 -0
- data/lib/untitled_api/models/manuf_ep_request1.rb +120 -0
- data/lib/untitled_api/models/manuf_juniper_request.rb +70 -0
- data/lib/untitled_api/models/manuf_juniper_request1.rb +70 -0
- data/lib/untitled_api/models/manuf_juniper_response.rb +70 -0
- data/lib/untitled_api/models/manuf_juniper_response1.rb +70 -0
- data/lib/untitled_api/models/manuf_mxedge_request.rb +90 -0
- data/lib/untitled_api/models/manuf_mxedge_request1.rb +90 -0
- data/lib/untitled_api/models/manuf_mxedge_response.rb +100 -0
- data/lib/untitled_api/models/manuf_mxedge_response1.rb +100 -0
- data/lib/untitled_api/models/manuf_t128400_error1.rb +50 -0
- data/lib/untitled_api/models/manuf_t128_request.rb +90 -0
- data/lib/untitled_api/models/manuf_t128_request1.rb +90 -0
- data/lib/untitled_api/models/manuf_v1_ep400_error1.rb +50 -0
- data/lib/untitled_api/models/manuf_v1_ep_request.rb +120 -0
- data/lib/untitled_api/models/manuf_v1_ep_request1.rb +120 -0
- data/lib/untitled_api/models/portal_i18n_response.rb +60 -0
- data/lib/untitled_api/models/portal_i18n_response1.rb +60 -0
- data/lib/untitled_api/models/portal_view_sponsor_response_response.rb +50 -0
- data/lib/untitled_api/models/portal_view_sponsor_response_response1.rb +50 -0
- data/lib/untitled_api/models/search_response.rb +90 -0
- data/lib/untitled_api/models/search_response1.rb +90 -0
- data/lib/untitled_api/models/search_stats_indices_response.rb +50 -0
- data/lib/untitled_api/models/search_stats_indices_response1.rb +50 -0
- data/lib/untitled_api/models/tdb_stats_response.rb +50 -0
- data/lib/untitled_api/models/tdb_stats_response1.rb +70 -0
- data/lib/untitled_api/models/tdb_stats_response2.rb +50 -0
- data/lib/untitled_api/models/tdb_stats_response3.rb +70 -0
- data/lib/untitled_api/utilities/date_time_helper.rb +11 -0
- data/lib/untitled_api/utilities/file_wrapper.rb +16 -0
- data/lib/untitled_api.rb +1408 -0
- data/test/controllers/controller_test_base.rb +29 -0
- data/test/controllers/test_about_controller.rb +40 -0
- data/test/controllers/test_api_controller.rb +2007 -0
- data/test/controllers/test_internal_controller.rb +1795 -0
- data/test/controllers/test_manuf_controller.rb +26 -0
- data/test/controllers/test_portal_controller.rb +247 -0
- data/test/controllers/test_search_controller.rb +82 -0
- data/test/controllers/test_tardis_controller.rb +46 -0
- data/test/controllers/test_tdb_controller.rb +32 -0
- data/test/http_response_catcher.rb +19 -0
- metadata +1221 -0
@@ -0,0 +1,1084 @@
|
|
1
|
+
# untitled_api
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module UntitledApi
|
7
|
+
# ApiV1ConstInsightMetricsResponse1 Model.
|
8
|
+
class ApiV1ConstInsightMetricsResponse1 < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [Object]
|
14
|
+
attr_accessor :num_clients
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [Object]
|
18
|
+
attr_accessor :bytes
|
19
|
+
|
20
|
+
# TODO: Write general description for this method
|
21
|
+
# @return [Object]
|
22
|
+
attr_accessor :rx_bytes
|
23
|
+
|
24
|
+
# TODO: Write general description for this method
|
25
|
+
# @return [Object]
|
26
|
+
attr_accessor :tx_bytes
|
27
|
+
|
28
|
+
# TODO: Write general description for this method
|
29
|
+
# @return [Object]
|
30
|
+
attr_accessor :rx_mcast
|
31
|
+
|
32
|
+
# TODO: Write general description for this method
|
33
|
+
# @return [Object]
|
34
|
+
attr_accessor :rx_bcast
|
35
|
+
|
36
|
+
# TODO: Write general description for this method
|
37
|
+
# @return [Object]
|
38
|
+
attr_accessor :rx_pkts
|
39
|
+
|
40
|
+
# TODO: Write general description for this method
|
41
|
+
# @return [Object]
|
42
|
+
attr_accessor :tx_mcast
|
43
|
+
|
44
|
+
# TODO: Write general description for this method
|
45
|
+
# @return [Object]
|
46
|
+
attr_accessor :tx_bcast
|
47
|
+
|
48
|
+
# TODO: Write general description for this method
|
49
|
+
# @return [Object]
|
50
|
+
attr_accessor :tx_pkts
|
51
|
+
|
52
|
+
# TODO: Write general description for this method
|
53
|
+
# @return [Object]
|
54
|
+
attr_accessor :bps
|
55
|
+
|
56
|
+
# TODO: Write general description for this method
|
57
|
+
# @return [Object]
|
58
|
+
attr_accessor :tx_bps
|
59
|
+
|
60
|
+
# TODO: Write general description for this method
|
61
|
+
# @return [Object]
|
62
|
+
attr_accessor :rx_bps
|
63
|
+
|
64
|
+
# TODO: Write general description for this method
|
65
|
+
# @return [Object]
|
66
|
+
attr_accessor :tx_retries
|
67
|
+
|
68
|
+
# TODO: Write general description for this method
|
69
|
+
# @return [Object]
|
70
|
+
attr_accessor :rx_retries
|
71
|
+
|
72
|
+
# TODO: Write general description for this method
|
73
|
+
# @return [Object]
|
74
|
+
attr_accessor :client_rf_metrics
|
75
|
+
|
76
|
+
# TODO: Write general description for this method
|
77
|
+
# @return [Object]
|
78
|
+
attr_accessor :num_aps
|
79
|
+
|
80
|
+
# TODO: Write general description for this method
|
81
|
+
# @return [Object]
|
82
|
+
attr_accessor :tx_rates
|
83
|
+
|
84
|
+
# TODO: Write general description for this method
|
85
|
+
# @return [Object]
|
86
|
+
attr_accessor :rx_rates
|
87
|
+
|
88
|
+
# TODO: Write general description for this method
|
89
|
+
# @return [Object]
|
90
|
+
attr_accessor :port_rx_errors
|
91
|
+
|
92
|
+
# TODO: Write general description for this method
|
93
|
+
# @return [Object]
|
94
|
+
attr_accessor :port_tx_errors
|
95
|
+
|
96
|
+
# TODO: Write general description for this method
|
97
|
+
# @return [Object]
|
98
|
+
attr_accessor :cpu
|
99
|
+
|
100
|
+
# TODO: Write general description for this method
|
101
|
+
# @return [Object]
|
102
|
+
attr_accessor :memory
|
103
|
+
|
104
|
+
# TODO: Write general description for this method
|
105
|
+
# @return [Object]
|
106
|
+
attr_accessor :spu
|
107
|
+
|
108
|
+
# TODO: Write general description for this method
|
109
|
+
# @return [Object]
|
110
|
+
attr_accessor :spu_memory
|
111
|
+
|
112
|
+
# TODO: Write general description for this method
|
113
|
+
# @return [Object]
|
114
|
+
attr_accessor :num_sessions
|
115
|
+
|
116
|
+
# TODO: Write general description for this method
|
117
|
+
# @return [Object]
|
118
|
+
attr_accessor :num_ips
|
119
|
+
|
120
|
+
# TODO: Write general description for this method
|
121
|
+
# @return [Object]
|
122
|
+
attr_accessor :power_draw
|
123
|
+
|
124
|
+
# TODO: Write general description for this method
|
125
|
+
# @return [Object]
|
126
|
+
attr_accessor :client_auth_latency
|
127
|
+
|
128
|
+
# TODO: Write general description for this method
|
129
|
+
# @return [Object]
|
130
|
+
attr_accessor :client_dhcp_latency
|
131
|
+
|
132
|
+
# TODO: Write general description for this method
|
133
|
+
# @return [Object]
|
134
|
+
attr_accessor :dns_latency
|
135
|
+
|
136
|
+
# TODO: Write general description for this method
|
137
|
+
# @return [Object]
|
138
|
+
attr_accessor :top_port_by_bytes
|
139
|
+
|
140
|
+
# TODO: Write general description for this method
|
141
|
+
# @return [Object]
|
142
|
+
attr_accessor :top_wlan_by_bytes
|
143
|
+
|
144
|
+
# TODO: Write general description for this method
|
145
|
+
# @return [Object]
|
146
|
+
attr_accessor :top_wlan_by_num_client
|
147
|
+
|
148
|
+
# TODO: Write general description for this method
|
149
|
+
# @return [Object]
|
150
|
+
attr_accessor :top_ap_by_bytes
|
151
|
+
|
152
|
+
# TODO: Write general description for this method
|
153
|
+
# @return [Object]
|
154
|
+
attr_accessor :top_ap_by_num_client
|
155
|
+
|
156
|
+
# TODO: Write general description for this method
|
157
|
+
# @return [Object]
|
158
|
+
attr_accessor :top_client
|
159
|
+
|
160
|
+
# TODO: Write general description for this method
|
161
|
+
# @return [Object]
|
162
|
+
attr_accessor :top_network_by_bytes
|
163
|
+
|
164
|
+
# TODO: Write general description for this method
|
165
|
+
# @return [Object]
|
166
|
+
attr_accessor :top_ip
|
167
|
+
|
168
|
+
# TODO: Write general description for this method
|
169
|
+
# @return [Object]
|
170
|
+
attr_accessor :top_client_or_ip_by_bytes
|
171
|
+
|
172
|
+
# TODO: Write general description for this method
|
173
|
+
# @return [Object]
|
174
|
+
attr_accessor :top_app_by_num_client
|
175
|
+
|
176
|
+
# TODO: Write general description for this method
|
177
|
+
# @return [Object]
|
178
|
+
attr_accessor :top_app_by_bytes
|
179
|
+
|
180
|
+
# TODO: Write general description for this method
|
181
|
+
# @return [Object]
|
182
|
+
attr_accessor :top_categories_by_bytes
|
183
|
+
|
184
|
+
# TODO: Write general description for this method
|
185
|
+
# @return [Object]
|
186
|
+
attr_accessor :top_client_by_threats
|
187
|
+
|
188
|
+
# TODO: Write general description for this method
|
189
|
+
# @return [Object]
|
190
|
+
attr_accessor :top_client_by_num_ssids
|
191
|
+
|
192
|
+
# TODO: Write general description for this method
|
193
|
+
# @return [Object]
|
194
|
+
attr_accessor :rssi
|
195
|
+
|
196
|
+
# TODO: Write general description for this method
|
197
|
+
# @return [Object]
|
198
|
+
attr_accessor :noise
|
199
|
+
|
200
|
+
# TODO: Write general description for this method
|
201
|
+
# @return [Object]
|
202
|
+
attr_accessor :sensor
|
203
|
+
|
204
|
+
# TODO: Write general description for this method
|
205
|
+
# @return [Object]
|
206
|
+
attr_accessor :band24_util
|
207
|
+
|
208
|
+
# TODO: Write general description for this method
|
209
|
+
# @return [Object]
|
210
|
+
attr_accessor :band5_util
|
211
|
+
|
212
|
+
# TODO: Write general description for this method
|
213
|
+
# @return [Object]
|
214
|
+
attr_accessor :band6_util
|
215
|
+
|
216
|
+
# TODO: Write general description for this method
|
217
|
+
# @return [Object]
|
218
|
+
attr_accessor :channel_util
|
219
|
+
|
220
|
+
# TODO: Write general description for this method
|
221
|
+
# @return [Object]
|
222
|
+
attr_accessor :uptime_bar
|
223
|
+
|
224
|
+
# TODO: Write general description for this method
|
225
|
+
# @return [Object]
|
226
|
+
attr_accessor :time_to_connect
|
227
|
+
|
228
|
+
# TODO: Write general description for this method
|
229
|
+
# @return [Object]
|
230
|
+
attr_accessor :successful_connect
|
231
|
+
|
232
|
+
# TODO: Write general description for this method
|
233
|
+
# @return [Object]
|
234
|
+
attr_accessor :client_roam_band5
|
235
|
+
|
236
|
+
# TODO: Write general description for this method
|
237
|
+
# @return [Object]
|
238
|
+
attr_accessor :client_roam_band24
|
239
|
+
|
240
|
+
# TODO: Write general description for this method
|
241
|
+
# @return [Object]
|
242
|
+
attr_accessor :ap_availability
|
243
|
+
|
244
|
+
# TODO: Write general description for this method
|
245
|
+
# @return [Object]
|
246
|
+
attr_accessor :client_coverage_band5
|
247
|
+
|
248
|
+
# TODO: Write general description for this method
|
249
|
+
# @return [Object]
|
250
|
+
attr_accessor :client_coverage_band24
|
251
|
+
|
252
|
+
# TODO: Write general description for this method
|
253
|
+
# @return [Object]
|
254
|
+
attr_accessor :client_capacity_band5
|
255
|
+
|
256
|
+
# TODO: Write general description for this method
|
257
|
+
# @return [Object]
|
258
|
+
attr_accessor :client_capacity_band24
|
259
|
+
|
260
|
+
# TODO: Write general description for this method
|
261
|
+
# @return [Object]
|
262
|
+
attr_accessor :ctype_zones
|
263
|
+
|
264
|
+
# TODO: Write general description for this method
|
265
|
+
# @return [Object]
|
266
|
+
attr_accessor :ctype_visit
|
267
|
+
|
268
|
+
# TODO: Write general description for this method
|
269
|
+
# @return [Object]
|
270
|
+
attr_accessor :ctype_dwell
|
271
|
+
|
272
|
+
# TODO: Write general description for this method
|
273
|
+
# @return [Object]
|
274
|
+
attr_accessor :ctype_loyalty
|
275
|
+
|
276
|
+
# TODO: Write general description for this method
|
277
|
+
# @return [Object]
|
278
|
+
attr_accessor :worst_sites_by_sle
|
279
|
+
|
280
|
+
# TODO: Write general description for this method
|
281
|
+
# @return [Object]
|
282
|
+
attr_accessor :worst_sites_by_sle_filtered
|
283
|
+
|
284
|
+
# TODO: Write general description for this method
|
285
|
+
# @return [Object]
|
286
|
+
attr_accessor :sites_sle
|
287
|
+
|
288
|
+
# TODO: Write general description for this method
|
289
|
+
# @return [Object]
|
290
|
+
attr_accessor :sites_sle_filtered
|
291
|
+
|
292
|
+
# TODO: Write general description for this method
|
293
|
+
# @return [Object]
|
294
|
+
attr_accessor :worst_orgs_by_sle
|
295
|
+
|
296
|
+
# TODO: Write general description for this method
|
297
|
+
# @return [Object]
|
298
|
+
attr_accessor :worst_orgs_by_sle_filtered
|
299
|
+
|
300
|
+
# TODO: Write general description for this method
|
301
|
+
# @return [Object]
|
302
|
+
attr_accessor :orgs_sle
|
303
|
+
|
304
|
+
# TODO: Write general description for this method
|
305
|
+
# @return [Object]
|
306
|
+
attr_accessor :orgs_sle_filtered
|
307
|
+
|
308
|
+
# TODO: Write general description for this method
|
309
|
+
# @return [Object]
|
310
|
+
attr_accessor :edge_uptime_bar
|
311
|
+
|
312
|
+
# TODO: Write general description for this method
|
313
|
+
# @return [Object]
|
314
|
+
attr_accessor :worst_sites_by_wired_assurance_metrics
|
315
|
+
|
316
|
+
# TODO: Write general description for this method
|
317
|
+
# @return [Object]
|
318
|
+
attr_accessor :sites_wa_metrics
|
319
|
+
|
320
|
+
# TODO: Write general description for this method
|
321
|
+
# @return [Object]
|
322
|
+
attr_accessor :worst_sites_by_switch_metrics
|
323
|
+
|
324
|
+
# TODO: Write general description for this method
|
325
|
+
# @return [Object]
|
326
|
+
attr_accessor :sites_sw_metrics
|
327
|
+
|
328
|
+
# TODO: Write general description for this method
|
329
|
+
# @return [Object]
|
330
|
+
attr_accessor :top_switch_by_bytes
|
331
|
+
|
332
|
+
# TODO: Write general description for this method
|
333
|
+
# @return [Object]
|
334
|
+
attr_accessor :top_gateway_by_bytes
|
335
|
+
|
336
|
+
# TODO: Write general description for this method
|
337
|
+
# @return [Object]
|
338
|
+
attr_accessor :num_clients_by_sites
|
339
|
+
|
340
|
+
# TODO: Write general description for this method
|
341
|
+
# @return [Object]
|
342
|
+
attr_accessor :num_mxtunnels
|
343
|
+
|
344
|
+
# TODO: Write general description for this method
|
345
|
+
# @return [Object]
|
346
|
+
attr_accessor :activity
|
347
|
+
|
348
|
+
# TODO: Write general description for this method
|
349
|
+
# @return [Object]
|
350
|
+
attr_accessor :ap_count
|
351
|
+
|
352
|
+
# TODO: Write general description for this method
|
353
|
+
# @return [Object]
|
354
|
+
attr_accessor :network_connection
|
355
|
+
|
356
|
+
# TODO: Write general description for this method
|
357
|
+
# @return [Object]
|
358
|
+
attr_accessor :vpn_peer_metrics
|
359
|
+
|
360
|
+
# TODO: Write general description for this method
|
361
|
+
# @return [Object]
|
362
|
+
attr_accessor :vpn_peer
|
363
|
+
|
364
|
+
# TODO: Write general description for this method
|
365
|
+
# @return [Object]
|
366
|
+
attr_accessor :wan_link_health
|
367
|
+
|
368
|
+
# TODO: Write general description for this method
|
369
|
+
# @return [Object]
|
370
|
+
attr_accessor :switch_metrics
|
371
|
+
|
372
|
+
# TODO: Write general description for this method
|
373
|
+
# @return [Object]
|
374
|
+
attr_accessor :gateway_metrics
|
375
|
+
|
376
|
+
# TODO: Write general description for this method
|
377
|
+
# @return [Object]
|
378
|
+
attr_accessor :lte_rssi
|
379
|
+
|
380
|
+
# TODO: Write general description for this method
|
381
|
+
# @return [Object]
|
382
|
+
attr_accessor :call_user_qos
|
383
|
+
|
384
|
+
# TODO: Write general description for this method
|
385
|
+
# @return [Object]
|
386
|
+
attr_accessor :call_user_cpu
|
387
|
+
|
388
|
+
# TODO: Write general description for this method
|
389
|
+
# @return [Object]
|
390
|
+
attr_accessor :call_user_feedback
|
391
|
+
|
392
|
+
# TODO: Write general description for this method
|
393
|
+
# @return [Object]
|
394
|
+
attr_accessor :call_metrics
|
395
|
+
|
396
|
+
# TODO: Write general description for this method
|
397
|
+
# @return [Object]
|
398
|
+
attr_accessor :app_bytes
|
399
|
+
|
400
|
+
# TODO: Write general description for this method
|
401
|
+
# @return [Object]
|
402
|
+
attr_accessor :top_wan_apps
|
403
|
+
|
404
|
+
# A mapping from model property names to API property names.
|
405
|
+
def self.names
|
406
|
+
@_hash = {} if @_hash.nil?
|
407
|
+
@_hash['num_clients'] = 'num_clients'
|
408
|
+
@_hash['bytes'] = 'bytes'
|
409
|
+
@_hash['rx_bytes'] = 'rx_bytes'
|
410
|
+
@_hash['tx_bytes'] = 'tx_bytes'
|
411
|
+
@_hash['rx_mcast'] = 'rx_mcast'
|
412
|
+
@_hash['rx_bcast'] = 'rx_bcast'
|
413
|
+
@_hash['rx_pkts'] = 'rx_pkts'
|
414
|
+
@_hash['tx_mcast'] = 'tx_mcast'
|
415
|
+
@_hash['tx_bcast'] = 'tx_bcast'
|
416
|
+
@_hash['tx_pkts'] = 'tx_pkts'
|
417
|
+
@_hash['bps'] = 'bps'
|
418
|
+
@_hash['tx_bps'] = 'tx_bps'
|
419
|
+
@_hash['rx_bps'] = 'rx_bps'
|
420
|
+
@_hash['tx_retries'] = 'tx_retries'
|
421
|
+
@_hash['rx_retries'] = 'rx_retries'
|
422
|
+
@_hash['client_rf_metrics'] = 'client-rf-metrics'
|
423
|
+
@_hash['num_aps'] = 'num_aps'
|
424
|
+
@_hash['tx_rates'] = 'tx_rates'
|
425
|
+
@_hash['rx_rates'] = 'rx_rates'
|
426
|
+
@_hash['port_rx_errors'] = 'port_rx_errors'
|
427
|
+
@_hash['port_tx_errors'] = 'port_tx_errors'
|
428
|
+
@_hash['cpu'] = 'cpu'
|
429
|
+
@_hash['memory'] = 'memory'
|
430
|
+
@_hash['spu'] = 'spu'
|
431
|
+
@_hash['spu_memory'] = 'spu_memory'
|
432
|
+
@_hash['num_sessions'] = 'num_sessions'
|
433
|
+
@_hash['num_ips'] = 'num_ips'
|
434
|
+
@_hash['power_draw'] = 'power_draw'
|
435
|
+
@_hash['client_auth_latency'] = 'client-auth-latency'
|
436
|
+
@_hash['client_dhcp_latency'] = 'client-dhcp-latency'
|
437
|
+
@_hash['dns_latency'] = 'dns-latency'
|
438
|
+
@_hash['top_port_by_bytes'] = 'top-port-by-bytes'
|
439
|
+
@_hash['top_wlan_by_bytes'] = 'top-wlan-by-bytes'
|
440
|
+
@_hash['top_wlan_by_num_client'] = 'top-wlan-by-num_client'
|
441
|
+
@_hash['top_ap_by_bytes'] = 'top-ap-by-bytes'
|
442
|
+
@_hash['top_ap_by_num_client'] = 'top-ap-by-num_client'
|
443
|
+
@_hash['top_client'] = 'top-client'
|
444
|
+
@_hash['top_network_by_bytes'] = 'top-network-by-bytes'
|
445
|
+
@_hash['top_ip'] = 'top-ip'
|
446
|
+
@_hash['top_client_or_ip_by_bytes'] = 'top-client_or_ip-by-bytes'
|
447
|
+
@_hash['top_app_by_num_client'] = 'top-app-by-num_client'
|
448
|
+
@_hash['top_app_by_bytes'] = 'top-app-by-bytes'
|
449
|
+
@_hash['top_categories_by_bytes'] = 'top-categories-by-bytes'
|
450
|
+
@_hash['top_client_by_threats'] = 'top-client-by-threats'
|
451
|
+
@_hash['top_client_by_num_ssids'] = 'top-client-by-num_ssids'
|
452
|
+
@_hash['rssi'] = 'rssi'
|
453
|
+
@_hash['noise'] = 'noise'
|
454
|
+
@_hash['sensor'] = 'sensor'
|
455
|
+
@_hash['band24_util'] = 'band24-util'
|
456
|
+
@_hash['band5_util'] = 'band5-util'
|
457
|
+
@_hash['band6_util'] = 'band6-util'
|
458
|
+
@_hash['channel_util'] = 'channel-util'
|
459
|
+
@_hash['uptime_bar'] = 'uptime-bar'
|
460
|
+
@_hash['time_to_connect'] = 'time-to-connect'
|
461
|
+
@_hash['successful_connect'] = 'successful-connect'
|
462
|
+
@_hash['client_roam_band5'] = 'client-roam-band5'
|
463
|
+
@_hash['client_roam_band24'] = 'client-roam-band24'
|
464
|
+
@_hash['ap_availability'] = 'ap-availability'
|
465
|
+
@_hash['client_coverage_band5'] = 'client-coverage-band5'
|
466
|
+
@_hash['client_coverage_band24'] = 'client-coverage-band24'
|
467
|
+
@_hash['client_capacity_band5'] = 'client-capacity-band5'
|
468
|
+
@_hash['client_capacity_band24'] = 'client-capacity-band24'
|
469
|
+
@_hash['ctype_zones'] = '{ctype}-zones'
|
470
|
+
@_hash['ctype_visit'] = '{ctype}-visit'
|
471
|
+
@_hash['ctype_dwell'] = '{ctype}-dwell'
|
472
|
+
@_hash['ctype_loyalty'] = '{ctype}-loyalty'
|
473
|
+
@_hash['worst_sites_by_sle'] = 'worst-sites-by-sle'
|
474
|
+
@_hash['worst_sites_by_sle_filtered'] = 'worst-sites-by-sle-filtered'
|
475
|
+
@_hash['sites_sle'] = 'sites-sle'
|
476
|
+
@_hash['sites_sle_filtered'] = 'sites-sle-filtered'
|
477
|
+
@_hash['worst_orgs_by_sle'] = 'worst-orgs-by-sle'
|
478
|
+
@_hash['worst_orgs_by_sle_filtered'] = 'worst-orgs-by-sle-filtered'
|
479
|
+
@_hash['orgs_sle'] = 'orgs-sle'
|
480
|
+
@_hash['orgs_sle_filtered'] = 'orgs-sle-filtered'
|
481
|
+
@_hash['edge_uptime_bar'] = 'edge-uptime-bar'
|
482
|
+
@_hash['worst_sites_by_wired_assurance_metrics'] =
|
483
|
+
'worst-sites-by-wired-assurance-metrics'
|
484
|
+
@_hash['sites_wa_metrics'] = 'sites-wa-metrics'
|
485
|
+
@_hash['worst_sites_by_switch_metrics'] =
|
486
|
+
'worst-sites-by-switch-metrics'
|
487
|
+
@_hash['sites_sw_metrics'] = 'sites-sw-metrics'
|
488
|
+
@_hash['top_switch_by_bytes'] = 'top-switch-by-bytes'
|
489
|
+
@_hash['top_gateway_by_bytes'] = 'top-gateway-by-bytes'
|
490
|
+
@_hash['num_clients_by_sites'] = 'num_clients-by-sites'
|
491
|
+
@_hash['num_mxtunnels'] = 'num_mxtunnels'
|
492
|
+
@_hash['activity'] = 'activity'
|
493
|
+
@_hash['ap_count'] = 'ap-count'
|
494
|
+
@_hash['network_connection'] = 'network_connection'
|
495
|
+
@_hash['vpn_peer_metrics'] = 'vpn_peer-metrics'
|
496
|
+
@_hash['vpn_peer'] = 'vpn_peer'
|
497
|
+
@_hash['wan_link_health'] = 'wan_link_health'
|
498
|
+
@_hash['switch_metrics'] = 'switch-metrics'
|
499
|
+
@_hash['gateway_metrics'] = 'gateway-metrics'
|
500
|
+
@_hash['lte_rssi'] = 'lte_rssi'
|
501
|
+
@_hash['call_user_qos'] = 'call-user_qos'
|
502
|
+
@_hash['call_user_cpu'] = 'call-user_cpu'
|
503
|
+
@_hash['call_user_feedback'] = 'call-user_feedback'
|
504
|
+
@_hash['call_metrics'] = 'call-metrics'
|
505
|
+
@_hash['app_bytes'] = 'app-bytes'
|
506
|
+
@_hash['top_wan_apps'] = 'top-wan-apps'
|
507
|
+
@_hash
|
508
|
+
end
|
509
|
+
|
510
|
+
# An array for optional fields
|
511
|
+
def self.optionals
|
512
|
+
%w[
|
513
|
+
num_clients
|
514
|
+
bytes
|
515
|
+
rx_bytes
|
516
|
+
tx_bytes
|
517
|
+
rx_mcast
|
518
|
+
rx_bcast
|
519
|
+
rx_pkts
|
520
|
+
tx_mcast
|
521
|
+
tx_bcast
|
522
|
+
tx_pkts
|
523
|
+
bps
|
524
|
+
tx_bps
|
525
|
+
rx_bps
|
526
|
+
tx_retries
|
527
|
+
rx_retries
|
528
|
+
client_rf_metrics
|
529
|
+
num_aps
|
530
|
+
tx_rates
|
531
|
+
rx_rates
|
532
|
+
port_rx_errors
|
533
|
+
port_tx_errors
|
534
|
+
cpu
|
535
|
+
memory
|
536
|
+
spu
|
537
|
+
spu_memory
|
538
|
+
num_sessions
|
539
|
+
num_ips
|
540
|
+
power_draw
|
541
|
+
client_auth_latency
|
542
|
+
client_dhcp_latency
|
543
|
+
dns_latency
|
544
|
+
top_port_by_bytes
|
545
|
+
top_wlan_by_bytes
|
546
|
+
top_wlan_by_num_client
|
547
|
+
top_ap_by_bytes
|
548
|
+
top_ap_by_num_client
|
549
|
+
top_client
|
550
|
+
top_network_by_bytes
|
551
|
+
top_ip
|
552
|
+
top_client_or_ip_by_bytes
|
553
|
+
top_app_by_num_client
|
554
|
+
top_app_by_bytes
|
555
|
+
top_categories_by_bytes
|
556
|
+
top_client_by_threats
|
557
|
+
top_client_by_num_ssids
|
558
|
+
rssi
|
559
|
+
noise
|
560
|
+
sensor
|
561
|
+
band24_util
|
562
|
+
band5_util
|
563
|
+
band6_util
|
564
|
+
channel_util
|
565
|
+
uptime_bar
|
566
|
+
time_to_connect
|
567
|
+
successful_connect
|
568
|
+
client_roam_band5
|
569
|
+
client_roam_band24
|
570
|
+
ap_availability
|
571
|
+
client_coverage_band5
|
572
|
+
client_coverage_band24
|
573
|
+
client_capacity_band5
|
574
|
+
client_capacity_band24
|
575
|
+
ctype_zones
|
576
|
+
ctype_visit
|
577
|
+
ctype_dwell
|
578
|
+
ctype_loyalty
|
579
|
+
worst_sites_by_sle
|
580
|
+
worst_sites_by_sle_filtered
|
581
|
+
sites_sle
|
582
|
+
sites_sle_filtered
|
583
|
+
worst_orgs_by_sle
|
584
|
+
worst_orgs_by_sle_filtered
|
585
|
+
orgs_sle
|
586
|
+
orgs_sle_filtered
|
587
|
+
edge_uptime_bar
|
588
|
+
worst_sites_by_wired_assurance_metrics
|
589
|
+
sites_wa_metrics
|
590
|
+
worst_sites_by_switch_metrics
|
591
|
+
sites_sw_metrics
|
592
|
+
top_switch_by_bytes
|
593
|
+
top_gateway_by_bytes
|
594
|
+
num_clients_by_sites
|
595
|
+
num_mxtunnels
|
596
|
+
activity
|
597
|
+
ap_count
|
598
|
+
network_connection
|
599
|
+
vpn_peer_metrics
|
600
|
+
vpn_peer
|
601
|
+
wan_link_health
|
602
|
+
switch_metrics
|
603
|
+
gateway_metrics
|
604
|
+
lte_rssi
|
605
|
+
call_user_qos
|
606
|
+
call_user_cpu
|
607
|
+
call_user_feedback
|
608
|
+
call_metrics
|
609
|
+
app_bytes
|
610
|
+
top_wan_apps
|
611
|
+
]
|
612
|
+
end
|
613
|
+
|
614
|
+
# An array for nullable fields
|
615
|
+
def self.nullables
|
616
|
+
[]
|
617
|
+
end
|
618
|
+
|
619
|
+
def initialize(num_clients = SKIP,
|
620
|
+
bytes = SKIP,
|
621
|
+
rx_bytes = SKIP,
|
622
|
+
tx_bytes = SKIP,
|
623
|
+
rx_mcast = SKIP,
|
624
|
+
rx_bcast = SKIP,
|
625
|
+
rx_pkts = SKIP,
|
626
|
+
tx_mcast = SKIP,
|
627
|
+
tx_bcast = SKIP,
|
628
|
+
tx_pkts = SKIP,
|
629
|
+
bps = SKIP,
|
630
|
+
tx_bps = SKIP,
|
631
|
+
rx_bps = SKIP,
|
632
|
+
tx_retries = SKIP,
|
633
|
+
rx_retries = SKIP,
|
634
|
+
client_rf_metrics = SKIP,
|
635
|
+
num_aps = SKIP,
|
636
|
+
tx_rates = SKIP,
|
637
|
+
rx_rates = SKIP,
|
638
|
+
port_rx_errors = SKIP,
|
639
|
+
port_tx_errors = SKIP,
|
640
|
+
cpu = SKIP,
|
641
|
+
memory = SKIP,
|
642
|
+
spu = SKIP,
|
643
|
+
spu_memory = SKIP,
|
644
|
+
num_sessions = SKIP,
|
645
|
+
num_ips = SKIP,
|
646
|
+
power_draw = SKIP,
|
647
|
+
client_auth_latency = SKIP,
|
648
|
+
client_dhcp_latency = SKIP,
|
649
|
+
dns_latency = SKIP,
|
650
|
+
top_port_by_bytes = SKIP,
|
651
|
+
top_wlan_by_bytes = SKIP,
|
652
|
+
top_wlan_by_num_client = SKIP,
|
653
|
+
top_ap_by_bytes = SKIP,
|
654
|
+
top_ap_by_num_client = SKIP,
|
655
|
+
top_client = SKIP,
|
656
|
+
top_network_by_bytes = SKIP,
|
657
|
+
top_ip = SKIP,
|
658
|
+
top_client_or_ip_by_bytes = SKIP,
|
659
|
+
top_app_by_num_client = SKIP,
|
660
|
+
top_app_by_bytes = SKIP,
|
661
|
+
top_categories_by_bytes = SKIP,
|
662
|
+
top_client_by_threats = SKIP,
|
663
|
+
top_client_by_num_ssids = SKIP,
|
664
|
+
rssi = SKIP,
|
665
|
+
noise = SKIP,
|
666
|
+
sensor = SKIP,
|
667
|
+
band24_util = SKIP,
|
668
|
+
band5_util = SKIP,
|
669
|
+
band6_util = SKIP,
|
670
|
+
channel_util = SKIP,
|
671
|
+
uptime_bar = SKIP,
|
672
|
+
time_to_connect = SKIP,
|
673
|
+
successful_connect = SKIP,
|
674
|
+
client_roam_band5 = SKIP,
|
675
|
+
client_roam_band24 = SKIP,
|
676
|
+
ap_availability = SKIP,
|
677
|
+
client_coverage_band5 = SKIP,
|
678
|
+
client_coverage_band24 = SKIP,
|
679
|
+
client_capacity_band5 = SKIP,
|
680
|
+
client_capacity_band24 = SKIP,
|
681
|
+
ctype_zones = SKIP,
|
682
|
+
ctype_visit = SKIP,
|
683
|
+
ctype_dwell = SKIP,
|
684
|
+
ctype_loyalty = SKIP,
|
685
|
+
worst_sites_by_sle = SKIP,
|
686
|
+
worst_sites_by_sle_filtered = SKIP,
|
687
|
+
sites_sle = SKIP,
|
688
|
+
sites_sle_filtered = SKIP,
|
689
|
+
worst_orgs_by_sle = SKIP,
|
690
|
+
worst_orgs_by_sle_filtered = SKIP,
|
691
|
+
orgs_sle = SKIP,
|
692
|
+
orgs_sle_filtered = SKIP,
|
693
|
+
edge_uptime_bar = SKIP,
|
694
|
+
worst_sites_by_wired_assurance_metrics = SKIP,
|
695
|
+
sites_wa_metrics = SKIP,
|
696
|
+
worst_sites_by_switch_metrics = SKIP,
|
697
|
+
sites_sw_metrics = SKIP,
|
698
|
+
top_switch_by_bytes = SKIP,
|
699
|
+
top_gateway_by_bytes = SKIP,
|
700
|
+
num_clients_by_sites = SKIP,
|
701
|
+
num_mxtunnels = SKIP,
|
702
|
+
activity = SKIP,
|
703
|
+
ap_count = SKIP,
|
704
|
+
network_connection = SKIP,
|
705
|
+
vpn_peer_metrics = SKIP,
|
706
|
+
vpn_peer = SKIP,
|
707
|
+
wan_link_health = SKIP,
|
708
|
+
switch_metrics = SKIP,
|
709
|
+
gateway_metrics = SKIP,
|
710
|
+
lte_rssi = SKIP,
|
711
|
+
call_user_qos = SKIP,
|
712
|
+
call_user_cpu = SKIP,
|
713
|
+
call_user_feedback = SKIP,
|
714
|
+
call_metrics = SKIP,
|
715
|
+
app_bytes = SKIP,
|
716
|
+
top_wan_apps = SKIP)
|
717
|
+
@num_clients = num_clients unless num_clients == SKIP
|
718
|
+
@bytes = bytes unless bytes == SKIP
|
719
|
+
@rx_bytes = rx_bytes unless rx_bytes == SKIP
|
720
|
+
@tx_bytes = tx_bytes unless tx_bytes == SKIP
|
721
|
+
@rx_mcast = rx_mcast unless rx_mcast == SKIP
|
722
|
+
@rx_bcast = rx_bcast unless rx_bcast == SKIP
|
723
|
+
@rx_pkts = rx_pkts unless rx_pkts == SKIP
|
724
|
+
@tx_mcast = tx_mcast unless tx_mcast == SKIP
|
725
|
+
@tx_bcast = tx_bcast unless tx_bcast == SKIP
|
726
|
+
@tx_pkts = tx_pkts unless tx_pkts == SKIP
|
727
|
+
@bps = bps unless bps == SKIP
|
728
|
+
@tx_bps = tx_bps unless tx_bps == SKIP
|
729
|
+
@rx_bps = rx_bps unless rx_bps == SKIP
|
730
|
+
@tx_retries = tx_retries unless tx_retries == SKIP
|
731
|
+
@rx_retries = rx_retries unless rx_retries == SKIP
|
732
|
+
@client_rf_metrics = client_rf_metrics unless client_rf_metrics == SKIP
|
733
|
+
@num_aps = num_aps unless num_aps == SKIP
|
734
|
+
@tx_rates = tx_rates unless tx_rates == SKIP
|
735
|
+
@rx_rates = rx_rates unless rx_rates == SKIP
|
736
|
+
@port_rx_errors = port_rx_errors unless port_rx_errors == SKIP
|
737
|
+
@port_tx_errors = port_tx_errors unless port_tx_errors == SKIP
|
738
|
+
@cpu = cpu unless cpu == SKIP
|
739
|
+
@memory = memory unless memory == SKIP
|
740
|
+
@spu = spu unless spu == SKIP
|
741
|
+
@spu_memory = spu_memory unless spu_memory == SKIP
|
742
|
+
@num_sessions = num_sessions unless num_sessions == SKIP
|
743
|
+
@num_ips = num_ips unless num_ips == SKIP
|
744
|
+
@power_draw = power_draw unless power_draw == SKIP
|
745
|
+
@client_auth_latency = client_auth_latency unless client_auth_latency == SKIP
|
746
|
+
@client_dhcp_latency = client_dhcp_latency unless client_dhcp_latency == SKIP
|
747
|
+
@dns_latency = dns_latency unless dns_latency == SKIP
|
748
|
+
@top_port_by_bytes = top_port_by_bytes unless top_port_by_bytes == SKIP
|
749
|
+
@top_wlan_by_bytes = top_wlan_by_bytes unless top_wlan_by_bytes == SKIP
|
750
|
+
@top_wlan_by_num_client = top_wlan_by_num_client unless top_wlan_by_num_client == SKIP
|
751
|
+
@top_ap_by_bytes = top_ap_by_bytes unless top_ap_by_bytes == SKIP
|
752
|
+
@top_ap_by_num_client = top_ap_by_num_client unless top_ap_by_num_client == SKIP
|
753
|
+
@top_client = top_client unless top_client == SKIP
|
754
|
+
@top_network_by_bytes = top_network_by_bytes unless top_network_by_bytes == SKIP
|
755
|
+
@top_ip = top_ip unless top_ip == SKIP
|
756
|
+
unless top_client_or_ip_by_bytes == SKIP
|
757
|
+
@top_client_or_ip_by_bytes =
|
758
|
+
top_client_or_ip_by_bytes
|
759
|
+
end
|
760
|
+
@top_app_by_num_client = top_app_by_num_client unless top_app_by_num_client == SKIP
|
761
|
+
@top_app_by_bytes = top_app_by_bytes unless top_app_by_bytes == SKIP
|
762
|
+
@top_categories_by_bytes = top_categories_by_bytes unless top_categories_by_bytes == SKIP
|
763
|
+
@top_client_by_threats = top_client_by_threats unless top_client_by_threats == SKIP
|
764
|
+
@top_client_by_num_ssids = top_client_by_num_ssids unless top_client_by_num_ssids == SKIP
|
765
|
+
@rssi = rssi unless rssi == SKIP
|
766
|
+
@noise = noise unless noise == SKIP
|
767
|
+
@sensor = sensor unless sensor == SKIP
|
768
|
+
@band24_util = band24_util unless band24_util == SKIP
|
769
|
+
@band5_util = band5_util unless band5_util == SKIP
|
770
|
+
@band6_util = band6_util unless band6_util == SKIP
|
771
|
+
@channel_util = channel_util unless channel_util == SKIP
|
772
|
+
@uptime_bar = uptime_bar unless uptime_bar == SKIP
|
773
|
+
@time_to_connect = time_to_connect unless time_to_connect == SKIP
|
774
|
+
@successful_connect = successful_connect unless successful_connect == SKIP
|
775
|
+
@client_roam_band5 = client_roam_band5 unless client_roam_band5 == SKIP
|
776
|
+
@client_roam_band24 = client_roam_band24 unless client_roam_band24 == SKIP
|
777
|
+
@ap_availability = ap_availability unless ap_availability == SKIP
|
778
|
+
@client_coverage_band5 = client_coverage_band5 unless client_coverage_band5 == SKIP
|
779
|
+
@client_coverage_band24 = client_coverage_band24 unless client_coverage_band24 == SKIP
|
780
|
+
@client_capacity_band5 = client_capacity_band5 unless client_capacity_band5 == SKIP
|
781
|
+
@client_capacity_band24 = client_capacity_band24 unless client_capacity_band24 == SKIP
|
782
|
+
@ctype_zones = ctype_zones unless ctype_zones == SKIP
|
783
|
+
@ctype_visit = ctype_visit unless ctype_visit == SKIP
|
784
|
+
@ctype_dwell = ctype_dwell unless ctype_dwell == SKIP
|
785
|
+
@ctype_loyalty = ctype_loyalty unless ctype_loyalty == SKIP
|
786
|
+
@worst_sites_by_sle = worst_sites_by_sle unless worst_sites_by_sle == SKIP
|
787
|
+
unless worst_sites_by_sle_filtered == SKIP
|
788
|
+
@worst_sites_by_sle_filtered =
|
789
|
+
worst_sites_by_sle_filtered
|
790
|
+
end
|
791
|
+
@sites_sle = sites_sle unless sites_sle == SKIP
|
792
|
+
@sites_sle_filtered = sites_sle_filtered unless sites_sle_filtered == SKIP
|
793
|
+
@worst_orgs_by_sle = worst_orgs_by_sle unless worst_orgs_by_sle == SKIP
|
794
|
+
unless worst_orgs_by_sle_filtered == SKIP
|
795
|
+
@worst_orgs_by_sle_filtered =
|
796
|
+
worst_orgs_by_sle_filtered
|
797
|
+
end
|
798
|
+
@orgs_sle = orgs_sle unless orgs_sle == SKIP
|
799
|
+
@orgs_sle_filtered = orgs_sle_filtered unless orgs_sle_filtered == SKIP
|
800
|
+
@edge_uptime_bar = edge_uptime_bar unless edge_uptime_bar == SKIP
|
801
|
+
unless worst_sites_by_wired_assurance_metrics == SKIP
|
802
|
+
@worst_sites_by_wired_assurance_metrics =
|
803
|
+
worst_sites_by_wired_assurance_metrics
|
804
|
+
end
|
805
|
+
@sites_wa_metrics = sites_wa_metrics unless sites_wa_metrics == SKIP
|
806
|
+
unless worst_sites_by_switch_metrics == SKIP
|
807
|
+
@worst_sites_by_switch_metrics =
|
808
|
+
worst_sites_by_switch_metrics
|
809
|
+
end
|
810
|
+
@sites_sw_metrics = sites_sw_metrics unless sites_sw_metrics == SKIP
|
811
|
+
@top_switch_by_bytes = top_switch_by_bytes unless top_switch_by_bytes == SKIP
|
812
|
+
@top_gateway_by_bytes = top_gateway_by_bytes unless top_gateway_by_bytes == SKIP
|
813
|
+
@num_clients_by_sites = num_clients_by_sites unless num_clients_by_sites == SKIP
|
814
|
+
@num_mxtunnels = num_mxtunnels unless num_mxtunnels == SKIP
|
815
|
+
@activity = activity unless activity == SKIP
|
816
|
+
@ap_count = ap_count unless ap_count == SKIP
|
817
|
+
@network_connection = network_connection unless network_connection == SKIP
|
818
|
+
@vpn_peer_metrics = vpn_peer_metrics unless vpn_peer_metrics == SKIP
|
819
|
+
@vpn_peer = vpn_peer unless vpn_peer == SKIP
|
820
|
+
@wan_link_health = wan_link_health unless wan_link_health == SKIP
|
821
|
+
@switch_metrics = switch_metrics unless switch_metrics == SKIP
|
822
|
+
@gateway_metrics = gateway_metrics unless gateway_metrics == SKIP
|
823
|
+
@lte_rssi = lte_rssi unless lte_rssi == SKIP
|
824
|
+
@call_user_qos = call_user_qos unless call_user_qos == SKIP
|
825
|
+
@call_user_cpu = call_user_cpu unless call_user_cpu == SKIP
|
826
|
+
@call_user_feedback = call_user_feedback unless call_user_feedback == SKIP
|
827
|
+
@call_metrics = call_metrics unless call_metrics == SKIP
|
828
|
+
@app_bytes = app_bytes unless app_bytes == SKIP
|
829
|
+
@top_wan_apps = top_wan_apps unless top_wan_apps == SKIP
|
830
|
+
end
|
831
|
+
|
832
|
+
# Creates an instance of the object from a hash.
|
833
|
+
def self.from_hash(hash)
|
834
|
+
return nil unless hash
|
835
|
+
|
836
|
+
# Extract variables from the hash.
|
837
|
+
num_clients = hash.key?('num_clients') ? hash['num_clients'] : SKIP
|
838
|
+
bytes = hash.key?('bytes') ? hash['bytes'] : SKIP
|
839
|
+
rx_bytes = hash.key?('rx_bytes') ? hash['rx_bytes'] : SKIP
|
840
|
+
tx_bytes = hash.key?('tx_bytes') ? hash['tx_bytes'] : SKIP
|
841
|
+
rx_mcast = hash.key?('rx_mcast') ? hash['rx_mcast'] : SKIP
|
842
|
+
rx_bcast = hash.key?('rx_bcast') ? hash['rx_bcast'] : SKIP
|
843
|
+
rx_pkts = hash.key?('rx_pkts') ? hash['rx_pkts'] : SKIP
|
844
|
+
tx_mcast = hash.key?('tx_mcast') ? hash['tx_mcast'] : SKIP
|
845
|
+
tx_bcast = hash.key?('tx_bcast') ? hash['tx_bcast'] : SKIP
|
846
|
+
tx_pkts = hash.key?('tx_pkts') ? hash['tx_pkts'] : SKIP
|
847
|
+
bps = hash.key?('bps') ? hash['bps'] : SKIP
|
848
|
+
tx_bps = hash.key?('tx_bps') ? hash['tx_bps'] : SKIP
|
849
|
+
rx_bps = hash.key?('rx_bps') ? hash['rx_bps'] : SKIP
|
850
|
+
tx_retries = hash.key?('tx_retries') ? hash['tx_retries'] : SKIP
|
851
|
+
rx_retries = hash.key?('rx_retries') ? hash['rx_retries'] : SKIP
|
852
|
+
client_rf_metrics =
|
853
|
+
hash.key?('client-rf-metrics') ? hash['client-rf-metrics'] : SKIP
|
854
|
+
num_aps = hash.key?('num_aps') ? hash['num_aps'] : SKIP
|
855
|
+
tx_rates = hash.key?('tx_rates') ? hash['tx_rates'] : SKIP
|
856
|
+
rx_rates = hash.key?('rx_rates') ? hash['rx_rates'] : SKIP
|
857
|
+
port_rx_errors =
|
858
|
+
hash.key?('port_rx_errors') ? hash['port_rx_errors'] : SKIP
|
859
|
+
port_tx_errors =
|
860
|
+
hash.key?('port_tx_errors') ? hash['port_tx_errors'] : SKIP
|
861
|
+
cpu = hash.key?('cpu') ? hash['cpu'] : SKIP
|
862
|
+
memory = hash.key?('memory') ? hash['memory'] : SKIP
|
863
|
+
spu = hash.key?('spu') ? hash['spu'] : SKIP
|
864
|
+
spu_memory = hash.key?('spu_memory') ? hash['spu_memory'] : SKIP
|
865
|
+
num_sessions = hash.key?('num_sessions') ? hash['num_sessions'] : SKIP
|
866
|
+
num_ips = hash.key?('num_ips') ? hash['num_ips'] : SKIP
|
867
|
+
power_draw = hash.key?('power_draw') ? hash['power_draw'] : SKIP
|
868
|
+
client_auth_latency =
|
869
|
+
hash.key?('client-auth-latency') ? hash['client-auth-latency'] : SKIP
|
870
|
+
client_dhcp_latency =
|
871
|
+
hash.key?('client-dhcp-latency') ? hash['client-dhcp-latency'] : SKIP
|
872
|
+
dns_latency = hash.key?('dns-latency') ? hash['dns-latency'] : SKIP
|
873
|
+
top_port_by_bytes =
|
874
|
+
hash.key?('top-port-by-bytes') ? hash['top-port-by-bytes'] : SKIP
|
875
|
+
top_wlan_by_bytes =
|
876
|
+
hash.key?('top-wlan-by-bytes') ? hash['top-wlan-by-bytes'] : SKIP
|
877
|
+
top_wlan_by_num_client =
|
878
|
+
hash.key?('top-wlan-by-num_client') ? hash['top-wlan-by-num_client'] : SKIP
|
879
|
+
top_ap_by_bytes =
|
880
|
+
hash.key?('top-ap-by-bytes') ? hash['top-ap-by-bytes'] : SKIP
|
881
|
+
top_ap_by_num_client =
|
882
|
+
hash.key?('top-ap-by-num_client') ? hash['top-ap-by-num_client'] : SKIP
|
883
|
+
top_client = hash.key?('top-client') ? hash['top-client'] : SKIP
|
884
|
+
top_network_by_bytes =
|
885
|
+
hash.key?('top-network-by-bytes') ? hash['top-network-by-bytes'] : SKIP
|
886
|
+
top_ip = hash.key?('top-ip') ? hash['top-ip'] : SKIP
|
887
|
+
top_client_or_ip_by_bytes =
|
888
|
+
hash.key?('top-client_or_ip-by-bytes') ? hash['top-client_or_ip-by-bytes'] : SKIP
|
889
|
+
top_app_by_num_client =
|
890
|
+
hash.key?('top-app-by-num_client') ? hash['top-app-by-num_client'] : SKIP
|
891
|
+
top_app_by_bytes =
|
892
|
+
hash.key?('top-app-by-bytes') ? hash['top-app-by-bytes'] : SKIP
|
893
|
+
top_categories_by_bytes =
|
894
|
+
hash.key?('top-categories-by-bytes') ? hash['top-categories-by-bytes'] : SKIP
|
895
|
+
top_client_by_threats =
|
896
|
+
hash.key?('top-client-by-threats') ? hash['top-client-by-threats'] : SKIP
|
897
|
+
top_client_by_num_ssids =
|
898
|
+
hash.key?('top-client-by-num_ssids') ? hash['top-client-by-num_ssids'] : SKIP
|
899
|
+
rssi = hash.key?('rssi') ? hash['rssi'] : SKIP
|
900
|
+
noise = hash.key?('noise') ? hash['noise'] : SKIP
|
901
|
+
sensor = hash.key?('sensor') ? hash['sensor'] : SKIP
|
902
|
+
band24_util = hash.key?('band24-util') ? hash['band24-util'] : SKIP
|
903
|
+
band5_util = hash.key?('band5-util') ? hash['band5-util'] : SKIP
|
904
|
+
band6_util = hash.key?('band6-util') ? hash['band6-util'] : SKIP
|
905
|
+
channel_util = hash.key?('channel-util') ? hash['channel-util'] : SKIP
|
906
|
+
uptime_bar = hash.key?('uptime-bar') ? hash['uptime-bar'] : SKIP
|
907
|
+
time_to_connect =
|
908
|
+
hash.key?('time-to-connect') ? hash['time-to-connect'] : SKIP
|
909
|
+
successful_connect =
|
910
|
+
hash.key?('successful-connect') ? hash['successful-connect'] : SKIP
|
911
|
+
client_roam_band5 =
|
912
|
+
hash.key?('client-roam-band5') ? hash['client-roam-band5'] : SKIP
|
913
|
+
client_roam_band24 =
|
914
|
+
hash.key?('client-roam-band24') ? hash['client-roam-band24'] : SKIP
|
915
|
+
ap_availability =
|
916
|
+
hash.key?('ap-availability') ? hash['ap-availability'] : SKIP
|
917
|
+
client_coverage_band5 =
|
918
|
+
hash.key?('client-coverage-band5') ? hash['client-coverage-band5'] : SKIP
|
919
|
+
client_coverage_band24 =
|
920
|
+
hash.key?('client-coverage-band24') ? hash['client-coverage-band24'] : SKIP
|
921
|
+
client_capacity_band5 =
|
922
|
+
hash.key?('client-capacity-band5') ? hash['client-capacity-band5'] : SKIP
|
923
|
+
client_capacity_band24 =
|
924
|
+
hash.key?('client-capacity-band24') ? hash['client-capacity-band24'] : SKIP
|
925
|
+
ctype_zones = hash.key?('{ctype}-zones') ? hash['{ctype}-zones'] : SKIP
|
926
|
+
ctype_visit = hash.key?('{ctype}-visit') ? hash['{ctype}-visit'] : SKIP
|
927
|
+
ctype_dwell = hash.key?('{ctype}-dwell') ? hash['{ctype}-dwell'] : SKIP
|
928
|
+
ctype_loyalty =
|
929
|
+
hash.key?('{ctype}-loyalty') ? hash['{ctype}-loyalty'] : SKIP
|
930
|
+
worst_sites_by_sle =
|
931
|
+
hash.key?('worst-sites-by-sle') ? hash['worst-sites-by-sle'] : SKIP
|
932
|
+
worst_sites_by_sle_filtered =
|
933
|
+
hash.key?('worst-sites-by-sle-filtered') ? hash['worst-sites-by-sle-filtered'] : SKIP
|
934
|
+
sites_sle = hash.key?('sites-sle') ? hash['sites-sle'] : SKIP
|
935
|
+
sites_sle_filtered =
|
936
|
+
hash.key?('sites-sle-filtered') ? hash['sites-sle-filtered'] : SKIP
|
937
|
+
worst_orgs_by_sle =
|
938
|
+
hash.key?('worst-orgs-by-sle') ? hash['worst-orgs-by-sle'] : SKIP
|
939
|
+
worst_orgs_by_sle_filtered =
|
940
|
+
hash.key?('worst-orgs-by-sle-filtered') ? hash['worst-orgs-by-sle-filtered'] : SKIP
|
941
|
+
orgs_sle = hash.key?('orgs-sle') ? hash['orgs-sle'] : SKIP
|
942
|
+
orgs_sle_filtered =
|
943
|
+
hash.key?('orgs-sle-filtered') ? hash['orgs-sle-filtered'] : SKIP
|
944
|
+
edge_uptime_bar =
|
945
|
+
hash.key?('edge-uptime-bar') ? hash['edge-uptime-bar'] : SKIP
|
946
|
+
worst_sites_by_wired_assurance_metrics =
|
947
|
+
hash.key?('worst-sites-by-wired-assurance-metrics') ? hash['worst-sites-by-wired-assurance-metrics'] : SKIP
|
948
|
+
sites_wa_metrics =
|
949
|
+
hash.key?('sites-wa-metrics') ? hash['sites-wa-metrics'] : SKIP
|
950
|
+
worst_sites_by_switch_metrics =
|
951
|
+
hash.key?('worst-sites-by-switch-metrics') ? hash['worst-sites-by-switch-metrics'] : SKIP
|
952
|
+
sites_sw_metrics =
|
953
|
+
hash.key?('sites-sw-metrics') ? hash['sites-sw-metrics'] : SKIP
|
954
|
+
top_switch_by_bytes =
|
955
|
+
hash.key?('top-switch-by-bytes') ? hash['top-switch-by-bytes'] : SKIP
|
956
|
+
top_gateway_by_bytes =
|
957
|
+
hash.key?('top-gateway-by-bytes') ? hash['top-gateway-by-bytes'] : SKIP
|
958
|
+
num_clients_by_sites =
|
959
|
+
hash.key?('num_clients-by-sites') ? hash['num_clients-by-sites'] : SKIP
|
960
|
+
num_mxtunnels = hash.key?('num_mxtunnels') ? hash['num_mxtunnels'] : SKIP
|
961
|
+
activity = hash.key?('activity') ? hash['activity'] : SKIP
|
962
|
+
ap_count = hash.key?('ap-count') ? hash['ap-count'] : SKIP
|
963
|
+
network_connection =
|
964
|
+
hash.key?('network_connection') ? hash['network_connection'] : SKIP
|
965
|
+
vpn_peer_metrics =
|
966
|
+
hash.key?('vpn_peer-metrics') ? hash['vpn_peer-metrics'] : SKIP
|
967
|
+
vpn_peer = hash.key?('vpn_peer') ? hash['vpn_peer'] : SKIP
|
968
|
+
wan_link_health =
|
969
|
+
hash.key?('wan_link_health') ? hash['wan_link_health'] : SKIP
|
970
|
+
switch_metrics =
|
971
|
+
hash.key?('switch-metrics') ? hash['switch-metrics'] : SKIP
|
972
|
+
gateway_metrics =
|
973
|
+
hash.key?('gateway-metrics') ? hash['gateway-metrics'] : SKIP
|
974
|
+
lte_rssi = hash.key?('lte_rssi') ? hash['lte_rssi'] : SKIP
|
975
|
+
call_user_qos = hash.key?('call-user_qos') ? hash['call-user_qos'] : SKIP
|
976
|
+
call_user_cpu = hash.key?('call-user_cpu') ? hash['call-user_cpu'] : SKIP
|
977
|
+
call_user_feedback =
|
978
|
+
hash.key?('call-user_feedback') ? hash['call-user_feedback'] : SKIP
|
979
|
+
call_metrics = hash.key?('call-metrics') ? hash['call-metrics'] : SKIP
|
980
|
+
app_bytes = hash.key?('app-bytes') ? hash['app-bytes'] : SKIP
|
981
|
+
top_wan_apps = hash.key?('top-wan-apps') ? hash['top-wan-apps'] : SKIP
|
982
|
+
|
983
|
+
# Create object from extracted values.
|
984
|
+
ApiV1ConstInsightMetricsResponse1.new(num_clients,
|
985
|
+
bytes,
|
986
|
+
rx_bytes,
|
987
|
+
tx_bytes,
|
988
|
+
rx_mcast,
|
989
|
+
rx_bcast,
|
990
|
+
rx_pkts,
|
991
|
+
tx_mcast,
|
992
|
+
tx_bcast,
|
993
|
+
tx_pkts,
|
994
|
+
bps,
|
995
|
+
tx_bps,
|
996
|
+
rx_bps,
|
997
|
+
tx_retries,
|
998
|
+
rx_retries,
|
999
|
+
client_rf_metrics,
|
1000
|
+
num_aps,
|
1001
|
+
tx_rates,
|
1002
|
+
rx_rates,
|
1003
|
+
port_rx_errors,
|
1004
|
+
port_tx_errors,
|
1005
|
+
cpu,
|
1006
|
+
memory,
|
1007
|
+
spu,
|
1008
|
+
spu_memory,
|
1009
|
+
num_sessions,
|
1010
|
+
num_ips,
|
1011
|
+
power_draw,
|
1012
|
+
client_auth_latency,
|
1013
|
+
client_dhcp_latency,
|
1014
|
+
dns_latency,
|
1015
|
+
top_port_by_bytes,
|
1016
|
+
top_wlan_by_bytes,
|
1017
|
+
top_wlan_by_num_client,
|
1018
|
+
top_ap_by_bytes,
|
1019
|
+
top_ap_by_num_client,
|
1020
|
+
top_client,
|
1021
|
+
top_network_by_bytes,
|
1022
|
+
top_ip,
|
1023
|
+
top_client_or_ip_by_bytes,
|
1024
|
+
top_app_by_num_client,
|
1025
|
+
top_app_by_bytes,
|
1026
|
+
top_categories_by_bytes,
|
1027
|
+
top_client_by_threats,
|
1028
|
+
top_client_by_num_ssids,
|
1029
|
+
rssi,
|
1030
|
+
noise,
|
1031
|
+
sensor,
|
1032
|
+
band24_util,
|
1033
|
+
band5_util,
|
1034
|
+
band6_util,
|
1035
|
+
channel_util,
|
1036
|
+
uptime_bar,
|
1037
|
+
time_to_connect,
|
1038
|
+
successful_connect,
|
1039
|
+
client_roam_band5,
|
1040
|
+
client_roam_band24,
|
1041
|
+
ap_availability,
|
1042
|
+
client_coverage_band5,
|
1043
|
+
client_coverage_band24,
|
1044
|
+
client_capacity_band5,
|
1045
|
+
client_capacity_band24,
|
1046
|
+
ctype_zones,
|
1047
|
+
ctype_visit,
|
1048
|
+
ctype_dwell,
|
1049
|
+
ctype_loyalty,
|
1050
|
+
worst_sites_by_sle,
|
1051
|
+
worst_sites_by_sle_filtered,
|
1052
|
+
sites_sle,
|
1053
|
+
sites_sle_filtered,
|
1054
|
+
worst_orgs_by_sle,
|
1055
|
+
worst_orgs_by_sle_filtered,
|
1056
|
+
orgs_sle,
|
1057
|
+
orgs_sle_filtered,
|
1058
|
+
edge_uptime_bar,
|
1059
|
+
worst_sites_by_wired_assurance_metrics,
|
1060
|
+
sites_wa_metrics,
|
1061
|
+
worst_sites_by_switch_metrics,
|
1062
|
+
sites_sw_metrics,
|
1063
|
+
top_switch_by_bytes,
|
1064
|
+
top_gateway_by_bytes,
|
1065
|
+
num_clients_by_sites,
|
1066
|
+
num_mxtunnels,
|
1067
|
+
activity,
|
1068
|
+
ap_count,
|
1069
|
+
network_connection,
|
1070
|
+
vpn_peer_metrics,
|
1071
|
+
vpn_peer,
|
1072
|
+
wan_link_health,
|
1073
|
+
switch_metrics,
|
1074
|
+
gateway_metrics,
|
1075
|
+
lte_rssi,
|
1076
|
+
call_user_qos,
|
1077
|
+
call_user_cpu,
|
1078
|
+
call_user_feedback,
|
1079
|
+
call_metrics,
|
1080
|
+
app_bytes,
|
1081
|
+
top_wan_apps)
|
1082
|
+
end
|
1083
|
+
end
|
1084
|
+
end
|