dotissue-sdk 1.2.36

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1104) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +28 -0
  3. data/README.md +83 -0
  4. data/lib/untitled_api/api_helper.rb +10 -0
  5. data/lib/untitled_api/client.rb +104 -0
  6. data/lib/untitled_api/configuration.rb +135 -0
  7. data/lib/untitled_api/controllers/about_controller.rb +24 -0
  8. data/lib/untitled_api/controllers/api_controller.rb +20469 -0
  9. data/lib/untitled_api/controllers/base_controller.rb +66 -0
  10. data/lib/untitled_api/controllers/internal_controller.rb +7445 -0
  11. data/lib/untitled_api/controllers/manuf_controller.rb +220 -0
  12. data/lib/untitled_api/controllers/portal_controller.rb +304 -0
  13. data/lib/untitled_api/controllers/search_controller.rb +123 -0
  14. data/lib/untitled_api/controllers/tardis_controller.rb +120 -0
  15. data/lib/untitled_api/controllers/tdb_controller.rb +74 -0
  16. data/lib/untitled_api/exceptions/api_exception.rb +10 -0
  17. data/lib/untitled_api/exceptions/api_v1_docs401_error_exception.rb +32 -0
  18. data/lib/untitled_api/exceptions/api_v1_forward_looker401_error_exception.rb +32 -0
  19. data/lib/untitled_api/exceptions/api_v1_forward_ui_orgs400_error_exception.rb +32 -0
  20. data/lib/untitled_api/exceptions/api_v1_incoming_sfdc_tickets_ct_ssd3_brx1j_o2q_n7ke1_wrgyfy3ljxpm6400_error_exception.rb +32 -0
  21. data/lib/untitled_api/exceptions/api_v1_labs_orgs_jcloud_suggestions403_error_exception.rb +32 -0
  22. data/lib/untitled_api/exceptions/api_v1_login_lookup404_error_exception.rb +32 -0
  23. data/lib/untitled_api/exceptions/api_v1_login_two_factor401_error_exception.rb +32 -0
  24. data/lib/untitled_api/exceptions/api_v1_msps_admins400_error_exception.rb +32 -0
  25. data/lib/untitled_api/exceptions/api_v1_oauth_callback400_error_exception.rb +32 -0
  26. data/lib/untitled_api/exceptions/api_v1_orgs_inventory_replace400_error_exception.rb +32 -0
  27. data/lib/untitled_api/exceptions/api_v1_orgs_junos_register_cmd401_error_exception.rb +32 -0
  28. data/lib/untitled_api/exceptions/api_v1_orgs_mxedges_claim404_error_exception.rb +32 -0
  29. data/lib/untitled_api/exceptions/api_v1_orgs_mxedges_join400_error_exception.rb +32 -0
  30. data/lib/untitled_api/exceptions/api_v1_orgs_mxedges_join404_error_exception.rb +32 -0
  31. data/lib/untitled_api/exceptions/api_v1_orgs_mxedges_restart400_error_exception.rb +32 -0
  32. data/lib/untitled_api/exceptions/api_v1_orgs_mxedges_services_name_action400_error_exception.rb +32 -0
  33. data/lib/untitled_api/exceptions/api_v1_orgs_mxtunnels400_error_exception.rb +42 -0
  34. data/lib/untitled_api/exceptions/api_v1_orgs_pcaps_capture400_error_exception.rb +32 -0
  35. data/lib/untitled_api/exceptions/api_v1_orgs_setting_cradlepoint_setup400_error_exception.rb +32 -0
  36. data/lib/untitled_api/exceptions/api_v1_orgs_setting_cradlepoint_sync400_error_exception.rb +32 -0
  37. data/lib/untitled_api/exceptions/api_v1_orgs_sites403_error_exception.rb +32 -0
  38. data/lib/untitled_api/exceptions/api_v1_orgs_ssos400_error_exception.rb +32 -0
  39. data/lib/untitled_api/exceptions/api_v1_orgs_tickets401_error_exception.rb +32 -0
  40. data/lib/untitled_api/exceptions/api_v1_orgs_tickets_comments401_error_exception.rb +32 -0
  41. data/lib/untitled_api/exceptions/api_v1_orgs_troubleshoot400_error_exception.rb +32 -0
  42. data/lib/untitled_api/exceptions/api_v1_pskportal_byod_psk_delete_old_passphrase400_error_exception.rb +32 -0
  43. data/lib/untitled_api/exceptions/api_v1_recover400_error_exception.rb +32 -0
  44. data/lib/untitled_api/exceptions/api_v1_register400_error_exception.rb +32 -0
  45. data/lib/untitled_api/exceptions/api_v1_self400_error_exception.rb +37 -0
  46. data/lib/untitled_api/exceptions/api_v1_self401_error_exception.rb +32 -0
  47. data/lib/untitled_api/exceptions/api_v1_self_oauth400_error_exception.rb +32 -0
  48. data/lib/untitled_api/exceptions/api_v1_self_two_factor_token401_error_exception.rb +32 -0
  49. data/lib/untitled_api/exceptions/api_v1_self_two_factor_verify400_error_exception.rb +32 -0
  50. data/lib/untitled_api/exceptions/api_v1_sites401_error_exception.rb +32 -0
  51. data/lib/untitled_api/exceptions/api_v1_sites403_error_exception.rb +32 -0
  52. data/lib/untitled_api/exceptions/api_v1_sites_devices_bounce_port400_error_exception.rb +32 -0
  53. data/lib/untitled_api/exceptions/api_v1_sites_devices_ha400_error_exception.rb +32 -0
  54. data/lib/untitled_api/exceptions/api_v1_sites_devices_release_dhcp400_error_exception.rb +32 -0
  55. data/lib/untitled_api/exceptions/api_v1_sites_devices_send_ble_beacon400_error_exception.rb +32 -0
  56. data/lib/untitled_api/exceptions/api_v1_sites_devices_synthetic_test400_error_exception.rb +32 -0
  57. data/lib/untitled_api/exceptions/api_v1_sites_devices_upgrade401_error_exception.rb +32 -0
  58. data/lib/untitled_api/exceptions/api_v1_sites_devices_vc400_error_exception.rb +32 -0
  59. data/lib/untitled_api/exceptions/api_v1_sites_devices_vc_vc_port400_error_exception.rb +32 -0
  60. data/lib/untitled_api/exceptions/api_v1_sites_rfdiags400_error_exception.rb +32 -0
  61. data/lib/untitled_api/exceptions/api_v1_sites_ssr_upgrade400_error_exception.rb +32 -0
  62. data/lib/untitled_api/exceptions/api_v1_sso_lookup404_error_exception.rb +32 -0
  63. data/lib/untitled_api/exceptions/api_v1_super_claim404_error_exception.rb +32 -0
  64. data/lib/untitled_api/exceptions/api_v1_super_devices403_error_exception.rb +32 -0
  65. data/lib/untitled_api/exceptions/api_v1_super_manuf401_error_exception.rb +32 -0
  66. data/lib/untitled_api/exceptions/api_v1_utils_resize_image401_error_exception.rb +32 -0
  67. data/lib/untitled_api/exceptions/api_v1_utils_test_broadnet400_error_exception.rb +32 -0
  68. data/lib/untitled_api/exceptions/api_v1_utils_test_clickatell400_error_exception.rb +32 -0
  69. data/lib/untitled_api/exceptions/api_v1_utils_test_gupshup400_error_exception.rb +32 -0
  70. data/lib/untitled_api/exceptions/api_v1_utils_test_puzzel400_error_exception.rb +32 -0
  71. data/lib/untitled_api/exceptions/api_v1_utils_test_telstra400_error_exception.rb +32 -0
  72. data/lib/untitled_api/exceptions/api_v1_utils_test_twilio400_error_exception.rb +32 -0
  73. data/lib/untitled_api/exceptions/internal_bot_ask400_error_exception.rb +32 -0
  74. data/lib/untitled_api/exceptions/internal_cron_sync_evals_from_sfdc400_error_exception.rb +32 -0
  75. data/lib/untitled_api/exceptions/internal_devices_cmd_kill_ps400_error_exception.rb +32 -0
  76. data/lib/untitled_api/exceptions/internal_devices_cmd_reboot400_error_exception.rb +32 -0
  77. data/lib/untitled_api/exceptions/internal_devices_config400_error_exception.rb +32 -0
  78. data/lib/untitled_api/exceptions/internal_devices_jma_version400_error_exception.rb +32 -0
  79. data/lib/untitled_api/exceptions/internal_devices_switch_env404_error_exception.rb +32 -0
  80. data/lib/untitled_api/exceptions/internal_mxagents_rest_versions_default400_error_exception.rb +32 -0
  81. data/lib/untitled_api/exceptions/internal_orgs_create_support_url400_error_exception.rb +32 -0
  82. data/lib/untitled_api/exceptions/internal_orgs_openconfig_access_points_ping400_error_exception.rb +32 -0
  83. data/lib/untitled_api/exceptions/internal_orgs_openconfig_access_points_state404_error_exception.rb +32 -0
  84. data/lib/untitled_api/exceptions/internal_orgs_openconfig_provision_aps400_error_exception.rb +32 -0
  85. data/lib/untitled_api/exceptions/internal_redis_search400_error_exception.rb +32 -0
  86. data/lib/untitled_api/exceptions/internal_rfdiags400_error_exception.rb +32 -0
  87. data/lib/untitled_api/exceptions/internal_rfdiags_analytics400_error_exception.rb +32 -0
  88. data/lib/untitled_api/exceptions/manuf_ep400_error_exception.rb +32 -0
  89. data/lib/untitled_api/exceptions/manuf_t128400_error_exception.rb +32 -0
  90. data/lib/untitled_api/exceptions/manuf_v1_ep400_error_exception.rb +32 -0
  91. data/lib/untitled_api/http/auth/custom_header_authentication.rb +42 -0
  92. data/lib/untitled_api/http/http_call_back.rb +10 -0
  93. data/lib/untitled_api/http/http_method_enum.rb +10 -0
  94. data/lib/untitled_api/http/http_request.rb +10 -0
  95. data/lib/untitled_api/http/http_response.rb +10 -0
  96. data/lib/untitled_api/models/about_response.rb +50 -0
  97. data/lib/untitled_api/models/about_response1.rb +50 -0
  98. data/lib/untitled_api/models/api_v1_about_response.rb +50 -0
  99. data/lib/untitled_api/models/api_v1_about_response1.rb +50 -0
  100. data/lib/untitled_api/models/api_v1_const_ap_channels_response.rb +155 -0
  101. data/lib/untitled_api/models/api_v1_const_ap_channels_response1.rb +155 -0
  102. data/lib/untitled_api/models/api_v1_const_ap_led_status_response.rb +80 -0
  103. data/lib/untitled_api/models/api_v1_const_ap_led_status_response1.rb +80 -0
  104. data/lib/untitled_api/models/api_v1_const_app_categories_response.rb +80 -0
  105. data/lib/untitled_api/models/api_v1_const_app_categories_response1.rb +80 -0
  106. data/lib/untitled_api/models/api_v1_const_app_subcategories_response.rb +70 -0
  107. data/lib/untitled_api/models/api_v1_const_app_subcategories_response1.rb +70 -0
  108. data/lib/untitled_api/models/api_v1_const_applications_response.rb +80 -0
  109. data/lib/untitled_api/models/api_v1_const_applications_response1.rb +80 -0
  110. data/lib/untitled_api/models/api_v1_const_client_events_response.rb +60 -0
  111. data/lib/untitled_api/models/api_v1_const_client_events_response1.rb +60 -0
  112. data/lib/untitled_api/models/api_v1_const_countries_response.rb +90 -0
  113. data/lib/untitled_api/models/api_v1_const_countries_response1.rb +90 -0
  114. data/lib/untitled_api/models/api_v1_const_default_gateway_config_response.rb +102 -0
  115. data/lib/untitled_api/models/api_v1_const_default_gateway_config_response1.rb +102 -0
  116. data/lib/untitled_api/models/api_v1_const_device_events_response.rb +80 -0
  117. data/lib/untitled_api/models/api_v1_const_device_events_response1.rb +80 -0
  118. data/lib/untitled_api/models/api_v1_const_device_models_response.rb +284 -0
  119. data/lib/untitled_api/models/api_v1_const_device_models_response1.rb +284 -0
  120. data/lib/untitled_api/models/api_v1_const_gateway_applications_response.rb +70 -0
  121. data/lib/untitled_api/models/api_v1_const_gateway_applications_response1.rb +70 -0
  122. data/lib/untitled_api/models/api_v1_const_insight_metrics_response.rb +1084 -0
  123. data/lib/untitled_api/models/api_v1_const_insight_metrics_response1.rb +1084 -0
  124. data/lib/untitled_api/models/api_v1_const_languages_response.rb +71 -0
  125. data/lib/untitled_api/models/api_v1_const_languages_response1.rb +71 -0
  126. data/lib/untitled_api/models/api_v1_const_license_types_response.rb +70 -0
  127. data/lib/untitled_api/models/api_v1_const_license_types_response1.rb +70 -0
  128. data/lib/untitled_api/models/api_v1_const_mxedge_events_response.rb +80 -0
  129. data/lib/untitled_api/models/api_v1_const_mxedge_events_response1.rb +80 -0
  130. data/lib/untitled_api/models/api_v1_const_mxedge_models_response.rb +70 -0
  131. data/lib/untitled_api/models/api_v1_const_mxedge_models_response1.rb +70 -0
  132. data/lib/untitled_api/models/api_v1_const_system_events_response.rb +70 -0
  133. data/lib/untitled_api/models/api_v1_const_system_events_response1.rb +70 -0
  134. data/lib/untitled_api/models/api_v1_const_tp_apps_error_type_desc_response.rb +258 -0
  135. data/lib/untitled_api/models/api_v1_const_tp_apps_error_type_desc_response1.rb +258 -0
  136. data/lib/untitled_api/models/api_v1_const_traffic_types_response.rb +111 -0
  137. data/lib/untitled_api/models/api_v1_const_traffic_types_response1.rb +111 -0
  138. data/lib/untitled_api/models/api_v1_const_tunnel_providers_response.rb +90 -0
  139. data/lib/untitled_api/models/api_v1_const_tunnel_providers_response1.rb +90 -0
  140. data/lib/untitled_api/models/api_v1_const_wan_client_events_response.rb +60 -0
  141. data/lib/untitled_api/models/api_v1_const_wan_client_events_response1.rb +60 -0
  142. data/lib/untitled_api/models/api_v1_const_wired_client_events_response.rb +70 -0
  143. data/lib/untitled_api/models/api_v1_const_wired_client_events_response1.rb +70 -0
  144. data/lib/untitled_api/models/api_v1_docs401_error1.rb +50 -0
  145. data/lib/untitled_api/models/api_v1_forward_looker401_error1.rb +50 -0
  146. data/lib/untitled_api/models/api_v1_forward_ui_orgs400_error1.rb +50 -0
  147. data/lib/untitled_api/models/api_v1_incoming_github_request.rb +90 -0
  148. data/lib/untitled_api/models/api_v1_incoming_github_request1.rb +90 -0
  149. data/lib/untitled_api/models/api_v1_incoming_jira_request.rb +101 -0
  150. data/lib/untitled_api/models/api_v1_incoming_jira_request1.rb +101 -0
  151. data/lib/untitled_api/models/api_v1_incoming_jira_response.rb +70 -0
  152. data/lib/untitled_api/models/api_v1_incoming_jira_response1.rb +70 -0
  153. data/lib/untitled_api/models/api_v1_incoming_sfdc_tickets_ct_ssd3_brx1j_o2q_n7ke1_wrgyfy3ljxpm6400_error1.rb +50 -0
  154. data/lib/untitled_api/models/api_v1_incoming_zendesk_tickets_request.rb +151 -0
  155. data/lib/untitled_api/models/api_v1_incoming_zendesk_tickets_request1.rb +151 -0
  156. data/lib/untitled_api/models/api_v1_installer_orgs_devices_response.rb +242 -0
  157. data/lib/untitled_api/models/api_v1_installer_orgs_devices_response1.rb +242 -0
  158. data/lib/untitled_api/models/api_v1_juniper_manuf_request.rb +70 -0
  159. data/lib/untitled_api/models/api_v1_juniper_manuf_request1.rb +70 -0
  160. data/lib/untitled_api/models/api_v1_juniper_manuf_response.rb +70 -0
  161. data/lib/untitled_api/models/api_v1_juniper_manuf_response1.rb +70 -0
  162. data/lib/untitled_api/models/api_v1_labs_firehose_gen_schema_request.rb +90 -0
  163. data/lib/untitled_api/models/api_v1_labs_firehose_gen_schema_request1.rb +90 -0
  164. data/lib/untitled_api/models/api_v1_labs_firehose_gen_schema_response.rb +50 -0
  165. data/lib/untitled_api/models/api_v1_labs_firehose_gen_schema_response1.rb +50 -0
  166. data/lib/untitled_api/models/api_v1_labs_orgs_anomalies_response.rb +50 -0
  167. data/lib/untitled_api/models/api_v1_labs_orgs_anomalies_response1.rb +50 -0
  168. data/lib/untitled_api/models/api_v1_labs_orgs_entity_action_search_response.rb +90 -0
  169. data/lib/untitled_api/models/api_v1_labs_orgs_entity_action_search_response1.rb +90 -0
  170. data/lib/untitled_api/models/api_v1_labs_orgs_jcloud_suggestions403_error1.rb +50 -0
  171. data/lib/untitled_api/models/api_v1_labs_orgs_suggestion_response.rb +60 -0
  172. data/lib/untitled_api/models/api_v1_labs_orgs_suggestion_response1.rb +60 -0
  173. data/lib/untitled_api/models/api_v1_labs_orgs_synthetic_test_response.rb +50 -0
  174. data/lib/untitled_api/models/api_v1_labs_orgs_synthetic_test_response1.rb +50 -0
  175. data/lib/untitled_api/models/api_v1_labs_sites_cbrs_edge_nodes_response.rb +110 -0
  176. data/lib/untitled_api/models/api_v1_labs_sites_cbrs_edge_nodes_response1.rb +110 -0
  177. data/lib/untitled_api/models/api_v1_labs_sites_client_troubleshoot_response.rb +50 -0
  178. data/lib/untitled_api/models/api_v1_labs_sites_client_troubleshoot_response1.rb +50 -0
  179. data/lib/untitled_api/models/api_v1_labs_sites_clients_connection_type_type_response.rb +80 -0
  180. data/lib/untitled_api/models/api_v1_labs_sites_clients_connection_type_type_response1.rb +80 -0
  181. data/lib/untitled_api/models/api_v1_labs_sites_correlate_factor_response.rb +80 -0
  182. data/lib/untitled_api/models/api_v1_labs_sites_correlate_factor_response1.rb +80 -0
  183. data/lib/untitled_api/models/api_v1_labs_sites_correlate_scope_id_metric_factor_response.rb +80 -0
  184. data/lib/untitled_api/models/api_v1_labs_sites_correlate_scope_id_metric_factor_response1.rb +80 -0
  185. data/lib/untitled_api/models/api_v1_labs_sites_device_troubleshoot_response.rb +50 -0
  186. data/lib/untitled_api/models/api_v1_labs_sites_device_troubleshoot_response1.rb +50 -0
  187. data/lib/untitled_api/models/api_v1_labs_sites_devices_topology_response.rb +60 -0
  188. data/lib/untitled_api/models/api_v1_labs_sites_devices_topology_response1.rb +60 -0
  189. data/lib/untitled_api/models/api_v1_labs_sites_suggestion_response.rb +60 -0
  190. data/lib/untitled_api/models/api_v1_labs_sites_suggestion_response1.rb +60 -0
  191. data/lib/untitled_api/models/api_v1_labs_sites_topology_response.rb +60 -0
  192. data/lib/untitled_api/models/api_v1_labs_sites_topology_response1.rb +60 -0
  193. data/lib/untitled_api/models/api_v1_labs_sites_troubleshoot_response.rb +50 -0
  194. data/lib/untitled_api/models/api_v1_labs_sites_troubleshoot_response1.rb +50 -0
  195. data/lib/untitled_api/models/api_v1_login_lookup404_error1.rb +50 -0
  196. data/lib/untitled_api/models/api_v1_login_lookup_request.rb +50 -0
  197. data/lib/untitled_api/models/api_v1_login_lookup_request1.rb +50 -0
  198. data/lib/untitled_api/models/api_v1_login_oauth_request.rb +50 -0
  199. data/lib/untitled_api/models/api_v1_login_oauth_request1.rb +50 -0
  200. data/lib/untitled_api/models/api_v1_login_oauth_response.rb +61 -0
  201. data/lib/untitled_api/models/api_v1_login_oauth_response1.rb +61 -0
  202. data/lib/untitled_api/models/api_v1_login_request.rb +60 -0
  203. data/lib/untitled_api/models/api_v1_login_request1.rb +60 -0
  204. data/lib/untitled_api/models/api_v1_login_two_factor401_error1.rb +50 -0
  205. data/lib/untitled_api/models/api_v1_login_two_factor_request.rb +50 -0
  206. data/lib/untitled_api/models/api_v1_login_two_factor_request1.rb +50 -0
  207. data/lib/untitled_api/models/api_v1_msps_admins400_error1.rb +50 -0
  208. data/lib/untitled_api/models/api_v1_msps_admins_response.rb +101 -0
  209. data/lib/untitled_api/models/api_v1_msps_admins_response1.rb +101 -0
  210. data/lib/untitled_api/models/api_v1_msps_claim_request.rb +60 -0
  211. data/lib/untitled_api/models/api_v1_msps_claim_request1.rb +60 -0
  212. data/lib/untitled_api/models/api_v1_msps_claim_response.rb +50 -0
  213. data/lib/untitled_api/models/api_v1_msps_claim_response1.rb +50 -0
  214. data/lib/untitled_api/models/api_v1_msps_invites_request.rb +60 -0
  215. data/lib/untitled_api/models/api_v1_msps_invites_request1.rb +60 -0
  216. data/lib/untitled_api/models/api_v1_msps_logo_response.rb +90 -0
  217. data/lib/untitled_api/models/api_v1_msps_logo_response1.rb +90 -0
  218. data/lib/untitled_api/models/api_v1_msps_orgs_search_response.rb +90 -0
  219. data/lib/untitled_api/models/api_v1_msps_orgs_search_response1.rb +90 -0
  220. data/lib/untitled_api/models/api_v1_msps_response.rb +90 -0
  221. data/lib/untitled_api/models/api_v1_msps_response1.rb +90 -0
  222. data/lib/untitled_api/models/api_v1_msps_ssoroles_request.rb +60 -0
  223. data/lib/untitled_api/models/api_v1_msps_ssoroles_request1.rb +60 -0
  224. data/lib/untitled_api/models/api_v1_msps_ssoroles_response.rb +110 -0
  225. data/lib/untitled_api/models/api_v1_msps_ssoroles_response1.rb +110 -0
  226. data/lib/untitled_api/models/api_v1_msps_ssos_request.rb +60 -0
  227. data/lib/untitled_api/models/api_v1_msps_ssos_request1.rb +60 -0
  228. data/lib/untitled_api/models/api_v1_msps_ssos_response.rb +120 -0
  229. data/lib/untitled_api/models/api_v1_msps_ssos_response1.rb +120 -0
  230. data/lib/untitled_api/models/api_v1_msps_tickets_count_response.rb +100 -0
  231. data/lib/untitled_api/models/api_v1_msps_tickets_count_response1.rb +100 -0
  232. data/lib/untitled_api/models/api_v1_mxedge_manuf_request.rb +90 -0
  233. data/lib/untitled_api/models/api_v1_mxedge_manuf_request1.rb +90 -0
  234. data/lib/untitled_api/models/api_v1_mxedge_manuf_response.rb +100 -0
  235. data/lib/untitled_api/models/api_v1_mxedge_manuf_response1.rb +100 -0
  236. data/lib/untitled_api/models/api_v1_oauth_callback400_error1.rb +50 -0
  237. data/lib/untitled_api/models/api_v1_orgs_admins_response.rb +101 -0
  238. data/lib/untitled_api/models/api_v1_orgs_admins_response1.rb +101 -0
  239. data/lib/untitled_api/models/api_v1_orgs_alarms_search_response.rb +90 -0
  240. data/lib/untitled_api/models/api_v1_orgs_alarms_search_response1.rb +90 -0
  241. data/lib/untitled_api/models/api_v1_orgs_alarms_unack_request.rb +50 -0
  242. data/lib/untitled_api/models/api_v1_orgs_alarms_unack_request1.rb +50 -0
  243. data/lib/untitled_api/models/api_v1_orgs_alarmtemplates_suppress_request.rb +60 -0
  244. data/lib/untitled_api/models/api_v1_orgs_alarmtemplates_suppress_request1.rb +60 -0
  245. data/lib/untitled_api/models/api_v1_orgs_alarmtemplates_suppress_response.rb +50 -0
  246. data/lib/untitled_api/models/api_v1_orgs_alarmtemplates_suppress_response1.rb +50 -0
  247. data/lib/untitled_api/models/api_v1_orgs_apitokens_request.rb +60 -0
  248. data/lib/untitled_api/models/api_v1_orgs_apitokens_request1.rb +60 -0
  249. data/lib/untitled_api/models/api_v1_orgs_apitokens_response.rb +100 -0
  250. data/lib/untitled_api/models/api_v1_orgs_apitokens_response1.rb +100 -0
  251. data/lib/untitled_api/models/api_v1_orgs_aptemplates_request.rb +60 -0
  252. data/lib/untitled_api/models/api_v1_orgs_aptemplates_request1.rb +60 -0
  253. data/lib/untitled_api/models/api_v1_orgs_aptemplates_response.rb +100 -0
  254. data/lib/untitled_api/models/api_v1_orgs_aptemplates_response1.rb +100 -0
  255. data/lib/untitled_api/models/api_v1_orgs_assetfilters_request.rb +50 -0
  256. data/lib/untitled_api/models/api_v1_orgs_assetfilters_request1.rb +50 -0
  257. data/lib/untitled_api/models/api_v1_orgs_assetfilters_response.rb +110 -0
  258. data/lib/untitled_api/models/api_v1_orgs_assetfilters_response1.rb +110 -0
  259. data/lib/untitled_api/models/api_v1_orgs_assets_request.rb +80 -0
  260. data/lib/untitled_api/models/api_v1_orgs_assets_request1.rb +80 -0
  261. data/lib/untitled_api/models/api_v1_orgs_assets_response.rb +170 -0
  262. data/lib/untitled_api/models/api_v1_orgs_assets_response1.rb +170 -0
  263. data/lib/untitled_api/models/api_v1_orgs_cert_response.rb +50 -0
  264. data/lib/untitled_api/models/api_v1_orgs_cert_response1.rb +50 -0
  265. data/lib/untitled_api/models/api_v1_orgs_claim_request.rb +60 -0
  266. data/lib/untitled_api/models/api_v1_orgs_claim_request1.rb +60 -0
  267. data/lib/untitled_api/models/api_v1_orgs_claim_response.rb +61 -0
  268. data/lib/untitled_api/models/api_v1_orgs_claim_response1.rb +61 -0
  269. data/lib/untitled_api/models/api_v1_orgs_clients_search_response.rb +70 -0
  270. data/lib/untitled_api/models/api_v1_orgs_clients_search_response1.rb +70 -0
  271. data/lib/untitled_api/models/api_v1_orgs_clients_sessions_count_response.rb +110 -0
  272. data/lib/untitled_api/models/api_v1_orgs_clients_sessions_count_response1.rb +110 -0
  273. data/lib/untitled_api/models/api_v1_orgs_clients_sessions_search_response.rb +100 -0
  274. data/lib/untitled_api/models/api_v1_orgs_clients_sessions_search_response1.rb +100 -0
  275. data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_op_request.rb +50 -0
  276. data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_op_request1.rb +50 -0
  277. data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_op_response.rb +50 -0
  278. data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_op_response1.rb +50 -0
  279. data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_request.rb +50 -0
  280. data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_request1.rb +50 -0
  281. data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_response.rb +110 -0
  282. data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_response1.rb +130 -0
  283. data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_response2.rb +110 -0
  284. data/lib/untitled_api/models/api_v1_orgs_deviceprofiles_response3.rb +130 -0
  285. data/lib/untitled_api/models/api_v1_orgs_devices_response.rb +50 -0
  286. data/lib/untitled_api/models/api_v1_orgs_devices_response1.rb +50 -0
  287. data/lib/untitled_api/models/api_v1_orgs_devices_search_response.rb +90 -0
  288. data/lib/untitled_api/models/api_v1_orgs_devices_search_response1.rb +90 -0
  289. data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_request.rb +70 -0
  290. data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_request1.rb +70 -0
  291. data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response.rb +130 -0
  292. data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response1.rb +150 -0
  293. data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response2.rb +130 -0
  294. data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response3.rb +130 -0
  295. data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response4.rb +150 -0
  296. data/lib/untitled_api/models/api_v1_orgs_evpn_topologies_response5.rb +130 -0
  297. data/lib/untitled_api/models/api_v1_orgs_expand_registration_code_response.rb +111 -0
  298. data/lib/untitled_api/models/api_v1_orgs_expand_registration_code_response1.rb +111 -0
  299. data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_request.rb +76 -0
  300. data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_request1.rb +76 -0
  301. data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_response.rb +116 -0
  302. data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_response1.rb +111 -0
  303. data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_response2.rb +116 -0
  304. data/lib/untitled_api/models/api_v1_orgs_gatewaytemplates_response3.rb +111 -0
  305. data/lib/untitled_api/models/api_v1_orgs_guests_response.rb +122 -0
  306. data/lib/untitled_api/models/api_v1_orgs_guests_response1.rb +122 -0
  307. data/lib/untitled_api/models/api_v1_orgs_inventory_reevaluate_auto_assignment_response.rb +50 -0
  308. data/lib/untitled_api/models/api_v1_orgs_inventory_reevaluate_auto_assignment_response1.rb +50 -0
  309. data/lib/untitled_api/models/api_v1_orgs_inventory_replace400_error1.rb +50 -0
  310. data/lib/untitled_api/models/api_v1_orgs_inventory_replace_request.rb +70 -0
  311. data/lib/untitled_api/models/api_v1_orgs_inventory_replace_request1.rb +70 -0
  312. data/lib/untitled_api/models/api_v1_orgs_inventory_response.rb +191 -0
  313. data/lib/untitled_api/models/api_v1_orgs_inventory_response1.rb +80 -0
  314. data/lib/untitled_api/models/api_v1_orgs_inventory_response2.rb +191 -0
  315. data/lib/untitled_api/models/api_v1_orgs_inventory_response3.rb +80 -0
  316. data/lib/untitled_api/models/api_v1_orgs_invites_request.rb +60 -0
  317. data/lib/untitled_api/models/api_v1_orgs_invites_request1.rb +60 -0
  318. data/lib/untitled_api/models/api_v1_orgs_jsi_devices_outbound_ssh_cmd_response.rb +50 -0
  319. data/lib/untitled_api/models/api_v1_orgs_jsi_devices_outbound_ssh_cmd_response1.rb +50 -0
  320. data/lib/untitled_api/models/api_v1_orgs_junos_register_cmd401_error1.rb +50 -0
  321. data/lib/untitled_api/models/api_v1_orgs_licenses_response.rb +164 -0
  322. data/lib/untitled_api/models/api_v1_orgs_licenses_response1.rb +164 -0
  323. data/lib/untitled_api/models/api_v1_orgs_logs_response.rb +90 -0
  324. data/lib/untitled_api/models/api_v1_orgs_logs_response1.rb +90 -0
  325. data/lib/untitled_api/models/api_v1_orgs_logs_search_response.rb +90 -0
  326. data/lib/untitled_api/models/api_v1_orgs_logs_search_response1.rb +90 -0
  327. data/lib/untitled_api/models/api_v1_orgs_maps_import_response.rb +50 -0
  328. data/lib/untitled_api/models/api_v1_orgs_maps_import_response1.rb +50 -0
  329. data/lib/untitled_api/models/api_v1_orgs_metric_response.rb +101 -0
  330. data/lib/untitled_api/models/api_v1_orgs_metric_response1.rb +101 -0
  331. data/lib/untitled_api/models/api_v1_orgs_mxclusters_response.rb +131 -0
  332. data/lib/untitled_api/models/api_v1_orgs_mxclusters_response1.rb +131 -0
  333. data/lib/untitled_api/models/api_v1_orgs_mxedges_claim404_error1.rb +50 -0
  334. data/lib/untitled_api/models/api_v1_orgs_mxedges_claim_request.rb +50 -0
  335. data/lib/untitled_api/models/api_v1_orgs_mxedges_claim_request1.rb +50 -0
  336. data/lib/untitled_api/models/api_v1_orgs_mxedges_events_count_response.rb +100 -0
  337. data/lib/untitled_api/models/api_v1_orgs_mxedges_events_count_response1.rb +100 -0
  338. data/lib/untitled_api/models/api_v1_orgs_mxedges_events_search_response.rb +90 -0
  339. data/lib/untitled_api/models/api_v1_orgs_mxedges_events_search_response1.rb +90 -0
  340. data/lib/untitled_api/models/api_v1_orgs_mxedges_join400_error1.rb +50 -0
  341. data/lib/untitled_api/models/api_v1_orgs_mxedges_join404_error1.rb +50 -0
  342. data/lib/untitled_api/models/api_v1_orgs_mxedges_request.rb +50 -0
  343. data/lib/untitled_api/models/api_v1_orgs_mxedges_request1.rb +60 -0
  344. data/lib/untitled_api/models/api_v1_orgs_mxedges_request2.rb +50 -0
  345. data/lib/untitled_api/models/api_v1_orgs_mxedges_request3.rb +60 -0
  346. data/lib/untitled_api/models/api_v1_orgs_mxedges_response.rb +172 -0
  347. data/lib/untitled_api/models/api_v1_orgs_mxedges_response1.rb +172 -0
  348. data/lib/untitled_api/models/api_v1_orgs_mxedges_response4.rb +50 -0
  349. data/lib/untitled_api/models/api_v1_orgs_mxedges_response6.rb +50 -0
  350. data/lib/untitled_api/models/api_v1_orgs_mxedges_restart400_error1.rb +50 -0
  351. data/lib/untitled_api/models/api_v1_orgs_mxedges_services_name_action400_error1.rb +50 -0
  352. data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_request.rb +60 -0
  353. data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_request1.rb +60 -0
  354. data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_response.rb +50 -0
  355. data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_response1.rb +192 -0
  356. data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_response2.rb +50 -0
  357. data/lib/untitled_api/models/api_v1_orgs_mxedges_upgrade_response3.rb +192 -0
  358. data/lib/untitled_api/models/api_v1_orgs_mxedges_versions_response.rb +60 -0
  359. data/lib/untitled_api/models/api_v1_orgs_mxedges_versions_response1.rb +60 -0
  360. data/lib/untitled_api/models/api_v1_orgs_mxtunnels400_error1.rb +70 -0
  361. data/lib/untitled_api/models/api_v1_orgs_mxtunnels_request.rb +60 -0
  362. data/lib/untitled_api/models/api_v1_orgs_mxtunnels_request1.rb +60 -0
  363. data/lib/untitled_api/models/api_v1_orgs_mxtunnels_response.rb +100 -0
  364. data/lib/untitled_api/models/api_v1_orgs_mxtunnels_response1.rb +90 -0
  365. data/lib/untitled_api/models/api_v1_orgs_mxtunnels_response2.rb +100 -0
  366. data/lib/untitled_api/models/api_v1_orgs_mxtunnels_response3.rb +90 -0
  367. data/lib/untitled_api/models/api_v1_orgs_nac_clients_search_response.rb +60 -0
  368. data/lib/untitled_api/models/api_v1_orgs_nac_clients_search_response1.rb +60 -0
  369. data/lib/untitled_api/models/api_v1_orgs_nactags_response.rb +120 -0
  370. data/lib/untitled_api/models/api_v1_orgs_nactags_response1.rb +120 -0
  371. data/lib/untitled_api/models/api_v1_orgs_networks_request.rb +132 -0
  372. data/lib/untitled_api/models/api_v1_orgs_networks_request1.rb +132 -0
  373. data/lib/untitled_api/models/api_v1_orgs_networks_response.rb +172 -0
  374. data/lib/untitled_api/models/api_v1_orgs_networks_response1.rb +172 -0
  375. data/lib/untitled_api/models/api_v1_orgs_networktemplates_request.rb +76 -0
  376. data/lib/untitled_api/models/api_v1_orgs_networktemplates_request1.rb +76 -0
  377. data/lib/untitled_api/models/api_v1_orgs_networktemplates_response.rb +116 -0
  378. data/lib/untitled_api/models/api_v1_orgs_networktemplates_response1.rb +100 -0
  379. data/lib/untitled_api/models/api_v1_orgs_networktemplates_response2.rb +116 -0
  380. data/lib/untitled_api/models/api_v1_orgs_networktemplates_response3.rb +100 -0
  381. data/lib/untitled_api/models/api_v1_orgs_ocdevices_outbound_ssh_cmd_response.rb +50 -0
  382. data/lib/untitled_api/models/api_v1_orgs_ocdevices_outbound_ssh_cmd_response1.rb +50 -0
  383. data/lib/untitled_api/models/api_v1_orgs_pcaps_capture400_error1.rb +50 -0
  384. data/lib/untitled_api/models/api_v1_orgs_pcaps_capture_request.rb +101 -0
  385. data/lib/untitled_api/models/api_v1_orgs_pcaps_capture_request1.rb +101 -0
  386. data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_count_response.rb +60 -0
  387. data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_count_response1.rb +60 -0
  388. data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_response.rb +90 -0
  389. data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_response1.rb +90 -0
  390. data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_search_response.rb +90 -0
  391. data/lib/untitled_api/models/api_v1_orgs_pskportals_logs_search_response1.rb +90 -0
  392. data/lib/untitled_api/models/api_v1_orgs_pskportals_request.rb +120 -0
  393. data/lib/untitled_api/models/api_v1_orgs_pskportals_request1.rb +120 -0
  394. data/lib/untitled_api/models/api_v1_orgs_pskportals_response.rb +170 -0
  395. data/lib/untitled_api/models/api_v1_orgs_pskportals_response1.rb +181 -0
  396. data/lib/untitled_api/models/api_v1_orgs_pskportals_response2.rb +170 -0
  397. data/lib/untitled_api/models/api_v1_orgs_pskportals_response3.rb +181 -0
  398. data/lib/untitled_api/models/api_v1_orgs_psks_delete_old_passphrase_response.rb +221 -0
  399. data/lib/untitled_api/models/api_v1_orgs_psks_delete_old_passphrase_response1.rb +221 -0
  400. data/lib/untitled_api/models/api_v1_orgs_request.rb +50 -0
  401. data/lib/untitled_api/models/api_v1_orgs_request1.rb +50 -0
  402. data/lib/untitled_api/models/api_v1_orgs_response.rb +122 -0
  403. data/lib/untitled_api/models/api_v1_orgs_response1.rb +122 -0
  404. data/lib/untitled_api/models/api_v1_orgs_rftemplates_response.rb +120 -0
  405. data/lib/untitled_api/models/api_v1_orgs_rftemplates_response1.rb +120 -0
  406. data/lib/untitled_api/models/api_v1_orgs_s_register_response.rb +111 -0
  407. data/lib/untitled_api/models/api_v1_orgs_s_register_response1.rb +111 -0
  408. data/lib/untitled_api/models/api_v1_orgs_scope_id_metric_response.rb +101 -0
  409. data/lib/untitled_api/models/api_v1_orgs_scope_id_metric_response1.rb +101 -0
  410. data/lib/untitled_api/models/api_v1_orgs_secpolicies_request.rb +60 -0
  411. data/lib/untitled_api/models/api_v1_orgs_secpolicies_request1.rb +60 -0
  412. data/lib/untitled_api/models/api_v1_orgs_secpolicies_response.rb +100 -0
  413. data/lib/untitled_api/models/api_v1_orgs_secpolicies_response1.rb +100 -0
  414. data/lib/untitled_api/models/api_v1_orgs_services_request.rb +80 -0
  415. data/lib/untitled_api/models/api_v1_orgs_services_request1.rb +80 -0
  416. data/lib/untitled_api/models/api_v1_orgs_services_response.rb +120 -0
  417. data/lib/untitled_api/models/api_v1_orgs_services_response1.rb +120 -0
  418. data/lib/untitled_api/models/api_v1_orgs_setting_blacklist_request.rb +50 -0
  419. data/lib/untitled_api/models/api_v1_orgs_setting_blacklist_request1.rb +50 -0
  420. data/lib/untitled_api/models/api_v1_orgs_setting_calealist_request.rb +50 -0
  421. data/lib/untitled_api/models/api_v1_orgs_setting_calealist_request1.rb +50 -0
  422. data/lib/untitled_api/models/api_v1_orgs_setting_cradlepoint_setup400_error1.rb +50 -0
  423. data/lib/untitled_api/models/api_v1_orgs_setting_cradlepoint_setup_request.rb +80 -0
  424. data/lib/untitled_api/models/api_v1_orgs_setting_cradlepoint_setup_request1.rb +80 -0
  425. data/lib/untitled_api/models/api_v1_orgs_setting_cradlepoint_sync400_error1.rb +50 -0
  426. data/lib/untitled_api/models/api_v1_orgs_setting_link_accounts_account_id_response.rb +60 -0
  427. data/lib/untitled_api/models/api_v1_orgs_setting_link_accounts_account_id_response1.rb +60 -0
  428. data/lib/untitled_api/models/api_v1_orgs_setting_link_accounts_response.rb +60 -0
  429. data/lib/untitled_api/models/api_v1_orgs_setting_link_accounts_response1.rb +60 -0
  430. data/lib/untitled_api/models/api_v1_orgs_setting_response.rb +120 -0
  431. data/lib/untitled_api/models/api_v1_orgs_setting_response1.rb +120 -0
  432. data/lib/untitled_api/models/api_v1_orgs_sitegroups_request.rb +50 -0
  433. data/lib/untitled_api/models/api_v1_orgs_sitegroups_request1.rb +50 -0
  434. data/lib/untitled_api/models/api_v1_orgs_sitegroups_response.rb +90 -0
  435. data/lib/untitled_api/models/api_v1_orgs_sitegroups_response1.rb +90 -0
  436. data/lib/untitled_api/models/api_v1_orgs_sites403_error1.rb +50 -0
  437. data/lib/untitled_api/models/api_v1_orgs_sites_count_response.rb +70 -0
  438. data/lib/untitled_api/models/api_v1_orgs_sites_count_response1.rb +70 -0
  439. data/lib/untitled_api/models/api_v1_orgs_sites_request.rb +50 -0
  440. data/lib/untitled_api/models/api_v1_orgs_sites_request1.rb +50 -0
  441. data/lib/untitled_api/models/api_v1_orgs_sites_response.rb +184 -0
  442. data/lib/untitled_api/models/api_v1_orgs_sites_response1.rb +184 -0
  443. data/lib/untitled_api/models/api_v1_orgs_sites_search_response.rb +70 -0
  444. data/lib/untitled_api/models/api_v1_orgs_sites_search_response1.rb +70 -0
  445. data/lib/untitled_api/models/api_v1_orgs_sitetemplates_request.rb +61 -0
  446. data/lib/untitled_api/models/api_v1_orgs_sitetemplates_request1.rb +61 -0
  447. data/lib/untitled_api/models/api_v1_orgs_sitetemplates_response.rb +101 -0
  448. data/lib/untitled_api/models/api_v1_orgs_sitetemplates_response1.rb +101 -0
  449. data/lib/untitled_api/models/api_v1_orgs_ssoroles_request.rb +60 -0
  450. data/lib/untitled_api/models/api_v1_orgs_ssoroles_request1.rb +60 -0
  451. data/lib/untitled_api/models/api_v1_orgs_ssoroles_response.rb +110 -0
  452. data/lib/untitled_api/models/api_v1_orgs_ssoroles_response1.rb +110 -0
  453. data/lib/untitled_api/models/api_v1_orgs_ssos400_error1.rb +50 -0
  454. data/lib/untitled_api/models/api_v1_orgs_ssos_request.rb +70 -0
  455. data/lib/untitled_api/models/api_v1_orgs_ssos_request1.rb +70 -0
  456. data/lib/untitled_api/models/api_v1_orgs_ssos_response.rb +194 -0
  457. data/lib/untitled_api/models/api_v1_orgs_ssos_response1.rb +204 -0
  458. data/lib/untitled_api/models/api_v1_orgs_ssos_response2.rb +194 -0
  459. data/lib/untitled_api/models/api_v1_orgs_ssos_response3.rb +204 -0
  460. data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_request.rb +100 -0
  461. data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_request1.rb +100 -0
  462. data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response.rb +206 -0
  463. data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response1.rb +50 -0
  464. data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response2.rb +206 -0
  465. data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response3.rb +206 -0
  466. data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response4.rb +50 -0
  467. data/lib/untitled_api/models/api_v1_orgs_ssr_upgrade_response5.rb +206 -0
  468. data/lib/untitled_api/models/api_v1_orgs_ssr_versions_response.rb +70 -0
  469. data/lib/untitled_api/models/api_v1_orgs_ssr_versions_response1.rb +70 -0
  470. data/lib/untitled_api/models/api_v1_orgs_stats_ipsec_search_response.rb +60 -0
  471. data/lib/untitled_api/models/api_v1_orgs_stats_ipsec_search_response1.rb +60 -0
  472. data/lib/untitled_api/models/api_v1_orgs_stats_mxedges_response.rb +192 -0
  473. data/lib/untitled_api/models/api_v1_orgs_stats_mxedges_response1.rb +253 -0
  474. data/lib/untitled_api/models/api_v1_orgs_stats_mxedges_response2.rb +192 -0
  475. data/lib/untitled_api/models/api_v1_orgs_stats_mxedges_response3.rb +253 -0
  476. data/lib/untitled_api/models/api_v1_orgs_stats_otherdevices_response.rb +111 -0
  477. data/lib/untitled_api/models/api_v1_orgs_stats_otherdevices_response1.rb +111 -0
  478. data/lib/untitled_api/models/api_v1_orgs_stats_vpn_peers_search_response.rb +60 -0
  479. data/lib/untitled_api/models/api_v1_orgs_stats_vpn_peers_search_response1.rb +60 -0
  480. data/lib/untitled_api/models/api_v1_orgs_templates_request.rb +60 -0
  481. data/lib/untitled_api/models/api_v1_orgs_templates_request1.rb +60 -0
  482. data/lib/untitled_api/models/api_v1_orgs_templates_response.rb +100 -0
  483. data/lib/untitled_api/models/api_v1_orgs_templates_response1.rb +100 -0
  484. data/lib/untitled_api/models/api_v1_orgs_tickets401_error1.rb +50 -0
  485. data/lib/untitled_api/models/api_v1_orgs_tickets_comments401_error1.rb +50 -0
  486. data/lib/untitled_api/models/api_v1_orgs_tickets_request.rb +70 -0
  487. data/lib/untitled_api/models/api_v1_orgs_tickets_request1.rb +70 -0
  488. data/lib/untitled_api/models/api_v1_orgs_troubleshoot400_error1.rb +50 -0
  489. data/lib/untitled_api/models/api_v1_orgs_vpns_request.rb +71 -0
  490. data/lib/untitled_api/models/api_v1_orgs_vpns_request1.rb +71 -0
  491. data/lib/untitled_api/models/api_v1_orgs_vpns_response.rb +111 -0
  492. data/lib/untitled_api/models/api_v1_orgs_vpns_response1.rb +111 -0
  493. data/lib/untitled_api/models/api_v1_orgs_webhooks_request.rb +110 -0
  494. data/lib/untitled_api/models/api_v1_orgs_webhooks_request1.rb +110 -0
  495. data/lib/untitled_api/models/api_v1_orgs_webhooks_response.rb +170 -0
  496. data/lib/untitled_api/models/api_v1_orgs_webhooks_response1.rb +170 -0
  497. data/lib/untitled_api/models/api_v1_orgs_wired_clients_search_response.rb +60 -0
  498. data/lib/untitled_api/models/api_v1_orgs_wired_clients_search_response1.rb +60 -0
  499. data/lib/untitled_api/models/api_v1_orgs_wlans_request.rb +101 -0
  500. data/lib/untitled_api/models/api_v1_orgs_wlans_request1.rb +101 -0
  501. data/lib/untitled_api/models/api_v1_orgs_wlans_response.rb +171 -0
  502. data/lib/untitled_api/models/api_v1_orgs_wlans_response1.rb +181 -0
  503. data/lib/untitled_api/models/api_v1_orgs_wlans_response2.rb +171 -0
  504. data/lib/untitled_api/models/api_v1_orgs_wlans_response3.rb +181 -0
  505. data/lib/untitled_api/models/api_v1_orgs_wxrules_request.rb +90 -0
  506. data/lib/untitled_api/models/api_v1_orgs_wxrules_request1.rb +90 -0
  507. data/lib/untitled_api/models/api_v1_orgs_wxrules_response.rb +150 -0
  508. data/lib/untitled_api/models/api_v1_orgs_wxrules_response1.rb +150 -0
  509. data/lib/untitled_api/models/api_v1_orgs_wxtunnels_request.rb +80 -0
  510. data/lib/untitled_api/models/api_v1_orgs_wxtunnels_request1.rb +80 -0
  511. data/lib/untitled_api/models/api_v1_orgs_wxtunnels_response.rb +160 -0
  512. data/lib/untitled_api/models/api_v1_orgs_wxtunnels_response1.rb +160 -0
  513. data/lib/untitled_api/models/api_v1_parse_response.rb +110 -0
  514. data/lib/untitled_api/models/api_v1_parse_response1.rb +110 -0
  515. data/lib/untitled_api/models/api_v1_pskportal_about_response.rb +60 -0
  516. data/lib/untitled_api/models/api_v1_pskportal_about_response1.rb +60 -0
  517. data/lib/untitled_api/models/api_v1_pskportal_admin_psks_response.rb +120 -0
  518. data/lib/untitled_api/models/api_v1_pskportal_admin_psks_response1.rb +120 -0
  519. data/lib/untitled_api/models/api_v1_pskportal_byod_psk_delete_old_passphrase400_error1.rb +50 -0
  520. data/lib/untitled_api/models/api_v1_pskportal_byod_psk_extend_response.rb +80 -0
  521. data/lib/untitled_api/models/api_v1_pskportal_byod_psk_extend_response1.rb +80 -0
  522. data/lib/untitled_api/models/api_v1_pskportal_byod_psk_response.rb +80 -0
  523. data/lib/untitled_api/models/api_v1_pskportal_byod_psk_response1.rb +80 -0
  524. data/lib/untitled_api/models/api_v1_pskportal_byod_psk_rotate_request.rb +51 -0
  525. data/lib/untitled_api/models/api_v1_pskportal_byod_psk_rotate_request1.rb +51 -0
  526. data/lib/untitled_api/models/api_v1_pskportal_byod_psk_rotate_response.rb +91 -0
  527. data/lib/untitled_api/models/api_v1_pskportal_byod_psk_rotate_response1.rb +91 -0
  528. data/lib/untitled_api/models/api_v1_pskportal_self_response.rb +70 -0
  529. data/lib/untitled_api/models/api_v1_pskportal_self_response1.rb +70 -0
  530. data/lib/untitled_api/models/api_v1_recover400_error1.rb +50 -0
  531. data/lib/untitled_api/models/api_v1_recover_request.rb +50 -0
  532. data/lib/untitled_api/models/api_v1_recover_request1.rb +50 -0
  533. data/lib/untitled_api/models/api_v1_register400_error1.rb +50 -0
  534. data/lib/untitled_api/models/api_v1_register_recaptcha_response.rb +70 -0
  535. data/lib/untitled_api/models/api_v1_register_recaptcha_response1.rb +70 -0
  536. data/lib/untitled_api/models/api_v1_register_request.rb +90 -0
  537. data/lib/untitled_api/models/api_v1_register_request1.rb +90 -0
  538. data/lib/untitled_api/models/api_v1_self400_error1.rb +60 -0
  539. data/lib/untitled_api/models/api_v1_self401_error1.rb +50 -0
  540. data/lib/untitled_api/models/api_v1_self_apitokens_response.rb +80 -0
  541. data/lib/untitled_api/models/api_v1_self_apitokens_response1.rb +80 -0
  542. data/lib/untitled_api/models/api_v1_self_oauth400_error1.rb +50 -0
  543. data/lib/untitled_api/models/api_v1_self_oauth_request.rb +50 -0
  544. data/lib/untitled_api/models/api_v1_self_oauth_request1.rb +50 -0
  545. data/lib/untitled_api/models/api_v1_self_oauth_response.rb +50 -0
  546. data/lib/untitled_api/models/api_v1_self_oauth_response1.rb +50 -0
  547. data/lib/untitled_api/models/api_v1_self_response.rb +71 -0
  548. data/lib/untitled_api/models/api_v1_self_response1.rb +71 -0
  549. data/lib/untitled_api/models/api_v1_self_sso_talentlms_response.rb +50 -0
  550. data/lib/untitled_api/models/api_v1_self_sso_talentlms_response1.rb +50 -0
  551. data/lib/untitled_api/models/api_v1_self_sso_uservoice_response.rb +50 -0
  552. data/lib/untitled_api/models/api_v1_self_sso_uservoice_response1.rb +50 -0
  553. data/lib/untitled_api/models/api_v1_self_sso_zendesk_response.rb +50 -0
  554. data/lib/untitled_api/models/api_v1_self_sso_zendesk_response1.rb +50 -0
  555. data/lib/untitled_api/models/api_v1_self_two_factor_token401_error1.rb +50 -0
  556. data/lib/untitled_api/models/api_v1_self_two_factor_verify400_error1.rb +50 -0
  557. data/lib/untitled_api/models/api_v1_self_two_factor_verify_request.rb +50 -0
  558. data/lib/untitled_api/models/api_v1_self_two_factor_verify_request1.rb +50 -0
  559. data/lib/untitled_api/models/api_v1_self_update_request.rb +50 -0
  560. data/lib/untitled_api/models/api_v1_self_update_request1.rb +50 -0
  561. data/lib/untitled_api/models/api_v1_sites401_error1.rb +50 -0
  562. data/lib/untitled_api/models/api_v1_sites403_error1.rb +50 -0
  563. data/lib/untitled_api/models/api_v1_sites_alarms_search_response.rb +60 -0
  564. data/lib/untitled_api/models/api_v1_sites_alarms_search_response1.rb +60 -0
  565. data/lib/untitled_api/models/api_v1_sites_alarms_unack_request.rb +50 -0
  566. data/lib/untitled_api/models/api_v1_sites_alarms_unack_request1.rb +50 -0
  567. data/lib/untitled_api/models/api_v1_sites_clients_sessions_count_response.rb +70 -0
  568. data/lib/untitled_api/models/api_v1_sites_clients_sessions_count_response1.rb +70 -0
  569. data/lib/untitled_api/models/api_v1_sites_clients_sessions_search_response.rb +70 -0
  570. data/lib/untitled_api/models/api_v1_sites_clients_sessions_search_response1.rb +70 -0
  571. data/lib/untitled_api/models/api_v1_sites_devices_arp_response.rb +50 -0
  572. data/lib/untitled_api/models/api_v1_sites_devices_arp_response1.rb +50 -0
  573. data/lib/untitled_api/models/api_v1_sites_devices_bounce_port400_error1.rb +50 -0
  574. data/lib/untitled_api/models/api_v1_sites_devices_bounce_port_request.rb +50 -0
  575. data/lib/untitled_api/models/api_v1_sites_devices_bounce_port_request1.rb +50 -0
  576. data/lib/untitled_api/models/api_v1_sites_devices_cable_test_response.rb +50 -0
  577. data/lib/untitled_api/models/api_v1_sites_devices_cable_test_response1.rb +50 -0
  578. data/lib/untitled_api/models/api_v1_sites_devices_check_radius_server_request.rb +60 -0
  579. data/lib/untitled_api/models/api_v1_sites_devices_check_radius_server_request1.rb +60 -0
  580. data/lib/untitled_api/models/api_v1_sites_devices_check_radius_server_response.rb +50 -0
  581. data/lib/untitled_api/models/api_v1_sites_devices_check_radius_server_response1.rb +50 -0
  582. data/lib/untitled_api/models/api_v1_sites_devices_clear_bgp_request.rb +50 -0
  583. data/lib/untitled_api/models/api_v1_sites_devices_clear_bgp_request1.rb +50 -0
  584. data/lib/untitled_api/models/api_v1_sites_devices_clear_bgp_response.rb +50 -0
  585. data/lib/untitled_api/models/api_v1_sites_devices_clear_bgp_response1.rb +50 -0
  586. data/lib/untitled_api/models/api_v1_sites_devices_config_cmd_response.rb +60 -0
  587. data/lib/untitled_api/models/api_v1_sites_devices_config_cmd_response1.rb +60 -0
  588. data/lib/untitled_api/models/api_v1_sites_devices_count_response.rb +70 -0
  589. data/lib/untitled_api/models/api_v1_sites_devices_count_response1.rb +70 -0
  590. data/lib/untitled_api/models/api_v1_sites_devices_events_search_response.rb +100 -0
  591. data/lib/untitled_api/models/api_v1_sites_devices_events_search_response1.rb +100 -0
  592. data/lib/untitled_api/models/api_v1_sites_devices_ha400_error1.rb +50 -0
  593. data/lib/untitled_api/models/api_v1_sites_devices_ha_request.rb +50 -0
  594. data/lib/untitled_api/models/api_v1_sites_devices_ha_request1.rb +50 -0
  595. data/lib/untitled_api/models/api_v1_sites_devices_ha_response.rb +50 -0
  596. data/lib/untitled_api/models/api_v1_sites_devices_ha_response1.rb +50 -0
  597. data/lib/untitled_api/models/api_v1_sites_devices_import_response.rb +60 -0
  598. data/lib/untitled_api/models/api_v1_sites_devices_import_response1.rb +60 -0
  599. data/lib/untitled_api/models/api_v1_sites_devices_models_response.rb +284 -0
  600. data/lib/untitled_api/models/api_v1_sites_devices_models_response1.rb +284 -0
  601. data/lib/untitled_api/models/api_v1_sites_devices_ping_request.rb +60 -0
  602. data/lib/untitled_api/models/api_v1_sites_devices_ping_request1.rb +60 -0
  603. data/lib/untitled_api/models/api_v1_sites_devices_ping_response.rb +50 -0
  604. data/lib/untitled_api/models/api_v1_sites_devices_ping_response1.rb +50 -0
  605. data/lib/untitled_api/models/api_v1_sites_devices_release_dhcp400_error1.rb +50 -0
  606. data/lib/untitled_api/models/api_v1_sites_devices_release_dhcp_request.rb +51 -0
  607. data/lib/untitled_api/models/api_v1_sites_devices_release_dhcp_request1.rb +51 -0
  608. data/lib/untitled_api/models/api_v1_sites_devices_response.rb +231 -0
  609. data/lib/untitled_api/models/api_v1_sites_devices_response1.rb +231 -0
  610. data/lib/untitled_api/models/api_v1_sites_devices_response2.rb +231 -0
  611. data/lib/untitled_api/models/api_v1_sites_devices_response3.rb +231 -0
  612. data/lib/untitled_api/models/api_v1_sites_devices_search_response.rb +70 -0
  613. data/lib/untitled_api/models/api_v1_sites_devices_search_response1.rb +70 -0
  614. data/lib/untitled_api/models/api_v1_sites_devices_send_ble_beacon400_error1.rb +50 -0
  615. data/lib/untitled_api/models/api_v1_sites_devices_send_ble_beacon_request.rb +70 -0
  616. data/lib/untitled_api/models/api_v1_sites_devices_send_ble_beacon_request1.rb +70 -0
  617. data/lib/untitled_api/models/api_v1_sites_devices_show_evpn_database_request.rb +60 -0
  618. data/lib/untitled_api/models/api_v1_sites_devices_show_evpn_database_request1.rb +60 -0
  619. data/lib/untitled_api/models/api_v1_sites_devices_show_evpn_database_response.rb +50 -0
  620. data/lib/untitled_api/models/api_v1_sites_devices_show_evpn_database_response1.rb +50 -0
  621. data/lib/untitled_api/models/api_v1_sites_devices_show_route_request.rb +70 -0
  622. data/lib/untitled_api/models/api_v1_sites_devices_show_route_request1.rb +70 -0
  623. data/lib/untitled_api/models/api_v1_sites_devices_show_route_response.rb +50 -0
  624. data/lib/untitled_api/models/api_v1_sites_devices_show_route_response1.rb +50 -0
  625. data/lib/untitled_api/models/api_v1_sites_devices_show_service_path_response.rb +50 -0
  626. data/lib/untitled_api/models/api_v1_sites_devices_show_service_path_response1.rb +50 -0
  627. data/lib/untitled_api/models/api_v1_sites_devices_show_session_request.rb +50 -0
  628. data/lib/untitled_api/models/api_v1_sites_devices_show_session_request1.rb +50 -0
  629. data/lib/untitled_api/models/api_v1_sites_devices_show_session_response.rb +50 -0
  630. data/lib/untitled_api/models/api_v1_sites_devices_show_session_response1.rb +50 -0
  631. data/lib/untitled_api/models/api_v1_sites_devices_synthetic_test400_error1.rb +50 -0
  632. data/lib/untitled_api/models/api_v1_sites_devices_synthetic_test_request.rb +60 -0
  633. data/lib/untitled_api/models/api_v1_sites_devices_synthetic_test_request1.rb +60 -0
  634. data/lib/untitled_api/models/api_v1_sites_devices_traceroute_request.rb +50 -0
  635. data/lib/untitled_api/models/api_v1_sites_devices_traceroute_request1.rb +50 -0
  636. data/lib/untitled_api/models/api_v1_sites_devices_traceroute_response.rb +50 -0
  637. data/lib/untitled_api/models/api_v1_sites_devices_traceroute_response1.rb +50 -0
  638. data/lib/untitled_api/models/api_v1_sites_devices_upgrade401_error1.rb +50 -0
  639. data/lib/untitled_api/models/api_v1_sites_devices_upgrade_request.rb +70 -0
  640. data/lib/untitled_api/models/api_v1_sites_devices_upgrade_request1.rb +70 -0
  641. data/lib/untitled_api/models/api_v1_sites_devices_vc400_error1.rb +50 -0
  642. data/lib/untitled_api/models/api_v1_sites_devices_vc_request.rb +61 -0
  643. data/lib/untitled_api/models/api_v1_sites_devices_vc_request1.rb +61 -0
  644. data/lib/untitled_api/models/api_v1_sites_devices_vc_response.rb +150 -0
  645. data/lib/untitled_api/models/api_v1_sites_devices_vc_response1.rb +150 -0
  646. data/lib/untitled_api/models/api_v1_sites_devices_vc_vc_port400_error1.rb +50 -0
  647. data/lib/untitled_api/models/api_v1_sites_devices_vc_vc_port_request.rb +60 -0
  648. data/lib/untitled_api/models/api_v1_sites_devices_vc_vc_port_request1.rb +60 -0
  649. data/lib/untitled_api/models/api_v1_sites_events_fast_roam_response.rb +80 -0
  650. data/lib/untitled_api/models/api_v1_sites_events_fast_roam_response1.rb +80 -0
  651. data/lib/untitled_api/models/api_v1_sites_events_system_response.rb +60 -0
  652. data/lib/untitled_api/models/api_v1_sites_events_system_response1.rb +60 -0
  653. data/lib/untitled_api/models/api_v1_sites_evpn_topologies_request.rb +50 -0
  654. data/lib/untitled_api/models/api_v1_sites_evpn_topologies_request1.rb +50 -0
  655. data/lib/untitled_api/models/api_v1_sites_evpn_topologies_response.rb +120 -0
  656. data/lib/untitled_api/models/api_v1_sites_evpn_topologies_response1.rb +120 -0
  657. data/lib/untitled_api/models/api_v1_sites_evpn_topologies_response2.rb +120 -0
  658. data/lib/untitled_api/models/api_v1_sites_evpn_topologies_response3.rb +120 -0
  659. data/lib/untitled_api/models/api_v1_sites_guests_response.rb +92 -0
  660. data/lib/untitled_api/models/api_v1_sites_guests_response1.rb +92 -0
  661. data/lib/untitled_api/models/api_v1_sites_id_response.rb +162 -0
  662. data/lib/untitled_api/models/api_v1_sites_id_response1.rb +180 -0
  663. data/lib/untitled_api/models/api_v1_sites_id_response2.rb +162 -0
  664. data/lib/untitled_api/models/api_v1_sites_id_response3.rb +180 -0
  665. data/lib/untitled_api/models/api_v1_sites_insights_marvis_current_response.rb +50 -0
  666. data/lib/untitled_api/models/api_v1_sites_insights_marvis_current_response1.rb +50 -0
  667. data/lib/untitled_api/models/api_v1_sites_insights_marvis_events_response.rb +80 -0
  668. data/lib/untitled_api/models/api_v1_sites_insights_marvis_events_response1.rb +80 -0
  669. data/lib/untitled_api/models/api_v1_sites_insights_marvis_response.rb +60 -0
  670. data/lib/untitled_api/models/api_v1_sites_insights_marvis_response1.rb +60 -0
  671. data/lib/untitled_api/models/api_v1_sites_insights_scope_id_history_assoc_response.rb +100 -0
  672. data/lib/untitled_api/models/api_v1_sites_insights_scope_id_history_assoc_response1.rb +100 -0
  673. data/lib/untitled_api/models/api_v1_sites_insights_scope_id_stats_response.rb +120 -0
  674. data/lib/untitled_api/models/api_v1_sites_insights_scope_id_stats_response1.rb +120 -0
  675. data/lib/untitled_api/models/api_v1_sites_maps_response.rb +170 -0
  676. data/lib/untitled_api/models/api_v1_sites_maps_response1.rb +100 -0
  677. data/lib/untitled_api/models/api_v1_sites_maps_response2.rb +170 -0
  678. data/lib/untitled_api/models/api_v1_sites_maps_response3.rb +100 -0
  679. data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_request.rb +130 -0
  680. data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_request1.rb +130 -0
  681. data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_response.rb +50 -0
  682. data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_response1.rb +181 -0
  683. data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_response2.rb +50 -0
  684. data/lib/untitled_api/models/api_v1_sites_maps_wayfinding_import_response3.rb +181 -0
  685. data/lib/untitled_api/models/api_v1_sites_metric_response.rb +110 -0
  686. data/lib/untitled_api/models/api_v1_sites_metric_response1.rb +110 -0
  687. data/lib/untitled_api/models/api_v1_sites_nac_clients_count_response.rb +60 -0
  688. data/lib/untitled_api/models/api_v1_sites_nac_clients_count_response1.rb +60 -0
  689. data/lib/untitled_api/models/api_v1_sites_networks_derived_response.rb +172 -0
  690. data/lib/untitled_api/models/api_v1_sites_networks_derived_response1.rb +172 -0
  691. data/lib/untitled_api/models/api_v1_sites_pcaps_capture_request.rb +111 -0
  692. data/lib/untitled_api/models/api_v1_sites_pcaps_capture_request1.rb +111 -0
  693. data/lib/untitled_api/models/api_v1_sites_pcaps_capture_response.rb +245 -0
  694. data/lib/untitled_api/models/api_v1_sites_pcaps_capture_response1.rb +245 -0
  695. data/lib/untitled_api/models/api_v1_sites_pcaps_response.rb +60 -0
  696. data/lib/untitled_api/models/api_v1_sites_pcaps_response1.rb +60 -0
  697. data/lib/untitled_api/models/api_v1_sites_psks_request.rb +70 -0
  698. data/lib/untitled_api/models/api_v1_sites_psks_request1.rb +70 -0
  699. data/lib/untitled_api/models/api_v1_sites_psks_response.rb +201 -0
  700. data/lib/untitled_api/models/api_v1_sites_psks_response1.rb +201 -0
  701. data/lib/untitled_api/models/api_v1_sites_request.rb +50 -0
  702. data/lib/untitled_api/models/api_v1_sites_request1.rb +50 -0
  703. data/lib/untitled_api/models/api_v1_sites_response.rb +184 -0
  704. data/lib/untitled_api/models/api_v1_sites_response1.rb +180 -0
  705. data/lib/untitled_api/models/api_v1_sites_response2.rb +184 -0
  706. data/lib/untitled_api/models/api_v1_sites_response3.rb +180 -0
  707. data/lib/untitled_api/models/api_v1_sites_rfdiags400_error1.rb +50 -0
  708. data/lib/untitled_api/models/api_v1_sites_rogues_response.rb +61 -0
  709. data/lib/untitled_api/models/api_v1_sites_rogues_response1.rb +61 -0
  710. data/lib/untitled_api/models/api_v1_sites_rrm_events_response.rb +80 -0
  711. data/lib/untitled_api/models/api_v1_sites_rrm_events_response1.rb +80 -0
  712. data/lib/untitled_api/models/api_v1_sites_rssizones_visits_count_response.rb +60 -0
  713. data/lib/untitled_api/models/api_v1_sites_rssizones_visits_count_response1.rb +60 -0
  714. data/lib/untitled_api/models/api_v1_sites_scope_id_metric_response.rb +100 -0
  715. data/lib/untitled_api/models/api_v1_sites_scope_id_metric_response1.rb +100 -0
  716. data/lib/untitled_api/models/api_v1_sites_scope_mac_metric_response.rb +140 -0
  717. data/lib/untitled_api/models/api_v1_sites_scope_mac_metric_response1.rb +140 -0
  718. data/lib/untitled_api/models/api_v1_sites_setting_derived_response.rb +233 -0
  719. data/lib/untitled_api/models/api_v1_sites_setting_derived_response1.rb +233 -0
  720. data/lib/untitled_api/models/api_v1_sites_setting_request.rb +50 -0
  721. data/lib/untitled_api/models/api_v1_sites_setting_request1.rb +50 -0
  722. data/lib/untitled_api/models/api_v1_sites_setting_response.rb +120 -0
  723. data/lib/untitled_api/models/api_v1_sites_setting_response1.rb +120 -0
  724. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_classifier_classifier_summary_response.rb +100 -0
  725. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_classifier_classifier_summary_response1.rb +100 -0
  726. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impact_summary_response.rb +152 -0
  727. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impact_summary_response1.rb +152 -0
  728. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_applications_response.rb +130 -0
  729. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_applications_response1.rb +130 -0
  730. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_clients_response.rb +130 -0
  731. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_clients_response1.rb +130 -0
  732. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_gateways_response.rb +130 -0
  733. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_gateways_response1.rb +130 -0
  734. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_peer_paths_response.rb +140 -0
  735. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_peer_paths_response1.rb +140 -0
  736. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_switches_response.rb +130 -0
  737. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_switches_response1.rb +130 -0
  738. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_users_histogram_response.rb +111 -0
  739. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_users_histogram_response1.rb +111 -0
  740. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_users_response.rb +130 -0
  741. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_impacted_users_response1.rb +130 -0
  742. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_summary_trend_response.rb +80 -0
  743. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_summary_trend_response1.rb +80 -0
  744. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_threshold_response.rb +110 -0
  745. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_threshold_response1.rb +60 -0
  746. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_threshold_response2.rb +110 -0
  747. data/lib/untitled_api/models/api_v1_sites_sle_scope_id_metric_metric_threshold_response3.rb +60 -0
  748. data/lib/untitled_api/models/api_v1_sites_ssr_upgrade400_error1.rb +50 -0
  749. data/lib/untitled_api/models/api_v1_sites_ssr_upgrade_response.rb +50 -0
  750. data/lib/untitled_api/models/api_v1_sites_ssr_upgrade_response1.rb +50 -0
  751. data/lib/untitled_api/models/api_v1_sites_stats_assets_response.rb +265 -0
  752. data/lib/untitled_api/models/api_v1_sites_stats_assets_response1.rb +295 -0
  753. data/lib/untitled_api/models/api_v1_sites_stats_assets_response2.rb +265 -0
  754. data/lib/untitled_api/models/api_v1_sites_stats_assets_response3.rb +295 -0
  755. data/lib/untitled_api/models/api_v1_sites_stats_clients_response.rb +440 -0
  756. data/lib/untitled_api/models/api_v1_sites_stats_clients_response1.rb +530 -0
  757. data/lib/untitled_api/models/api_v1_sites_stats_clients_response2.rb +440 -0
  758. data/lib/untitled_api/models/api_v1_sites_stats_clients_response3.rb +530 -0
  759. data/lib/untitled_api/models/api_v1_sites_stats_devices_clients_response.rb +440 -0
  760. data/lib/untitled_api/models/api_v1_sites_stats_devices_clients_response1.rb +440 -0
  761. data/lib/untitled_api/models/api_v1_sites_stats_devices_response.rb +293 -0
  762. data/lib/untitled_api/models/api_v1_sites_stats_devices_response1.rb +272 -0
  763. data/lib/untitled_api/models/api_v1_sites_stats_devices_response2.rb +293 -0
  764. data/lib/untitled_api/models/api_v1_sites_stats_devices_response3.rb +272 -0
  765. data/lib/untitled_api/models/api_v1_sites_stats_filtered_assets_response.rb +100 -0
  766. data/lib/untitled_api/models/api_v1_sites_stats_filtered_assets_response1.rb +100 -0
  767. data/lib/untitled_api/models/api_v1_sites_stats_gateways_metrics_response.rb +62 -0
  768. data/lib/untitled_api/models/api_v1_sites_stats_gateways_metrics_response1.rb +62 -0
  769. data/lib/untitled_api/models/api_v1_sites_stats_maps_clients_response.rb +440 -0
  770. data/lib/untitled_api/models/api_v1_sites_stats_maps_clients_response1.rb +440 -0
  771. data/lib/untitled_api/models/api_v1_sites_stats_maps_unconnected_clients_response.rb +161 -0
  772. data/lib/untitled_api/models/api_v1_sites_stats_maps_unconnected_clients_response1.rb +161 -0
  773. data/lib/untitled_api/models/api_v1_sites_stats_mxedges_response.rb +192 -0
  774. data/lib/untitled_api/models/api_v1_sites_stats_mxedges_response1.rb +192 -0
  775. data/lib/untitled_api/models/api_v1_sites_stats_ports_search_response.rb +60 -0
  776. data/lib/untitled_api/models/api_v1_sites_stats_ports_search_response1.rb +60 -0
  777. data/lib/untitled_api/models/api_v1_sites_stats_switch_ports_search_response.rb +60 -0
  778. data/lib/untitled_api/models/api_v1_sites_stats_switch_ports_search_response1.rb +60 -0
  779. data/lib/untitled_api/models/api_v1_sites_synthetic_test_response.rb +90 -0
  780. data/lib/untitled_api/models/api_v1_sites_synthetic_test_response1.rb +90 -0
  781. data/lib/untitled_api/models/api_v1_sites_wan_clients_events_count_response.rb +60 -0
  782. data/lib/untitled_api/models/api_v1_sites_wan_clients_events_count_response1.rb +60 -0
  783. data/lib/untitled_api/models/api_v1_sites_wan_clients_events_search_response.rb +60 -0
  784. data/lib/untitled_api/models/api_v1_sites_wan_clients_events_search_response1.rb +60 -0
  785. data/lib/untitled_api/models/api_v1_sites_wired_clients_events_count_response.rb +60 -0
  786. data/lib/untitled_api/models/api_v1_sites_wired_clients_events_count_response1.rb +60 -0
  787. data/lib/untitled_api/models/api_v1_sites_wired_clients_events_search_response.rb +90 -0
  788. data/lib/untitled_api/models/api_v1_sites_wired_clients_events_search_response1.rb +90 -0
  789. data/lib/untitled_api/models/api_v1_sites_wlans_derived_response.rb +160 -0
  790. data/lib/untitled_api/models/api_v1_sites_wlans_derived_response1.rb +160 -0
  791. data/lib/untitled_api/models/api_v1_sites_wlans_portal_image_response.rb +200 -0
  792. data/lib/untitled_api/models/api_v1_sites_wlans_portal_image_response1.rb +200 -0
  793. data/lib/untitled_api/models/api_v1_sites_wxtags_apps_response.rb +80 -0
  794. data/lib/untitled_api/models/api_v1_sites_wxtags_apps_response1.rb +80 -0
  795. data/lib/untitled_api/models/api_v1_sites_zones_visits_count_response.rb +60 -0
  796. data/lib/untitled_api/models/api_v1_sites_zones_visits_count_response1.rb +60 -0
  797. data/lib/untitled_api/models/api_v1_sso_lookup404_error1.rb +50 -0
  798. data/lib/untitled_api/models/api_v1_sso_lookup_request.rb +50 -0
  799. data/lib/untitled_api/models/api_v1_sso_lookup_request1.rb +50 -0
  800. data/lib/untitled_api/models/api_v1_super_admins_response.rb +90 -0
  801. data/lib/untitled_api/models/api_v1_super_admins_response1.rb +90 -0
  802. data/lib/untitled_api/models/api_v1_super_claim404_error1.rb +50 -0
  803. data/lib/untitled_api/models/api_v1_super_devices403_error1.rb +50 -0
  804. data/lib/untitled_api/models/api_v1_super_manuf401_error1.rb +50 -0
  805. data/lib/untitled_api/models/api_v1_super_msps_admins_response.rb +101 -0
  806. data/lib/untitled_api/models/api_v1_super_msps_admins_response1.rb +101 -0
  807. data/lib/untitled_api/models/api_v1_super_msps_response.rb +90 -0
  808. data/lib/untitled_api/models/api_v1_super_msps_response1.rb +90 -0
  809. data/lib/untitled_api/models/api_v1_super_orgs_admins_response.rb +101 -0
  810. data/lib/untitled_api/models/api_v1_super_orgs_admins_response1.rb +101 -0
  811. data/lib/untitled_api/models/api_v1_super_orgs_response.rb +122 -0
  812. data/lib/untitled_api/models/api_v1_super_orgs_response1.rb +122 -0
  813. data/lib/untitled_api/models/api_v1_super_redirect_response.rb +90 -0
  814. data/lib/untitled_api/models/api_v1_super_redirect_response1.rb +90 -0
  815. data/lib/untitled_api/models/api_v1_test_cache_response.rb +50 -0
  816. data/lib/untitled_api/models/api_v1_test_cache_response1.rb +50 -0
  817. data/lib/untitled_api/models/api_v1_utils_resize_image401_error1.rb +50 -0
  818. data/lib/untitled_api/models/api_v1_utils_test_broadnet400_error1.rb +50 -0
  819. data/lib/untitled_api/models/api_v1_utils_test_clickatell400_error1.rb +50 -0
  820. data/lib/untitled_api/models/api_v1_utils_test_gupshup400_error1.rb +50 -0
  821. data/lib/untitled_api/models/api_v1_utils_test_puzzel400_error1.rb +50 -0
  822. data/lib/untitled_api/models/api_v1_utils_test_telstra400_error1.rb +50 -0
  823. data/lib/untitled_api/models/api_v1_utils_test_twilio400_error1.rb +50 -0
  824. data/lib/untitled_api/models/base_model.rb +62 -0
  825. data/lib/untitled_api/models/format_enum.rb +23 -0
  826. data/lib/untitled_api/models/internal_bolts_device_version_check_request.rb +80 -0
  827. data/lib/untitled_api/models/internal_bolts_device_version_check_request1.rb +80 -0
  828. data/lib/untitled_api/models/internal_bolts_rrm_local_request.rb +70 -0
  829. data/lib/untitled_api/models/internal_bolts_rrm_local_request1.rb +70 -0
  830. data/lib/untitled_api/models/internal_bolts_synthentic_test_notif_request.rb +90 -0
  831. data/lib/untitled_api/models/internal_bolts_synthentic_test_notif_request1.rb +90 -0
  832. data/lib/untitled_api/models/internal_bolts_t128_events_request.rb +100 -0
  833. data/lib/untitled_api/models/internal_bolts_t128_events_request1.rb +100 -0
  834. data/lib/untitled_api/models/internal_bolts_update_fw_status_request.rb +132 -0
  835. data/lib/untitled_api/models/internal_bolts_update_fw_status_request1.rb +132 -0
  836. data/lib/untitled_api/models/internal_bot_ask400_error1.rb +50 -0
  837. data/lib/untitled_api/models/internal_bot_ask_request.rb +70 -0
  838. data/lib/untitled_api/models/internal_bot_ask_request1.rb +70 -0
  839. data/lib/untitled_api/models/internal_const_ap_channels_response.rb +175 -0
  840. data/lib/untitled_api/models/internal_const_ap_channels_response1.rb +175 -0
  841. data/lib/untitled_api/models/internal_const_device_models_response.rb +284 -0
  842. data/lib/untitled_api/models/internal_const_device_models_response1.rb +284 -0
  843. data/lib/untitled_api/models/internal_const_license_types_response.rb +70 -0
  844. data/lib/untitled_api/models/internal_const_license_types_response1.rb +70 -0
  845. data/lib/untitled_api/models/internal_cron_auto_claim_orders_from_sfdc_response.rb +81 -0
  846. data/lib/untitled_api/models/internal_cron_auto_claim_orders_from_sfdc_response1.rb +81 -0
  847. data/lib/untitled_api/models/internal_cron_sync_evals_from_sfdc400_error1.rb +50 -0
  848. data/lib/untitled_api/models/internal_cron_sync_sfdcsub_to_sfdc_response.rb +81 -0
  849. data/lib/untitled_api/models/internal_cron_sync_sfdcsub_to_sfdc_response1.rb +81 -0
  850. data/lib/untitled_api/models/internal_devices_assign_deviceprofile_request.rb +71 -0
  851. data/lib/untitled_api/models/internal_devices_assign_deviceprofile_request1.rb +71 -0
  852. data/lib/untitled_api/models/internal_devices_assign_deviceprofile_response.rb +61 -0
  853. data/lib/untitled_api/models/internal_devices_assign_deviceprofile_response1.rb +61 -0
  854. data/lib/untitled_api/models/internal_devices_bssid_response.rb +261 -0
  855. data/lib/untitled_api/models/internal_devices_bssid_response1.rb +261 -0
  856. data/lib/untitled_api/models/internal_devices_cmd_kill_ps400_error1.rb +50 -0
  857. data/lib/untitled_api/models/internal_devices_cmd_kill_ps_request.rb +50 -0
  858. data/lib/untitled_api/models/internal_devices_cmd_kill_ps_request1.rb +50 -0
  859. data/lib/untitled_api/models/internal_devices_cmd_reboot400_error1.rb +50 -0
  860. data/lib/untitled_api/models/internal_devices_config400_error1.rb +50 -0
  861. data/lib/untitled_api/models/internal_devices_config_cmd_response.rb +60 -0
  862. data/lib/untitled_api/models/internal_devices_config_cmd_response1.rb +60 -0
  863. data/lib/untitled_api/models/internal_devices_config_last_good_response.rb +90 -0
  864. data/lib/untitled_api/models/internal_devices_config_last_good_response1.rb +90 -0
  865. data/lib/untitled_api/models/internal_devices_config_last_response.rb +90 -0
  866. data/lib/untitled_api/models/internal_devices_config_last_response1.rb +90 -0
  867. data/lib/untitled_api/models/internal_devices_config_response.rb +444 -0
  868. data/lib/untitled_api/models/internal_devices_config_response1.rb +444 -0
  869. data/lib/untitled_api/models/internal_devices_evals_request.rb +70 -0
  870. data/lib/untitled_api/models/internal_devices_evals_request1.rb +70 -0
  871. data/lib/untitled_api/models/internal_devices_evals_response.rb +80 -0
  872. data/lib/untitled_api/models/internal_devices_evals_response1.rb +80 -0
  873. data/lib/untitled_api/models/internal_devices_guest_response.rb +50 -0
  874. data/lib/untitled_api/models/internal_devices_guest_response1.rb +50 -0
  875. data/lib/untitled_api/models/internal_devices_jma_version400_error1.rb +50 -0
  876. data/lib/untitled_api/models/internal_devices_jma_version_response.rb +60 -0
  877. data/lib/untitled_api/models/internal_devices_jma_version_response1.rb +60 -0
  878. data/lib/untitled_api/models/internal_devices_magic_response.rb +60 -0
  879. data/lib/untitled_api/models/internal_devices_magic_response1.rb +60 -0
  880. data/lib/untitled_api/models/internal_devices_rest_sites_search_request.rb +51 -0
  881. data/lib/untitled_api/models/internal_devices_rest_sites_search_request1.rb +51 -0
  882. data/lib/untitled_api/models/internal_devices_rest_sites_search_response.rb +184 -0
  883. data/lib/untitled_api/models/internal_devices_rest_sites_search_response1.rb +184 -0
  884. data/lib/untitled_api/models/internal_devices_rest_wxlan_guest_response.rb +70 -0
  885. data/lib/untitled_api/models/internal_devices_rest_wxlan_guest_response1.rb +70 -0
  886. data/lib/untitled_api/models/internal_devices_rest_wxlan_response.rb +50 -0
  887. data/lib/untitled_api/models/internal_devices_rest_wxlan_response1.rb +50 -0
  888. data/lib/untitled_api/models/internal_devices_rrm_response.rb +131 -0
  889. data/lib/untitled_api/models/internal_devices_rrm_response1.rb +131 -0
  890. data/lib/untitled_api/models/internal_devices_switch_env404_error1.rb +50 -0
  891. data/lib/untitled_api/models/internal_devices_synthetic_test_request.rb +70 -0
  892. data/lib/untitled_api/models/internal_devices_synthetic_test_request1.rb +70 -0
  893. data/lib/untitled_api/models/internal_devices_upgrade_request.rb +101 -0
  894. data/lib/untitled_api/models/internal_devices_upgrade_request1.rb +101 -0
  895. data/lib/untitled_api/models/internal_devices_upgrade_response.rb +202 -0
  896. data/lib/untitled_api/models/internal_devices_upgrade_response1.rb +50 -0
  897. data/lib/untitled_api/models/internal_devices_upgrade_response2.rb +202 -0
  898. data/lib/untitled_api/models/internal_devices_upgrade_response3.rb +202 -0
  899. data/lib/untitled_api/models/internal_devices_upgrade_response4.rb +50 -0
  900. data/lib/untitled_api/models/internal_devices_upgrade_response5.rb +202 -0
  901. data/lib/untitled_api/models/internal_devices_version_check_request.rb +80 -0
  902. data/lib/untitled_api/models/internal_devices_version_check_request1.rb +80 -0
  903. data/lib/untitled_api/models/internal_devices_versions_refresh_response.rb +50 -0
  904. data/lib/untitled_api/models/internal_devices_versions_refresh_response1.rb +50 -0
  905. data/lib/untitled_api/models/internal_devices_versions_response.rb +60 -0
  906. data/lib/untitled_api/models/internal_devices_versions_response1.rb +60 -0
  907. data/lib/untitled_api/models/internal_devices_ztp_cmd_response.rb +50 -0
  908. data/lib/untitled_api/models/internal_devices_ztp_cmd_response1.rb +50 -0
  909. data/lib/untitled_api/models/internal_devops_queue_depth_response.rb +70 -0
  910. data/lib/untitled_api/models/internal_devops_queue_depth_response1.rb +70 -0
  911. data/lib/untitled_api/models/internal_devops_verify_junos_cdn_request.rb +50 -0
  912. data/lib/untitled_api/models/internal_devops_verify_junos_cdn_request1.rb +50 -0
  913. data/lib/untitled_api/models/internal_devops_verify_junos_cdn_response.rb +60 -0
  914. data/lib/untitled_api/models/internal_devops_verify_junos_cdn_response1.rb +60 -0
  915. data/lib/untitled_api/models/internal_jsidevices_api_config_response.rb +50 -0
  916. data/lib/untitled_api/models/internal_jsidevices_api_config_response1.rb +50 -0
  917. data/lib/untitled_api/models/internal_jsidevices_api_secret_response.rb +181 -0
  918. data/lib/untitled_api/models/internal_jsidevices_api_secret_response1.rb +181 -0
  919. data/lib/untitled_api/models/internal_jsidevices_register_request.rb +60 -0
  920. data/lib/untitled_api/models/internal_jsidevices_register_request1.rb +60 -0
  921. data/lib/untitled_api/models/internal_jsidevices_register_response.rb +171 -0
  922. data/lib/untitled_api/models/internal_jsidevices_register_response1.rb +171 -0
  923. data/lib/untitled_api/models/internal_junos_register_request.rb +70 -0
  924. data/lib/untitled_api/models/internal_junos_register_request1.rb +70 -0
  925. data/lib/untitled_api/models/internal_junos_register_response.rb +130 -0
  926. data/lib/untitled_api/models/internal_junos_register_response1.rb +130 -0
  927. data/lib/untitled_api/models/internal_last_modified_response.rb +60 -0
  928. data/lib/untitled_api/models/internal_last_modified_response1.rb +60 -0
  929. data/lib/untitled_api/models/internal_manuf_tokens_request.rb +60 -0
  930. data/lib/untitled_api/models/internal_manuf_tokens_request1.rb +60 -0
  931. data/lib/untitled_api/models/internal_manuf_tokens_response.rb +90 -0
  932. data/lib/untitled_api/models/internal_manuf_tokens_response1.rb +90 -0
  933. data/lib/untitled_api/models/internal_maps_auto_placement_response.rb +70 -0
  934. data/lib/untitled_api/models/internal_maps_auto_placement_response1.rb +70 -0
  935. data/lib/untitled_api/models/internal_msps_knobs_response.rb +60 -0
  936. data/lib/untitled_api/models/internal_msps_knobs_response1.rb +60 -0
  937. data/lib/untitled_api/models/internal_msps_limits_response.rb +83 -0
  938. data/lib/untitled_api/models/internal_msps_limits_response1.rb +83 -0
  939. data/lib/untitled_api/models/internal_mxagents_config_response.rb +230 -0
  940. data/lib/untitled_api/models/internal_mxagents_config_response1.rb +230 -0
  941. data/lib/untitled_api/models/internal_mxagents_kafka_response.rb +50 -0
  942. data/lib/untitled_api/models/internal_mxagents_kafka_response1.rb +50 -0
  943. data/lib/untitled_api/models/internal_mxagents_register_request.rb +60 -0
  944. data/lib/untitled_api/models/internal_mxagents_register_request1.rb +60 -0
  945. data/lib/untitled_api/models/internal_mxagents_register_response.rb +172 -0
  946. data/lib/untitled_api/models/internal_mxagents_register_response1.rb +172 -0
  947. data/lib/untitled_api/models/internal_mxagents_rest_redirect_response.rb +80 -0
  948. data/lib/untitled_api/models/internal_mxagents_rest_redirect_response1.rb +80 -0
  949. data/lib/untitled_api/models/internal_mxagents_rest_versions_default400_error1.rb +50 -0
  950. data/lib/untitled_api/models/internal_mxedge_manuf_tokens_request.rb +70 -0
  951. data/lib/untitled_api/models/internal_mxedge_manuf_tokens_request1.rb +70 -0
  952. data/lib/untitled_api/models/internal_mxedge_manuf_tokens_response.rb +90 -0
  953. data/lib/untitled_api/models/internal_mxedge_manuf_tokens_response1.rb +90 -0
  954. data/lib/untitled_api/models/internal_mxedges_versions_response.rb +60 -0
  955. data/lib/untitled_api/models/internal_mxedges_versions_response1.rb +60 -0
  956. data/lib/untitled_api/models/internal_nacs_request.rb +60 -0
  957. data/lib/untitled_api/models/internal_nacs_request1.rb +60 -0
  958. data/lib/untitled_api/models/internal_nacs_response.rb +110 -0
  959. data/lib/untitled_api/models/internal_nacs_response1.rb +110 -0
  960. data/lib/untitled_api/models/internal_nacs_rest_orgs_nac_rules_response.rb +110 -0
  961. data/lib/untitled_api/models/internal_nacs_rest_orgs_nac_rules_response1.rb +110 -0
  962. data/lib/untitled_api/models/internal_ocdevices_api_secret_response.rb +70 -0
  963. data/lib/untitled_api/models/internal_ocdevices_api_secret_response1.rb +70 -0
  964. data/lib/untitled_api/models/internal_ocdevices_orgs_update_vc_request.rb +90 -0
  965. data/lib/untitled_api/models/internal_ocdevices_orgs_update_vc_request1.rb +90 -0
  966. data/lib/untitled_api/models/internal_ocdevices_orgs_update_vc_response.rb +150 -0
  967. data/lib/untitled_api/models/internal_ocdevices_orgs_update_vc_response1.rb +150 -0
  968. data/lib/untitled_api/models/internal_ocdevices_register_request.rb +60 -0
  969. data/lib/untitled_api/models/internal_ocdevices_register_request1.rb +60 -0
  970. data/lib/untitled_api/models/internal_ocdevices_register_response.rb +201 -0
  971. data/lib/untitled_api/models/internal_ocdevices_register_response1.rb +201 -0
  972. data/lib/untitled_api/models/internal_ocdevices_secret_response.rb +140 -0
  973. data/lib/untitled_api/models/internal_ocdevices_secret_response1.rb +140 -0
  974. data/lib/untitled_api/models/internal_orgs128routers_register_request.rb +100 -0
  975. data/lib/untitled_api/models/internal_orgs128routers_register_request1.rb +100 -0
  976. data/lib/untitled_api/models/internal_orgs128routers_register_response.rb +90 -0
  977. data/lib/untitled_api/models/internal_orgs128routers_register_response1.rb +90 -0
  978. data/lib/untitled_api/models/internal_orgs_bssid_bloom_response.rb +60 -0
  979. data/lib/untitled_api/models/internal_orgs_bssid_bloom_response1.rb +60 -0
  980. data/lib/untitled_api/models/internal_orgs_create_support_url400_error1.rb +50 -0
  981. data/lib/untitled_api/models/internal_orgs_create_support_url_request.rb +50 -0
  982. data/lib/untitled_api/models/internal_orgs_create_support_url_request1.rb +50 -0
  983. data/lib/untitled_api/models/internal_orgs_knobs_response.rb +372 -0
  984. data/lib/untitled_api/models/internal_orgs_knobs_response1.rb +372 -0
  985. data/lib/untitled_api/models/internal_orgs_mxtunnels_preemption_response.rb +71 -0
  986. data/lib/untitled_api/models/internal_orgs_mxtunnels_preemption_response1.rb +71 -0
  987. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_mac_response.rb +90 -0
  988. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_mac_response1.rb +90 -0
  989. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_ping400_error1.rb +50 -0
  990. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_ping_request.rb +60 -0
  991. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_ping_request1.rb +60 -0
  992. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_reboot_request.rb +50 -0
  993. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_reboot_request1.rb +50 -0
  994. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_state404_error1.rb +50 -0
  995. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_upgrade_request.rb +50 -0
  996. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_upgrade_request1.rb +50 -0
  997. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_upgrade_response.rb +70 -0
  998. data/lib/untitled_api/models/internal_orgs_openconfig_access_points_upgrade_response1.rb +70 -0
  999. data/lib/untitled_api/models/internal_orgs_openconfig_joined_aps_response.rb +160 -0
  1000. data/lib/untitled_api/models/internal_orgs_openconfig_joined_aps_response1.rb +160 -0
  1001. data/lib/untitled_api/models/internal_orgs_openconfig_provision_aps400_error1.rb +50 -0
  1002. data/lib/untitled_api/models/internal_orgs_openconfig_provision_aps_response.rb +120 -0
  1003. data/lib/untitled_api/models/internal_orgs_openconfig_provision_aps_response1.rb +100 -0
  1004. data/lib/untitled_api/models/internal_orgs_openconfig_provision_aps_response2.rb +120 -0
  1005. data/lib/untitled_api/models/internal_orgs_openconfig_provision_aps_response3.rb +100 -0
  1006. data/lib/untitled_api/models/internal_orgs_reset_bssid_hints_response.rb +50 -0
  1007. data/lib/untitled_api/models/internal_orgs_reset_bssid_hints_response1.rb +50 -0
  1008. data/lib/untitled_api/models/internal_orgs_services_response.rb +120 -0
  1009. data/lib/untitled_api/models/internal_orgs_services_response1.rb +120 -0
  1010. data/lib/untitled_api/models/internal_orgs_setting_link_accounts_response.rb +60 -0
  1011. data/lib/untitled_api/models/internal_orgs_setting_link_accounts_response1.rb +60 -0
  1012. data/lib/untitled_api/models/internal_redis_search400_error1.rb +50 -0
  1013. data/lib/untitled_api/models/internal_redis_search_request.rb +50 -0
  1014. data/lib/untitled_api/models/internal_redis_search_request1.rb +50 -0
  1015. data/lib/untitled_api/models/internal_refactor_diff_response.rb +50 -0
  1016. data/lib/untitled_api/models/internal_refactor_diff_response1.rb +50 -0
  1017. data/lib/untitled_api/models/internal_rfdiags400_error1.rb +50 -0
  1018. data/lib/untitled_api/models/internal_rfdiags_analytics400_error1.rb +50 -0
  1019. data/lib/untitled_api/models/internal_rfdiags_analytics_response.rb +150 -0
  1020. data/lib/untitled_api/models/internal_rfdiags_analytics_response1.rb +150 -0
  1021. data/lib/untitled_api/models/internal_rfdiags_response.rb +150 -0
  1022. data/lib/untitled_api/models/internal_rfdiags_response1.rb +150 -0
  1023. data/lib/untitled_api/models/internal_s_config_last_response.rb +90 -0
  1024. data/lib/untitled_api/models/internal_s_config_last_response1.rb +90 -0
  1025. data/lib/untitled_api/models/internal_set_placement_status_request.rb +60 -0
  1026. data/lib/untitled_api/models/internal_set_placement_status_request1.rb +60 -0
  1027. data/lib/untitled_api/models/internal_sites_devices_ap_channels_response.rb +175 -0
  1028. data/lib/untitled_api/models/internal_sites_devices_ap_channels_response1.rb +175 -0
  1029. data/lib/untitled_api/models/internal_sites_devices_reprovision_request.rb +50 -0
  1030. data/lib/untitled_api/models/internal_sites_devices_reprovision_request1.rb +50 -0
  1031. data/lib/untitled_api/models/internal_sites_devices_rrm_response.rb +161 -0
  1032. data/lib/untitled_api/models/internal_sites_devices_rrm_response1.rb +161 -0
  1033. data/lib/untitled_api/models/internal_ssr_versions_response.rb +70 -0
  1034. data/lib/untitled_api/models/internal_ssr_versions_response1.rb +70 -0
  1035. data/lib/untitled_api/models/internal_t128_manuf_tokens_request.rb +60 -0
  1036. data/lib/untitled_api/models/internal_t128_manuf_tokens_request1.rb +60 -0
  1037. data/lib/untitled_api/models/internal_t128_manuf_tokens_response.rb +90 -0
  1038. data/lib/untitled_api/models/internal_t128_manuf_tokens_response1.rb +90 -0
  1039. data/lib/untitled_api/models/internal_test_cacheable_response.rb +50 -0
  1040. data/lib/untitled_api/models/internal_test_cacheable_response1.rb +50 -0
  1041. data/lib/untitled_api/models/internal_test_large_mac_response_request.rb +50 -0
  1042. data/lib/untitled_api/models/internal_test_large_mac_response_request1.rb +50 -0
  1043. data/lib/untitled_api/models/internal_topologies_worker_started_request.rb +140 -0
  1044. data/lib/untitled_api/models/internal_topologies_worker_started_request1.rb +140 -0
  1045. data/lib/untitled_api/models/internal_tunterms_config_response.rb +222 -0
  1046. data/lib/untitled_api/models/internal_tunterms_config_response1.rb +222 -0
  1047. data/lib/untitled_api/models/internal_tunterms_kafka_response.rb +50 -0
  1048. data/lib/untitled_api/models/internal_tunterms_kafka_response1.rb +50 -0
  1049. data/lib/untitled_api/models/internal_tunterms_register_request.rb +60 -0
  1050. data/lib/untitled_api/models/internal_tunterms_register_request1.rb +60 -0
  1051. data/lib/untitled_api/models/internal_tunterms_register_response.rb +172 -0
  1052. data/lib/untitled_api/models/internal_tunterms_register_response1.rb +172 -0
  1053. data/lib/untitled_api/models/internal_tunterms_secret_response.rb +100 -0
  1054. data/lib/untitled_api/models/internal_tunterms_secret_response1.rb +100 -0
  1055. data/lib/untitled_api/models/internal_wlan_schedule_events_upcoming_response.rb +70 -0
  1056. data/lib/untitled_api/models/internal_wlan_schedule_events_upcoming_response1.rb +70 -0
  1057. data/lib/untitled_api/models/internal_ztp_auth_token_response.rb +50 -0
  1058. data/lib/untitled_api/models/internal_ztp_auth_token_response1.rb +50 -0
  1059. data/lib/untitled_api/models/internal_ztp_devices_response.rb +60 -0
  1060. data/lib/untitled_api/models/internal_ztp_devices_response1.rb +60 -0
  1061. data/lib/untitled_api/models/lang_enum.rb +305 -0
  1062. data/lib/untitled_api/models/manuf_ep400_error1.rb +50 -0
  1063. data/lib/untitled_api/models/manuf_ep_request.rb +120 -0
  1064. data/lib/untitled_api/models/manuf_ep_request1.rb +120 -0
  1065. data/lib/untitled_api/models/manuf_juniper_request.rb +70 -0
  1066. data/lib/untitled_api/models/manuf_juniper_request1.rb +70 -0
  1067. data/lib/untitled_api/models/manuf_juniper_response.rb +70 -0
  1068. data/lib/untitled_api/models/manuf_juniper_response1.rb +70 -0
  1069. data/lib/untitled_api/models/manuf_mxedge_request.rb +90 -0
  1070. data/lib/untitled_api/models/manuf_mxedge_request1.rb +90 -0
  1071. data/lib/untitled_api/models/manuf_mxedge_response.rb +100 -0
  1072. data/lib/untitled_api/models/manuf_mxedge_response1.rb +100 -0
  1073. data/lib/untitled_api/models/manuf_t128400_error1.rb +50 -0
  1074. data/lib/untitled_api/models/manuf_t128_request.rb +90 -0
  1075. data/lib/untitled_api/models/manuf_t128_request1.rb +90 -0
  1076. data/lib/untitled_api/models/manuf_v1_ep400_error1.rb +50 -0
  1077. data/lib/untitled_api/models/manuf_v1_ep_request.rb +120 -0
  1078. data/lib/untitled_api/models/manuf_v1_ep_request1.rb +120 -0
  1079. data/lib/untitled_api/models/portal_i18n_response.rb +60 -0
  1080. data/lib/untitled_api/models/portal_i18n_response1.rb +60 -0
  1081. data/lib/untitled_api/models/portal_view_sponsor_response_response.rb +50 -0
  1082. data/lib/untitled_api/models/portal_view_sponsor_response_response1.rb +50 -0
  1083. data/lib/untitled_api/models/search_response.rb +90 -0
  1084. data/lib/untitled_api/models/search_response1.rb +90 -0
  1085. data/lib/untitled_api/models/search_stats_indices_response.rb +50 -0
  1086. data/lib/untitled_api/models/search_stats_indices_response1.rb +50 -0
  1087. data/lib/untitled_api/models/tdb_stats_response.rb +50 -0
  1088. data/lib/untitled_api/models/tdb_stats_response1.rb +70 -0
  1089. data/lib/untitled_api/models/tdb_stats_response2.rb +50 -0
  1090. data/lib/untitled_api/models/tdb_stats_response3.rb +70 -0
  1091. data/lib/untitled_api/utilities/date_time_helper.rb +11 -0
  1092. data/lib/untitled_api/utilities/file_wrapper.rb +16 -0
  1093. data/lib/untitled_api.rb +1408 -0
  1094. data/test/controllers/controller_test_base.rb +29 -0
  1095. data/test/controllers/test_about_controller.rb +40 -0
  1096. data/test/controllers/test_api_controller.rb +2007 -0
  1097. data/test/controllers/test_internal_controller.rb +1795 -0
  1098. data/test/controllers/test_manuf_controller.rb +26 -0
  1099. data/test/controllers/test_portal_controller.rb +247 -0
  1100. data/test/controllers/test_search_controller.rb +82 -0
  1101. data/test/controllers/test_tardis_controller.rb +46 -0
  1102. data/test/controllers/test_tdb_controller.rb +32 -0
  1103. data/test/http_response_catcher.rb +19 -0
  1104. metadata +1221 -0
