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,1795 @@
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 InternalControllerTests < ControllerTestBase
9
+ # Called only once for the class before any test has executed
10
+ def setup
11
+ setup_class
12
+ @controller = @client.internal
13
+ @response_catcher = @controller.http_call_back
14
+ end
15
+
16
+ # internal_about_retrieve
17
+ def test_internal_about_retrieve
18
+
19
+ # Perform the API call through the SDK function
20
+ @controller.internal_about_retrieve()
21
+
22
+ # Test response code
23
+ assert_equal(200, @response_catcher.response.status_code)
24
+ end
25
+
26
+ # internal_alarmdef_rules_retrieve
27
+ def test_internal_alarmdef_rules_retrieve
28
+
29
+ # Perform the API call through the SDK function
30
+ @controller.internal_alarmdef_rules_retrieve()
31
+
32
+ # Test response code
33
+ assert_equal(200, @response_catcher.response.status_code)
34
+ end
35
+
36
+ # internal_alarmdef_rules_md5_retrieve
37
+ def test_internal_alarmdef_rules_md5_retrieve
38
+
39
+ # Perform the API call through the SDK function
40
+ @controller.internal_alarmdef_rules_md5_retrieve()
41
+
42
+ # Test response code
43
+ assert_equal(200, @response_catcher.response.status_code)
44
+ end
45
+
46
+ # Returns the list of BLE company names and id's sorted by BLE company id value.
47
+ #The BLE company id value will always match the list index.
48
+ #:param request:
49
+ #:return: Response instance
50
+ def test_internal_ble_companies_retrieve
51
+
52
+ # Perform the API call through the SDK function
53
+ @controller.internal_ble_companies_retrieve()
54
+
55
+ # Test response code
56
+ assert_equal(200, @response_catcher.response.status_code)
57
+ end
58
+
59
+ # internal_bolts_alarm_notif_create
60
+ def test_internal_bolts_alarm_notif_create
61
+
62
+ # Perform the API call through the SDK function
63
+ @controller.internal_bolts_alarm_notif_create()
64
+
65
+ # Test response code
66
+ assert_equal(200, @response_catcher.response.status_code)
67
+ end
68
+
69
+ # internal_bolts_device_version_check_create
70
+ def test_internal_bolts_device_version_check_create
71
+ # Parameters for the API call
72
+ body = nil
73
+
74
+ # Perform the API call through the SDK function
75
+ result = @controller.internal_bolts_device_version_check_create(body: body)
76
+
77
+ # Test response code
78
+ assert_equal(200, @response_catcher.response.status_code)
79
+
80
+ # Test headers
81
+ expected_headers = {}
82
+ expected_headers['content-type'] = 'application/json'
83
+
84
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
85
+
86
+ # Test whether the captured response is as we expected
87
+ refute_nil(result)
88
+ expected_body = JSON.parse(
89
+ '{}'
90
+ )
91
+ received_body = JSON.parse(@response_catcher.response.raw_body)
92
+ assert(ComparisonHelper.match_body(expected_body, received_body))
93
+ end
94
+
95
+ # internal_bolts_map_by_device_request_create
96
+ def test_internal_bolts_map_by_device_request_create
97
+
98
+ # Perform the API call through the SDK function
99
+ @controller.internal_bolts_map_by_device_request_create()
100
+
101
+ # Test response code
102
+ assert_equal(200, @response_catcher.response.status_code)
103
+ end
104
+
105
+ # internal_bolts_marvis_notification_create
106
+ def test_internal_bolts_marvis_notification_create
107
+
108
+ # Perform the API call through the SDK function
109
+ @controller.internal_bolts_marvis_notification_create()
110
+
111
+ # Test response code
112
+ assert_equal(200, @response_catcher.response.status_code)
113
+ end
114
+
115
+ # notify papi about a start of a bolt
116
+ #:param request:
117
+ #:return:
118
+ def test_internal_bolts_notif_started_create
119
+
120
+ # Perform the API call through the SDK function
121
+ @controller.internal_bolts_notif_started_create()
122
+
123
+ # Test response code
124
+ assert_equal(200, @response_catcher.response.status_code)
125
+ end
126
+
127
+ # internal_bolts_occupancy_notif_create
128
+ def test_internal_bolts_occupancy_notif_create
129
+
130
+ # Perform the API call through the SDK function
131
+ @controller.internal_bolts_occupancy_notif_create()
132
+
133
+ # Test response code
134
+ assert_equal(200, @response_catcher.response.status_code)
135
+ end
136
+
137
+ # internal_bolts_rrm_action_out_create
138
+ def test_internal_bolts_rrm_action_out_create
139
+
140
+ # Perform the API call through the SDK function
141
+ @controller.internal_bolts_rrm_action_out_create()
142
+
143
+ # Test response code
144
+ assert_equal(200, @response_catcher.response.status_code)
145
+ end
146
+
147
+ # internal_bolts_rrm_local_create
148
+ def test_internal_bolts_rrm_local_create
149
+ # Parameters for the API call
150
+ body = nil
151
+
152
+ # Perform the API call through the SDK function
153
+ result = @controller.internal_bolts_rrm_local_create(body: body)
154
+
155
+ # Test response code
156
+ assert_equal(200, @response_catcher.response.status_code)
157
+
158
+ # Test headers
159
+ expected_headers = {}
160
+ expected_headers['content-type'] = 'application/json'
161
+
162
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
163
+
164
+ # Test whether the captured response is as we expected
165
+ refute_nil(result)
166
+ expected_body = JSON.parse(
167
+ '{}'
168
+ )
169
+ received_body = JSON.parse(@response_catcher.response.raw_body)
170
+ assert(ComparisonHelper.match_body(expected_body, received_body))
171
+ end
172
+
173
+ # internal_bolts_synthentic_test_notif_create
174
+ def test_internal_bolts_synthentic_test_notif_create
175
+ # Parameters for the API call
176
+ body = nil
177
+
178
+ # Perform the API call through the SDK function
179
+ result = @controller.internal_bolts_synthentic_test_notif_create(body: body)
180
+
181
+ # Test response code
182
+ assert_equal(200, @response_catcher.response.status_code)
183
+
184
+ # Test headers
185
+ expected_headers = {}
186
+ expected_headers['content-type'] = 'application/json'
187
+
188
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
189
+
190
+ # Test whether the captured response is as we expected
191
+ refute_nil(result)
192
+ expected_body = JSON.parse(
193
+ '{}'
194
+ )
195
+ received_body = JSON.parse(@response_catcher.response.raw_body)
196
+ assert(ComparisonHelper.match_body(expected_body, received_body))
197
+ end
198
+
199
+ # internal_bolts_t128_events_create
200
+ def test_internal_bolts_t128_events_create
201
+ # Parameters for the API call
202
+ body = nil
203
+
204
+ # Perform the API call through the SDK function
205
+ result = @controller.internal_bolts_t128_events_create(body: body)
206
+
207
+ # Test response code
208
+ assert_equal(200, @response_catcher.response.status_code)
209
+
210
+ # Test headers
211
+ expected_headers = {}
212
+ expected_headers['content-type'] = 'application/json'
213
+
214
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
215
+
216
+ # Test whether the captured response is as we expected
217
+ refute_nil(result)
218
+ expected_body = JSON.parse(
219
+ '{}'
220
+ )
221
+ received_body = JSON.parse(@response_catcher.response.raw_body)
222
+ assert(ComparisonHelper.match_body(expected_body, received_body))
223
+ end
224
+
225
+ # internal_bolts_update_fw_status_create
226
+ def test_internal_bolts_update_fw_status_create
227
+ # Parameters for the API call
228
+ body = nil
229
+
230
+ # Perform the API call through the SDK function
231
+ result = @controller.internal_bolts_update_fw_status_create(body: body)
232
+
233
+ # Test response code
234
+ assert_equal(200, @response_catcher.response.status_code)
235
+
236
+ # Test headers
237
+ expected_headers = {}
238
+ expected_headers['content-type'] = 'application/json'
239
+
240
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
241
+
242
+ # Test whether the captured response is as we expected
243
+ refute_nil(result)
244
+ expected_body = JSON.parse(
245
+ '{}'
246
+ )
247
+ received_body = JSON.parse(@response_catcher.response.raw_body)
248
+ assert(ComparisonHelper.match_body(expected_body, received_body))
249
+ end
250
+
251
+ # internal_bot_send_create
252
+ def test_internal_bot_send_create
253
+
254
+ # Perform the API call through the SDK function
255
+ @controller.internal_bot_send_create()
256
+
257
+ # Test response code
258
+ assert_equal(200, @response_catcher.response.status_code)
259
+ end
260
+
261
+ # internal_cmd_rtt_ftm_create
262
+ def test_internal_cmd_rtt_ftm_create
263
+
264
+ # Perform the API call through the SDK function
265
+ @controller.internal_cmd_rtt_ftm_create()
266
+
267
+ # Test response code
268
+ assert_equal(200, @response_catcher.response.status_code)
269
+ end
270
+
271
+ # internal_const_ap_channels_retrieve
272
+ def test_internal_const_ap_channels_retrieve
273
+
274
+ # Perform the API call through the SDK function
275
+ result = @controller.internal_const_ap_channels_retrieve()
276
+
277
+ # Test response code
278
+ assert_equal(200, @response_catcher.response.status_code)
279
+
280
+ # Test headers
281
+ expected_headers = {}
282
+ expected_headers['content-type'] = 'application/json'
283
+
284
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
285
+ end
286
+
287
+ # internal_const_applications_retrieve
288
+ def test_internal_const_applications_retrieve
289
+
290
+ # Perform the API call through the SDK function
291
+ @controller.internal_const_applications_retrieve()
292
+
293
+ # Test response code
294
+ assert_equal(200, @response_catcher.response.status_code)
295
+ end
296
+
297
+ # internal_const_client_events_retrieve
298
+ def test_internal_const_client_events_retrieve
299
+
300
+ # Perform the API call through the SDK function
301
+ @controller.internal_const_client_events_retrieve()
302
+
303
+ # Test response code
304
+ assert_equal(200, @response_catcher.response.status_code)
305
+ end
306
+
307
+ # internal_const_cloud_envs_retrieve
308
+ def test_internal_const_cloud_envs_retrieve
309
+
310
+ # Perform the API call through the SDK function
311
+ @controller.internal_const_cloud_envs_retrieve()
312
+
313
+ # Test response code
314
+ assert_equal(200, @response_catcher.response.status_code)
315
+ end
316
+
317
+ # internal_const_device_models_retrieve
318
+ def test_internal_const_device_models_retrieve
319
+
320
+ # Perform the API call through the SDK function
321
+ result = @controller.internal_const_device_models_retrieve()
322
+
323
+ # Test response code
324
+ assert_equal(200, @response_catcher.response.status_code)
325
+
326
+ # Test headers
327
+ expected_headers = {}
328
+ expected_headers['content-type'] = 'application/json'
329
+
330
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
331
+ end
332
+
333
+ # internal_const_gateway_applications_retrieve
334
+ def test_internal_const_gateway_applications_retrieve
335
+
336
+ # Perform the API call through the SDK function
337
+ @controller.internal_const_gateway_applications_retrieve()
338
+
339
+ # Test response code
340
+ assert_equal(200, @response_catcher.response.status_code)
341
+ end
342
+
343
+ # internal_const_license_types_retrieve
344
+ def test_internal_const_license_types_retrieve
345
+
346
+ # Perform the API call through the SDK function
347
+ result = @controller.internal_const_license_types_retrieve()
348
+
349
+ # Test response code
350
+ assert_equal(200, @response_catcher.response.status_code)
351
+
352
+ # Test headers
353
+ expected_headers = {}
354
+ expected_headers['content-type'] = 'application/json'
355
+
356
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
357
+
358
+ # Test whether the captured response is as we expected
359
+ refute_nil(result)
360
+ expected_body = JSON.parse(
361
+ '{"key":"sub_man","type":"SUB-MAN","name":"WiFi Management and Assurance'\
362
+ '"}'
363
+ )
364
+ received_body = JSON.parse(@response_catcher.response.raw_body)
365
+ assert(ComparisonHelper.match_body(expected_body, received_body))
366
+ end
367
+
368
+ # internal_const_ssr_app_ids_retrieve
369
+ def test_internal_const_ssr_app_ids_retrieve
370
+
371
+ # Perform the API call through the SDK function
372
+ @controller.internal_const_ssr_app_ids_retrieve()
373
+
374
+ # Test response code
375
+ assert_equal(200, @response_catcher.response.status_code)
376
+ end
377
+
378
+ # internal_cron_auto_claim_orders_from_sfdc_create
379
+ def test_internal_cron_auto_claim_orders_from_sfdc_create
380
+ # Parameters for the API call
381
+ body = nil
382
+
383
+ # Perform the API call through the SDK function
384
+ result = @controller.internal_cron_auto_claim_orders_from_sfdc_create(
385
+ body: body
386
+ )
387
+
388
+ # Test response code
389
+ assert_equal(200, @response_catcher.response.status_code)
390
+
391
+ # Test headers
392
+ expected_headers = {}
393
+ expected_headers['content-type'] = 'application/json'
394
+
395
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
396
+
397
+ # Test whether the captured response is as we expected
398
+ refute_nil(result)
399
+ expected_body = JSON.parse(
400
+ '{"timestamp":1712294499.06655,"since":0,"end":1712294499.06655,"num_obj'\
401
+ 'ects_synced":2}'
402
+ )
403
+ received_body = JSON.parse(@response_catcher.response.raw_body)
404
+ assert(ComparisonHelper.match_body(expected_body, received_body))
405
+ end
406
+
407
+ # internal_cron_auto_claim_rma_from_sfdc_create
408
+ def test_internal_cron_auto_claim_rma_from_sfdc_create
409
+
410
+ # Perform the API call through the SDK function
411
+ @controller.internal_cron_auto_claim_rma_from_sfdc_create()
412
+
413
+ # Test response code
414
+ assert_equal(200, @response_catcher.response.status_code)
415
+ end
416
+
417
+ # called from topology periodically
418
+ def test_internal_cron_claim_devices_create
419
+
420
+ # Perform the API call through the SDK function
421
+ @controller.internal_cron_claim_devices_create()
422
+
423
+ # Test response code
424
+ assert_equal(200, @response_catcher.response.status_code)
425
+ end
426
+
427
+ # internal_cron_clear_old_psk_passphrase_create
428
+ def test_internal_cron_clear_old_psk_passphrase_create
429
+
430
+ # Perform the API call through the SDK function
431
+ @controller.internal_cron_clear_old_psk_passphrase_create()
432
+
433
+ # Test response code
434
+ assert_equal(200, @response_catcher.response.status_code)
435
+ end
436
+
437
+ # internal_cron_email_psks_expiry_notification_create
438
+ def test_internal_cron_email_psks_expiry_notification_create
439
+
440
+ # Perform the API call through the SDK function
441
+ @controller.internal_cron_email_psks_expiry_notification_create()
442
+
443
+ # Test response code
444
+ assert_equal(200, @response_catcher.response.status_code)
445
+ end
446
+
447
+ # internal_cron_expire_psks_create
448
+ def test_internal_cron_expire_psks_create
449
+
450
+ # Perform the API call through the SDK function
451
+ @controller.internal_cron_expire_psks_create()
452
+
453
+ # Test response code
454
+ assert_equal(200, @response_catcher.response.status_code)
455
+ end
456
+
457
+ # internal_cron_inventory_create
458
+ def test_internal_cron_inventory_create
459
+
460
+ # Perform the API call through the SDK function
461
+ @controller.internal_cron_inventory_create()
462
+
463
+ # Test response code
464
+ assert_equal(200, @response_catcher.response.status_code)
465
+ end
466
+
467
+ # internal_cron_manuf_create
468
+ def test_internal_cron_manuf_create
469
+
470
+ # Perform the API call through the SDK function
471
+ @controller.internal_cron_manuf_create()
472
+
473
+ # Test response code
474
+ assert_equal(200, @response_catcher.response.status_code)
475
+ end
476
+
477
+ # internal_cron_orgs_create
478
+ def test_internal_cron_orgs_create
479
+
480
+ # Perform the API call through the SDK function
481
+ @controller.internal_cron_orgs_create()
482
+
483
+ # Test response code
484
+ assert_equal(200, @response_catcher.response.status_code)
485
+ end
486
+
487
+ # internal_cron_preempt_mxtunnels_create
488
+ def test_internal_cron_preempt_mxtunnels_create
489
+ # Parameters for the API call
490
+ body = nil
491
+
492
+ # Perform the API call through the SDK function
493
+ result = @controller.internal_cron_preempt_mxtunnels_create(body: body)
494
+
495
+ # Test response code
496
+ assert_equal(200, @response_catcher.response.status_code)
497
+
498
+ # Test headers
499
+ expected_headers = {}
500
+ expected_headers['content-type'] = 'application/json'
501
+
502
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
503
+
504
+ # Test whether the captured response is as we expected
505
+ refute_nil(result)
506
+ expected_body = JSON.parse(
507
+ '{}'
508
+ )
509
+ received_body = JSON.parse(@response_catcher.response.raw_body)
510
+ assert(ComparisonHelper.match_body(expected_body, received_body))
511
+ end
512
+
513
+ # internal_cron_process_device_redirect_update_create
514
+ def test_internal_cron_process_device_redirect_update_create
515
+
516
+ # Perform the API call through the SDK function
517
+ @controller.internal_cron_process_device_redirect_update_create()
518
+
519
+ # Test response code
520
+ assert_equal(200, @response_catcher.response.status_code)
521
+ end
522
+
523
+ # called from topology periodically
524
+ #
525
+ #we want to do as many register as possible, then unregister; while not overwhelimg ZTP Server
526
+ def test_internal_cron_provision_ztp_create
527
+
528
+ # Perform the API call through the SDK function
529
+ @controller.internal_cron_provision_ztp_create()
530
+
531
+ # Test response code
532
+ assert_equal(200, @response_catcher.response.status_code)
533
+ end
534
+
535
+ # internal_cron_send_psks_expiry_notification_create
536
+ def test_internal_cron_send_psks_expiry_notification_create
537
+
538
+ # Perform the API call through the SDK function
539
+ @controller.internal_cron_send_psks_expiry_notification_create()
540
+
541
+ # Test response code
542
+ assert_equal(200, @response_catcher.response.status_code)
543
+ end
544
+
545
+ # internal_cron_sync_claimed_devices_to_sfdc_create
546
+ def test_internal_cron_sync_claimed_devices_to_sfdc_create
547
+
548
+ # Perform the API call through the SDK function
549
+ @controller.internal_cron_sync_claimed_devices_to_sfdc_create()
550
+
551
+ # Test response code
552
+ assert_equal(200, @response_catcher.response.status_code)
553
+ end
554
+
555
+ # internal_cron_sync_contacts_from_sfdc_create
556
+ def test_internal_cron_sync_contacts_from_sfdc_create
557
+
558
+ # Perform the API call through the SDK function
559
+ @controller.internal_cron_sync_contacts_from_sfdc_create()
560
+
561
+ # Test response code
562
+ assert_equal(200, @response_catcher.response.status_code)
563
+ end
564
+
565
+ # internal_cron_sync_inventory_to_sfdc_create
566
+ def test_internal_cron_sync_inventory_to_sfdc_create
567
+
568
+ # Perform the API call through the SDK function
569
+ @controller.internal_cron_sync_inventory_to_sfdc_create()
570
+
571
+ # Test response code
572
+ assert_equal(200, @response_catcher.response.status_code)
573
+ end
574
+
575
+ # internal_cron_sync_inventory_to_sfdc_case_create
576
+ def test_internal_cron_sync_inventory_to_sfdc_case_create
577
+
578
+ # Perform the API call through the SDK function
579
+ @controller.internal_cron_sync_inventory_to_sfdc_case_create()
580
+
581
+ # Test response code
582
+ assert_equal(200, @response_catcher.response.status_code)
583
+ end
584
+
585
+ # internal_cron_sync_manuf_to_sfdc_create
586
+ def test_internal_cron_sync_manuf_to_sfdc_create
587
+
588
+ # Perform the API call through the SDK function
589
+ @controller.internal_cron_sync_manuf_to_sfdc_create()
590
+
591
+ # Test response code
592
+ assert_equal(200, @response_catcher.response.status_code)
593
+ end
594
+
595
+ # internal_cron_sync_org_to_sfdc_create
596
+ def test_internal_cron_sync_org_to_sfdc_create
597
+
598
+ # Perform the API call through the SDK function
599
+ @controller.internal_cron_sync_org_to_sfdc_create()
600
+
601
+ # Test response code
602
+ assert_equal(200, @response_catcher.response.status_code)
603
+ end
604
+
605
+ # internal_cron_sync_orgs_to_sfdc_case_create
606
+ def test_internal_cron_sync_orgs_to_sfdc_case_create
607
+
608
+ # Perform the API call through the SDK function
609
+ @controller.internal_cron_sync_orgs_to_sfdc_case_create()
610
+
611
+ # Test response code
612
+ assert_equal(200, @response_catcher.response.status_code)
613
+ end
614
+
615
+ # internal_cron_sync_sfdcsub_to_sfdc_create
616
+ def test_internal_cron_sync_sfdcsub_to_sfdc_create
617
+ # Parameters for the API call
618
+ body = nil
619
+
620
+ # Perform the API call through the SDK function
621
+ result = @controller.internal_cron_sync_sfdcsub_to_sfdc_create(body: body)
622
+
623
+ # Test response code
624
+ assert_equal(200, @response_catcher.response.status_code)
625
+
626
+ # Test headers
627
+ expected_headers = {}
628
+ expected_headers['content-type'] = 'application/json'
629
+
630
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
631
+
632
+ # Test whether the captured response is as we expected
633
+ refute_nil(result)
634
+ expected_body = JSON.parse(
635
+ '{"timestamp":1712294737.725,"since":0,"end":1712294737.725,"num_objects'\
636
+ '_synced":1}'
637
+ )
638
+ received_body = JSON.parse(@response_catcher.response.raw_body)
639
+ assert(ComparisonHelper.match_body(expected_body, received_body))
640
+ end
641
+
642
+ # internal_cron_sync_tickets_from_sfdc_create
643
+ def test_internal_cron_sync_tickets_from_sfdc_create
644
+
645
+ # Perform the API call through the SDK function
646
+ @controller.internal_cron_sync_tickets_from_sfdc_create()
647
+
648
+ # Test response code
649
+ assert_equal(200, @response_catcher.response.status_code)
650
+ end
651
+
652
+ # internal_cron_update_tickets_in_es_create
653
+ def test_internal_cron_update_tickets_in_es_create
654
+
655
+ # Perform the API call through the SDK function
656
+ @controller.internal_cron_update_tickets_in_es_create()
657
+
658
+ # Test response code
659
+ assert_equal(200, @response_catcher.response.status_code)
660
+ end
661
+
662
+ # internal_cron_upgrade_planning_create
663
+ def test_internal_cron_upgrade_planning_create
664
+ # Parameters for the API call
665
+ body = nil
666
+
667
+ # Perform the API call through the SDK function
668
+ result = @controller.internal_cron_upgrade_planning_create(body: body)
669
+
670
+ # Test response code
671
+ assert_equal(200, @response_catcher.response.status_code)
672
+
673
+ # Test headers
674
+ expected_headers = {}
675
+ expected_headers['content-type'] = 'application/json'
676
+
677
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
678
+
679
+ # Test whether the captured response is as we expected
680
+ refute_nil(result)
681
+ expected_body = JSON.parse(
682
+ '{}'
683
+ )
684
+ received_body = JSON.parse(@response_catcher.response.raw_body)
685
+ assert(ComparisonHelper.match_body(expected_body, received_body))
686
+ end
687
+
688
+ # internal_devices_evals_retrieve
689
+ def test_internal_devices_evals_retrieve
690
+
691
+ # Perform the API call through the SDK function
692
+ result = @controller.internal_devices_evals_retrieve()
693
+
694
+ # Test response code
695
+ assert_equal(200, @response_catcher.response.status_code)
696
+
697
+ # Test headers
698
+ expected_headers = {}
699
+ expected_headers['content-type'] = 'application/json'
700
+
701
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
702
+
703
+ # Test whether the captured response is as we expected
704
+ refute_nil(result)
705
+ expected_body = JSON.parse(
706
+ '{"id":"56c9e5e4-1519-4057-a5e0-2c14aa5c9d9d","mac":"5c5b3552beee","star'\
707
+ 't_time":1491233000,"end_time":1684047759}'
708
+ )
709
+ received_body = JSON.parse(@response_catcher.response.raw_body)
710
+ assert(ComparisonHelper.match_body(expected_body, received_body))
711
+ end
712
+
713
+ # internal_devices_evals_create
714
+ def test_internal_devices_evals_create
715
+ # Parameters for the API call
716
+ body = nil
717
+
718
+ # Perform the API call through the SDK function
719
+ result = @controller.internal_devices_evals_create(body: body)
720
+
721
+ # Test response code
722
+ assert_equal(200, @response_catcher.response.status_code)
723
+
724
+ # Test headers
725
+ expected_headers = {}
726
+ expected_headers['content-type'] = 'application/json'
727
+
728
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
729
+
730
+ # Test whether the captured response is as we expected
731
+ refute_nil(result)
732
+ expected_body = JSON.parse(
733
+ '{"id":"56c9e5e4-1519-4057-a5e0-2c14aa5c9d9d","mac":"5c5b3552beee","star'\
734
+ 't_time":1491233000,"end_time":1684047759}'
735
+ )
736
+ received_body = JSON.parse(@response_catcher.response.raw_body)
737
+ assert(ComparisonHelper.match_body(expected_body, received_body))
738
+ end
739
+
740
+ # internal_devices_jma_version_retrieve
741
+ def test_internal_devices_jma_version_retrieve
742
+
743
+ # Perform the API call through the SDK function
744
+ result = @controller.internal_devices_jma_version_retrieve()
745
+
746
+ # Test response code
747
+ assert_equal(200, @response_catcher.response.status_code)
748
+
749
+ # Test headers
750
+ expected_headers = {}
751
+ expected_headers['content-type'] = 'application/json'
752
+
753
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
754
+
755
+ # Test whether the captured response is as we expected
756
+ refute_nil(result)
757
+ expected_body = JSON.parse(
758
+ '{"version":"v1.2.3","updated":60}'
759
+ )
760
+ received_body = JSON.parse(@response_catcher.response.raw_body)
761
+ assert(ComparisonHelper.match_body(expected_body, received_body))
762
+ end
763
+
764
+ # internal_devices_upgrade_retrieve
765
+ def test_internal_devices_upgrade_retrieve
766
+
767
+ # Perform the API call through the SDK function
768
+ result = @controller.internal_devices_upgrade_retrieve()
769
+
770
+ # Test response code
771
+ assert_equal(200, @response_catcher.response.status_code)
772
+
773
+ # Test headers
774
+ expected_headers = {}
775
+ expected_headers['content-type'] = 'application/json'
776
+
777
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
778
+ end
779
+
780
+ # internal_devices_upgrade_create
781
+ def test_internal_devices_upgrade_create
782
+ # Parameters for the API call
783
+ body = nil
784
+
785
+ # Perform the API call through the SDK function
786
+ result = @controller.internal_devices_upgrade_create(body: body)
787
+
788
+ # Test response code
789
+ assert_equal(200, @response_catcher.response.status_code)
790
+
791
+ # Test headers
792
+ expected_headers = {}
793
+ expected_headers['content-type'] = 'application/json'
794
+
795
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
796
+
797
+ # Test whether the captured response is as we expected
798
+ refute_nil(result)
799
+ expected_body = JSON.parse(
800
+ '{"upgrade_id":"82472611-81bc-4c3b-aba3-2bde90c0c516"}'
801
+ )
802
+ received_body = JSON.parse(@response_catcher.response.raw_body)
803
+ assert(ComparisonHelper.match_body(expected_body, received_body))
804
+ end
805
+
806
+ # internal_devices_versions_retrieve
807
+ def test_internal_devices_versions_retrieve
808
+
809
+ # Perform the API call through the SDK function
810
+ result = @controller.internal_devices_versions_retrieve()
811
+
812
+ # Test response code
813
+ assert_equal(200, @response_catcher.response.status_code)
814
+
815
+ # Test headers
816
+ expected_headers = {}
817
+ expected_headers['content-type'] = 'application/json'
818
+
819
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
820
+
821
+ # Test whether the captured response is as we expected
822
+ refute_nil(result)
823
+ expected_body = JSON.parse(
824
+ '{"version":"15.5","model":"AP34"}'
825
+ )
826
+ received_body = JSON.parse(@response_catcher.response.raw_body)
827
+ assert(ComparisonHelper.match_body(expected_body, received_body))
828
+ end
829
+
830
+ # internal_devices_versions_refresh_create
831
+ def test_internal_devices_versions_refresh_create
832
+ # Parameters for the API call
833
+ body = nil
834
+
835
+ # Perform the API call through the SDK function
836
+ result = @controller.internal_devices_versions_refresh_create(body: body)
837
+
838
+ # Test response code
839
+ assert_equal(200, @response_catcher.response.status_code)
840
+
841
+ # Test headers
842
+ expected_headers = {}
843
+ expected_headers['content-type'] = 'application/json'
844
+
845
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
846
+
847
+ # Test whether the captured response is as we expected
848
+ refute_nil(result)
849
+ expected_body = JSON.parse(
850
+ '{"stable":{"EX-4300":{"default_variant":"flexible","default_version":"1'\
851
+ '9.3R2.9","variants":["limited","domestic"],"versions":["19.3R2.9"],"mod'\
852
+ 'els":["ex4300-48mp"]}}}'
853
+ )
854
+ received_body = JSON.parse(@response_catcher.response.raw_body)
855
+ assert(ComparisonHelper.match_body(expected_body, received_body))
856
+ end
857
+
858
+ # internal_devops_queue_depth_retrieve
859
+ def test_internal_devops_queue_depth_retrieve
860
+
861
+ # Perform the API call through the SDK function
862
+ result = @controller.internal_devops_queue_depth_retrieve()
863
+
864
+ # Test response code
865
+ assert_equal(200, @response_catcher.response.status_code)
866
+
867
+ # Test headers
868
+ expected_headers = {}
869
+ expected_headers['content-type'] = 'application/json'
870
+
871
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
872
+
873
+ # Test whether the captured response is as we expected
874
+ refute_nil(result)
875
+ expected_body = JSON.parse(
876
+ '{"low":1,"medium":2,"ep-notify":0}'
877
+ )
878
+ received_body = JSON.parse(@response_catcher.response.raw_body)
879
+ assert(ComparisonHelper.match_body(expected_body, received_body))
880
+ end
881
+
882
+ # internal_devops_verify_dell_techdirect_retrieve
883
+ def test_internal_devops_verify_dell_techdirect_retrieve
884
+
885
+ # Perform the API call through the SDK function
886
+ @controller.internal_devops_verify_dell_techdirect_retrieve()
887
+
888
+ # Test response code
889
+ assert_equal(200, @response_catcher.response.status_code)
890
+ end
891
+
892
+ # internal_devops_verify_jcloud_create
893
+ def test_internal_devops_verify_jcloud_create
894
+
895
+ # Perform the API call through the SDK function
896
+ @controller.internal_devops_verify_jcloud_create()
897
+
898
+ # Test response code
899
+ assert_equal(200, @response_catcher.response.status_code)
900
+ end
901
+
902
+ # internal_devops_verify_junos_cdn_create
903
+ def test_internal_devops_verify_junos_cdn_create
904
+ # Parameters for the API call
905
+ body = nil
906
+
907
+ # Perform the API call through the SDK function
908
+ result = @controller.internal_devops_verify_junos_cdn_create(body: body)
909
+
910
+ # Test response code
911
+ assert_equal(200, @response_catcher.response.status_code)
912
+
913
+ # Test headers
914
+ expected_headers = {}
915
+ expected_headers['content-type'] = 'application/json'
916
+
917
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
918
+
919
+ # Test whether the captured response is as we expected
920
+ refute_nil(result)
921
+ expected_body = JSON.parse(
922
+ '{"downloadUrl":"https://cdn.juniper.net/software/junos/22.3R1/junos....'\
923
+ 'tgz","status":"SUCCESS"}'
924
+ )
925
+ received_body = JSON.parse(@response_catcher.response.raw_body)
926
+ assert(ComparisonHelper.match_body(expected_body, received_body))
927
+ end
928
+
929
+ # internal_devops_verify_looker_retrieve
930
+ def test_internal_devops_verify_looker_retrieve
931
+
932
+ # Perform the API call through the SDK function
933
+ @controller.internal_devops_verify_looker_retrieve()
934
+
935
+ # Test response code
936
+ assert_equal(200, @response_catcher.response.status_code)
937
+ end
938
+
939
+ # internal_devops_verify_redirect_retrieve
940
+ def test_internal_devops_verify_redirect_retrieve
941
+
942
+ # Perform the API call through the SDK function
943
+ @controller.internal_devops_verify_redirect_retrieve()
944
+
945
+ # Test response code
946
+ assert_equal(200, @response_catcher.response.status_code)
947
+ end
948
+
949
+ # internal_devops_verify_redirect_server_create
950
+ def test_internal_devops_verify_redirect_server_create
951
+
952
+ # Perform the API call through the SDK function
953
+ @controller.internal_devops_verify_redirect_server_create()
954
+
955
+ # Test response code
956
+ assert_equal(200, @response_catcher.response.status_code)
957
+ end
958
+
959
+ # internal_devops_verify_sfdc_create
960
+ def test_internal_devops_verify_sfdc_create
961
+
962
+ # Perform the API call through the SDK function
963
+ @controller.internal_devops_verify_sfdc_create()
964
+
965
+ # Test response code
966
+ assert_equal(200, @response_catcher.response.status_code)
967
+ end
968
+
969
+ # internal_devops_verify_sfdc_case_create
970
+ def test_internal_devops_verify_sfdc_case_create
971
+
972
+ # Perform the API call through the SDK function
973
+ @controller.internal_devops_verify_sfdc_case_create()
974
+
975
+ # Test response code
976
+ assert_equal(200, @response_catcher.response.status_code)
977
+ end
978
+
979
+ # internal_devops_verify_sheller_retrieve
980
+ def test_internal_devops_verify_sheller_retrieve
981
+
982
+ # Perform the API call through the SDK function
983
+ @controller.internal_devops_verify_sheller_retrieve()
984
+
985
+ # Test response code
986
+ assert_equal(200, @response_catcher.response.status_code)
987
+ end
988
+
989
+ # internal_emails_send_create
990
+ def test_internal_emails_send_create
991
+
992
+ # Perform the API call through the SDK function
993
+ @controller.internal_emails_send_create()
994
+
995
+ # Test response code
996
+ assert_equal(200, @response_catcher.response.status_code)
997
+ end
998
+
999
+ # internal_fix_mismatch_cc_retrieve
1000
+ def test_internal_fix_mismatch_cc_retrieve
1001
+
1002
+ # Perform the API call through the SDK function
1003
+ @controller.internal_fix_mismatch_cc_retrieve()
1004
+
1005
+ # Test response code
1006
+ assert_equal(200, @response_catcher.response.status_code)
1007
+ end
1008
+
1009
+ # internal_fix_mismatch_cc_create
1010
+ def test_internal_fix_mismatch_cc_create
1011
+
1012
+ # Perform the API call through the SDK function
1013
+ @controller.internal_fix_mismatch_cc_create()
1014
+
1015
+ # Test response code
1016
+ assert_equal(200, @response_catcher.response.status_code)
1017
+ end
1018
+
1019
+ # internal_hold_retrieve
1020
+ def test_internal_hold_retrieve
1021
+
1022
+ # Perform the API call through the SDK function
1023
+ @controller.internal_hold_retrieve()
1024
+
1025
+ # Test response code
1026
+ assert_equal(200, @response_catcher.response.status_code)
1027
+ end
1028
+
1029
+ # internal_jsidevices_register_create
1030
+ def test_internal_jsidevices_register_create
1031
+ # Parameters for the API call
1032
+ body = nil
1033
+
1034
+ # Perform the API call through the SDK function
1035
+ result = @controller.internal_jsidevices_register_create(body: body)
1036
+
1037
+ # Test response code
1038
+ assert_equal(200, @response_catcher.response.status_code)
1039
+
1040
+ # Test headers
1041
+ expected_headers = {}
1042
+ expected_headers['content-type'] = 'application/json'
1043
+
1044
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1045
+ end
1046
+
1047
+ # @param request: http request instance
1048
+ #@return: device registration info
1049
+ def test_internal_junos_register_create
1050
+ # Parameters for the API call
1051
+ body = nil
1052
+
1053
+ # Perform the API call through the SDK function
1054
+ result = @controller.internal_junos_register_create(body: body)
1055
+
1056
+ # Test response code
1057
+ assert_equal(200, @response_catcher.response.status_code)
1058
+
1059
+ # Test headers
1060
+ expected_headers = {}
1061
+ expected_headers['content-type'] = 'application/json'
1062
+
1063
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1064
+
1065
+ # Test whether the captured response is as we expected
1066
+ refute_nil(result)
1067
+ expected_body = JSON.parse(
1068
+ '{"id":"e4-20-b0-f0-00-01","org_id":"2818e386-8dec-2562-9ede-5b8a0fbbdc7'\
1069
+ '1","provider":"aws","env":"local","epterm_url":"wss://jma-term.local/ws'\
1070
+ '","secret":"5iP9mJgssBbBnkwE68yctonVqSZBrqycBxdm6Xt9bqpymhTo","type":"s'\
1071
+ 'witch","model":"EX2300-C-12P","serial":"485D245D1FFF4F4E9DD226B17618794'\
1072
+ 'E"}'
1073
+ )
1074
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1075
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1076
+ end
1077
+
1078
+ # @param request: http request instance
1079
+ def test_internal_junos_unregister_create
1080
+
1081
+ # Perform the API call through the SDK function
1082
+ @controller.internal_junos_unregister_create()
1083
+
1084
+ # Test response code
1085
+ assert_equal(200, @response_catcher.response.status_code)
1086
+ end
1087
+
1088
+ # internal_manuf_tokens_retrieve
1089
+ def test_internal_manuf_tokens_retrieve
1090
+
1091
+ # Perform the API call through the SDK function
1092
+ @controller.internal_manuf_tokens_retrieve()
1093
+
1094
+ # Test response code
1095
+ assert_equal(200, @response_catcher.response.status_code)
1096
+ end
1097
+
1098
+ # internal_manuf_tokens_create
1099
+ def test_internal_manuf_tokens_create
1100
+ # Parameters for the API call
1101
+ body = nil
1102
+
1103
+ # Perform the API call through the SDK function
1104
+ result = @controller.internal_manuf_tokens_create(body: body)
1105
+
1106
+ # Test response code
1107
+ assert_equal(200, @response_catcher.response.status_code)
1108
+
1109
+ # Test headers
1110
+ expected_headers = {}
1111
+ expected_headers['content-type'] = 'application/json'
1112
+
1113
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1114
+ end
1115
+
1116
+ # This is built specifically for CSQA so we can notify MSP admins who'd have sites with auto-upgrade enabled
1117
+ #
1118
+ #The operation is expected to be infrequent as no optimization is done
1119
+ #also
1120
+ #- this will certainly not scale to Google-scale
1121
+ #- this does not consider SSO-admins (as it relies on privilege lookup)
1122
+ #
1123
+ #@param request:
1124
+ #@return:
1125
+ def test_internal_msp_admins_retrieve
1126
+
1127
+ # Perform the API call through the SDK function
1128
+ @controller.internal_msp_admins_retrieve()
1129
+
1130
+ # Test response code
1131
+ assert_equal(200, @response_catcher.response.status_code)
1132
+ end
1133
+
1134
+ # internal_mxedge_manuf_tokens_retrieve
1135
+ def test_internal_mxedge_manuf_tokens_retrieve
1136
+
1137
+ # Perform the API call through the SDK function
1138
+ @controller.internal_mxedge_manuf_tokens_retrieve()
1139
+
1140
+ # Test response code
1141
+ assert_equal(200, @response_catcher.response.status_code)
1142
+ end
1143
+
1144
+ # internal_mxedge_manuf_tokens_create
1145
+ def test_internal_mxedge_manuf_tokens_create
1146
+ # Parameters for the API call
1147
+ body = nil
1148
+
1149
+ # Perform the API call through the SDK function
1150
+ result = @controller.internal_mxedge_manuf_tokens_create(body: body)
1151
+
1152
+ # Test response code
1153
+ assert_equal(200, @response_catcher.response.status_code)
1154
+
1155
+ # Test headers
1156
+ expected_headers = {}
1157
+ expected_headers['content-type'] = 'application/json'
1158
+
1159
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1160
+ end
1161
+
1162
+ # internal_mxedges_versions_retrieve
1163
+ def test_internal_mxedges_versions_retrieve
1164
+
1165
+ # Perform the API call through the SDK function
1166
+ result = @controller.internal_mxedges_versions_retrieve()
1167
+
1168
+ # Test response code
1169
+ assert_equal(200, @response_catcher.response.status_code)
1170
+
1171
+ # Test headers
1172
+ expected_headers = {}
1173
+ expected_headers['content-type'] = 'application/json'
1174
+
1175
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1176
+
1177
+ # Test whether the captured response is as we expected
1178
+ refute_nil(result)
1179
+ expected_body = JSON.parse(
1180
+ '{"package":"mxagent","version":"m1-1"}'
1181
+ )
1182
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1183
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1184
+ end
1185
+
1186
+ # internal_mxedges_versions_destroy
1187
+ def test_internal_mxedges_versions_destroy
1188
+
1189
+ # Perform the API call through the SDK function
1190
+ result = @controller.internal_mxedges_versions_destroy()
1191
+
1192
+ # Test response code
1193
+ assert_equal(200, @response_catcher.response.status_code)
1194
+
1195
+ # Test headers
1196
+ expected_headers = {}
1197
+ expected_headers['content-type'] = 'application/json'
1198
+
1199
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1200
+
1201
+ # Test whether the captured response is as we expected
1202
+ refute_nil(result)
1203
+ expected_body = JSON.parse(
1204
+ '{}'
1205
+ )
1206
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1207
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1208
+ end
1209
+
1210
+ # internal_nacs_retrieve
1211
+ def test_internal_nacs_retrieve
1212
+
1213
+ # Perform the API call through the SDK function
1214
+ @controller.internal_nacs_retrieve()
1215
+
1216
+ # Test response code
1217
+ assert_equal(200, @response_catcher.response.status_code)
1218
+ end
1219
+
1220
+ # internal_nacs_create
1221
+ def test_internal_nacs_create
1222
+ # Parameters for the API call
1223
+ body = nil
1224
+
1225
+ # Perform the API call through the SDK function
1226
+ result = @controller.internal_nacs_create(body: body)
1227
+
1228
+ # Test response code
1229
+ assert_equal(200, @response_catcher.response.status_code)
1230
+
1231
+ # Test headers
1232
+ expected_headers = {}
1233
+ expected_headers['content-type'] = 'application/json'
1234
+
1235
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1236
+
1237
+ # Test whether the captured response is as we expected
1238
+ refute_nil(result)
1239
+ expected_body = JSON.parse(
1240
+ '{"keypair_time":1712294645,"keypair":"-----BEGIN PRIVATE KEY-----\\nMII'\
1241
+ 'JQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQC0myLPfKrtPLWH\\nKm7KOTa'\
1242
+ '0VcqDsXFs5WbWXpK/s6CDLNcSzKRhCnMNJpCSG6jz8n9EOP6ZVcCVCNxr\\nA54Vb/vn6UT'\
1243
+ 'PPXCPElA6278TqvCMcBTOVQizxx8Uk+SySF12RHRHakzUPgQc2cxs\\ntquOWqM4hUrZu/k'\
1244
+ 'BBTgD1MhXMradQZYt1VUXJ4O0sUzJc9+xv3iyaCGP7/6Iyqup\\nC6Ea0VysyALVRs7Dh/u'\
1245
+ 'sYwAIfTwliiKPVwhm7W/wj8SFmeVDnKyNF5b+55SCsOZ0\\nUStpvcphS4XYjA7ohCK08/H'\
1246
+ '1d0T3fxJ2rFV8sXyWqgu6HbRjVzgLkMvid9JpMER1\\nth/1lNBE62QVoyea/cH/LCgrjbn'\
1247
+ 'KobMWwUzfBr0/Wq75xu7ucC4smIMnCEnMNtmf\\nBVHbshS2sid2+BURzB3GQc0b4zKGGT2'\
1248
+ 'OaHYMASxgaKWE+FdR1cMO8/sxAbb+qE1S\\nh9/t2iLs9WoG93nKrDdfnZJFlESPFu8/IAg'\
1249
+ 'iNDR8VUkb6S12uAmguGInt6E4pw7a\\nbRObqr1TgytpEwSLbiazQ/rW87rt7ETFLG/5FZ+'\
1250
+ 'Sdgtsq10YzNHtDEXXEqLG1WT1\\nSdOsYE1B/IT4XM+iWXZaW6e4e/pi4Tni3cF1gI+V4Ce'\
1251
+ 'rvpy6jPZavQCWEimiB74v\\nChRj9k4r0Smf+XAl9t1oaLrOelfohQIDAQABAoICAAEma8D'\
1252
+ '+fj18gXtsMxW+lNvu\\ndUJZbZYlRSkK+SGXYeeemtACgEQjQ5BLNT3OR0kmZiu9C9dWIHU'\
1253
+ 'n1UopKmc14K4d\\nYil1BAklM2BB6KRAwRS5Mf4OXzvQgiDTavASXeX+5u6oJ/fCCAIBsQz'\
1254
+ 'lgjop1u2T\\n4QzPPEqxXyXxw5oqjIHRL8T4SCPERfvElUSYeaLcIUdMOnUm22wWPk7umrF'\
1255
+ 'dBptj\\nEAGOWIq44aAQu/38g4GJsPv7Wzusj2XsxHJFWfG68a5ZqXB+G7KpWw5VO1LfuTD'\
1256
+ 'd\\na5YcGOGKKzO+dJqnjnI1Bke92TLYvn5cdC6p5G2C2gHY2N4xp86xAVPukPgzYRAh\\n'\
1257
+ '2CG4XZBCTRvgnJhMWcqZ7U4FEh9OxKh7om8F4eXuG9ADGYoasyhPrwij1OJCadss\\nrs60'\
1258
+ 'y2AtExzLIv37LO24ZYs0dlU1Yo6K4fv0H45zD7N5a6uZksUY997GTH6AKiIh\\nA4Dk9Oxj'\
1259
+ 'NLXqZ+bLvuUAkCPIL7KjnQ2zUwb2d9QBAqW4sY24yfwgV810yUgZro6V\\n268iujIiS2GH'\
1260
+ 'T9OIStOY8hpN83n0qKbx/Jmo4L3FD1eE+4GaJDdWzTZHlVerFggr\\nUi/2knz8E8XDSQa8'\
1261
+ 'mDzMuPdHcRSPtOtuz9dYBbFYmx5YZtjNH9mSu/BonAJSyRlM\\nF2cgnlOicYtHc4+XXVmB'\
1262
+ 'AoIBAQC1B7lu16+ksUQw4Zy9QJCe6vl+f+lIA/DXRHHa\\n9s4lS/lpezSZskTUdiDVM49h'\
1263
+ '+UrKZb7ejAi51UB7TObkeiHvo2GptGpNTpTDoCg0\\nFxw5MMFg2QsRAxS9b8xoQgnGnWZP'\
1264
+ 'YUzRevr/80IY+Qs5XGwBbRehEaCnXvwJ2rhe\\ntLBJYrxRQPbVVX2tLmDSYmTzjxNwiyr5'\
1265
+ 'PkhDfuWCN2he4eKPgB1wkTIYVeyp7A2l\\nC0nmnPIl1+Q2HDQiwNY0idZ9jJwFQGrSG0JQ'\
1266
+ 'PvWYu9Wc2a+ZQp77pSztld2+2u2Z\\nT8Cn0Pq4ezsKiq7N5MNa1wgIkWRS0fJuVzpiXaz2'\
1267
+ 'A6Z1MT4NAoIBAQD/ZnEqHnZ4\\n8SHMXbfyXGzkk81JQa+tkbB7FXnS3hGQ+J4tQuobNf0N'\
1268
+ 'us8Jj4Utr024vS/Bj80W\\nzyWFM3UYvmKIHHbCuG2H2B1eW/RrZrU7jxyhj/ADskZ/8iEC'\
1269
+ 'nwlLkTSQld6r1ReR\\na4EGWLH7z/WdZVECJQdJ9JfIH0lE3/Lm5DGwXd55yR/I2NQHbZpQ'\
1270
+ '8zK7Wu4al+6f\\ngKdMyq8fQp649wGrPORZvtlXcWCSV4uLjpe8fyy9Jfi4Bz2s1ISm0kfl'\
1271
+ 'duIi9uVq\\nFLs3zgUL7FFc90OiGDEwvOe7gjgYZX3NJGHynSeFLT6Fza2Y5n/WX30nN3EB'\
1272
+ 'nhTR\\n74tmVzt9ny5ZAoIBADqsUzyKqYHudlSFeyCXoYfwTobifEB8Dn4mz+QRJAVQl3jJ'\
1273
+ '\\nluXNsqNN2hxfxrQRcV0iFvfYWSep52lPJnKc5wzdXlT7hYyi0HKLIRyo9NvQYoy6\\nK'\
1274
+ '+0Km5k+d/i+lp6J+1P1DEnE2z9Dn4OqjCm+O79GlWb96Jz2myeyfRks5QoT90c6\\nkAXa3'\
1275
+ 'I3Zv0XQ4DlUgQ9z+6ymtBM0OLy4qpo+CglKk8AdPyhGCRuVx2Jbw0r8STtc\\nurmS8I7nA'\
1276
+ '0Yp+pvci+Dj3PtWHGsXzNAA6R4aK+C3iAG1qlciwKkQGfwbrix1/hz2\\ny88B3eAbqflyQ'\
1277
+ 'kdMoEB7jWCX4vNouxtNWZEYMa0CggEBAMSNDiIf94Tz7dLdfSbj\\nwlnW9XGfP5gQOwU+b'\
1278
+ 'da+WD59Vx32FTyDvA/I6HSvIwsZknLOBeasyGT5XiK4izFT\\ns3iUj0EjtgeJZnCry9qr3'\
1279
+ 'GXNqXcc0tXFaUQmDwl5Yynowc9Tx13uTIj5dv5vW+oz\\nDQ7oXgOMg6OCvRyiFz0OLF1M2'\
1280
+ 'ICmfQS0p+VmGSbuTohl4XEWdY+5xUazOA19HnCs\\nUIKAdaRW5FW87n7BHlUBUr9AKb5DE'\
1281
+ 'ScwBc16pRhRJRVNV09cwoOuBrgw5DP6NSAL\\n6kHleQNSIukjOCOx/4Gm+b3adhbEoxl2z'\
1282
+ 'FslAqhdG5zbN/HqVOmtwtAdzeYg1APF\\ncWECggEAYlXdsVd7u1DbqYQlIcy9eLyscPut1'\
1283
+ '6QFWDV6O8dWGF6eq8C0YR6DGBeN\\nTDeOBTF/zB1698FmkoK8EIoVORnUFWOEfTmt0pgje'\
1284
+ 'b71yk3nA0HDikyskDMeuY1P\\nK1bH5no9jVN5Gtc1QBvAKTvgFhnxTaYuJR1t3418Hv+Ar'\
1285
+ 'uyssnNPGd0S7utgb4OR\\nQqP5e6+t9oVtg7oWRF+PbabxAnzeaSuX2BPY13/k1ElorCGnO'\
1286
+ 'hJ7wvvkkpt/c55Z\\nCTR1RzZTVGxEmqRA28poK8AAOWAVMSG0Qnl20wi2YuR3LmE2NvXce'\
1287
+ '+W+NRz42AD7\\nvXprKJinbKgaZMEo7xXO65a9EvIukg==\\n-----END PRIVATE KEY--'\
1288
+ '---\\n","id":"00000000-0000-0000-1000-020002e0ce1f","name":"naccluster-'\
1289
+ 'aws-us-west-2","mac":"020002e0ce1f","secret":"ca7bf0c67c7528b7669a5964a'\
1290
+ 'bd27906445275a1ff21c7bb2c3f3e55ec7bb6e2","region":"aws-us-west-2"}'
1291
+ )
1292
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1293
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1294
+ end
1295
+
1296
+ # internal_ocdevices_register_create
1297
+ def test_internal_ocdevices_register_create
1298
+ # Parameters for the API call
1299
+ body = nil
1300
+
1301
+ # Perform the API call through the SDK function
1302
+ result = @controller.internal_ocdevices_register_create(body: body)
1303
+
1304
+ # Test response code
1305
+ assert_equal(200, @response_catcher.response.status_code)
1306
+
1307
+ # Test headers
1308
+ expected_headers = {}
1309
+ expected_headers['content-type'] = 'application/json'
1310
+
1311
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1312
+ end
1313
+
1314
+ # internal_orgs_retrieve
1315
+ def test_internal_orgs_retrieve
1316
+
1317
+ # Perform the API call through the SDK function
1318
+ @controller.internal_orgs_retrieve()
1319
+
1320
+ # Test response code
1321
+ assert_equal(200, @response_catcher.response.status_code)
1322
+ end
1323
+
1324
+ # internal_portal_debug_retrieve
1325
+ def test_internal_portal_debug_retrieve
1326
+
1327
+ # Perform the API call through the SDK function
1328
+ @controller.internal_portal_debug_retrieve()
1329
+
1330
+ # Test response code
1331
+ assert_equal(200, @response_catcher.response.status_code)
1332
+ end
1333
+
1334
+ # internal_raise_retrieve
1335
+ def test_internal_raise_retrieve
1336
+
1337
+ # Perform the API call through the SDK function
1338
+ @controller.internal_raise_retrieve()
1339
+
1340
+ # Test response code
1341
+ assert_equal(200, @response_catcher.response.status_code)
1342
+ end
1343
+
1344
+ # internal_redis_get_entry_create
1345
+ def test_internal_redis_get_entry_create
1346
+
1347
+ # Perform the API call through the SDK function
1348
+ @controller.internal_redis_get_entry_create()
1349
+
1350
+ # Test response code
1351
+ assert_equal(200, @response_catcher.response.status_code)
1352
+ end
1353
+
1354
+ # internal_refactor_diff_retrieve
1355
+ def test_internal_refactor_diff_retrieve
1356
+
1357
+ # Perform the API call through the SDK function
1358
+ result = @controller.internal_refactor_diff_retrieve()
1359
+
1360
+ # Test response code
1361
+ assert_equal(200, @response_catcher.response.status_code)
1362
+
1363
+ # Test headers
1364
+ expected_headers = {}
1365
+ expected_headers['content-type'] = 'application/json'
1366
+
1367
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1368
+ end
1369
+
1370
+ # internal_set_placement_status_create
1371
+ def test_internal_set_placement_status_create
1372
+ # Parameters for the API call
1373
+ body = nil
1374
+
1375
+ # Perform the API call through the SDK function
1376
+ result = @controller.internal_set_placement_status_create(body: body)
1377
+
1378
+ # Test response code
1379
+ assert_equal(200, @response_catcher.response.status_code)
1380
+
1381
+ # Test headers
1382
+ expected_headers = {}
1383
+ expected_headers['content-type'] = 'application/json'
1384
+
1385
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1386
+
1387
+ # Test whether the captured response is as we expected
1388
+ refute_nil(result)
1389
+ expected_body = JSON.parse(
1390
+ '{}'
1391
+ )
1392
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1393
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1394
+ end
1395
+
1396
+ # internal_sfdc_contacts_sync_create
1397
+ def test_internal_sfdc_contacts_sync_create
1398
+
1399
+ # Perform the API call through the SDK function
1400
+ @controller.internal_sfdc_contacts_sync_create()
1401
+
1402
+ # Test response code
1403
+ assert_equal(200, @response_catcher.response.status_code)
1404
+ end
1405
+
1406
+ # internal_speedtest_addsites_create
1407
+ def test_internal_speedtest_addsites_create
1408
+
1409
+ # Perform the API call through the SDK function
1410
+ @controller.internal_speedtest_addsites_create()
1411
+
1412
+ # Test response code
1413
+ assert_equal(200, @response_catcher.response.status_code)
1414
+ end
1415
+
1416
+ # internal_ssr_versions_retrieve
1417
+ def test_internal_ssr_versions_retrieve
1418
+
1419
+ # Perform the API call through the SDK function
1420
+ result = @controller.internal_ssr_versions_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
+ # internal_subscriber_emails_create
1433
+ def test_internal_subscriber_emails_create
1434
+
1435
+ # Perform the API call through the SDK function
1436
+ @controller.internal_subscriber_emails_create()
1437
+
1438
+ # Test response code
1439
+ assert_equal(200, @response_catcher.response.status_code)
1440
+ end
1441
+
1442
+ # internal_t128_manuf_tokens_retrieve
1443
+ def test_internal_t128_manuf_tokens_retrieve
1444
+
1445
+ # Perform the API call through the SDK function
1446
+ @controller.internal_t128_manuf_tokens_retrieve()
1447
+
1448
+ # Test response code
1449
+ assert_equal(200, @response_catcher.response.status_code)
1450
+ end
1451
+
1452
+ # internal_t128_manuf_tokens_create
1453
+ def test_internal_t128_manuf_tokens_create
1454
+ # Parameters for the API call
1455
+ body = nil
1456
+
1457
+ # Perform the API call through the SDK function
1458
+ result = @controller.internal_t128_manuf_tokens_create(body: body)
1459
+
1460
+ # Test response code
1461
+ assert_equal(200, @response_catcher.response.status_code)
1462
+
1463
+ # Test headers
1464
+ expected_headers = {}
1465
+ expected_headers['content-type'] = 'application/json'
1466
+
1467
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1468
+ end
1469
+
1470
+ # internal_test_cache_retrieve
1471
+ def test_internal_test_cache_retrieve
1472
+
1473
+ # Perform the API call through the SDK function
1474
+ @controller.internal_test_cache_retrieve()
1475
+
1476
+ # Test response code
1477
+ assert_equal(200, @response_catcher.response.status_code)
1478
+ end
1479
+
1480
+ # internal_test_cache_create
1481
+ def test_internal_test_cache_create
1482
+
1483
+ # Perform the API call through the SDK function
1484
+ @controller.internal_test_cache_create()
1485
+
1486
+ # Test response code
1487
+ assert_equal(200, @response_catcher.response.status_code)
1488
+ end
1489
+
1490
+ # internal_test_cache_update
1491
+ def test_internal_test_cache_update
1492
+
1493
+ # Perform the API call through the SDK function
1494
+ @controller.internal_test_cache_update()
1495
+
1496
+ # Test response code
1497
+ assert_equal(200, @response_catcher.response.status_code)
1498
+ end
1499
+
1500
+ # internal_test_cache_destroy
1501
+ def test_internal_test_cache_destroy
1502
+
1503
+ # Perform the API call through the SDK function
1504
+ @controller.internal_test_cache_destroy()
1505
+
1506
+ # Test response code
1507
+ assert_equal(204, @response_catcher.response.status_code)
1508
+ end
1509
+
1510
+ # internal_test_cacheable_retrieve
1511
+ def test_internal_test_cacheable_retrieve
1512
+
1513
+ # Perform the API call through the SDK function
1514
+ result = @controller.internal_test_cacheable_retrieve()
1515
+
1516
+ # Test response code
1517
+ assert_equal(200, @response_catcher.response.status_code)
1518
+
1519
+ # Test headers
1520
+ expected_headers = {}
1521
+ expected_headers['content-type'] = 'application/json'
1522
+
1523
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1524
+
1525
+ # Test whether the captured response is as we expected
1526
+ refute_nil(result)
1527
+ expected_body = JSON.parse(
1528
+ '{"x":1}'
1529
+ )
1530
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1531
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1532
+ end
1533
+
1534
+ # internal_test_cacheable_create
1535
+ def test_internal_test_cacheable_create
1536
+
1537
+ # Perform the API call through the SDK function
1538
+ @controller.internal_test_cacheable_create()
1539
+
1540
+ # Test response code
1541
+ assert_equal(200, @response_catcher.response.status_code)
1542
+ end
1543
+
1544
+ # internal_test_cacheable_update
1545
+ def test_internal_test_cacheable_update
1546
+
1547
+ # Perform the API call through the SDK function
1548
+ @controller.internal_test_cacheable_update()
1549
+
1550
+ # Test response code
1551
+ assert_equal(200, @response_catcher.response.status_code)
1552
+ end
1553
+
1554
+ # internal_test_cacheable_destroy
1555
+ def test_internal_test_cacheable_destroy
1556
+
1557
+ # Perform the API call through the SDK function
1558
+ @controller.internal_test_cacheable_destroy()
1559
+
1560
+ # Test response code
1561
+ assert_equal(204, @response_catcher.response.status_code)
1562
+ end
1563
+
1564
+ # internal_test_compressible_retrieve
1565
+ def test_internal_test_compressible_retrieve
1566
+
1567
+ # Perform the API call through the SDK function
1568
+ @controller.internal_test_compressible_retrieve()
1569
+
1570
+ # Test response code
1571
+ assert_equal(200, @response_catcher.response.status_code)
1572
+ end
1573
+
1574
+ # internal_test_compressible_create
1575
+ def test_internal_test_compressible_create
1576
+
1577
+ # Perform the API call through the SDK function
1578
+ @controller.internal_test_compressible_create()
1579
+
1580
+ # Test response code
1581
+ assert_equal(200, @response_catcher.response.status_code)
1582
+ end
1583
+
1584
+ # internal_test_compressible_update
1585
+ def test_internal_test_compressible_update
1586
+
1587
+ # Perform the API call through the SDK function
1588
+ @controller.internal_test_compressible_update()
1589
+
1590
+ # Test response code
1591
+ assert_equal(200, @response_catcher.response.status_code)
1592
+ end
1593
+
1594
+ # internal_test_compressible_destroy
1595
+ def test_internal_test_compressible_destroy
1596
+
1597
+ # Perform the API call through the SDK function
1598
+ @controller.internal_test_compressible_destroy()
1599
+
1600
+ # Test response code
1601
+ assert_equal(204, @response_catcher.response.status_code)
1602
+ end
1603
+
1604
+ # internal_test_headers_retrieve
1605
+ def test_internal_test_headers_retrieve
1606
+
1607
+ # Perform the API call through the SDK function
1608
+ @controller.internal_test_headers_retrieve()
1609
+
1610
+ # Test response code
1611
+ assert_equal(200, @response_catcher.response.status_code)
1612
+ end
1613
+
1614
+ # internal_test_headers_create
1615
+ def test_internal_test_headers_create
1616
+
1617
+ # Perform the API call through the SDK function
1618
+ @controller.internal_test_headers_create()
1619
+
1620
+ # Test response code
1621
+ assert_equal(200, @response_catcher.response.status_code)
1622
+ end
1623
+
1624
+ # internal_test_headers_update
1625
+ def test_internal_test_headers_update
1626
+
1627
+ # Perform the API call through the SDK function
1628
+ @controller.internal_test_headers_update()
1629
+
1630
+ # Test response code
1631
+ assert_equal(200, @response_catcher.response.status_code)
1632
+ end
1633
+
1634
+ # internal_test_large_mac_response_create
1635
+ def test_internal_test_large_mac_response_create
1636
+ # Parameters for the API call
1637
+ body = nil
1638
+
1639
+ # Perform the API call through the SDK function
1640
+ @controller.internal_test_large_mac_response_create(body: body)
1641
+
1642
+ # Test response code
1643
+ assert_equal(200, @response_catcher.response.status_code)
1644
+ end
1645
+
1646
+ # internal_test_large_response_retrieve
1647
+ def test_internal_test_large_response_retrieve
1648
+
1649
+ # Perform the API call through the SDK function
1650
+ @controller.internal_test_large_response_retrieve()
1651
+
1652
+ # Test response code
1653
+ assert_equal(200, @response_catcher.response.status_code)
1654
+ end
1655
+
1656
+ # internal_test_rest_retrieve
1657
+ def test_internal_test_rest_retrieve
1658
+
1659
+ # Perform the API call through the SDK function
1660
+ @controller.internal_test_rest_retrieve()
1661
+
1662
+ # Test response code
1663
+ assert_equal(200, @response_catcher.response.status_code)
1664
+ end
1665
+
1666
+ # internal_test_sfdc_case_webhook_create
1667
+ def test_internal_test_sfdc_case_webhook_create
1668
+
1669
+ # Perform the API call through the SDK function
1670
+ @controller.internal_test_sfdc_case_webhook_create()
1671
+
1672
+ # Test response code
1673
+ assert_equal(200, @response_catcher.response.status_code)
1674
+ end
1675
+
1676
+ # internal_usage_retrieve
1677
+ def test_internal_usage_retrieve
1678
+
1679
+ # Perform the API call through the SDK function
1680
+ @controller.internal_usage_retrieve()
1681
+
1682
+ # Test response code
1683
+ assert_equal(200, @response_catcher.response.status_code)
1684
+ end
1685
+
1686
+ # internal_usage_users_retrieve
1687
+ def test_internal_usage_users_retrieve
1688
+
1689
+ # Perform the API call through the SDK function
1690
+ @controller.internal_usage_users_retrieve()
1691
+
1692
+ # Test response code
1693
+ assert_equal(200, @response_catcher.response.status_code)
1694
+ end
1695
+
1696
+ # internal_wlan_schedule_events_upcoming_retrieve
1697
+ def test_internal_wlan_schedule_events_upcoming_retrieve
1698
+
1699
+ # Perform the API call through the SDK function
1700
+ result = @controller.internal_wlan_schedule_events_upcoming_retrieve()
1701
+
1702
+ # Test response code
1703
+ assert_equal(200, @response_catcher.response.status_code)
1704
+
1705
+ # Test headers
1706
+ expected_headers = {}
1707
+ expected_headers['content-type'] = 'application/json'
1708
+
1709
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1710
+
1711
+ # Test whether the captured response is as we expected
1712
+ refute_nil(result)
1713
+ expected_body = JSON.parse(
1714
+ '{"mac":"aabbccddee00","ts":"2019-02-13T12:35:00+00:00Z","ts_epoch":1550'\
1715
+ '061300}'
1716
+ )
1717
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1718
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1719
+ end
1720
+
1721
+ # Fetches and returns all devices registered with the Juniper Redirect Server.
1722
+ #:param request: http request instance
1723
+ #:return: JSON response from the Juniper Redirect Server
1724
+ def test_internal_ztp_auth_token_retrieve
1725
+
1726
+ # Perform the API call through the SDK function
1727
+ result = @controller.internal_ztp_auth_token_retrieve()
1728
+
1729
+ # Test response code
1730
+ assert_equal(200, @response_catcher.response.status_code)
1731
+
1732
+ # Test headers
1733
+ expected_headers = {}
1734
+ expected_headers['content-type'] = 'application/json'
1735
+
1736
+ assert(ComparisonHelper.match_headers(expected_headers, @response_catcher.response.headers))
1737
+
1738
+ # Test whether the captured response is as we expected
1739
+ refute_nil(result)
1740
+ expected_body = JSON.parse(
1741
+ '{"token":"new-token"}'
1742
+ )
1743
+ received_body = JSON.parse(@response_catcher.response.raw_body)
1744
+ assert(ComparisonHelper.match_body(expected_body, received_body))
1745
+ end
1746
+
1747
+ # Acquires a new ztp redirect client auth token from the Juniper Redirect Server
1748
+ #:param request: http request instance
1749
+ #:return: JSON response containing the old and new auth tokens
1750
+ def test_internal_ztp_auth_token_reset_retrieve
1751
+
1752
+ # Perform the API call through the SDK function
1753
+ @controller.internal_ztp_auth_token_reset_retrieve()
1754
+
1755
+ # Test response code
1756
+ assert_equal(200, @response_catcher.response.status_code)
1757
+ end
1758
+
1759
+ # Fetches and returns all devices registered with the Juniper Redirect Server.
1760
+ #:param request: http request instance
1761
+ #:return: JSON response from the Juniper Redirect Server
1762
+ def test_internal_ztp_devices_retrieve
1763
+
1764
+ # Perform the API call through the SDK function
1765
+ @controller.internal_ztp_devices_retrieve()
1766
+
1767
+ # Test response code
1768
+ assert_equal(200, @response_catcher.response.status_code)
1769
+ end
1770
+
1771
+ # shows the task queue of ztp provision
1772
+ #
1773
+ #papi-cron topology will periodically call /internal/cron/provision_ztp to execute them
1774
+ def test_internal_ztp_pending_retrieve
1775
+
1776
+ # Perform the API call through the SDK function
1777
+ @controller.internal_ztp_pending_retrieve()
1778
+
1779
+ # Test response code
1780
+ assert_equal(200, @response_catcher.response.status_code)
1781
+ end
1782
+
1783
+ # Fetches and returns all servers registered with the Juniper Redirect Server.
1784
+ #:param request: http request instance
1785
+ #:return: JSON response from the Juniper Redirect Server
1786
+ def test_internal_ztp_servers_retrieve
1787
+
1788
+ # Perform the API call through the SDK function
1789
+ @controller.internal_ztp_servers_retrieve()
1790
+
1791
+ # Test response code
1792
+ assert_equal(200, @response_catcher.response.status_code)
1793
+ end
1794
+
1795
+ end