@@ -0,0 +1,2007 @@
1
+ # untitled_api
2
+ #
3
+ # This file was automatically generated by APIMATIC v2.0
4
+ # ( https://apimatic.io ).
5
+
6
+ require_relative 'controller_test_base'
7
+
8
+ class ApiControllerTests < ControllerTestBase
9
+ # Called only once for the class before any test has executed
10
+ def setup
11
+ setup_class
12
+ @controller = @client.api
13
+ @response_catcher = @controller.http_call_back
14
+ end
15
+
16
+ # api_v1_about_retrieve
17
+ def test_api_v1_about_retrieve
18
+
19
+ # Perform the API call through the SDK function
20
+ result = @controller.api_v1_about_retrieve()
21
+
22
+ # Test response code
23
+ assert_equal(200, @response_catcher.response.status_code)
24
+
25
+ # Test headers
26
+ expected_headers = {}
27
+ expected_headers['content-type'] = 'application/json'
28
+
29
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
30
+
31
+ # Test whether the captured response is as we expected
32
+ refute_nil(result)
33
+ expected_body = JSON.parse(
34
+ '{"version":"unknown"}'
35
+ )
36
+ received_body = JSON.parse(@response_catcher.response.raw_body)
37
+ assert(ComparisonHelper.match_body(expected_body, received_body))
38
+ end
39
+
40
+ # api_v1_const_alarm_defs_retrieve
41
+ def test_api_v1_const_alarm_defs_retrieve
42
+
43
+ # Perform the API call through the SDK function
44
+ @controller.api_v1_const_alarm_defs_retrieve()
45
+
46
+ # Test response code
47
+ assert_equal(200, @response_catcher.response.status_code)
48
+ end
49
+
50
+ # api_v1_const_ap_channels_retrieve
51
+ def test_api_v1_const_ap_channels_retrieve
52
+
53
+ # Perform the API call through the SDK function
54
+ result = @controller.api_v1_const_ap_channels_retrieve()
55
+
56
+ # Test response code
57
+ assert_equal(200, @response_catcher.response.status_code)
58
+
59
+ # Test headers
60
+ expected_headers = {}
61
+ expected_headers['content-type'] = 'application/json'
62
+
63
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
64
+ end
65
+
66
+ # api_v1_const_ap_led_status_retrieve
67
+ def test_api_v1_const_ap_led_status_retrieve
68
+
69
+ # Perform the API call through the SDK function
70
+ result = @controller.api_v1_const_ap_led_status_retrieve()
71
+
72
+ # Test response code
73
+ assert_equal(200, @response_catcher.response.status_code)
74
+
75
+ # Test headers
76
+ expected_headers = {}
77
+ expected_headers['content-type'] = 'application/json'
78
+
79
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
80
+
81
+ # Test whether the captured response is as we expected
82
+ refute_nil(result)
83
+ expected_body = JSON.parse(
84
+ '{"code":"01","key":"LED_FAILURE","name":"LED Failure","description":"LE'\
85
+ 'D not working"}'
86
+ )
87
+ received_body = JSON.parse(@response_catcher.response.raw_body)
88
+ assert(ComparisonHelper.match_body(expected_body, received_body))
89
+ end
90
+
91
+ # api_v1_const_app_categories_retrieve
92
+ def test_api_v1_const_app_categories_retrieve
93
+
94
+ # Perform the API call through the SDK function
95
+ result = @controller.api_v1_const_app_categories_retrieve()
96
+
97
+ # Test response code
98
+ assert_equal(200, @response_catcher.response.status_code)
99
+
100
+ # Test headers
101
+ expected_headers = {}
102
+ expected_headers['content-type'] = 'application/json'
103
+
104
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
105
+
106
+ # Test whether the captured response is as we expected
107
+ refute_nil(result)
108
+ expected_body = JSON.parse(
109
+ '{"key":"Adult","display":"Adult","traffic_type":"data_best_effort","fil'\
110
+ 'ters":{"srx":["Enhanced_Adult_Material","Enhanced_Nudity","Enhanced_Adu'\
111
+ 'lt_Content","Enhanced_Sex","Enhanced_Sex_Education","Enhanced_Lingerie_'\
112
+ 'and_Swimsuit"]}}'
113
+ )
114
+ received_body = JSON.parse(@response_catcher.response.raw_body)
115
+ assert(ComparisonHelper.match_body(expected_body, received_body))
116
+ end
117
+
118
+ # api_v1_const_app_subcategories_retrieve
119
+ def test_api_v1_const_app_subcategories_retrieve
120
+
121
+ # Perform the API call through the SDK function
122
+ result = @controller.api_v1_const_app_subcategories_retrieve()
123
+
124
+ # Test response code
125
+ assert_equal(200, @response_catcher.response.status_code)
126
+
127
+ # Test headers
128
+ expected_headers = {}
129
+ expected_headers['content-type'] = 'application/json'
130
+
131
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
132
+
133
+ # Test whether the captured response is as we expected
134
+ refute_nil(result)
135
+ expected_body = JSON.parse(
136
+ '{"key":"Adult_Material","display":"Adult Material","traffic_type":"data'\
137
+ '_best_effort"}'
138
+ )
139
+ received_body = JSON.parse(@response_catcher.response.raw_body)
140
+ assert(ComparisonHelper.match_body(expected_body, received_body))
141
+ end
142
+
143
+ # api_v1_const_applications_retrieve
144
+ def test_api_v1_const_applications_retrieve
145
+
146
+ # Perform the API call through the SDK function
147
+ result = @controller.api_v1_const_applications_retrieve()
148
+
149
+ # Test response code
150
+ assert_equal(200, @response_catcher.response.status_code)
151
+
152
+ # Test headers
153
+ expected_headers = {}
154
+ expected_headers['content-type'] = 'application/json'
155
+
156
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
157
+ end
158
+
159
+ # api_v1_const_client_events_retrieve
160
+ def test_api_v1_const_client_events_retrieve
161
+
162
+ # Perform the API call through the SDK function
163
+ result = @controller.api_v1_const_client_events_retrieve()
164
+
165
+ # Test response code
166
+ assert_equal(200, @response_catcher.response.status_code)
167
+
168
+ # Test headers
169
+ expected_headers = {}
170
+ expected_headers['content-type'] = 'application/json'
171
+
172
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
173
+
174
+ # Test whether the captured response is as we expected
175
+ refute_nil(result)
176
+ expected_body = JSON.parse(
177
+ '{"key":"CLIENT_AUTH_ASSOCIATION_11R","display":"11r Association"}'
178
+ )
179
+ received_body = JSON.parse(@response_catcher.response.raw_body)
180
+ assert(ComparisonHelper.match_body(expected_body, received_body))
181
+ end
182
+
183
+ # api_v1_const_countries_retrieve
184
+ def test_api_v1_const_countries_retrieve
185
+
186
+ # Perform the API call through the SDK function
187
+ result = @controller.api_v1_const_countries_retrieve()
188
+
189
+ # Test response code
190
+ assert_equal(200, @response_catcher.response.status_code)
191
+
192
+ # Test headers
193
+ expected_headers = {}
194
+ expected_headers['content-type'] = 'application/json'
195
+
196
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
197
+ end
198
+
199
+ # api_v1_const_default_gateway_config_retrieve
200
+ def test_api_v1_const_default_gateway_config_retrieve
201
+
202
+ # Perform the API call through the SDK function
203
+ result = @controller.api_v1_const_default_gateway_config_retrieve()
204
+
205
+ # Test response code
206
+ assert_equal(200, @response_catcher.response.status_code)
207
+
208
+ # Test headers
209
+ expected_headers = {}
210
+ expected_headers['content-type'] = 'application/json'
211
+
212
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
213
+ end
214
+
215
+ # api_v1_const_defaults_retrieve
216
+ def test_api_v1_const_defaults_retrieve
217
+
218
+ # Perform the API call through the SDK function
219
+ @controller.api_v1_const_defaults_retrieve()
220
+
221
+ # Test response code
222
+ assert_equal(200, @response_catcher.response.status_code)
223
+ end
224
+
225
+ # api_v1_const_device_events_retrieve
226
+ def test_api_v1_const_device_events_retrieve
227
+
228
+ # Perform the API call through the SDK function
229
+ result = @controller.api_v1_const_device_events_retrieve()
230
+
231
+ # Test response code
232
+ assert_equal(200, @response_catcher.response.status_code)
233
+
234
+ # Test headers
235
+ expected_headers = {}
236
+ expected_headers['content-type'] = 'application/json'
237
+
238
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
239
+
240
+ # Test whether the captured response is as we expected
241
+ refute_nil(result)
242
+ expected_body = JSON.parse(
243
+ '{"key":"AP_ASSIGNED","display":"AP Assigned","description":"AP was assi'\
244
+ 'gned to a site","example":{"type":"AP_ASSIGNED","timestamp":1552408871,'\
245
+ '"org_id":"2818e386-8dec-2562-9ede-5b8a0fbbdc71","site_id":"4ac1dcf4-9d8'\
246
+ 'b-7211-65c4-057819f0862b","ap":"5c5b35000001","audit_id":"e9a88814-fa81'\
247
+ '-5bdc-34b0-84e8735420e5"}}'
248
+ )
249
+ received_body = JSON.parse(@response_catcher.response.raw_body)
250
+ assert(ComparisonHelper.match_body(expected_body, received_body))
251
+ end
252
+
253
+ # api_v1_const_device_models_retrieve
254
+ def test_api_v1_const_device_models_retrieve
255
+
256
+ # Perform the API call through the SDK function
257
+ result = @controller.api_v1_const_device_models_retrieve()
258
+
259
+ # Test response code
260
+ assert_equal(200, @response_catcher.response.status_code)
261
+
262
+ # Test headers
263
+ expected_headers = {}
264
+ expected_headers['content-type'] = 'application/json'
265
+
266
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
267
+ end
268
+
269
+ # api_v1_const_gateway_applications_retrieve
270
+ def test_api_v1_const_gateway_applications_retrieve
271
+
272
+ # Perform the API call through the SDK function
273
+ result = @controller.api_v1_const_gateway_applications_retrieve()
274
+
275
+ # Test response code
276
+ assert_equal(200, @response_catcher.response.status_code)
277
+
278
+ # Test headers
279
+ expected_headers = {}
280
+ expected_headers['content-type'] = 'application/json'
281
+
282
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
283
+ end
284
+
285
+ # api_v1_const_hs20_operators_retrieve
286
+ def test_api_v1_const_hs20_operators_retrieve
287
+
288
+ # Perform the API call through the SDK function
289
+ @controller.api_v1_const_hs20_operators_retrieve()
290
+
291
+ # Test response code
292
+ assert_equal(200, @response_catcher.response.status_code)
293
+ end
294
+
295
+ # api_v1_const_insight_metrics_retrieve
296
+ def test_api_v1_const_insight_metrics_retrieve
297
+
298
+ # Perform the API call through the SDK function
299
+ result = @controller.api_v1_const_insight_metrics_retrieve()
300
+
301
+ # Test response code
302
+ assert_equal(200, @response_catcher.response.status_code)
303
+
304
+ # Test headers
305
+ expected_headers = {}
306
+ expected_headers['content-type'] = 'application/json'
307
+
308
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
309
+
310
+ # Test whether the captured response is as we expected
311
+ refute_nil(result)
312
+ expected_body = JSON.parse(
313
+ '{"num_clients":{"description":"number of client over time","type":"time'\
314
+ 'series","unit":"","scopes":["site","ap","device"],"intervals":{"10m":{"'\
315
+ 'interval":600,"max_age":86400},"1h":{"interval":3600,"max_age":1209600}'\
316
+ '},"report_scopes":["site","org"],"report_durations":{"1d":{"duration":8'\
317
+ '6400,"interval":3600},"1w":{"duration":604800,"interval":3600}},"exampl'\
318
+ 'e":[18,null,15]},"bytes":{"description":"aggregated bytes over time","t'\
319
+ 'ype":"timeseries","unit":"byte","scopes":["site","ap","client"],"interv'\
320
+ 'als":{"10m":{"interval":600,"max_age":86400},"1h":{"interval":3600,"max'\
321
+ '_age":1209600}},"report_scopes":["site","org"],"report_durations":{"1d"'\
322
+ ':{"duration":86400,"interval":3600},"1w":{"duration":604800,"interval":'\
323
+ '3600}},"example":[185,197,250]},"rx_bytes":{"description":"aggregated R'\
324
+ 'X (Client-> AP) bytes over time","type":"timeseries","unit":"byte","sco'\
325
+ 'pes":["site","ap","client","switch","device","mxedge"],"params":{"port_'\
326
+ 'id":{"required":false}},"intervals":{"10m":{"interval":600,"max_age":86'\
327
+ '400},"1h":{"interval":3600,"max_age":1209600}},"report_scopes":["site",'\
328
+ '"org"],"report_durations":{"1d":{"duration":86400,"interval":3600},"1w"'\
329
+ ':{"duration":604800,"interval":3600}},"example":[15500,19000,20000]},"t'\
330
+ 'x_bytes":{"description":"aggregated TX (AP->Client) bytes over time","t'\
331
+ 'ype":"timeseries","unit":"byte","scopes":["site","ap","client","switch"'\
332
+ ',"device","mxedge"],"params":{"port_id":{"required":false}},"intervals"'\
333
+ ':{"10m":{"interval":600,"max_age":86400},"1h":{"interval":3600,"max_age'\
334
+ '":1209600}},"report_scopes":["site","org"],"report_durations":{"1d":{"d'\
335
+ 'uration":86400,"interval":3600},"1w":{"duration":604800,"interval":3600'\
336
+ '}},"example":[3000,700,5000]},"rx_mcast":{"description":"number of rx m'\
337
+ 'ulticast pkts","type":"timeseries","unit":"packet","scopes":["device"],'\
338
+ '"params":{"port_id":{"required":false}},"intervals":{"10m":{"interval":'\
339
+ '600,"max_age":86400},"1h":{"interval":3600,"max_age":1209600}}},"rx_bca'\
340
+ 'st":{"description":"number of rx broadcast pkts","type":"timeseries","u'\
341
+ 'nit":"packet","scopes":["device"],"params":{"port_id":{"required":false'\
342
+ '}},"intervals":{"10m":{"interval":600,"max_age":86400},"1h":{"interval"'\
343
+ ':3600,"max_age":1209600}}},"rx_pkts":{"description":"number of rx unica'\
344
+ 'st pkts","type":"timeseries","unit":"packet","scopes":["device"],"param'\
345
+ 's":{"port_id":{"required":false}},"intervals":{"10m":{"interval":600,"m'\
346
+ 'ax_age":86400},"1h":{"interval":3600,"max_age":1209600}}},"tx_mcast":{"'\
347
+ 'description":"number of tx multicast pkts","type":"timeseries","unit":"'\
348
+ 'packet","scopes":["device"],"params":{"port_id":{"required":false}},"in'\
349
+ 'tervals":{"10m":{"interval":600,"max_age":86400},"1h":{"interval":3600,'\
350
+ '"max_age":1209600}}},"tx_bcast":{"description":"number of tx broadcast '\
351
+ 'pkts","type":"timeseries","unit":"packet","scopes":["device"],"params":'\
352
+ '{"port_id":{"required":false}},"intervals":{"10m":{"interval":600,"max_'\
353
+ 'age":86400},"1h":{"interval":3600,"max_age":1209600}}},"tx_pkts":{"desc'\
354
+ 'ription":"number of tx unicast pkts","type":"timeseries","unit":"packet'\
355
+ '","scopes":["device"],"params":{"port_id":{"required":false}},"interval'\
356
+ 's":{"10m":{"interval":600,"max_age":86400},"1h":{"interval":3600,"max_a'\
357
+ 'ge":1209600}}},"bps":{"description":"bytes per second over time","type"'\
358
+ ':"timeseries","unit":"byte","scopes":["site","ap"],"intervals":{"10m":{'\
359
+ '"interval":600,"max_age":86400},"1h":{"interval":3600,"max_age":1209600'\
360
+ '}},"report_scopes":["site","org"],"report_durations":{"1d":{"duration":'\
361
+ '86400,"interval":3600},"1w":{"duration":604800,"interval":3600}},"examp'\
362
+ 'le":[185,197,250]},"tx_bps":{"description":"tx bytes per second over ti'\
363
+ 'me","type":"timeseries","unit":"Bps","scopes":["site","device"],"params'\
364
+ '":{"port_id":{"required":false}},"intervals":{"10m":{"interval":600,"ma'\
365
+ 'x_age":86400},"1h":{"interval":3600,"max_age":1209600}},"example":[3000'\
366
+ ',700,5000]},"rx_bps":{"description":"rx bytes per second over time","ty'\
367
+ 'pe":"timeseries","unit":"Bps","scopes":["site","device"],"params":{"por'\
368
+ 't_id":{"required":false}},"intervals":{"10m":{"interval":600,"max_age":'\
369
+ '86400},"1h":{"interval":3600,"max_age":1209600}},"example":[3000,700,50'\
370
+ '00]},"tx_retries":{"description":"number of TX retries over time","type'\
371
+ '":"timeseries","unit":"","scopes":["site","ap"],"intervals":{"10m":{"in'\
372
+ 'terval":600,"max_age":86400},"1h":{"interval":3600,"max_age":1209600}},'\
373
+ '"report_scopes":["site","org"],"report_durations":{"1d":{"duration":864'\
374
+ '00,"interval":3600},"1w":{"duration":604800,"interval":3600}},"example"'\
375
+ ':[155,190,200]},"rx_retries":{"description":"number of RX retries over '\
376
+ 'time","type":"timeseries","unit":"","scopes":["site","ap"],"intervals":'\
377
+ '{"10m":{"interval":600,"max_age":86400},"1h":{"interval":3600,"max_age"'\
378
+ ':1209600}},"report_scopes":["site","org"],"report_durations":{"1d":{"du'\
379
+ 'ration":86400,"interval":3600},"1w":{"duration":604800,"interval":3600}'\
380
+ '},"example":[30,7,50]},"client-rf-metrics":{"description":"Detailed RF '\
381
+ 'metrics over time (SUB-VNA required)","type":"keyed-timeseries","keys":'\
382
+ '{"min_rssi":{"unit":"dBm"},"avg_rssi":{"unit":"dBm"},"max_rssi":{"unit"'\
383
+ ':"dBm"},"min_snr":{"unit":"dB"},"avg_snr":{"unit":"dB"},"max_snr":{"uni'\
384
+ 't":"dB"},"min_tx_rates":{"unit":"bps"},"avg_tx_rates":{"unit":"bps"},"m'\
385
+ 'ax_tx_rates":{"unit":"bps"},"min_tx_bps":{"unit":"Bps"},"avg_tx_bps":{"'\
386
+ 'unit":"Bps"},"max_tx_bps":{"unit":"Bps"},"min_tx_retries":{"unit":""},"'\
387
+ 'avg_tx_retries":{"unit":"","description":"avg of total retries attempts'\
388
+ '"},"max_tx_retries":{"unit":""},"min_tx_retried":{"unit":""},"avg_tx_re'\
389
+ 'tried":{"unit":"","description":"avg of total pkts that we have to retr'\
390
+ 'y"},"max_tx_retried":{"unit":""},"min_tx_failed":{"unit":""},"avg_tx_fa'\
391
+ 'iled":{"unit":""},"max_tx_failed":{"unit":""},"min_rx_rates":{"unit":"b'\
392
+ 'ps"},"avg_rx_rates":{"unit":"bps"},"max_rx_rates":{"unit":"bps"},"min_r'\
393
+ 'x_bps":{"unit":"Bps"},"avg_rx_bps":{"unit":"Bps"},"max_rx_bps":{"unit":'\
394
+ '"Bps"},"min_rx_retries":{"unit":""},"avg_rx_retries":{"unit":""},"max_r'\
395
+ 'x_retries":{"unit":""}},"scopes":["client"],"intervals":{"10m":{"interv'\
396
+ 'al":600,"max_age":86400},"1h":{"interval":3600,"max_age":1209600}},"exa'\
397
+ 'mple":{"min_rssi":[-96,-85,-89],"avg_rssi":[-76,-75,-79],"max_rssi":[-4'\
398
+ '6,-55,-69],"min_snr":[51,52,53],"avg_snr":[52,53,54],"max_snr":[55,56,5'\
399
+ '7],"min_tx_rates":[300,150,300],"avg_tx_rates":[300,150,300],"max_tx_ra'\
400
+ 'tes":[300,150,300],"min_tx_bps":[3000,200,3000],"avg_tx_bps":[3600,400,'\
401
+ '4000],"max_tx_bps":[6000,700,5000],"min_tx_retries":[300,100,300],"avg_'\
402
+ 'tx_retries":[250,150,500],"max_tx_retries":[350,250,800],"min_tx_retrie'\
403
+ 'd":[180,80,200],"avg_tx_retried":[200,100,400],"max_tx_retried":[220,15'\
404
+ '0,600],"min_tx_failed":[0,0,0],"avg_tx_failed":[2,5,50],"max_tx_failed"'\
405
+ ':[3,20,80],"min_rx_rates":[300,150,300],"avg_rx_rates":[300,150,300],"m'\
406
+ 'ax_rx_rates":[300,150,300],"min_rx_bps":[3000,200,3000],"avg_rx_bps":[3'\
407
+ '600,400,4000],"max_rx_bps":[6000,700,5000],"min_rx_retries":[300,100,30'\
408
+ '0],"avg_rx_retries":[250,150,500],"max_rx_retries":[350,250,800]}},"num'\
409
+ '_aps":{"description":"number of active aps over time","type":"timeserie'\
410
+ 's","unit":"","scopes":["site"],"intervals":{"10m":{"interval":600,"max_'\
411
+ 'age":86400},"1h":{"interval":3600,"max_age":1209600}},"report_scopes":['\
412
+ '"site","org"],"report_durations":{"1d":{"duration":86400,"interval":360'\
413
+ '0},"1w":{"duration":604800,"interval":3600}},"example":[30,7,50]},"tx_r'\
414
+ 'ates":{"description":"average TX (AP->Client) rate over time","type":"t'\
415
+ 'imeseries","unit":"bps","scopes":["site","ap"],"intervals":{"10m":{"int'\
416
+ 'erval":600,"max_age":86400},"1h":{"interval":3600,"max_age":1209600}},"'\
417
+ 'report_scopes":["site","org"],"report_durations":{"1d":{"duration":8640'\
418
+ '0,"interval":3600},"1w":{"duration":604800,"interval":3600}},"example":'\
419
+ '[300,150,300]},"rx_rates":{"description":"average RX (Client->AP) rate '\
420
+ 'over time","type":"timeseries","unit":"bps","scopes":["site","ap"],"int'\
421
+ 'ervals":{"10m":{"interval":600,"max_age":86400},"1h":{"interval":3600,"'\
422
+ 'max_age":1209600}},"report_scopes":["site","org"],"report_durations":{"'\
423
+ '1d":{"duration":86400,"interval":3600},"1w":{"duration":604800,"interva'\
424
+ 'l":3600}},"example":[300,150,300]},"port_rx_errors":{"description":"num'\
425
+ 'ber of RX errors for ethernet ports over time","type":"timeseries","uni'\
426
+ 't":"","scopes":["site","ap","switch","device"],"params":{"port_id":{"re'\
427
+ 'quired":false}},"intervals":{"10m":{"interval":600,"max_age":86400},"1h'\
428
+ '":{"interval":3600,"max_age":1209600}},"example":[30,7,50]},"port_tx_er'\
429
+ 'rors":{"description":"number of TX errors for ethernet ports over time"'\
430
+ ',"type":"timeseries","unit":"","scopes":["switch","device"],"params":{"'\
431
+ 'port_id":{"required":false}},"intervals":{"10m":{"interval":600,"max_ag'\
432
+ 'e":86400},"1h":{"interval":3600,"max_age":1209600}},"example":[30,7,50]'\
433
+ '},"cpu":{"description":"CPU utilization","type":"keyed-timeseries","uni'\
434
+ 't":"percent","scopes":["switch","device"],"intervals":{"10m":{"interval'\
435
+ '":600,"max_age":86400},"1h":{"interval":3600,"max_age":1209600}},"examp'\
436
+ 'le":{"avg_cpu":[45,35,10],"max_cpu":[65,45,15]}},"memory":{"description'\
437
+ '":"memory utilization","type":"keyed-timeseries","unit":"percent","scop'\
438
+ 'es":["switch","device"],"intervals":{"10m":{"interval":600,"max_age":86'\
439
+ '400},"1h":{"interval":3600,"max_age":1209600}},"example":{"avg_memory":'\
440
+ '[45,35,10],"max_memory":[65,45,15]}},"spu":{"description":"SPU utilizat'\
441
+ 'ion","type":"keyed-timeseries","unit":"percent","scopes":["device"],"in'\
442
+ 'tervals":{"10m":{"interval":600,"max_age":86400},"1h":{"interval":3600,'\
443
+ '"max_age":1209600}},"example":{"avg_cpu":[45,35,10],"max_cpu":[65,45,15'\
444
+ ']}},"spu_memory":{"description":"SPU memory utilization","type":"keyed-'\
445
+ 'timeseries","unit":"percent","scopes":["device"],"intervals":{"10m":{"i'\
446
+ 'nterval":600,"max_age":86400},"1h":{"interval":3600,"max_age":1209600}}'\
447
+ ',"example":{"avg_memory":[45,35,10],"max_memory":[65,45,15]}},"num_sess'\
448
+ 'ions":{"description":"SPU active sessions","type":"keyed-timeseries","s'\
449
+ 'copes":["device"],"intervals":{"10m":{"interval":600,"max_age":86400},"'\
450
+ '1h":{"interval":3600,"max_age":1209600}},"example":{"avg_sessions":[45,'\
451
+ '35,10],"max_sessions":[65,45,15]}},"num_ips":{"description":"number of '\
452
+ 'WAN clients by src-ip","type":"timeseries","scopes":["site","device"],"'\
453
+ 'intervals":{"10m":{"interval":600,"max_age":86400},"1h":{"interval":360'\
454
+ '0,"max_age":1209600}},"example":[18,null,15]},"power_draw":{"descriptio'\
455
+ 'n":"power draw","type":"keyed-timeseries","unit":"watt","scopes":["swit'\
456
+ 'ch","device"],"intervals":{"10m":{"interval":600,"max_age":86400},"1h":'\
457
+ '{"interval":3600,"max_age":1209600}},"example":{"avg_power_draw":[45,35'\
458
+ ',10.5],"max_power_draw":[65,45,15]}},"client-auth-latency":{"descriptio'\
459
+ 'n":"average client assoc latency","type":"timeseries","unit":"milliseco'\
460
+ 'nd","scopes":["site","ap","client"],"intervals":{"10m":{"interval":600,'\
461
+ '"max_age":86400},"1h":{"interval":3600,"max_age":1209600}},"example":[6'\
462
+ ',23,11]},"client-dhcp-latency":{"description":"average DHCP latency","s'\
463
+ 'copes":["site","client"],"type":"timeseries","unit":"millisecond","inte'\
464
+ 'rvals":{"10m":{"interval":600,"max_age":86400},"1h":{"interval":3600,"m'\
465
+ 'ax_age":1209600}},"example":[7,21,null]},"dns-latency":{"description":"'\
466
+ 'average DNS latency","scopes":["site"],"type":"timeseries","unit":"mill'\
467
+ 'isecond","intervals":{"10m":{"interval":600,"max_age":86400},"1h":{"int'\
468
+ 'erval":3600,"max_age":1209600}},"example":[null,15,29]},"top-port-by-by'\
469
+ 'tes":{"scopes":["org","site","device"],"description":"top N ports by by'\
470
+ 'tes","type":"keyvalues","key":{"port_id":{"hint":"port"}},"values":{"by'\
471
+ 'tes":{"unit":"bytes"}},"params":{"wired":{"required":false},"configured'\
472
+ '":{"required":false},"device_type":{"choices":["switch","gateway"]}},"e'\
473
+ 'xample":[{"port_id":"ge-0/0/0","bytes":123124125}]},"top-wlan-by-bytes"'\
474
+ ':{"description":"top N wlan by bytes","type":"keyvalues","key":{"wlan":'\
475
+ '{"hint":"wlan_id"}},"values":{"ssid":{"unit":""},"total_bytes":{"unit":'\
476
+ '"bytes"}},"scopes":["site","ap"],"example":[{"wlan":"be22bba7-8e22-e1cf'\
477
+ '-5185-b880816fe2cf","ssid":"corporate","total_bytes":1232333}]},"top-wl'\
478
+ 'an-by-num_client":{"description":"top N wlan by number of clients","typ'\
479
+ 'e":"keyvalues","key":{"wlan":{"hint":"wlan_id"}},"values":{"ssid":{"uni'\
480
+ 't":""},"total_bytes":{"unit":"bytes"},"num_clients":{"unit":""}},"scope'\
481
+ 's":["site","ap"],"example":[{"wlan":"be22bba7-8e22-e1cf-5185-b880816fe2'\
482
+ 'cf","ssid":"corporate","total_bytes":1232333,"num_clients":36}]},"top-a'\
483
+ 'p-by-bytes":{"type":"keyvalues","description":"top N ap by bytes","key"'\
484
+ ':{"device_id":{"hint":"device"}},"values":{"bytes":{"unit":"bytes"}},"s'\
485
+ 'copes":["site","ap"],"example":[{"device_id":"00000000-0000-0000-1000-5'\
486
+ 'c5b35896e3e","bytes":1232333}]},"top-ap-by-num_client":{"description":"'\
487
+ 'top AP by number of clients","type":"keyvalues","key":{"device_id":{"hi'\
488
+ 'nt":"device"}},"values":{"bytes":{"unit":"bytes"}},"scopes":["site"],"e'\
489
+ 'xample":[{"device_id":"00000000-0000-0000-1000-5c5b35896e3e","num_clien'\
490
+ 'ts":35}]},"top-client":{"description":"top clients","type":"keyvalues",'\
491
+ '"params":{"app":{"required":false},"wired":{"required":false},"port_id"'\
492
+ ':{"required":false},"custom_app":{"required":false}},"scopes":["site","'\
493
+ 'ap","device"],"example":[{"mac":"5684dae9ac8b","total_bytes":1232333}]}'\
494
+ ',"top-network-by-bytes":{"description":"top network by bytes","type":"k'\
495
+ 'eyvalues","params":{"wired":{"required":false}},"scopes":["site","devic'\
496
+ 'e"],"example":[{"network":"LAN-DND","rx_bytes":92674353,"tx_bytes":1121'\
497
+ '31397,"total_bytes":204805750,"policies":["DIA"]}]},"top-ip":{"descript'\
498
+ 'ion":"top WAN clients by src-ip","type":"keyvalues","params":{"app":{"r'\
499
+ 'equired":false},"port_id":{"required":false},"wired":{"required":true}}'\
500
+ ',"scopes":["site","device"],"example":[{"ip":"192.168.10.31","num_ips":'\
501
+ '1,"rx_bytes":77019084,"tx_bytes":1205560,"total_bytes":78224644,"num_ap'\
502
+ 'ps":8}]},"top-client_or_ip-by-bytes":{"description":"top clients or ip '\
503
+ 'by total bytes","type":"keyvalues","params":{"app":{"required":false},"'\
504
+ 'wired":{"required":false},"port_id":{"required":false},"custom_app":{"r'\
505
+ 'equired":false},"tenant":{"required":false},"policy":{"required":false}'\
506
+ ',"peer_mac":{"required":false},"peer_port_id":{"required":false},"confi'\
507
+ 'gured":{"required":false},"category":{"required":false}},"scopes":["sit'\
508
+ 'e","device"],"example":[{"mac":"5684dae9ac8b","num_ips":1,"rx_bytes":38'\
509
+ '70,"tx_bytes":4152,"total_bytes":8022,"num_apps":2,"tenants":["Tot"],"p'\
510
+ 'olicies":["P1"]},{"ip":"172.2.1.2","num_ips":1,"rx_bytes":3146,"tx_byte'\
511
+ 's":2630,"total_bytes":5776,"num_apps":2,"tenants":["Tot"],"policies":["'\
512
+ 'P1"]}]},"top-app-by-num_client":{"scopes":["site","ap"],"type":"keyvalu'\
513
+ 'es","description":"","example":[]},"top-app-by-bytes":{"scopes":["org",'\
514
+ '"site","ap","device","client"],"type":"keyvalues","params":{"wlan_id":{'\
515
+ '"required":false},"port_id":{"required":false},"wired":{"required":fals'\
516
+ 'e},"src_ip":{"required":false},"category":{"required":false},"tenant":{'\
517
+ '"required":false},"policy":{"required":false},"peer_mac":{"required":fa'\
518
+ 'lse},"peer_port_id":{"required":false},"custom_app":{"required":false},'\
519
+ '"configured":{"required":false},"app_src":{"required":false},"via_vpn":'\
520
+ '{"required":false}},"description":"","example":[{"rx_bytes":28732537,"t'\
521
+ 'x_bytes":16657306,"app":"Amazon","num_clients":2,"num_clients_or_ips":2'\
522
+ ',"num_ips":2,"total_bytes":45389843,"max_sessions":2,"services":["Inter'\
523
+ 'net-access-1"],"tenants":["Tot"],"policies":["P1"]}]},"top-categories-b'\
524
+ 'y-bytes":{"scopes":["site","device"],"type":"keyvalues","params":{"port'\
525
+ '_id":{"required":false},"wired":{"required":false},"configured":{"requi'\
526
+ 'red":false}},"description":"Top N categories by bytes","example":[{"rx_'\
527
+ 'bytes":147364,"tx_bytes":62766231,"category":"Conferencing","num_client'\
528
+ 's":1,"num_clients_or_ips":1,"num_ips":1,"total_bytes":62913595}]},"top-'\
529
+ 'client-by-threats":{"scopes":["site"],"type":"keyvalues","example":[{"m'\
530
+ 'ac":"4adda87924fb","threat_level":135}]},"top-client-by-num_ssids":{"sc'\
531
+ 'opes":["org","site"],"type":"keyvalues","example":[{"mac":"4adda87924fb'\
532
+ '","num_ssids":11}]},"rssi":{"description":"rssi over time","type":"keye'\
533
+ 'd-timeseries","keys":{"min_rssi":{"unit":""},"avg_rssi":{"unit":""},"ma'\
534
+ 'x_rssi":{"unit":""}},"scopes":["site","ap","client"],"intervals":{"10m"'\
535
+ ':{"interval":600,"max_age":86400},"1h":{"interval":3600,"max_age":12096'\
536
+ '00}},"example":{"min_rssi":[-96,-85,-89],"avg_rssi":[-76,-75,-79],"max_'\
537
+ 'rssi":[-46,-55,-69]}},"noise":{"description":"noise floor over time","t'\
538
+ 'ype":"keyed-timeseries","params":{"band":{"choices":["24","5","6"],"req'\
539
+ 'uired":false}},"keys":{"min_noise":{"unit":"db"},"avg_noise":{"unit":"d'\
540
+ 'b"},"max_noise":{"unit":"db"}},"scopes":["site","ap"],"intervals":{"10m'\
541
+ '":{"interval":600,"max_age":86400},"1h":{"interval":3600,"max_age":1209'\
542
+ '600}},"example":{"min_noise":[-96,-95,-99],"avg_noise":[-96,-97,-99],"m'\
543
+ 'ax_noise":[-97,-95,-99]}},"sensor":{"description":"sensor data over tim'\
544
+ 'e","type":"keyed-timeseries","keys":{"min_cpu_temp":{"unit":"celsius"},'\
545
+ '"avg_cpu_temp":{"unit":"celsius"},"med_cpu_temp":{"unit":"celsius"},"ma'\
546
+ 'x_cpu_temp":{"unit":"celsius"},"min_ambient_temp":{"unit":"celsius"},"a'\
547
+ 'vg_ambient_temp":{"unit":"celsius"},"med_ambient_temp":{"unit":"celsius'\
548
+ '"},"max_ambient_temp":{"unit":"celsius"},"min_humidity":{"unit":"percen'\
549
+ 't"},"avg_humidity":{"unit":"percent"},"med_humidity":{"unit":"percent"}'\
550
+ ',"max_humidity":{"unit":"percent"},"min_pressure":{"unit":"kPa"},"avg_p'\
551
+ 'ressure":{"unit":"kPa"},"med_pressure":{"unit":"kPa"},"max_pressure":{"'\
552
+ 'unit":"kPa"},"min_attitude":{"unit":"meter"},"avg_attitude":{"unit":"me'\
553
+ 'ter"},"med_attitude":{"unit":"meter"},"max_attitude":{"unit":"meter"}},'\
554
+ '"scopes":["ap"],"intervals":{"10m":{"interval":600,"max_age":86400},"1h'\
555
+ '":{"interval":3600,"max_age":1209600}},"example":{"min_cpu_temp":[50,51'\
556
+ ',52],"avg_cpu_temp":[55,57,59],"med_cpu_temp":[56,54,58],"max_cpu_temp"'\
557
+ ':[64,66,68],"min_ambient_temp":[22,24,23],"avg_ambient_temp":[25,25,27]'\
558
+ ',"med_ambient_temp":[24,25,27],"max_ambient_temp":[30,27,29],"min_humid'\
559
+ 'ity":[41,44,43],"avg_humidity":[45,45,47],"med_humidity":[45,45,47],"ma'\
560
+ 'x_humidity":[60,47,49],"min_pressure":[996,998,1001],"avg_pressure":[99'\
561
+ '7,999,1003],"med_pressure":[998,999,1004],"max_pressure":[1000,1002,100'\
562
+ '5],"min_attitude":[0,0,0],"avg_attitude":[0,0,0],"med_attitude":[0,0,0]'\
563
+ ',"max_attitude":[0,0,0]}},"band24-util":{"description":"channel utiliza'\
564
+ 'tion on 2.4G","type":"keyed-timeseries","keys":{":channel":{"unit":"flo'\
565
+ 'at"}},"scopes":["ap"],"example":{"1":[0.092,0.092,0.18],"6":[0.192,0.29'\
566
+ '2,0.28]}},"band5-util":{"description":"channel utilization on 5G","type'\
567
+ '":"keyed-timeseries","keys":{":channel":{"unit":"float"}},"scopes":["ap'\
568
+ '"],"example":{"149":[0.092,0.092,0.08]}},"band6-util":{"description":"c'\
569
+ 'hannel utilization on 6G","type":"keyed-timeseries","keys":{":channel":'\
570
+ '{"unit":"float"}},"scopes":["ap"],"example":{"29":[0.092,0.092,0.08]}},'\
571
+ '"channel-util":{"description":"channel utilization","type":"keyed-times'\
572
+ 'eries-list","params":{"band":{"choices":["24","5","6"],"required":true}'\
573
+ '},"keys":{"channel":{"purpose":"key"},"util_all":{"unit":"float"},"util'\
574
+ '_tx":{"unit":"float"},"util_rx_in_bss":{"unit":"float"},"util_rx_other_'\
575
+ 'bss":{"unit":"float"},"util_unknown_wifi":{"unit":"float"},"util_non_wi'\
576
+ 'fi":{"unit":"float"}},"scopes":["ap"],"example":[{"channel":6,"util_all'\
577
+ '":[0.3,0.392,0.28],"util_tx":[0.092,0.092,0.18],"util_rx_in_bss":[0.032'\
578
+ ',0.092,0.18],"util_rx_other_bss":[0.052,0.022,0.18],"util_unknown_wifi"'\
579
+ ':[0.012,0.092,0.16],"util_non_wifi":[0.072,0.012,0.12]}]},"uptime-bar":'\
580
+ '{"scopes":["site","ap","device"],"type":"keyed-timeseries-list","params'\
581
+ '":{"device_type":{"choices":["ap","switch","gateway"]}},"description":"'\
582
+ '","example":[{"mac":"5c5b350e0569","up":[0,1,0],"down":[0,1,0]}]},"time'\
583
+ '-to-connect":{"description":"track the time for a client to connect to '\
584
+ 'wireless, which includes auth / association / first dhcp","scopes":["si'\
585
+ 'te","ap","wlan"],"intervals":{"10m":{"interval":600,"max_age":86400},"1'\
586
+ 'h":{"interval":3600,"max_age":1209600}},"type":"keyvalues","example":[{'\
587
+ '"total":5,"success":3,"fail":2,"auth_slow":0.3,"assoc_slow":0.4,"dhcp_s'\
588
+ 'low":0.3,"auth_fail_reasons":{},"assoc_fail_reasons":{"2":10,"23":1},"d'\
589
+ 'hcp_fail_reasons":{},"sle_baseline":0.9,"sle_deviation":-0.05,"baseline'\
590
+ '":2000,"current":1500}],"values":{"total":{"desc":"Number of attempted '\
591
+ 'connections"},"success":{"desc":"Number of connections that are below t'\
592
+ 'he threshold"},"fail":{"desc":"Number of connections that are above the'\
593
+ ' threshold"},"sle_baseline":{"desc":"Baseline percent of TTC values bel'\
594
+ 'ow threshold"},"sle_deviation":{"desc":"Percent deviation from baseline'\
595
+ ' percentage of TTC values below threshold"},"baseline":{"desc":"Baselin'\
596
+ 'e for TTC in ms for successful connections"},"current":{"desc":"Median '\
597
+ 'TTC in ms for successful connections"},"auth_slow":{"desc":"Fraction of'\
598
+ ' failed events that had slow auth issue"},"assoc_slow":{"desc":"Fractio'\
599
+ 'n of failed events that had slow association issue"},"dhcp_slow":{"desc'\
600
+ '":"Fraction of failed events that had slow dhcp issue"},"auth_fail_reas'\
601
+ 'ons":{"desc":"Map representing auth error codes and their frequencies"}'\
602
+ ',"assoc_fail_reasons":{"desc":"Map representing assoc error codes and t'\
603
+ 'heir frequencies"},"dhcp_fail_reasons":{"desc":"Map representing dhcp e'\
604
+ 'rror codes and their frequencies"}},"sle_baselined":true,"sle_classifie'\
605
+ 'rs":["auth_slow","assoc_slow","dhcp_slow"]},"successful-connect":{"desc'\
606
+ 'ription":"track clients connection attempts to wireless, which includes'\
607
+ ' auth / association / first dhcp","scopes":["site","ap","wlan"],"interv'\
608
+ 'als":{"10m":{"interval":600,"max_age":86400},"1h":{"interval":3600,"max'\
609
+ '_age":1209600}},"type":"keyvalues","example":[{"total":5,"success":3,"f'\
610
+ 'ail":2,"auth_fail_reasons":{},"assoc_fail_reasons":{"2":10,"23":1},"dhc'\
611
+ 'p_fail_reasons":{},"sle_baseline":0.9,"sle_deviation":-0.05,"baseline":'\
612
+ '2000,"current":1500}],"values":{"total":{"desc":"Number of attempted co'\
613
+ 'nnections"},"success":{"desc":"Number of successful connections"},"fail'\
614
+ '":{"desc":"Number of failed connections"},"sle_baseline":{"desc":"Basel'\
615
+ 'ine successful connections values"},"sle_deviation":{"desc":"Percent de'\
616
+ 'viation from baseline percentage of successful connection values"},"aut'\
617
+ 'h_fail_reasons":{"desc":"Map representing auth error codes and their fr'\
618
+ 'equencies"},"assoc_fail_reasons":{"desc":"Map representing assoc error '\
619
+ 'codes and their frequencies"},"dhcp_fail_reasons":{"desc":"Map represen'\
620
+ 'ting dhcp error codes and their frequencies"}},"sle_baselined":true,"sl'\
621
+ 'e_classifiers":[]},"client-roam-band5":{"description":"success / failur'\
622
+ 'es of client roam","scopes":["site","ap"],"intervals":{"10m":{"interval'\
623
+ '":600,"max_age":86400},"1h":{"interval":3600,"max_age":1209600}},"type"'\
624
+ ':"keyvalues","example":[{"total":135,"roam-ok":55,"roam-slow":2,"roam-f'\
625
+ 'ailed":17,"fast-roam-okc-ok":40,"fast-roam-11r-ok":15,"fast-roam-okc-sl'\
626
+ 'ow":5,"fast-roam-11r-slow":1,"fast-roam-failed":0,"sle_baseline":0.7,"s'\
627
+ 'le_deviation":-0.25}],"values":{"roam-ok":{"desc":"Roaming is okay"},"r'\
628
+ 'oam-slow":{"desc":"Roaming is slow"},"roam-failed":{"desc":"Roaming has'\
629
+ ' failed"},"fast-roam-okc-ok":{"desc":"Fast roaming OKC is okay"},"fast-'\
630
+ 'roam-11r-ok":{"desc":"Fast roaming 11r is okay"},"fast-roam-okc-slow":{'\
631
+ '"desc":"Fast roaming OKC is slow"},"fast-roam-11r-slow":{"desc":"Fast r'\
632
+ 'oaming 11r is slow"},"fast-roam-failed":{"desc":"Fast roaming failed"},'\
633
+ '"sle_baseline":{"desc":"Baseline percent of successful Roaming data"},"'\
634
+ 'sle_deviation":{"desc":"Percent deviation from baseline percentage of s'\
635
+ 'uccessful Roaming data"}},"sle_baselined":true,"sle_classifiers":["roam'\
636
+ '-slow","roam-failed","fast-roam-okc-slow","fast-roam-11r-slow","fast-ro'\
637
+ 'am-failed"]},"client-roam-band24":{"description":"success / failures of'\
638
+ ' client roam","scopes":["site","ap"],"intervals":{"10m":{"interval":600'\
639
+ ',"max_age":86400},"1h":{"interval":3600,"max_age":1209600}},"type":"key'\
640
+ 'values","example":[{"total":111,"roam-ok":30,"roam-slow":3,"roam-failed'\
641
+ '":17,"fast-roam-okc-ok":40,"fast-roam-11r-ok":15,"fast-roam-okc-slow":5'\
642
+ ',"fast-roam-11r-slow":1,"fast-roam-failed":0,"sle_baseline":0.9,"sle_de'\
643
+ 'viation":-0.05}],"values":{"roam-ok":{"desc":"Roaming is okay"},"roam-s'\
644
+ 'low":{"desc":"Roaming is slow"},"roam-failed":{"desc":"Roaming has fail'\
645
+ 'ed"},"fast-roam-okc-ok":{"desc":"Fast roaming OKC is okay"},"fast-roam-'\
646
+ '11r-ok":{"desc":"Fast roaming 11r is okay"},"fast-roam-okc-slow":{"desc'\
647
+ '":"Fast roaming OKC is slow"},"fast-roam-11r-slow":{"desc":"Fast roamin'\
648
+ 'g 11r is slow"},"fast-roam-failed":{"desc":"Fast roaming failed"},"sle_'\
649
+ 'baseline":{"desc":"Baseline percent of successful Roaming data"},"sle_d'\
650
+ 'eviation":{"desc":"Percent deviation from baseline percentage of succes'\
651
+ 'sful Roaming data"}},"sle_baselined":true,"sle_classifiers":["roam-slow'\
652
+ '","roam-failed","fast-roam-okc-slow","fast-roam-11r-slow","fast-roam-fa'\
653
+ 'iled"]},"ap-availability":{"description":"Uptime of APs and sites (WIP)'\
654
+ '","scopes":["site","ap"],"intervals":{"1h":{"interval":3600,"max_age":1'\
655
+ '209600}},"type":"keyvalues","example":[{"reboots":0.3,"outages":0.1,"si'\
656
+ 'te_down":false,"sle_baseline":0.7,"sle_deviation":-0.15}],"values":{"re'\
657
+ 'boots":{"desc":"portion of time where ap\'s not available due to reboot'\
658
+ 's"},"outages":{"desc":"portion of time where ap\'s not available due to'\
659
+ ' outage"},"site_down":{"desc":"portion of time where site\'s not availa'\
660
+ 'ble due to all aps in in the site being down"},"sle_baseline":{"desc":"'\
661
+ 'Baseline percent of downtime"},"sle_deviation":{"desc":"Deviation perce'\
662
+ 'nt from baseline percent of downtime"}},"sle_baselined":true,"sle_class'\
663
+ 'ifiers":["reboots","outages"]},"client-coverage-band5":{"description":"'\
664
+ 'Coverage data of APs/Sites on band 5","scopes":["site","ap"],"intervals'\
665
+ '":{"10m":{"interval":600,"max_age":86400},"1h":{"interval":3600,"max_ag'\
666
+ 'e":1209600}},"type":"keyvalues","example":[{"sle_baseline":0.9,"sle_dev'\
667
+ 'iation":-0.25,"current":-75,"baseline":-50,"retry_error":0.3,"rssi_hist'\
668
+ 'ogram":{"-50":100,"-53":80,"-86":120,"-47":200}}],"values":{"sle_baseli'\
669
+ 'ne":{"desc":"Baseline percent of good coverage"},"sle_deviation":{"desc'\
670
+ '":"Deviation percent from baseline percent of good coverage"},"current"'\
671
+ ':{"desc":"RSSI mean current value in dbm"},"baseline":{"desc":"RSSI mea'\
672
+ 'n baseline value in dbm"},"rssi_histogram":{"desc":"RSSI raw mean value'\
673
+ 's for histogram in dbm"}},"sle_baselined":true},"client-coverage-band24'\
674
+ '":{"description":"Coverage data of APs/Sites on band 24","scopes":["sit'\
675
+ 'e","ap"],"intervals":{"10m":{"interval":600,"max_age":86400},"1h":{"int'\
676
+ 'erval":3600,"max_age":1209600}},"type":"keyvalues","example":[{"sle_bas'\
677
+ 'eline":0.9,"sle_deviation":-0.25,"current":-75,"baseline":-50,"rssi_his'\
678
+ 'togram":{"-50":100,"-53":80,"-86":120,"-47":200}}],"values":{"sle_basel'\
679
+ 'ine":{"desc":"Baseline percent of good coverage"},"sle_deviation":{"des'\
680
+ 'c":"Deviation percent from baseline percent of good coverage"},"current'\
681
+ '":{"desc":"RSSI mean current value in dbm"},"baseline":{"desc":"RSSI me'\
682
+ 'an baseline value in dbm"},"rssi_histogram":{"desc":"RSSI raw mean valu'\
683
+ 'es for histogram in dbm"}},"sle_baselined":true},"client-capacity-band5'\
684
+ '":{"description":"Capacity data of APs/Sites on band 5","scopes":["site'\
685
+ '","ap"],"intervals":{"10m":{"interval":600,"max_age":86400},"1h":{"inte'\
686
+ 'rval":3600,"max_age":1209600}},"type":"keyvalues","example":[{"sle_base'\
687
+ 'line":0.9,"sle_deviation":-0.05,"current":0.75,"baseline":0.5}],"values'\
688
+ '":{"sle_baseline":{"desc":"Baseline percent of good capacity"},"sle_dev'\
689
+ 'iation":{"desc":"Deviation percent from baseline percent of good capaci'\
690
+ 'ty"},"current":{"desc":"Mean percentage of time that there is positive '\
691
+ 'capacity data in the time window"},"baseline":{"desc":"Mean baseline pe'\
692
+ 'rcentage of time that there is positive data"}},"sle_baselined":true},"'\
693
+ 'client-capacity-band24":{"description":"Capacity data of APs/Sites on b'\
694
+ 'and 24","scopes":["site","ap"],"intervals":{"10m":{"interval":600,"max_'\
695
+ 'age":86400},"1h":{"interval":3600,"max_age":1209600}},"type":"keyvalues'\
696
+ '","example":[{"sle_baseline":0.9,"sle_deviation":-0.05,"current":0.75,"'\
697
+ 'baseline":0.5}],"values":{"sle_baseline":{"desc":"Baseline percent of g'\
698
+ 'ood capacity"},"sle_deviation":{"desc":"Deviation percent from baseline'\
699
+ ' percent of good capacity"},"current":{"desc":"Mean percentage of time '\
700
+ 'that there is positive capacity data in the time window"},"baseline":{"'\
701
+ 'desc":"Mean baseline percentage of time that there is positive data"}},'\
702
+ '"sle_baselined":true},"{ctype}-zones":{"description":"map-zones","scope'\
703
+ 's":["map"],"ctypes":["client","sdkclient","asset"],"intervals":{"1h":{"'\
704
+ 'interval":3600,"max_age":1209600},"1d":{"interval":86400,"max_age":2592'\
705
+ '000}},"params":{"metric":{"choices":["visits","uvisits","min_dwell","av'\
706
+ 'g_dwell","max_dwell","min_wait","avg_wait","max_wait"]}},"type":"keyed-'\
707
+ 'timeseries","keys":{"zone_id":{"visits":"int","uvisits":"int","min_dwel'\
708
+ 'l":"float","avg_dwell":"float","max_dwell":"float","min_wait":"float","'\
709
+ 'avg_wait":"float","max_wait":"float"}},"example":{"d1e75edf-c9f4-3be7-0'\
710
+ '031-35e39d77345d":[8,5,3],"31018957-d1b5-7cab-403b-59e69a962e7a":[3,1,2'\
711
+ ']}},"{ctype}-visit":{"description":"Client Visits (WIP)","scopes":["sit'\
712
+ 'e","map","zone","rssizone"],"ctypes":["client","sdkclient","asset"],"in'\
713
+ 'tervals":{"1h":{"interval":3600,"max_age":1209600},"1d":{"interval":864'\
714
+ '00,"max_age":2592000}},"params":{"tag":{"choices":["passerby","bounce",'\
715
+ '"engaged","stationed"]}},"type":"keyvalues","example":[{"visits":10,"un'\
716
+ 'ique_visits":8}],"values":{"visits":{"desc":"number of visits"},"uvisit'\
717
+ 's":{"desc":"number of unique visits"}}},"{ctype}-dwell":{"description":'\
718
+ '"Client Dwells (WIP)","scopes":["site","map","zone","rssizone"],"ctypes'\
719
+ '":["client","sdkclient","asset"],"intervals":{"1h":{"interval":3600,"ma'\
720
+ 'x_age":1209600},"1d":{"interval":86400,"max_age":2592000}},"params":{"t'\
721
+ 'ag":{"choices":["passerby","bounce","engaged","stationed"]}},"type":"ke'\
722
+ 'yvalues","example":[{"min_dwell":54,"max_dwell":3600,"avg_dwell":650,"m'\
723
+ 'in_wait":54,"max_wait":4500,"avg_wait":1020}],"values":{"min_dwell":{"d'\
724
+ 'esc":"min dwell time within the interval"},"max_dwell":{"desc":"max dwe'\
725
+ 'll time within the interval"},"avg_dwell":{"desc":"avg dwell time withi'\
726
+ 'n the interval"},"min_wait":{"desc":"min wait time since enter"},"max_w'\
727
+ 'ait":{"desc":"max wait time since enter"},"avg_wait":{"desc":"avg wait '\
728
+ 'time since enter"}}},"{ctype}-loyalty":{"description":"Client Repeat Vi'\
729
+ 'sits","scopes":["site","map","zone","rssizone"],"ctypes":["client","sdk'\
730
+ 'client","asset"],"intervals":{"1d":{"interval":86400,"max_age":2592000}'\
731
+ '},"type":"keyvalues","example":[{"uvisits":50,"new":30}],"values":{}},"'\
732
+ 'worst-sites-by-sle":{"description":"worst sites by sle. If \'all_sle\' '\
733
+ 'is set to false, only selected SLE data is returned. \'all_sle\' is set'\
734
+ ' to true by default.","type":"keyvalues","params":{"sle":{"choices":["a'\
735
+ 'p-availability","ap-health","ap-health-v2","time-to-connect","successfu'\
736
+ 'l-connect","throughput","roaming","capacity","coverage","gateway-health'\
737
+ '","wan-link-health","switch-health","switch-throughput","switch-stc","s'\
738
+ 'witch-stc-new"]},"all_sle":{"choices":[true,false]}},"scopes":["org"],"'\
739
+ 'example":[{"site_id":"4ac1dcf4-9d8b-7211-65c4-057819f0862b","ap-availab'\
740
+ 'ility":0.6,"time-to-connect":0.9,"successful-connect":0.7,"throughput":'\
741
+ '0.8,"roaming":0.8,"capacity":0.8,"coverage":0.8}]},"worst-sites-by-sle-'\
742
+ 'filtered":{"description":"worst sites by sle for excluded wlans","type"'\
743
+ ':"keyvalues","params":{"sle":{"choices":["ap-availability","ap-health",'\
744
+ '"ap-health-v2","time-to-connect","successful-connect","throughput","roa'\
745
+ 'ming","capacity","coverage"]}},"scopes":["org"],"example":[{"site_id":"'\
746
+ '4ac1dcf4-9d8b-7211-65c4-057819f0862b","ap-availability":0.6,"time-to-co'\
747
+ 'nnect":0.9,"successful-connect":0.7,"throughput":0.8,"roaming":0.8,"cap'\
748
+ 'acity":0.8,"coverage":0.8}]},"sites-sle":{"description":"site SLEs","pa'\
749
+ 'ginated":true,"type":"keyvalues","params":{"sle":{"choices":["wireless"'\
750
+ ',"wired","wan"]}},"scopes":["org"],"example":[{"site_id":"4ac1dcf4-9d8b'\
751
+ '-7211-65c4-057819f0862b","ap-availability":0.6,"time-to-connect":0.9,"s'\
752
+ 'uccessful-connect":0.7,"throughput":0.8,"roaming":0.8,"capacity":0.8,"c'\
753
+ 'overage":0.8}]},"sites-sle-filtered":{"description":"site SLEs for filt'\
754
+ 'ered wlans","paginated":true,"type":"keyvalues","scopes":["org"],"examp'\
755
+ 'le":[{"site_id":"4ac1dcf4-9d8b-7211-65c4-057819f0862b","ap-availability'\
756
+ '":0.6,"time-to-connect":0.9,"successful-connect":0.7,"throughput":0.8,"'\
757
+ 'roaming":0.8,"capacity":0.8,"coverage":0.8}]},"worst-orgs-by-sle":{"des'\
758
+ 'cription":"worst orgs by sle. If \'all_sle\' is set to false, only sele'\
759
+ 'cted SLE data is returned. \'all_sle\' is set to true by default.","typ'\
760
+ 'e":"keyvalues","params":{"sle":{"choices":["ap-availability","ap-health'\
761
+ '","ap-health-v2","time-to-connect","successful-connect","throughput","r'\
762
+ 'oaming","capacity","coverage","gateway-health","wan-link-health","switc'\
763
+ 'h-health","switch-throughput","switch-stc","switch-stc-new"]},"all_sle"'\
764
+ ':{"choices":[true,false]}},"scopes":["msp"],"example":[{"org_id":"4ac1d'\
765
+ 'cf4-9d8b-7211-65c4-057819f0862b","ap-availability":0.6,"time-to-connect'\
766
+ '":0.9,"successful-connect":0.7,"throughput":0.8,"roaming":0.8,"capacity'\
767
+ '":0.8,"coverage":0.8}]},"worst-orgs-by-sle-filtered":{"description":"wo'\
768
+ 'rst orgs by sle for excluded wlans","type":"keyvalues","params":{"sle":'\
769
+ '{"choices":["ap-availability","ap-health","ap-health-v2","time-to-conne'\
770
+ 'ct","successful-connect","throughput","roaming","capacity","coverage"]}'\
771
+ '},"scopes":["msp"],"example":[{"org_id":"4ac1dcf4-9d8b-7211-65c4-057819'\
772
+ 'f0862b","ap-availability":0.6,"time-to-connect":0.9,"successful-connect'\
773
+ '":0.7,"throughput":0.8,"roaming":0.8,"capacity":0.8,"coverage":0.8}]},"'\
774
+ 'orgs-sle":{"description":"org SLEs","paginated":true,"type":"keyvalues"'\
775
+ ',"params":{"sle":{"choices":["wireless","wired","wan"]}},"scopes":["msp'\
776
+ '"],"example":[{"org_id":"4ac1dcf4-9d8b-7211-65c4-057819f0862b","ap-avai'\
777
+ 'lability":0.6,"time-to-connect":0.9,"successful-connect":0.7,"throughpu'\
778
+ 't":0.8,"roaming":0.8,"capacity":0.8,"coverage":0.8}]},"orgs-sle-filtere'\
779
+ 'd":{"description":"org SLEs for filtered wlans","paginated":true,"type"'\
780
+ ':"keyvalues","scopes":["msp"],"example":[{"org_id":"4ac1dcf4-9d8b-7211-'\
781
+ '65c4-057819f0862b","ap-availability":0.6,"time-to-connect":0.9,"success'\
782
+ 'ful-connect":0.7,"throughput":0.8,"roaming":0.8,"capacity":0.8,"coverag'\
783
+ 'e":0.8}]},"edge-uptime-bar":{"scopes":["org","mxedge"],"type":"keyed-ti'\
784
+ 'meseries-list","description":"","example":[{"mxedge_id":"00000000-0000-'\
785
+ '0000-1000-5c5b350e0569","up":[0,1,0]}]},"worst-sites-by-wired-assurance'\
786
+ '-metrics":{"description":"worst sites by wired assurance metrics","type'\
787
+ '":"keyvalues","params":{"metric":{"choices":["switch_ap_affinity","poe_'\
788
+ 'compliance","version_compliance","inactive_wired_vlans","switch_uptime"'\
789
+ ']}},"scopes":["org"],"example":[{"site_id":"4ac1dcf4-9d8b-7211-65c4-057'\
790
+ '819f0862b","switch_ap_affinity":60,"poe_compliance":90,"version_complia'\
791
+ 'nce":100,"inactive_wired_vlans":80,"switch_uptime":100,"total_switch_co'\
792
+ 'unt":11,"total_ap_count":54,"total_power":1377000}]},"sites-wa-metrics"'\
793
+ ':{"description":"site wired assurance metrics","paginated":true,"type":'\
794
+ '"keyvalues","scopes":["org"],"example":[{"site_id":"4ac1dcf4-9d8b-7211-'\
795
+ '65c4-057819f0862b","switch_ap_affinity":60,"poe_compliance":90,"version'\
796
+ '_compliance":100,"inactive_wired_vlans":80,"switch_uptime":100,"total_s'\
797
+ 'witch_count":11,"total_ap_count":54,"total_power":1377000}]},"worst-sit'\
798
+ 'es-by-switch-metrics":{"description":"worst sites by switch metrics, wi'\
799
+ 'p","type":"keyvalues","params":{"metric":{"choices":["version_complianc'\
800
+ 'e"]}},"scopes":["org"],"example":[{"site_id":"4ac1dcf4-9d8b-7211-65c4-0'\
801
+ '57819f0862b","version_compliance":100,"total_switch_count":11}]},"sites'\
802
+ '-sw-metrics":{"description":"site switch metrics","paginated":true,"typ'\
803
+ 'e":"keyvalues","scopes":["org"],"example":[{"site_id":"4ac1dcf4-9d8b-72'\
804
+ '11-65c4-057819f0862b","version_compliance":100,"total_switch_count":11}'\
805
+ ']},"top-switch-by-bytes":{"description":"top switch by bytes ","type":"'\
806
+ 'keyvalues","scopes":["org","site"],"example":[{"mac":"68228efd6319","rx'\
807
+ '_bytes":8902619060,"tx_bytes":9177570058,"bytes":18080189118}]},"top-ga'\
808
+ 'teway-by-bytes":{"description":"top gateway by bytes ","type":"keyvalue'\
809
+ 's","scopes":["org","site"],"example":[{"mac":"68228efd6319","rx_bytes":'\
810
+ '8902619060,"tx_bytes":9177570058,"bytes":18080189118}]},"num_clients-by'\
811
+ '-sites":{"description":"number of clients by sites (WIP)","type":"keyva'\
812
+ 'lues","scopes":["org"],"example":[{"site_id":"4ac1dcf4-9d8b-7211-65c4-0'\
813
+ '57819f0862b","num_clients":5}]},"num_mxtunnels":{"description":"number '\
814
+ 'of active mxtunnels over time","type":"timeseries","unit":"","scopes":['\
815
+ '"mxedge","org","mxcluster"],"intervals":{"10m":{"interval":600,"max_age'\
816
+ '":86400},"1h":{"interval":3600,"max_age":1209600}},"example":[18,null,1'\
817
+ '5]},"activity":{"description":"Client Activity By Scope","type":"keyval'\
818
+ 'ues","scopes":["org","site","ap"],"params":{"metric":{"choices":["bytes'\
819
+ '","tx_bytes","rx_bytes","num_clients"]},"wlan_id":{"type":"text","examp'\
820
+ 'le":"ab0a03a6-c15b-4883-8c2f-f7cf6a753036"},"ssid":{"type":"text","exam'\
821
+ 'ple":"Guest SSID"},"family":{"type":"text","example":"iPad"},"model":{"'\
822
+ 'type":"text","example":"iPad 6"},"os":{"type":"text","example":"iOS"}},'\
823
+ '"intervals":{"1h":{"interval":3600,"max_age":1209600},"1d":{"interval":'\
824
+ '86400,"max_age":1209600}},"example":[10,20,30]},"ap-count":{"descriptio'\
825
+ 'n":"AP Count By Scope","type":"keyvalues","scopes":["org","site"],"para'\
826
+ 'ms":{"metric":{"choices":["num_aps","num_aps_online","num_aps_offline"]'\
827
+ '}},"intervals":{"1h":{"interval":3600,"max_age":1209600},"1d":{"interva'\
828
+ 'l":86400,"max_age":1209600}},"example":[10,20,30]},"network_connection"'\
829
+ ':{"description":"Network connection info about the client, over time (a'\
830
+ 's reported by marvis SDK clients)","scopes":["sdkclient","client"],"typ'\
831
+ 'e":"keyed-timeseries","keys":{"type":{"unit":""},"avg_rssi":{"unit":""}'\
832
+ '},"intervals":{"10m":{"interval":600,"max_age":86400}},"example":[{"typ'\
833
+ 'e":"wifi","avg_rssi":-75},{"type":"cellular","avg_rssi":-92}]},"vpn_pee'\
834
+ 'r-metrics":{"description":"Time series stats for a particular peer path'\
835
+ '","type":"keyed-timeseries","scopes":["device"],"params":{"local_breako'\
836
+ 'ut":{"required":false},"port_id":{"required":false},"peer_mac":{"requir'\
837
+ 'ed":false},"peer_port_id":{"required":false},"policy":{"required":false'\
838
+ '}},"intervals":{"10m":{"interval":600,"max_age":86400},"1h":{"interval"'\
839
+ ':3600,"max_age":1209600}},"example":{"avg_latency":[39.5,50.33333,54.25'\
840
+ '],"avg_jitter":[0.583333,0.083333,0.5],"avg_mos":[438.33334,437.75,436]'\
841
+ ',"avg_loss":[0,0,0]}},"vpn_peer":{"description":"Get the peer mappings '\
842
+ 'from a device over a time range","scopes":["device"],"type":"keyvalues"'\
843
+ ',"params":{"port_id":{"required":false},"peer_mac":{"required":false},"'\
844
+ 'peer_port_id":{"required":false},"policy":{"required":false},"vpn_path"'\
845
+ ':{"required":false}},"example":[{"mac":"5c5b35000001","peer_mac":"02000'\
846
+ '18c95e1","port_id":"WAN","peer_port_id":"AWS","vpn_path":"hub_himalayan'\
847
+ '-wan","vpn_name":"OrgOverlay","total_bytes":1232333,"path_weight":"10",'\
848
+ '"policies":["P1"],"jitter":0.583333,"loss":0.083333,"latency":0.5}],"va'\
849
+ 'lues":{"mac":{"desc":"Mac address of the router device (string)"},"peer'\
850
+ '_mac":{"desc":"Mac address of the peer router device (string)"},"port_i'\
851
+ 'd":{"desc":"Network interface of the router device (string)"},"peer_por'\
852
+ 't_id":{"desc":"Network interface of the peer router device (string)"}}}'\
853
+ ',"wan_link_health":{"description":"Time series stats for a wan edge","t'\
854
+ 'ype":"keyed-timeseries","scopes":["device"],"intervals":{"10m":{"interv'\
855
+ 'al":600,"max_age":86400},"1h":{"interval":3600,"max_age":1209600}},"exa'\
856
+ 'mple":{"avg_latency":[39.5,50.33333,54.25],"avg_jitter":[0.583333,0.083'\
857
+ '333,0.5],"avg_loss":[0,0,0]}},"switch-metrics":{"description":"Switch S'\
858
+ 'tatistics","type":"timeseries","scopes":["org","site","switch","device"'\
859
+ '],"params":{"metric":{"choices":["total_switch_count","total_ap_count",'\
860
+ '"total_port_count","num_used_ports","total_poe_port_count","num_used_po'\
861
+ 'e_ports","rx_bytes","tx_bytes","bytes"]}},"intervals":{"1h":{"interval"'\
862
+ ':3600,"max_age":1209600}},"example":[10,20,30]},"gateway-metrics":{"des'\
863
+ 'cription":"Gateway Statistics","type":"timeseries","scopes":["org","sit'\
864
+ 'e","gateway","device"],"params":{"metric":{"choices":["rx_bytes","tx_by'\
865
+ 'tes","bytes"]}},"intervals":{"1h":{"interval":3600,"max_age":1209600}},'\
866
+ '"example":[10,20,30]},"lte_rssi":{"description":"wan lte rssi over time'\
867
+ '","type":"keyed-timeseries","keys":{"avg_rssi":{"unit":""},"avg_rsrp":{'\
868
+ '"unit":""},"avg_snr":{"unit":""},"carrier":{"unit":""}},"scopes":["site'\
869
+ '","device"],"intervals":{"10m":{"interval":600,"max_age":86400},"1h":{"'\
870
+ 'interval":3600,"max_age":1209600}},"example":{"avg_rssi":[-76,-75,-79],'\
871
+ '"avg_rsrp":[-76,-75,-79],"avg_snr":[-76,-75,-79],"carrier":["AT&T","AT&'\
872
+ 'T","AT&T"]}},"call-user_qos":{"description":"Time series of QoS data so'\
873
+ 'urced from third party video conferencing apps","type":"keyed-timeserie'\
874
+ 's","unit":"","scopes":["client","site"],"intervals":{"5m":{"interval":3'\
875
+ '00,"max_age":43200},"1h":{"interval":3600,"max_age":1209600}},"example"'\
876
+ ':{"audio_in_avg_pkt_loss":[1.1,0.3,0.8],"audio_in_max_pkt_loss":[3,1.2,'\
877
+ '4.1],"audio_out_avg_pkt_loss":[0.7,0.5,0.1],"audio_out_max_pkt_loss":[2'\
878
+ '.9,2.1,1.1],"video_in_avg_pkt_loss":[0.4,1.2,0.6],"video_in_max_pkt_los'\
879
+ 's":[3.9,1.7,2.1],"video_out_avg_pkt_loss":[1.2,1.4,1.4],"video_out_max_'\
880
+ 'pkt_loss":[5.2,4.8,5.6],"screenshare_in_avg_pkt_loss":[2.1,null,0.8],"s'\
881
+ 'creenshare_in_max_pkt_loss":[5.3,null,1.6],"screenshare_out_avg_pkt_los'\
882
+ 's":[1.1,1.9,0.7],"screenshare_out_max_pkt_loss":[3.3,2.2,2.2],"audio_in'\
883
+ '_avg_rtt":[28,32,27],"audio_in_max_rtt":[44,39,40],"audio_out_avg_rtt":'\
884
+ '[35,33,37],"audio_out_max_rtt":[44,45,56],"video_in_avg_rtt":[33,31,31]'\
885
+ ',"video_in_max_rtt":[40,42,47],"video_out_avg_rtt":[31,34,33],"video_ou'\
886
+ 't_max_rtt":[41,55,53],"screenshare_in_avg_rtt":[29,null,36],"screenshar'\
887
+ 'e_in_max_rtt":[38,null,48],"screenshare_out_avg_rtt":[33,33,35],"screen'\
888
+ 'share_out_max_rtt":[37,36,37],"audio_in_max_jitter":[1.1,0.3,0.8],"audi'\
889
+ 'o_in_avg_jitter":[2.1,1.3,1.8],"audio_out_max_jitter":[3.1,2.3,3.8],"au'\
890
+ 'dio_out_avg_jitter":[4.1,3.3,4.8],"video_in_avg_jitter":[5.1,4.3,5.8],"'\
891
+ 'video_in_max_jitter":[6.1,5.3,6.8],"video_out_avg_jitter":[7.1,6.3,7.8]'\
892
+ ',"video_out_max_jitter":[8.1,7.3,8.8],"screenshare_out_max_jitter":[9.1'\
893
+ ',9.3,0.8],"screenshare_in_avg_jitter":[0.1,0.3,0.8],"screenshare_out_av'\
894
+ 'g_jitter":[2.1,1.3,0.8],"screenshare_in_max_jitter":[3.1,5.3,0.8],"avg_'\
895
+ 'cpu":[43.1,55.3,78],"wan_avg_latency":[41,55,53]}},"call-user_cpu":{"de'\
896
+ 'scription":"Time series of the top N highest CPU utilization values obs'\
897
+ 'erved per time interval, sourced from third party video conferencing ap'\
898
+ 'ps","type":"keyvalues","values":{"cpu":{"desc":"Top N highest CPU utili'\
899
+ 'zation values observed across users during the respective time interval'\
900
+ '"}},"scopes":["client","site"],"intervals":{"5m":{"interval":300,"max_a'\
901
+ 'ge":43200},"1h":{"interval":3600,"max_age":1209600}},"example":[{"top_c'\
902
+ 'pu":[99,99,98,92,89],"mac":["983a78ea4a44","983a78ea4a44","907370edb5cd'\
903
+ '","181b972f64b4","983a78ea4a44"]},{"top_cpu":[99,99,90,88,82],"mac":["9'\
904
+ '83a78ea4a44","983a78ea4a44","907370edb5cd","181b972f64b4","983a78ea4a44'\
905
+ '"]},{"top_cpu":[88,80,79,79,78],"mac":["983a78ea4a44","983a78ea4a44","9'\
906
+ '07370edb5cd","181b972f64b4","983a78ea4a44"]}]},"call-user_feedback":{"d'\
907
+ 'escription":"Time series of user feedback sourced from third party vide'\
908
+ 'o conferencing apps","type":"keyvalues","values":{"rating_counts":{"des'\
909
+ 'c":"rating_counts[i] is the number of users who submitted the rating va'\
910
+ 'lue identified by i, where i=0 maps to the lowest possible rating value'\
911
+ ' and i=len(rating_counts)-1 maps to the highest possible rating value"}'\
912
+ '},"scopes":["client","site"],"intervals":{"5m":{"interval":300,"max_age'\
913
+ '":43200},"1h":{"interval":3600,"max_age":1209600}},"example":[{"rating_'\
914
+ 'counts":[2,1,2,8,14]},{"rating_counts":[0,0,0,0,0]},{"rating_counts":[1'\
915
+ ',0,0,0,3]}]},"call-metrics":{"description":"Time series of Calls relate'\
916
+ 'd data","type":"keyed-timeseries","unit":"","scopes":["site"],"interval'\
917
+ 's":{"5m":{"interval":300,"max_age":86400},"1h":{"interval":3600,"max_ag'\
918
+ 'e":1209600}},"example":{"num_calls":[10,15,30],"num_users":[6,8,8]}},"a'\
919
+ 'pp-bytes":{"description":"Rx, Tx and max sessions Time series data for '\
920
+ 'application ","scopes":["site","device"],"type":"keyed-timeseries","par'\
921
+ 'ams":{"app":{"required":true},"port_id":{"required":false},"peer_mac":{'\
922
+ '"required":false},"peer_port_id":{"required":false},"node":{"required":'\
923
+ 'false},"tenant":{"required":false},"via_vpn":{"required":false},"policy'\
924
+ '":{"required":false}},"intervals":{"5m":{"interval":300,"max_age":86400'\
925
+ '},"1h":{"interval":3600,"max_age":1209600}},"example":{"tx_bytes":[96,8'\
926
+ '5,89],"rx_bytes":[76,75,79],"max_sessions":[100,75,79]}},"top-wan-apps"'\
927
+ ':{"description":"Rx, Tx and max sessions Time series data for top appli'\
928
+ 'cations","scopes":["site","device"],"type":"keyed-timeseries-list","par'\
929
+ 'ams":{"port_id":{"required":true},"policy":{"required":true}},"interval'\
930
+ 's":{"10m":{"interval":300,"max_age":86400},"1h":{"interval":3600,"max_a'\
931
+ 'ge":1209600}},"example":[{"app":"Amazon","tx_bytes":[96,85,89],"rx_byte'\
932
+ 's":[76,75,79],"max_sessions":[100,75,79]}]}}'
933
+ )
934
+ received_body = JSON.parse(@response_catcher.response.raw_body)
935
+ assert(ComparisonHelper.match_body(expected_body, received_body))
936
+ end
937
+
938
+ # api_v1_const_languages_retrieve
939
+ def test_api_v1_const_languages_retrieve
940
+
941
+ # Perform the API call through the SDK function
942
+ result = @controller.api_v1_const_languages_retrieve()
943
+
944
+ # Test response code
945
+ assert_equal(200, @response_catcher.response.status_code)
946
+
947
+ # Test headers
948
+ expected_headers = {}
949
+ expected_headers['content-type'] = 'application/json'
950
+
951
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
952
+
953
+ # Test whether the captured response is as we expected
954
+ refute_nil(result)
955
+ expected_body = JSON.parse(
956
+ '{"key":"ach","display":"Acholi","display_native":"Lwo"}'
957
+ )
958
+ received_body = JSON.parse(@response_catcher.response.raw_body)
959
+ assert(ComparisonHelper.match_body(expected_body, received_body))
960
+ end
961
+
962
+ # api_v1_const_license_types_retrieve
963
+ def test_api_v1_const_license_types_retrieve
964
+
965
+ # Perform the API call through the SDK function
966
+ result = @controller.api_v1_const_license_types_retrieve()
967
+
968
+ # Test response code
969
+ assert_equal(200, @response_catcher.response.status_code)
970
+
971
+ # Test headers
972
+ expected_headers = {}
973
+ expected_headers['content-type'] = 'application/json'
974
+
975
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
976
+
977
+ # Test whether the captured response is as we expected
978
+ refute_nil(result)
979
+ expected_body = JSON.parse(
980
+ '{"key":"sub_man","type":"SUB-MAN","name":"WiFi Management and Assurance'\
981
+ '"}'
982
+ )
983
+ received_body = JSON.parse(@response_catcher.response.raw_body)
984
+ assert(ComparisonHelper.match_body(expected_body, received_body))
985
+ end
986
+
987
+ # api_v1_const_mxedge_events_retrieve
988
+ def test_api_v1_const_mxedge_events_retrieve
989
+
990
+ # Perform the API call through the SDK function
991
+ result = @controller.api_v1_const_mxedge_events_retrieve()
992
+
993
+ # Test response code
994
+ assert_equal(200, @response_catcher.response.status_code)
995
+
996
+ # Test headers
997
+ expected_headers = {}
998
+ expected_headers['content-type'] = 'application/json'
999
+
1000
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1001
+
1002
+ # Test whether the captured response is as we expected
1003
+ refute_nil(result)
1004
+ expected_body = JSON.parse(
1005
+ '{"key":"ME_CONFIG_CHANGED_BY_USER","display":"ME Config changed by user'\
1006
+ '","description":"Config change on ME was triggered as a result of chang'\
1007
+ 'e made by user","example":{"type":"ME_CONFIG_CHANGED_BY_USER","service"'\
1008
+ ':"mxagent","timestamp":1552408871,"org_id":"2818e386-8dec-2562-9ede-5b8'\
1009
+ 'a0fbbdc71","site_id":"4ac1dcf4-9d8b-7211-65c4-057819f0862b","mxcluster_'\
1010
+ 'id":"ed4665ed-c9ad-4835-8ca5-dda642765ad3","mxedge_id":"387804a7-3474-8'\
1011
+ '5ce-15a2-f9a9684c9c90","audit_id":"e9a88814-fa81-5bdc-34b0-84e8735420e5'\
1012
+ '"}}'
1013
+ )
1014
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1015
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1016
+ end
1017
+
1018
+ # api_v1_const_mxedge_models_retrieve
1019
+ def test_api_v1_const_mxedge_models_retrieve
1020
+
1021
+ # Perform the API call through the SDK function
1022
+ result = @controller.api_v1_const_mxedge_models_retrieve()
1023
+
1024
+ # Test response code
1025
+ assert_equal(200, @response_catcher.response.status_code)
1026
+
1027
+ # Test headers
1028
+ expected_headers = {}
1029
+ expected_headers['content-type'] = 'application/json'
1030
+
1031
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1032
+
1033
+ # Test whether the captured response is as we expected
1034
+ refute_nil(result)
1035
+ expected_body = JSON.parse(
1036
+ '{"model":"ME-100","display":"X1","ports":{"0":{"display":"ge0","speed":'\
1037
+ '1000},"1":{"display":"ge1","speed":1000}}}'
1038
+ )
1039
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1040
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1041
+ end
1042
+
1043
+ # api_v1_const_nac_events_retrieve
1044
+ def test_api_v1_const_nac_events_retrieve
1045
+
1046
+ # Perform the API call through the SDK function
1047
+ @controller.api_v1_const_nac_events_retrieve()
1048
+
1049
+ # Test response code
1050
+ assert_equal(200, @response_catcher.response.status_code)
1051
+ end
1052
+
1053
+ # api_v1_const_otherdevice_events_retrieve
1054
+ def test_api_v1_const_otherdevice_events_retrieve
1055
+
1056
+ # Perform the API call through the SDK function
1057
+ @controller.api_v1_const_otherdevice_events_retrieve()
1058
+
1059
+ # Test response code
1060
+ assert_equal(200, @response_catcher.response.status_code)
1061
+ end
1062
+
1063
+ # api_v1_const_otherdevice_models_retrieve
1064
+ def test_api_v1_const_otherdevice_models_retrieve
1065
+
1066
+ # Perform the API call through the SDK function
1067
+ @controller.api_v1_const_otherdevice_models_retrieve()
1068
+
1069
+ # Test response code
1070
+ assert_equal(200, @response_catcher.response.status_code)
1071
+ end
1072
+
1073
+ # api_v1_const_sdk_client_events_retrieve
1074
+ def test_api_v1_const_sdk_client_events_retrieve
1075
+
1076
+ # Perform the API call through the SDK function
1077
+ @controller.api_v1_const_sdk_client_events_retrieve()
1078
+
1079
+ # Test response code
1080
+ assert_equal(200, @response_catcher.response.status_code)
1081
+ end
1082
+
1083
+ # api_v1_const_system_events_retrieve
1084
+ def test_api_v1_const_system_events_retrieve
1085
+
1086
+ # Perform the API call through the SDK function
1087
+ result = @controller.api_v1_const_system_events_retrieve()
1088
+
1089
+ # Test response code
1090
+ assert_equal(200, @response_catcher.response.status_code)
1091
+
1092
+ # Test headers
1093
+ expected_headers = {}
1094
+ expected_headers['content-type'] = 'application/json'
1095
+
1096
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1097
+
1098
+ # Test whether the captured response is as we expected
1099
+ refute_nil(result)
1100
+ expected_body = JSON.parse(
1101
+ '{"key":"ap_disconnected","display":"AP Disconnect","group":"ap_health"}'
1102
+ )
1103
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1104
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1105
+ end
1106
+
1107
+ # api_v1_const_tp_apps_error_type_desc_retrieve
1108
+ def test_api_v1_const_tp_apps_error_type_desc_retrieve
1109
+
1110
+ # Perform the API call through the SDK function
1111
+ result = @controller.api_v1_const_tp_apps_error_type_desc_retrieve()
1112
+
1113
+ # Test response code
1114
+ assert_equal(200, @response_catcher.response.status_code)
1115
+
1116
+ # Test headers
1117
+ expected_headers = {}
1118
+ expected_headers['content-type'] = 'application/json'
1119
+
1120
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1121
+
1122
+ # Test whether the captured response is as we expected
1123
+ refute_nil(result)
1124
+ expected_body = JSON.parse(
1125
+ '{"OAUTH_TOKEN_REFRESH_FAILED":"OAuth token refresh failed, please re-li'\
1126
+ 'nk your account","API_DAILY_RATE_LIMIT_REACHED":"API daily rate limit r'\
1127
+ 'eached for your account","ORG_NOT_FOUND":"Org id not found","ORG_PERMIS'\
1128
+ 'SION_REQUIRED":"Org permission required to do this operation","ACCOUNT_'\
1129
+ 'NOT_FOUND":"Account id not found","TEAMS_CALL_RECORD_SUBSCRIPTION_FAILE'\
1130
+ 'D":"Call record subscription failed for your account","OAUTH_CODE_NOT_F'\
1131
+ 'OUND":"OAuth code not found in the redirect callback","ZOOM_DASHBOARD_A'\
1132
+ 'PI_ACCESS_REQUIRED":"No access to dashboard APIs. Please upgrade your p'\
1133
+ 'lan to business or above","OAUTH_CODE_VERIFICATION_FAILED":"OAuth code '\
1134
+ 'verification failed for your account","OAUTH_DETAILS_SAVE_FAILED":"Oaut'\
1135
+ 'h details persistence failed for your account","INVALID_REQUEST_URI":"T'\
1136
+ 'he specified redirect URI is not valid","INVALID_REQUEST":"The request '\
1137
+ 'is missing required parameters or contains invalid data","UNAUTHORIZED_'\
1138
+ 'CLIENT":"The OAuth app is not authorized","ACCESS_DENIED":"The user den'\
1139
+ 'ied the authorization request","UNSUPPORTED_RESPONSE_TYPE":"The authori'\
1140
+ 'zation server doesn\'t support the response type in the request","INVAL'\
1141
+ 'ID_SCOPE":"Invalid or unsupported scopes","SERVER_ERROR":"The authoriza'\
1142
+ 'tion server encountered an unexpected error","TEMPORARILY_UNAVAILABLE":'\
1143
+ '"The authorization server is temporarily unavailable"}'
1144
+ )
1145
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1146
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1147
+ end
1148
+
1149
+ # api_v1_const_traffic_types_retrieve
1150
+ def test_api_v1_const_traffic_types_retrieve
1151
+
1152
+ # Perform the API call through the SDK function
1153
+ result = @controller.api_v1_const_traffic_types_retrieve()
1154
+
1155
+ # Test response code
1156
+ assert_equal(200, @response_catcher.response.status_code)
1157
+
1158
+ # Test headers
1159
+ expected_headers = {}
1160
+ expected_headers['content-type'] = 'application/json'
1161
+
1162
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1163
+
1164
+ # Test whether the captured response is as we expected
1165
+ refute_nil(result)
1166
+ expected_body = JSON.parse(
1167
+ '{"name":"data_best_effort","display":"Data Best Effort","failover_polic'\
1168
+ 'y":"non_revertible","max_loss":30,"max_latency":1625,"traffic_class":"l'\
1169
+ 'ow","dscp":0}'
1170
+ )
1171
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1172
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1173
+ end
1174
+
1175
+ # api_v1_const_tunnel_providers_retrieve
1176
+ def test_api_v1_const_tunnel_providers_retrieve
1177
+
1178
+ # Perform the API call through the SDK function
1179
+ result = @controller.api_v1_const_tunnel_providers_retrieve()
1180
+
1181
+ # Test response code
1182
+ assert_equal(200, @response_catcher.response.status_code)
1183
+
1184
+ # Test headers
1185
+ expected_headers = {}
1186
+ expected_headers['content-type'] = 'application/json'
1187
+
1188
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1189
+
1190
+ # Test whether the captured response is as we expected
1191
+ refute_nil(result)
1192
+ expected_body = JSON.parse(
1193
+ '{"zscaler-ipsec":{"_config":{"protocol":"ipsec","pfs":false,"version":"'\
1194
+ '2","ike_proposals":[{"auth_algo":"sha2","enc_algo":"aes256","dh_group":'\
1195
+ '"2"}],"ike_lifetime":86400,"ipsec_proposals":[{"auth_algo":"md5","enc_a'\
1196
+ 'lgo":"null","dh_group":"2"}],"ipsec_lifetime":28800,"probe":{"type":"ic'\
1197
+ 'mp","interval":120,"threshold":3,"timeout":20}}},"zscaler-gre":{"_confi'\
1198
+ 'g":{"protocol":"gre"}},"jse-ipsec":{"_config":{"protocol":"ipsec","pfs"'\
1199
+ ':true,"version":"2","ike_proposals":[{"auth_algo":"sha2","enc_algo":"ae'\
1200
+ 's_gcm128","dh_group":"14"}],"ike_lifetime":86400,"ipsec_proposals":[{"a'\
1201
+ 'uth_algo":"null","enc_algo":"aes_gcm128","dh_group":"14"}],"ipsec_lifet'\
1202
+ 'ime":3600,"probe":{"type":"icmp","interval":120,"threshold":3,"timeout"'\
1203
+ ':20}}},"jse-gre":{"_config":{"protocol":"gre"}},"custom-ipsec":{"_confi'\
1204
+ 'g":{"protocol":"ipsec","pfs":true}}}'
1205
+ )
1206
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1207
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1208
+ end
1209
+
1210
+ # api_v1_const_wan_client_events_retrieve
1211
+ def test_api_v1_const_wan_client_events_retrieve
1212
+
1213
+ # Perform the API call through the SDK function
1214
+ result = @controller.api_v1_const_wan_client_events_retrieve()
1215
+
1216
+ # Test response code
1217
+ assert_equal(200, @response_catcher.response.status_code)
1218
+
1219
+ # Test headers
1220
+ expected_headers = {}
1221
+ expected_headers['content-type'] = 'application/json'
1222
+
1223
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1224
+
1225
+ # Test whether the captured response is as we expected
1226
+ refute_nil(result)
1227
+ expected_body = JSON.parse(
1228
+ '{"key":"CLIENT_IP_ASSIGNED","display":"DHCP Success"}'
1229
+ )
1230
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1231
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1232
+ end
1233
+
1234
+ # api_v1_const_wired_client_events_retrieve
1235
+ def test_api_v1_const_wired_client_events_retrieve
1236
+
1237
+ # Perform the API call through the SDK function
1238
+ result = @controller.api_v1_const_wired_client_events_retrieve()
1239
+
1240
+ # Test response code
1241
+ assert_equal(200, @response_catcher.response.status_code)
1242
+
1243
+ # Test headers
1244
+ expected_headers = {}
1245
+ expected_headers['content-type'] = 'application/json'
1246
+
1247
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1248
+
1249
+ # Test whether the captured response is as we expected
1250
+ refute_nil(result)
1251
+ expected_body = JSON.parse(
1252
+ '{"key":"SW_DOT1XD_USR_AUTHENTICATED","display":"User Authenticated","ex'\
1253
+ 'ample":{"type":"SW_DOT1XD_USR_AUTHENTICATED","timestamp":1575922629,"si'\
1254
+ 'te_id":"f688779c-e335-4f88-8d7c-9c5e9964528b","org_id":"b4e16c72-d50e-4'\
1255
+ 'c03-a952-a3217e231e2c","device_mac":"1c9c8cba2e7f","device_fw":"18.2R3.'\
1256
+ '4","text":"Custom_log Dot1x User johnsmith logged in MacAddress 48:65:e'\
1257
+ 'e:1d:48:2a interface ge-0/0/11.0 vlan default","mac":"b932cc5d74d0","vl'\
1258
+ 'an_name":"default","port_id":"ge-0/0/10","device_type":"switch","device'\
1259
+ '_model":"EX2300-C-12P","type_code":3000,"id":"1c-9c-8c-ba-29-70","time_'\
1260
+ 'delta":265041809,"oc_timestamp":1575922629}}'
1261
+ )
1262
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1263
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1264
+ end
1265
+
1266
+ # api_v1_const_zebra_client_events_retrieve
1267
+ def test_api_v1_const_zebra_client_events_retrieve
1268
+
1269
+ # Perform the API call through the SDK function
1270
+ @controller.api_v1_const_zebra_client_events_retrieve()
1271
+
1272
+ # Test response code
1273
+ assert_equal(200, @response_catcher.response.status_code)
1274
+ end
1275
+
1276
+ # api_v1_forward_download_retrieve
1277
+ def test_api_v1_forward_download_retrieve
1278
+
1279
+ # Perform the API call through the SDK function
1280
+ @controller.api_v1_forward_download_retrieve()
1281
+
1282
+ # Test response code
1283
+ assert_equal(200, @response_catcher.response.status_code)
1284
+ end
1285
+
1286
+ # api_v1_forward_talentlms_sso_login_retrieve
1287
+ def test_api_v1_forward_talentlms_sso_login_retrieve
1288
+
1289
+ # Perform the API call through the SDK function
1290
+ @controller.api_v1_forward_talentlms_sso_login_retrieve()
1291
+
1292
+ # Test response code
1293
+ assert_equal(200, @response_catcher.response.status_code)
1294
+ end
1295
+
1296
+ # api_v1_forward_uservoice_sso_login_retrieve
1297
+ def test_api_v1_forward_uservoice_sso_login_retrieve
1298
+
1299
+ # Perform the API call through the SDK function
1300
+ @controller.api_v1_forward_uservoice_sso_login_retrieve()
1301
+
1302
+ # Test response code
1303
+ assert_equal(200, @response_catcher.response.status_code)
1304
+ end
1305
+
1306
+ # api_v1_forward_zendesk_sso_login_retrieve
1307
+ def test_api_v1_forward_zendesk_sso_login_retrieve
1308
+
1309
+ # Perform the API call through the SDK function
1310
+ @controller.api_v1_forward_zendesk_sso_login_retrieve()
1311
+
1312
+ # Test response code
1313
+ assert_equal(200, @response_catcher.response.status_code)
1314
+ end
1315
+
1316
+ # api_v1_juniper_manuf_RnixfuNECx0OlWb2FPizj1yMSHFm7Azw_docs_retrieve
1317
+ def test_api_v1_juniper_manuf_rnixfu_ne_cx0_ol_wb2_f_pizj1y_msh_fm7_azw_docs_retrieve
1318
+
1319
+ # Perform the API call through the SDK function
1320
+ @controller.api_v1_juniper_manuf_rnixfu_ne_cx0_ol_wb2_f_pizj1y_msh_fm7_azw_docs_retrieve()
1321
+
1322
+ # Test response code
1323
+ assert_equal(200, @response_catcher.response.status_code)
1324
+ end
1325
+
1326
+ # api_v1_labs_const_cbrs_mappings_retrieve
1327
+ def test_api_v1_labs_const_cbrs_mappings_retrieve
1328
+
1329
+ # Perform the API call through the SDK function
1330
+ @controller.api_v1_labs_const_cbrs_mappings_retrieve()
1331
+
1332
+ # Test response code
1333
+ assert_equal(200, @response_catcher.response.status_code)
1334
+ end
1335
+
1336
+ # api_v1_login_create
1337
+ def test_api_v1_login_create
1338
+ # Parameters for the API call
1339
+ body = nil
1340
+
1341
+ # Perform the API call through the SDK function
1342
+ result = @controller.api_v1_login_create(body: body)
1343
+
1344
+ # Test response code
1345
+ assert_equal(200, @response_catcher.response.status_code)
1346
+
1347
+ # Test headers
1348
+ expected_headers = {}
1349
+ expected_headers['content-type'] = 'application/json'
1350
+
1351
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1352
+
1353
+ # Test whether the captured response is as we expected
1354
+ refute_nil(result)
1355
+ expected_body = JSON.parse(
1356
+ '{}'
1357
+ )
1358
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1359
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1360
+ end
1361
+
1362
+ # api_v1_logout_create
1363
+ def test_api_v1_logout_create
1364
+ # Parameters for the API call
1365
+ body = nil
1366
+
1367
+ # Perform the API call through the SDK function
1368
+ result = @controller.api_v1_logout_create(body: body)
1369
+
1370
+ # Test response code
1371
+ assert_equal(200, @response_catcher.response.status_code)
1372
+
1373
+ # Test headers
1374
+ expected_headers = {}
1375
+ expected_headers['content-type'] = 'application/json'
1376
+
1377
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1378
+
1379
+ # Test whether the captured response is as we expected
1380
+ refute_nil(result)
1381
+ expected_body = JSON.parse(
1382
+ '{}'
1383
+ )
1384
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1385
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1386
+ end
1387
+
1388
+ # api_v1_msps_create
1389
+ def test_api_v1_msps_create
1390
+
1391
+ # Perform the API call through the SDK function
1392
+ @controller.api_v1_msps_create()
1393
+
1394
+ # Test response code
1395
+ assert_equal(200, @response_catcher.response.status_code)
1396
+ end
1397
+
1398
+ # api_v1_orgs_create
1399
+ def test_api_v1_orgs_create
1400
+ # Parameters for the API call
1401
+ body = nil
1402
+
1403
+ # Perform the API call through the SDK function
1404
+ result = @controller.api_v1_orgs_create(body: body)
1405
+
1406
+ # Test response code
1407
+ assert_equal(200, @response_catcher.response.status_code)
1408
+
1409
+ # Test headers
1410
+ expected_headers = {}
1411
+ expected_headers['content-type'] = 'application/json'
1412
+
1413
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1414
+ end
1415
+
1416
+ # api_v1_parse_retrieve
1417
+ def test_api_v1_parse_retrieve
1418
+
1419
+ # Perform the API call through the SDK function
1420
+ result = @controller.api_v1_parse_retrieve()
1421
+
1422
+ # Test response code
1423
+ assert_equal(200, @response_catcher.response.status_code)
1424
+
1425
+ # Test headers
1426
+ expected_headers = {}
1427
+ expected_headers['content-type'] = 'application/json'
1428
+
1429
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1430
+ end
1431
+
1432
+ # api_v1_partner_docs_retrieve
1433
+ def test_api_v1_partner_docs_retrieve
1434
+
1435
+ # Perform the API call through the SDK function
1436
+ @controller.api_v1_partner_docs_retrieve()
1437
+
1438
+ # Test response code
1439
+ assert_equal(200, @response_catcher.response.status_code)
1440
+ end
1441
+
1442
+ # api_v1_partner_login_create
1443
+ def test_api_v1_partner_login_create
1444
+
1445
+ # Perform the API call through the SDK function
1446
+ @controller.api_v1_partner_login_create()
1447
+
1448
+ # Test response code
1449
+ assert_equal(200, @response_catcher.response.status_code)
1450
+ end
1451
+
1452
+ # publicly available
1453
+ def test_api_v1_partner_saml_metadata_xml_retrieve
1454
+
1455
+ # Perform the API call through the SDK function
1456
+ @controller.api_v1_partner_saml_metadata_xml_retrieve()
1457
+
1458
+ # Test response code
1459
+ assert_equal(200, @response_catcher.response.status_code)
1460
+ end
1461
+
1462
+ # api_v1_partner_users_retrieve
1463
+ def test_api_v1_partner_users_retrieve
1464
+
1465
+ # Perform the API call through the SDK function
1466
+ @controller.api_v1_partner_users_retrieve()
1467
+
1468
+ # Test response code
1469
+ assert_equal(200, @response_catcher.response.status_code)
1470
+ end
1471
+
1472
+ # api_v1_partner_users_update
1473
+ def test_api_v1_partner_users_update
1474
+
1475
+ # Perform the API call through the SDK function
1476
+ @controller.api_v1_partner_users_update()
1477
+
1478
+ # Test response code
1479
+ assert_equal(200, @response_catcher.response.status_code)
1480
+ end
1481
+
1482
+ # api_v1_pskportal_about_retrieve
1483
+ def test_api_v1_pskportal_about_retrieve
1484
+
1485
+ # Perform the API call through the SDK function
1486
+ result = @controller.api_v1_pskportal_about_retrieve()
1487
+
1488
+ # Test response code
1489
+ assert_equal(200, @response_catcher.response.status_code)
1490
+
1491
+ # Test headers
1492
+ expected_headers = {}
1493
+ expected_headers['content-type'] = 'application/json'
1494
+
1495
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1496
+
1497
+ # Test whether the captured response is as we expected
1498
+ refute_nil(result)
1499
+ expected_body = JSON.parse(
1500
+ '{"version":"unknown","env":"local"}'
1501
+ )
1502
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1503
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1504
+ end
1505
+
1506
+ # api_v1_register_recaptcha_retrieve
1507
+ def test_api_v1_register_recaptcha_retrieve
1508
+
1509
+ # Perform the API call through the SDK function
1510
+ result = @controller.api_v1_register_recaptcha_retrieve()
1511
+
1512
+ # Test response code
1513
+ assert_equal(200, @response_catcher.response.status_code)
1514
+
1515
+ # Test headers
1516
+ expected_headers = {}
1517
+ expected_headers['content-type'] = 'application/json'
1518
+
1519
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1520
+ end
1521
+
1522
+ # OpenApi3 schema for this API. Format can be selected via content negotiation.
1523
+ #
1524
+ #- YAML: application/vnd.oai.openapi
1525
+ #- JSON: application/vnd.oai.openapi+json
1526
+ def test_api_v1_schema_retrieve
1527
+ # Parameters for the API call
1528
+ format = nil
1529
+ lang = nil
1530
+
1531
+ # Perform the API call through the SDK function
1532
+ result = @controller.api_v1_schema_retrieve(format: format, lang: lang)
1533
+
1534
+ # Test response code
1535
+ assert_equal(200, @response_catcher.response.status_code)
1536
+
1537
+ # Test headers
1538
+ expected_headers = {}
1539
+ expected_headers['content-type'] = 'application/vnd.oai.openapi'
1540
+
1541
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1542
+ end
1543
+
1544
+ # OpenApi3 schema for this API. Format can be selected via content negotiation.
1545
+ #
1546
+ #- YAML: application/vnd.oai.openapi
1547
+ #- JSON: application/vnd.oai.openapi+json
1548
+ def test_api_v1_schema_retrieve1
1549
+ # Parameters for the API call
1550
+ format = nil
1551
+ lang = nil
1552
+
1553
+ # Perform the API call through the SDK function
1554
+ result = @controller.api_v1_schema_retrieve(format: format, lang: lang)
1555
+
1556
+ # Test response code
1557
+ assert_equal(200, @response_catcher.response.status_code)
1558
+
1559
+ # Test headers
1560
+ expected_headers = {}
1561
+ expected_headers['content-type'] = 'application/yaml'
1562
+
1563
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1564
+ end
1565
+
1566
+ # OpenApi3 schema for this API. Format can be selected via content negotiation.
1567
+ #
1568
+ #- YAML: application/vnd.oai.openapi
1569
+ #- JSON: application/vnd.oai.openapi+json
1570
+ def test_api_v1_schema_retrieve2
1571
+ # Parameters for the API call
1572
+ format = nil
1573
+ lang = nil
1574
+
1575
+ # Perform the API call through the SDK function
1576
+ result = @controller.api_v1_schema_retrieve(format: format, lang: lang)
1577
+
1578
+ # Test response code
1579
+ assert_equal(200, @response_catcher.response.status_code)
1580
+
1581
+ # Test headers
1582
+ expected_headers = {}
1583
+ expected_headers['content-type'] = 'application/vnd.oai.openapi+json'
1584
+
1585
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1586
+ end
1587
+
1588
+ # OpenApi3 schema for this API. Format can be selected via content negotiation.
1589
+ #
1590
+ #- YAML: application/vnd.oai.openapi
1591
+ #- JSON: application/vnd.oai.openapi+json
1592
+ def test_api_v1_schema_retrieve3
1593
+ # Parameters for the API call
1594
+ format = nil
1595
+ lang = nil
1596
+
1597
+ # Perform the API call through the SDK function
1598
+ result = @controller.api_v1_schema_retrieve(format: format, lang: lang)
1599
+
1600
+ # Test response code
1601
+ assert_equal(200, @response_catcher.response.status_code)
1602
+
1603
+ # Test headers
1604
+ expected_headers = {}
1605
+ expected_headers['content-type'] = 'application/json'
1606
+
1607
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1608
+ end
1609
+
1610
+ # api_v1_self_update
1611
+ def test_api_v1_self_update
1612
+ # Parameters for the API call
1613
+ body = nil
1614
+
1615
+ # Perform the API call through the SDK function
1616
+ result = @controller.api_v1_self_update(body: body)
1617
+
1618
+ # Test response code
1619
+ assert_equal(200, @response_catcher.response.status_code)
1620
+
1621
+ # Test headers
1622
+ expected_headers = {}
1623
+ expected_headers['content-type'] = 'application/json'
1624
+
1625
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1626
+ end
1627
+
1628
+ # api_v1_self_apitokens_retrieve
1629
+ def test_api_v1_self_apitokens_retrieve
1630
+
1631
+ # Perform the API call through the SDK function
1632
+ @controller.api_v1_self_apitokens_retrieve()
1633
+
1634
+ # Test response code
1635
+ assert_equal(200, @response_catcher.response.status_code)
1636
+ end
1637
+
1638
+ # api_v1_self_apitokens_create
1639
+ def test_api_v1_self_apitokens_create
1640
+ # Parameters for the API call
1641
+ body = nil
1642
+
1643
+ # Perform the API call through the SDK function
1644
+ result = @controller.api_v1_self_apitokens_create(body: body)
1645
+
1646
+ # Test response code
1647
+ assert_equal(200, @response_catcher.response.status_code)
1648
+
1649
+ # Test headers
1650
+ expected_headers = {}
1651
+ expected_headers['content-type'] = 'application/json'
1652
+
1653
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1654
+ end
1655
+
1656
+ # api_v1_self_logs_retrieve
1657
+ def test_api_v1_self_logs_retrieve
1658
+
1659
+ # Perform the API call through the SDK function
1660
+ @controller.api_v1_self_logs_retrieve()
1661
+
1662
+ # Test response code
1663
+ assert_equal(200, @response_catcher.response.status_code)
1664
+ end
1665
+
1666
+ # api_v1_self_sso_talentlms_retrieve
1667
+ def test_api_v1_self_sso_talentlms_retrieve
1668
+
1669
+ # Perform the API call through the SDK function
1670
+ result = @controller.api_v1_self_sso_talentlms_retrieve()
1671
+
1672
+ # Test response code
1673
+ assert_equal(200, @response_catcher.response.status_code)
1674
+
1675
+ # Test headers
1676
+ expected_headers = {}
1677
+ expected_headers['content-type'] = 'application/json'
1678
+
1679
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1680
+
1681
+ # Test whether the captured response is as we expected
1682
+ refute_nil(result)
1683
+ expected_body = JSON.parse(
1684
+ '{"url":"https://mist.talentlms.om/index/autologin/key:12345678"}'
1685
+ )
1686
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1687
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1688
+ end
1689
+
1690
+ # api_v1_self_sso_uservoice_retrieve
1691
+ def test_api_v1_self_sso_uservoice_retrieve
1692
+
1693
+ # Perform the API call through the SDK function
1694
+ result = @controller.api_v1_self_sso_uservoice_retrieve()
1695
+
1696
+ # Test response code
1697
+ assert_equal(200, @response_catcher.response.status_code)
1698
+
1699
+ # Test headers
1700
+ expected_headers = {}
1701
+ expected_headers['content-type'] = 'application/json'
1702
+
1703
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1704
+
1705
+ # Test whether the captured response is as we expected
1706
+ refute_nil(result)
1707
+ expected_body = JSON.parse(
1708
+ '{"url":"https://ideas.mist.com/forums/912934-feature-requests?sso=eyJ0e'\
1709
+ 'XAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJndWlkIjoiOWU1YmFjNTYtMDdlMS00OGIzLWE'\
1710
+ '2MGEtZWM3ZmI1MWMwNDYxIiwiZXhwIjoxNzEyMjkxMDA5LCJlbWFpbCI6ImFkbWluQHRlc3'\
1711
+ 'QuY29tIiwiZGlzcGxheV9uYW1lIjoiYWRtaW5AdGVzdC5jb20ifQ.7m2oLRgei3v1nBtn1k'\
1712
+ 'UukOfaTO3gdooFP2usDMMi3U0"}'
1713
+ )
1714
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1715
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1716
+ end
1717
+
1718
+ # api_v1_self_sso_zendesk_retrieve
1719
+ def test_api_v1_self_sso_zendesk_retrieve
1720
+
1721
+ # Perform the API call through the SDK function
1722
+ result = @controller.api_v1_self_sso_zendesk_retrieve()
1723
+
1724
+ # Test response code
1725
+ assert_equal(200, @response_catcher.response.status_code)
1726
+
1727
+ # Test headers
1728
+ expected_headers = {}
1729
+ expected_headers['content-type'] = 'application/json'
1730
+
1731
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1732
+
1733
+ # Test whether the captured response is as we expected
1734
+ refute_nil(result)
1735
+ expected_body = JSON.parse(
1736
+ '{"url":"https://mist.zendesk.com/access/jwt?jwt=eyJ0eXAiOiJKV1QiLCJhbGc'\
1737
+ 'iOiJIUzI1NiJ9.eyJpYXQiOjE3MTIyOTA3NjksImp0aSI6ImFjYmI4MGU3LTE5ZDQtNDVkO'\
1738
+ 'S05YmQ2LTVhYjE3MGI3NjJlMiIsImVtYWlsIjoiYWRtaW5AdGVzdC5jb20iLCJuYW1lIjoi'\
1739
+ 'YWRtaW5AdGVzdC5jb20iLCJ0YWdzIjpbXX0.jj7Uxn37KTp5AQem8ezdV82H63D6UoBoOZU'\
1740
+ 'njxhh7v4&return_to=https%3A%2F%2Fmist.zendesk.com%2Ftickets%2F1232"}'
1741
+ )
1742
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1743
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1744
+ end
1745
+
1746
+ # api_v1_self_subscriptions_retrieve
1747
+ def test_api_v1_self_subscriptions_retrieve
1748
+
1749
+ # Perform the API call through the SDK function
1750
+ @controller.api_v1_self_subscriptions_retrieve()
1751
+
1752
+ # Test response code
1753
+ assert_equal(200, @response_catcher.response.status_code)
1754
+ end
1755
+
1756
+ # api_v1_self_update_create
1757
+ def test_api_v1_self_update_create
1758
+ # Parameters for the API call
1759
+ body = nil
1760
+
1761
+ # Perform the API call through the SDK function
1762
+ result = @controller.api_v1_self_update_create(body: body)
1763
+
1764
+ # Test response code
1765
+ assert_equal(200, @response_catcher.response.status_code)
1766
+
1767
+ # Test headers
1768
+ expected_headers = {}
1769
+ expected_headers['content-type'] = 'application/json'
1770
+
1771
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1772
+
1773
+ # Test whether the captured response is as we expected
1774
+ refute_nil(result)
1775
+ expected_body = JSON.parse(
1776
+ '{}'
1777
+ )
1778
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1779
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1780
+ end
1781
+
1782
+ # api_v1_super_admins_retrieve
1783
+ def test_api_v1_super_admins_retrieve
1784
+
1785
+ # Perform the API call through the SDK function
1786
+ result = @controller.api_v1_super_admins_retrieve()
1787
+
1788
+ # Test response code
1789
+ assert_equal(200, @response_catcher.response.status_code)
1790
+
1791
+ # Test headers
1792
+ expected_headers = {}
1793
+ expected_headers['content-type'] = 'application/json'
1794
+
1795
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1796
+ end
1797
+
1798
+ # api_v1_super_msps_retrieve
1799
+ def test_api_v1_super_msps_retrieve
1800
+
1801
+ # Perform the API call through the SDK function
1802
+ result = @controller.api_v1_super_msps_retrieve()
1803
+
1804
+ # Test response code
1805
+ assert_equal(200, @response_catcher.response.status_code)
1806
+
1807
+ # Test headers
1808
+ expected_headers = {}
1809
+ expected_headers['content-type'] = 'application/json'
1810
+
1811
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1812
+
1813
+ # Test whether the captured response is as we expected
1814
+ refute_nil(result)
1815
+ expected_body = JSON.parse(
1816
+ '{"name":"MSP","id":"7d96d65f-6c77-4842-8128-6fad933bb674","created_time'\
1817
+ '":1712295453,"modified_time":1712295453,"tier":"base"}'
1818
+ )
1819
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1820
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1821
+ end
1822
+
1823
+ # api_v1_super_orgs_retrieve
1824
+ def test_api_v1_super_orgs_retrieve
1825
+
1826
+ # Perform the API call through the SDK function
1827
+ result = @controller.api_v1_super_orgs_retrieve()
1828
+
1829
+ # Test response code
1830
+ assert_equal(200, @response_catcher.response.status_code)
1831
+
1832
+ # Test headers
1833
+ expected_headers = {}
1834
+ expected_headers['content-type'] = 'application/json'
1835
+
1836
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1837
+ end
1838
+
1839
+ # api_v1_super_search_retrieve
1840
+ def test_api_v1_super_search_retrieve
1841
+
1842
+ # Perform the API call through the SDK function
1843
+ @controller.api_v1_super_search_retrieve()
1844
+
1845
+ # Test response code
1846
+ assert_equal(200, @response_catcher.response.status_code)
1847
+ end
1848
+
1849
+ # api_v1_super_stats_orgs_retrieve
1850
+ def test_api_v1_super_stats_orgs_retrieve
1851
+
1852
+ # Perform the API call through the SDK function
1853
+ @controller.api_v1_super_stats_orgs_retrieve()
1854
+
1855
+ # Test response code
1856
+ assert_equal(200, @response_catcher.response.status_code)
1857
+ end
1858
+
1859
+ # api_v1_test_cache_retrieve
1860
+ def test_api_v1_test_cache_retrieve
1861
+
1862
+ # Perform the API call through the SDK function
1863
+ result = @controller.api_v1_test_cache_retrieve()
1864
+
1865
+ # Test response code
1866
+ assert_equal(200, @response_catcher.response.status_code)
1867
+
1868
+ # Test headers
1869
+ expected_headers = {}
1870
+ expected_headers['content-type'] = 'application/json'
1871
+
1872
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1873
+
1874
+ # Test whether the captured response is as we expected
1875
+ refute_nil(result)
1876
+ expected_body = JSON.parse(
1877
+ '{"randstr":"XpOk5FchqNzaL9lNm6xGArtBUfAWigml"}'
1878
+ )
1879
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1880
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1881
+ end
1882
+
1883
+ # api_v1_test_cache_create
1884
+ def test_api_v1_test_cache_create
1885
+ # Parameters for the API call
1886
+ body = nil
1887
+
1888
+ # Perform the API call through the SDK function
1889
+ result = @controller.api_v1_test_cache_create(body: body)
1890
+
1891
+ # Test response code
1892
+ assert_equal(200, @response_catcher.response.status_code)
1893
+
1894
+ # Test headers
1895
+ expected_headers = {}
1896
+ expected_headers['content-type'] = 'application/json'
1897
+
1898
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1899
+
1900
+ # Test whether the captured response is as we expected
1901
+ refute_nil(result)
1902
+ expected_body = JSON.parse(
1903
+ '{"randstr":"UN10pAa0SRmHQOKQYecqSut8r33iMxvF"}'
1904
+ )
1905
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1906
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1907
+ end
1908
+
1909
+ # api_v1_test_cache_update
1910
+ def test_api_v1_test_cache_update
1911
+ # Parameters for the API call
1912
+ body = nil
1913
+
1914
+ # Perform the API call through the SDK function
1915
+ result = @controller.api_v1_test_cache_update(body: body)
1916
+
1917
+ # Test response code
1918
+ assert_equal(200, @response_catcher.response.status_code)
1919
+
1920
+ # Test headers
1921
+ expected_headers = {}
1922
+ expected_headers['content-type'] = 'application/json'
1923
+
1924
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1925
+
1926
+ # Test whether the captured response is as we expected
1927
+ refute_nil(result)
1928
+ expected_body = JSON.parse(
1929
+ '{"randstr":"N9agaNHYaxrIqp8qohdVmNh2IlcT67Pg"}'
1930
+ )
1931
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1932
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1933
+ end
1934
+
1935
+ # api_v1_test_cache_destroy
1936
+ def test_api_v1_test_cache_destroy
1937
+
1938
+ # Perform the API call through the SDK function
1939
+ result = @controller.api_v1_test_cache_destroy()
1940
+
1941
+ # Test response code
1942
+ assert_equal(200, @response_catcher.response.status_code)
1943
+
1944
+ # Test headers
1945
+ expected_headers = {}
1946
+ expected_headers['content-type'] = 'application/json'
1947
+
1948
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1949
+
1950
+ # Test whether the captured response is as we expected
1951
+ refute_nil(result)
1952
+ expected_body = JSON.parse(
1953
+ '{"randstr":"Ah1S3Bgb0nriPSaH025E9O6hhGLt3ULe"}'
1954
+ )
1955
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1956
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1957
+ end
1958
+
1959
+ # api_v1_uilog_create
1960
+ def test_api_v1_uilog_create
1961
+
1962
+ # Perform the API call through the SDK function
1963
+ @controller.api_v1_uilog_create()
1964
+
1965
+ # Test response code
1966
+ assert_equal(200, @response_catcher.response.status_code)
1967
+ end
1968
+
1969
+ # api_v1_utils_echo_image_create
1970
+ def test_api_v1_utils_echo_image_create
1971
+
1972
+ # Perform the API call through the SDK function
1973
+ @controller.api_v1_utils_echo_image_create()
1974
+
1975
+ # Test response code
1976
+ assert_equal(200, @response_catcher.response.status_code)
1977
+ end
1978
+
1979
+ # {
1980
+ # "json": "{
1981
+ # "filename": "test-file.csv",
1982
+ # "rows": [
1983
+ # {
1984
+ # "a": 1,
1985
+ # "b": "adfaf",
1986
+ # "c": "xyz",
1987
+ # },
1988
+ # {
1989
+ # "a": "hello",
1990
+ # "b": "hi",
1991
+ # "c": "ciao",
1992
+ # "d": "namaste"
1993
+ # }
1994
+ # ],
1995
+ # "headers": ["a", "b", "c", "d"]
1996
+ # }"
1997
+ #}
1998
+ def test_api_v1_utils_json_to_csv_create
1999
+
2000
+ # Perform the API call through the SDK function
2001
+ @controller.api_v1_utils_json_to_csv_create()
2002
+
2003
+ # Test response code
2004
+ assert_equal(200, @response_catcher.response.status_code)
2005
+ end
2006
+
2007
+ end