graphiant-sdk 25.6.1__py3-none-any.whl → 25.7.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3322) hide show
  1. graphiant_sdk/__init__.py +1154 -1024
  2. graphiant_sdk/api/__init__.py +1 -2
  3. graphiant_sdk/api/default_api.py +127356 -44911
  4. graphiant_sdk/api_client.py +482 -317
  5. graphiant_sdk/api_response.py +21 -0
  6. graphiant_sdk/configuration.py +458 -110
  7. graphiant_sdk/exceptions.py +216 -0
  8. graphiant_sdk/models/__init__.py +1143 -1024
  9. graphiant_sdk/models/v1_account_email_patch_request.py +87 -0
  10. graphiant_sdk/models/v1_account_info_patch_request.py +91 -0
  11. graphiant_sdk/models/v1_account_mfa_confirmation_post200_response.py +87 -0
  12. graphiant_sdk/models/v1_account_mfa_confirmation_post_request.py +93 -0
  13. graphiant_sdk/models/v1_account_mfa_get200_response.py +87 -0
  14. graphiant_sdk/models/v1_account_mfa_put200_response.py +93 -0
  15. graphiant_sdk/models/v1_account_mfa_put_request.py +89 -0
  16. graphiant_sdk/models/v1_account_password_patch_request.py +89 -0
  17. graphiant_sdk/models/v1_activity_logs_post200_response.py +117 -0
  18. graphiant_sdk/models/v1_activity_logs_post200_response_details_inner.py +151 -0
  19. graphiant_sdk/models/v1_activity_logs_post200_response_details_inner_targets_inner.py +122 -0
  20. graphiant_sdk/models/v1_activity_logs_post200_response_details_inner_targets_inner_events_inner.py +97 -0
  21. graphiant_sdk/models/v1_activity_logs_post200_response_filter_entities_value.py +95 -0
  22. graphiant_sdk/models/v1_activity_logs_post_request.py +113 -0
  23. graphiant_sdk/models/v1_activity_logs_post_request_selector.py +108 -0
  24. graphiant_sdk/models/v1_activity_logs_post_request_selector_job_entity.py +91 -0
  25. graphiant_sdk/models/v1_activity_logs_post_request_selector_v2.py +105 -0
  26. graphiant_sdk/models/v1_alarm_history_get200_response.py +95 -0
  27. graphiant_sdk/models/v1_alarm_history_get200_response_history_inner.py +102 -0
  28. graphiant_sdk/models/v1_alarm_history_get200_response_history_inner_time.py +89 -0
  29. graphiant_sdk/models/v1_alarm_mute_alarm_id_put_request.py +87 -0
  30. graphiant_sdk/models/v1_alarms_events_get200_response.py +87 -0
  31. graphiant_sdk/models/v1_alarms_list_get200_response.py +95 -0
  32. graphiant_sdk/models/v1_alarms_list_get200_response_alarms_inner.py +130 -0
  33. graphiant_sdk/models/v1_apps_app_summary_post200_response.py +91 -0
  34. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary.py +118 -0
  35. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_app_incidents.py +95 -0
  36. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_app_incidents_data_inner.py +96 -0
  37. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner.py +97 -0
  38. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner.py +109 -0
  39. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner_dl_incidents.py +90 -0
  40. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner.py +91 -0
  41. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner_data.py +101 -0
  42. graphiant_sdk/models/v1_apps_app_summary_post_request.py +95 -0
  43. graphiant_sdk/models/v1_apps_bandwidth_post200_response.py +95 -0
  44. graphiant_sdk/models/v1_apps_bandwidth_post200_response_stats_inner.py +95 -0
  45. graphiant_sdk/models/v1_apps_bandwidth_post_request.py +104 -0
  46. graphiant_sdk/models/v1_apps_device_device_id_top_post200_response.py +97 -0
  47. graphiant_sdk/models/v1_apps_device_device_id_top_post200_response_apps_utilization_inner.py +92 -0
  48. graphiant_sdk/models/v1_apps_device_device_id_top_post_request.py +94 -0
  49. graphiant_sdk/models/v1_apps_visualization_post200_response.py +102 -0
  50. graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner.py +109 -0
  51. graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value.py +99 -0
  52. graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value_stats.py +97 -0
  53. graphiant_sdk/models/v1_apps_visualization_post_request.py +99 -0
  54. graphiant_sdk/models/v1_audit_logs_post200_response.py +110 -0
  55. graphiant_sdk/models/v1_audit_logs_post200_response_histogram_inner.py +94 -0
  56. graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner.py +129 -0
  57. graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner_failed_target_results_inner.py +95 -0
  58. graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner_failed_target_results_inner_target.py +90 -0
  59. graphiant_sdk/models/v1_audit_logs_post_request.py +113 -0
  60. graphiant_sdk/models/v1_audit_logs_post_request_selectors_inner.py +89 -0
  61. graphiant_sdk/models/v1_auth_get200_response.py +93 -0
  62. graphiant_sdk/models/v1_auth_login_post200_response.py +91 -0
  63. graphiant_sdk/models/v1_auth_login_post_request.py +89 -0
  64. graphiant_sdk/models/v1_auth_login_pre_get200_response.py +89 -0
  65. graphiant_sdk/models/v1_auth_put204_response.py +89 -0
  66. graphiant_sdk/models/v1_auth_user_get200_response.py +99 -0
  67. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response.py +137 -0
  68. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane.py +98 -0
  69. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions.py +95 -0
  70. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner.py +97 -0
  71. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner_transitions_inner.py +97 -0
  72. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane.py +107 -0
  73. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner.py +97 -0
  74. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner_values_inner.py +101 -0
  75. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_issues_inner.py +118 -0
  76. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix.py +105 -0
  77. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_devices_inner.py +95 -0
  78. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner.py +112 -0
  79. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner_box_inner.py +106 -0
  80. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane.py +159 -0
  81. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane_crashes_inner.py +91 -0
  82. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane_last_crash.py +95 -0
  83. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response.py +105 -0
  84. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response_device_etwan_summary_inner.py +99 -0
  85. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response_region_sla_status_inner.py +93 -0
  86. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response.py +115 -0
  87. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response_region_status_inner.py +98 -0
  88. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response_sla_matrix_inner.py +120 -0
  89. graphiant_sdk/models/v1_backbone_health_filter_get200_response.py +135 -0
  90. graphiant_sdk/models/v1_backbone_health_filter_get200_response_lan_segments_inner.py +87 -0
  91. graphiant_sdk/models/v1_backbone_health_filter_get200_response_regions_inner.py +91 -0
  92. graphiant_sdk/models/v1_backbone_health_filter_get200_response_sites_inner.py +89 -0
  93. graphiant_sdk/models/v1_backbone_health_overview_post200_response.py +95 -0
  94. graphiant_sdk/models/v1_backbone_health_overview_post200_response_devices_inner.py +107 -0
  95. graphiant_sdk/models/v1_backbone_health_overview_post_request.py +97 -0
  96. graphiant_sdk/models/v1_backbone_health_overview_post_request_dimensions.py +113 -0
  97. graphiant_sdk/models/v1_backbone_health_overview_post_request_filter.py +95 -0
  98. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response.py +101 -0
  99. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response_control_plane.py +95 -0
  100. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response_control_plane_device_counts_inner.py +89 -0
  101. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_request.py +91 -0
  102. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response.py +91 -0
  103. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details.py +95 -0
  104. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details_bwusage_csv_record_inner.py +100 -0
  105. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response.py +91 -0
  106. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details.py +105 -0
  107. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_region_inner.py +94 -0
  108. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_site_inner.py +98 -0
  109. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response.py +91 -0
  110. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary.py +122 -0
  111. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_role_summary_inner.py +92 -0
  112. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_top_regions_inner.py +100 -0
  113. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response.py +91 -0
  114. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart.py +97 -0
  115. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart_bwusage_chart_inner.py +98 -0
  116. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post_request.py +94 -0
  117. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response.py +91 -0
  118. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary.py +106 -0
  119. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary_bwusage_top_providers_inner.py +94 -0
  120. graphiant_sdk/models/v1_bwtracker_region_edge_details_post200_response.py +91 -0
  121. graphiant_sdk/models/v1_bwtracker_region_edge_details_post200_response_bwusage_details.py +95 -0
  122. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response.py +91 -0
  123. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response_bwusage_summary.py +104 -0
  124. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response_bwusage_summary_bwusage_top_sites_inner.py +92 -0
  125. graphiant_sdk/models/v1_bwtracker_region_site_chart_post_request.py +96 -0
  126. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response.py +91 -0
  127. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details.py +105 -0
  128. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py +96 -0
  129. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py +92 -0
  130. graphiant_sdk/models/v1_bwtracker_region_site_summary_post200_response.py +91 -0
  131. graphiant_sdk/models/v1_bwtracker_region_site_summary_post200_response_bwusage_summary.py +102 -0
  132. graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py +95 -0
  133. graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response_assurances_inner.py +93 -0
  134. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response.py +95 -0
  135. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner.py +132 -0
  136. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_apps_inner.py +87 -0
  137. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_lans_inner.py +87 -0
  138. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_sites_inner.py +87 -0
  139. graphiant_sdk/models/v1_data_assurance_assurances_global_id_put200_response.py +87 -0
  140. graphiant_sdk/models/v1_data_assurance_assurances_global_id_put_request.py +93 -0
  141. graphiant_sdk/models/v1_data_assurance_assurances_global_post200_response.py +89 -0
  142. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request.py +91 -0
  143. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config.py +105 -0
  144. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config_apps_inner.py +107 -0
  145. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config_apps_inner_servers_inner.py +91 -0
  146. graphiant_sdk/models/v1_data_assurance_flex_algos_get200_response.py +95 -0
  147. graphiant_sdk/models/v1_data_assurance_flex_algos_get200_response_entries_inner.py +91 -0
  148. graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get200_response.py +99 -0
  149. graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get200_response_stats.py +88 -0
  150. graphiant_sdk/models/v1_device_routing_bgp_nbrid_get200_response.py +95 -0
  151. graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get200_response.py +95 -0
  152. graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get200_response_counters_inner.py +98 -0
  153. graphiant_sdk/models/v1_device_routing_bgp_nbrs_details_get200_response.py +91 -0
  154. graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response.py +95 -0
  155. graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response_prefixes_inner.py +92 -0
  156. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get200_response.py +103 -0
  157. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get200_response_interfaces_inner.py +105 -0
  158. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get200_response.py +95 -0
  159. graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get200_response.py +95 -0
  160. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response.py +103 -0
  161. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner.py +124 -0
  162. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa.py +102 -0
  163. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa_tos_metric.py +90 -0
  164. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_network_lsa.py +90 -0
  165. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa.py +95 -0
  166. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa_links_inner.py +100 -0
  167. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_summary_lsa.py +94 -0
  168. graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get200_response.py +103 -0
  169. graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get200_response_nbrs_inner.py +102 -0
  170. graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get200_response.py +95 -0
  171. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response.py +103 -0
  172. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response_routes_inner.py +97 -0
  173. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response_routes_inner_path_inner.py +102 -0
  174. graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get200_response.py +100 -0
  175. graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get200_response_statistics_value.py +90 -0
  176. graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get200_response.py +111 -0
  177. graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get200_response_ebgp_route_count.py +89 -0
  178. graphiant_sdk/models/v1_device_routing_vrf_bgp_graphiant_eiroute_count_get200_response.py +91 -0
  179. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post200_response.py +95 -0
  180. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post200_response_counts_inner.py +89 -0
  181. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_request.py +89 -0
  182. graphiant_sdk/models/v1_device_snapshot_device_id_get200_response.py +95 -0
  183. graphiant_sdk/models/v1_device_snapshot_get200_response.py +101 -0
  184. graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot.py +111 -0
  185. graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot_author.py +101 -0
  186. graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot_data.py +114 -0
  187. graphiant_sdk/models/v1_device_snapshot_post_request.py +93 -0
  188. graphiant_sdk/models/v1_device_snapshot_put_request.py +91 -0
  189. graphiant_sdk/models/v1_device_status_history_post200_response.py +95 -0
  190. graphiant_sdk/models/v1_device_status_history_post200_response_mappings_inner.py +102 -0
  191. graphiant_sdk/models/v1_device_status_history_post_request.py +90 -0
  192. graphiant_sdk/models/v1_device_status_post200_response.py +95 -0
  193. graphiant_sdk/models/v1_device_status_post200_response_mappings_inner.py +102 -0
  194. graphiant_sdk/models/v1_devices_bringup_post200_response.py +95 -0
  195. graphiant_sdk/models/v1_devices_bringup_post200_response_summaries_inner.py +104 -0
  196. graphiant_sdk/models/v1_devices_bringup_post_request.py +88 -0
  197. graphiant_sdk/models/v1_devices_bringup_put_request.py +90 -0
  198. graphiant_sdk/models/v1_devices_bringup_token_post200_response.py +93 -0
  199. graphiant_sdk/models/v1_devices_bringup_token_post_request.py +95 -0
  200. graphiant_sdk/models/v1_devices_device_id_arp_get200_response.py +95 -0
  201. graphiant_sdk/models/v1_devices_device_id_arp_get200_response_arp_entry_inner.py +93 -0
  202. graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get200_response.py +95 -0
  203. graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get200_response_circuits_inner.py +93 -0
  204. graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get200_response.py +100 -0
  205. graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get200_response_vrf_associations_value.py +91 -0
  206. graphiant_sdk/models/v1_devices_device_id_config_put202_response.py +89 -0
  207. graphiant_sdk/models/v1_devices_device_id_config_put_request.py +109 -0
  208. graphiant_sdk/models/v1_devices_device_id_config_put_request_core.py +211 -0
  209. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_bgp_instance.py +94 -0
  210. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf.py +226 -0
  211. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value.py +91 -0
  212. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value_config.py +91 -0
  213. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value.py +91 -0
  214. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +168 -0
  215. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_allow_as_in.py +88 -0
  216. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd.py +91 -0
  217. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd_bfd.py +92 -0
  218. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_ebgp_multihop_ttl.py +88 -0
  219. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_hold_timer_value.py +88 -0
  220. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_max_prefix_value.py +88 -0
  221. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +91 -0
  222. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value.py +91 -0
  223. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet.py +141 -0
  224. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_ip_ranges_v2.py +95 -0
  225. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value.py +91 -0
  226. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value_lease.py +91 -0
  227. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ebgp_multipath.py +91 -0
  228. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_nat_ruleset.py +87 -0
  229. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2.py +91 -0
  230. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process.py +131 -0
  231. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_admin_distance.py +88 -0
  232. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value.py +91 -0
  233. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area.py +106 -0
  234. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value.py +91 -0
  235. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface.py +124 -0
  236. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_bfd.py +87 -0
  237. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_dead_interval_value.py +88 -0
  238. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_hello_interval_value.py +88 -0
  239. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_retransmit_interval_value.py +88 -0
  240. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value.py +91 -0
  241. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value_protocol.py +92 -0
  242. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_overlay_filters.py +96 -0
  243. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value.py +91 -0
  244. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route.py +115 -0
  245. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route_next_hop.py +95 -0
  246. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value.py +91 -0
  247. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface.py +222 -0
  248. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor.py +100 -0
  249. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost.py +94 -0
  250. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost_dynamic.py +89 -0
  251. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_flex_algos.py +87 -0
  252. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw.py +91 -0
  253. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw.py +103 -0
  254. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp.py +93 -0
  255. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp_dhcp_relay.py +87 -0
  256. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp.py +91 -0
  257. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp_group.py +112 -0
  258. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type.py +109 -0
  259. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan.py +95 -0
  260. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw.py +91 -0
  261. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw.py +103 -0
  262. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp.py +91 -0
  263. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp_group.py +104 -0
  264. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ipsec.py +124 -0
  265. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface.py +91 -0
  266. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface_interface.py +124 -0
  267. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value.py +91 -0
  268. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface.py +120 -0
  269. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface.py +115 -0
  270. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type.py +109 -0
  271. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan.py +95 -0
  272. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw.py +91 -0
  273. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw_gw.py +91 -0
  274. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan.py +95 -0
  275. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw.py +91 -0
  276. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw.py +103 -0
  277. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_dhcp.py +89 -0
  278. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_vrrp.py +87 -0
  279. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_wan.py +95 -0
  280. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus.py +121 -0
  281. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value.py +91 -0
  282. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group.py +107 -0
  283. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value.py +91 -0
  284. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value_rule_group.py +98 -0
  285. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sink.py +91 -0
  286. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sink_sink.py +94 -0
  287. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value.py +91 -0
  288. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value_sysdb_monitor.py +92 -0
  289. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge.py +293 -0
  290. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_circuits_value.py +186 -0
  291. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_circuits_value_pat_addresses.py +87 -0
  292. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns.py +91 -0
  293. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns.py +99 -0
  294. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns_dynamic.py +89 -0
  295. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns_static.py +106 -0
  296. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value.py +91 -0
  297. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface.py +154 -0
  298. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value.py +91 -0
  299. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface.py +139 -0
  300. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v4_tcp_mss.py +88 -0
  301. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v6_tcp_mss.py +88 -0
  302. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value.py +91 -0
  303. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface.py +145 -0
  304. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_lag_members_value.py +87 -0
  305. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value.py +91 -0
  306. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value_interface.py +107 -0
  307. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy.py +100 -0
  308. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value.py +91 -0
  309. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset.py +104 -0
  310. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value.py +91 -0
  311. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value_rule.py +103 -0
  312. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value.py +91 -0
  313. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +124 -0
  314. graphiant_sdk/models/v1_devices_device_id_connectivity_get200_response.py +105 -0
  315. graphiant_sdk/models/v1_devices_device_id_controller_peers_put_request.py +89 -0
  316. graphiant_sdk/models/v1_devices_device_id_dhcp_server_leases_get200_response.py +95 -0
  317. graphiant_sdk/models/v1_devices_device_id_draft_get200_response.py +91 -0
  318. graphiant_sdk/models/v1_devices_device_id_draft_get200_response_draft.py +97 -0
  319. graphiant_sdk/models/v1_devices_device_id_draft_get200_response_draft_version_info.py +91 -0
  320. graphiant_sdk/models/v1_devices_device_id_draft_post201_response.py +87 -0
  321. graphiant_sdk/models/v1_devices_device_id_draft_post_request.py +95 -0
  322. graphiant_sdk/models/v1_devices_device_id_edges_get200_response.py +101 -0
  323. graphiant_sdk/models/v1_devices_device_id_get200_response.py +91 -0
  324. graphiant_sdk/models/v1_devices_device_id_interfaces_get200_response.py +101 -0
  325. graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get200_response.py +93 -0
  326. graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get200_response_job_status.py +104 -0
  327. graphiant_sdk/models/v1_devices_device_id_ndcache_get200_response.py +95 -0
  328. graphiant_sdk/models/v1_devices_device_id_ndcache_get200_response_nd_entry_inner.py +93 -0
  329. graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get200_response.py +87 -0
  330. graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get200_response.py +95 -0
  331. graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get200_response_zone_pairs_inner.py +99 -0
  332. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response.py +95 -0
  333. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner.py +101 -0
  334. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner.py +110 -0
  335. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_bgp_connection.py +101 -0
  336. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_ipsec_connection.py +131 -0
  337. graphiant_sdk/models/v1_devices_device_id_staged_config_compare_get200_response.py +87 -0
  338. graphiant_sdk/models/v1_devices_device_id_twamp_core_get200_response.py +87 -0
  339. graphiant_sdk/models/v1_devices_device_id_versions_compare_get200_response.py +87 -0
  340. graphiant_sdk/models/v1_devices_device_id_versions_get200_response.py +95 -0
  341. graphiant_sdk/models/v1_devices_device_id_versions_version_get200_response.py +91 -0
  342. graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get200_response.py +88 -0
  343. graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get200_response.py +97 -0
  344. graphiant_sdk/models/v1_devices_device_id_vrrp_get200_response.py +95 -0
  345. graphiant_sdk/models/v1_devices_device_id_vrrp_get200_response_vrrp_entry_inner.py +108 -0
  346. graphiant_sdk/models/v1_devices_inventory_approve_return_post_request.py +87 -0
  347. graphiant_sdk/models/v1_devices_inventory_enterprise_put_request.py +89 -0
  348. graphiant_sdk/models/v1_devices_inventory_get200_response.py +101 -0
  349. graphiant_sdk/models/v1_devices_inventory_get200_response_inventory_inner.py +124 -0
  350. graphiant_sdk/models/v1_devices_inventory_post200_response.py +95 -0
  351. graphiant_sdk/models/v1_devices_inventory_post200_response_data_inner.py +89 -0
  352. graphiant_sdk/models/v1_devices_inventory_post_request.py +95 -0
  353. graphiant_sdk/models/v1_devices_inventory_serial_num_post200_response.py +95 -0
  354. graphiant_sdk/models/v1_devices_oauth_redirect_get200_response.py +91 -0
  355. graphiant_sdk/models/v1_devices_oauth_redirect_get200_response_onboarding_redirection.py +95 -0
  356. graphiant_sdk/models/v1_devices_rma_post_request.py +90 -0
  357. graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get200_response.py +95 -0
  358. graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get200_response_counts_inner.py +93 -0
  359. graphiant_sdk/models/v1_devices_running_version_post200_response.py +95 -0
  360. graphiant_sdk/models/v1_devices_running_version_post200_response_versions_inner.py +93 -0
  361. graphiant_sdk/models/v1_devices_session_status_post200_response.py +123 -0
  362. graphiant_sdk/models/v1_devices_session_status_post200_response_bgp_session_data_map_value.py +93 -0
  363. graphiant_sdk/models/v1_devices_session_status_post_request.py +87 -0
  364. graphiant_sdk/models/v1_devices_summary_get200_response.py +95 -0
  365. graphiant_sdk/models/v1_devices_summary_get200_response_sites_inner.py +99 -0
  366. graphiant_sdk/models/v1_devices_summary_get200_response_sites_inner_devices_inner.py +108 -0
  367. graphiant_sdk/models/v1_devices_upgrade_schedule_put_request.py +101 -0
  368. graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post201_response.py +87 -0
  369. graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post_request.py +87 -0
  370. graphiant_sdk/models/v1_diagnostic_archives_device_id_get200_response.py +95 -0
  371. graphiant_sdk/models/v1_diagnostic_archives_device_id_get200_response_archives_inner.py +107 -0
  372. graphiant_sdk/models/v1_diagnostic_bgp_reset_device_id_put_request.py +93 -0
  373. graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request.py +95 -0
  374. graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request_entry_inner.py +95 -0
  375. graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request_entry_inner_address.py +87 -0
  376. graphiant_sdk/models/v1_diagnostic_gnmi_ping_get200_response.py +95 -0
  377. graphiant_sdk/models/v1_diagnostic_gnmi_ping_get200_response_results_inner.py +97 -0
  378. graphiant_sdk/models/v1_diagnostic_interface_reset_device_id_put_request.py +87 -0
  379. graphiant_sdk/models/v1_diagnostic_otp_device_id_get200_response.py +87 -0
  380. graphiant_sdk/models/v1_diagnostic_packetcapture_pcap_id_get200_response.py +96 -0
  381. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post201_response.py +87 -0
  382. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request.py +104 -0
  383. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_filter.py +101 -0
  384. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_filter_destination.py +90 -0
  385. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_target.py +89 -0
  386. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response.py +93 -0
  387. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result.py +103 -0
  388. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_ping_result.py +101 -0
  389. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_route_info.py +91 -0
  390. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result.py +112 -0
  391. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner.py +98 -0
  392. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner_stats.py +98 -0
  393. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request.py +98 -0
  394. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request_params.py +104 -0
  395. graphiant_sdk/models/v1_diagnostic_reset_ipsec_session_device_id_put_request.py +93 -0
  396. graphiant_sdk/models/v1_diagnostic_speedtest_post200_response.py +93 -0
  397. graphiant_sdk/models/v1_diagnostic_speedtest_post200_response_result.py +111 -0
  398. graphiant_sdk/models/v1_diagnostic_speedtest_post_request.py +94 -0
  399. graphiant_sdk/models/v1_diagnostic_speedtest_post_request_params.py +97 -0
  400. graphiant_sdk/models/v1_diagnostic_speedtest_providers_get200_response.py +87 -0
  401. graphiant_sdk/models/v1_diagnostic_speedtest_report_put200_response.py +89 -0
  402. graphiant_sdk/models/v1_diagnostic_speedtest_report_put_request.py +90 -0
  403. graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response.py +95 -0
  404. graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response_server_inner.py +97 -0
  405. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response.py +95 -0
  406. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner.py +160 -0
  407. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py +112 -0
  408. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_running_version.py +91 -0
  409. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py +108 -0
  410. graphiant_sdk/models/v1_edges_hardware_unassigned_get200_response.py +98 -0
  411. graphiant_sdk/models/v1_edges_summary_get200_response.py +98 -0
  412. graphiant_sdk/models/v1_enterprise_allocation_get200_response.py +116 -0
  413. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary.py +112 -0
  414. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary.py +97 -0
  415. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary_expiration_date.py +89 -0
  416. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_global_summary.py +91 -0
  417. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value.py +108 -0
  418. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_allocation.py +95 -0
  419. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_internet_consumption.py +89 -0
  420. graphiant_sdk/models/v1_enterprise_allocation_get200_response_conversion_holders_value.py +95 -0
  421. graphiant_sdk/models/v1_enterprise_allocation_get200_response_conversion_holders_value_bins_inner.py +97 -0
  422. graphiant_sdk/models/v1_enterprise_allocation_get200_response_regional_allocations_inner.py +99 -0
  423. graphiant_sdk/models/v1_enterprise_configuration_get200_response.py +91 -0
  424. graphiant_sdk/models/v1_enterprise_configuration_get200_response_configuration.py +89 -0
  425. graphiant_sdk/models/v1_enterprise_contract_put_request.py +93 -0
  426. graphiant_sdk/models/v1_enterprise_snapshot_get200_response.py +110 -0
  427. graphiant_sdk/models/v1_enterprise_snapshot_get200_response_device_snapshot_map_value.py +97 -0
  428. graphiant_sdk/models/v1_enterprise_snapshot_get200_response_device_snapshot_records_inner.py +112 -0
  429. graphiant_sdk/models/v1_enterprises_enterprise_id_admin_get200_response.py +87 -0
  430. graphiant_sdk/models/v1_enterprises_get200_response.py +95 -0
  431. graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner.py +140 -0
  432. graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner_counts.py +111 -0
  433. graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner_customers_value.py +99 -0
  434. graphiant_sdk/models/v1_enterprises_managed_get200_response.py +101 -0
  435. graphiant_sdk/models/v1_enterprises_patch_request.py +109 -0
  436. graphiant_sdk/models/v1_enterprises_patch_request_token_expiry.py +89 -0
  437. graphiant_sdk/models/v1_enterprises_put_request.py +105 -0
  438. graphiant_sdk/models/v1_event_device_get200_response.py +95 -0
  439. graphiant_sdk/models/v1_event_device_get200_response_events_inner.py +108 -0
  440. graphiant_sdk/models/v1_event_system_ack_post_request.py +88 -0
  441. graphiant_sdk/models/v1_extranet_sites_usage_post200_response.py +106 -0
  442. graphiant_sdk/models/v1_extranet_sites_usage_post_request.py +103 -0
  443. graphiant_sdk/models/v1_extranet_sites_usage_top_post200_response.py +95 -0
  444. graphiant_sdk/models/v1_extranet_sites_usage_top_post200_response_top_sites_inner.py +91 -0
  445. graphiant_sdk/models/v1_extranet_sites_usage_top_post_request.py +99 -0
  446. graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get200_response.py +97 -0
  447. graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get200_response_summary_inner.py +99 -0
  448. graphiant_sdk/models/v1_extranets_b2b_consumer_id_get200_response.py +109 -0
  449. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response.py +117 -0
  450. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_device_inner.py +97 -0
  451. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner.py +128 -0
  452. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner.py +100 -0
  453. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner_match.py +98 -0
  454. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner.py +102 -0
  455. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner_action.py +93 -0
  456. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request.py +109 -0
  457. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_policy_inner.py +99 -0
  458. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_policy_inner_rules_inner.py +89 -0
  459. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_site_information_inner.py +104 -0
  460. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists.py +89 -0
  461. graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get200_response.py +95 -0
  462. graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get200_response_summary_inner.py +112 -0
  463. graphiant_sdk/models/v1_extranets_b2b_customer_info_id_get200_response.py +93 -0
  464. graphiant_sdk/models/v1_extranets_b2b_id_customer_post200_response.py +95 -0
  465. graphiant_sdk/models/v1_extranets_b2b_id_customer_post200_response_responses_inner.py +100 -0
  466. graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request.py +95 -0
  467. graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request_invites_inner.py +98 -0
  468. graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get200_response.py +95 -0
  469. graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get200_response_customers_inner.py +101 -0
  470. graphiant_sdk/models/v1_extranets_b2b_id_put_request.py +91 -0
  471. graphiant_sdk/models/v1_extranets_b2b_post200_response.py +93 -0
  472. graphiant_sdk/models/v1_extranets_b2b_post200_response_policy.py +115 -0
  473. graphiant_sdk/models/v1_extranets_b2b_post_request.py +95 -0
  474. graphiant_sdk/models/v1_extranets_b2b_post_request_policy.py +119 -0
  475. graphiant_sdk/models/v1_extranets_b2b_post_request_policy_profiles_inner.py +89 -0
  476. graphiant_sdk/models/v1_extranets_b2b_post_request_policy_sla.py +91 -0
  477. graphiant_sdk/models/v1_extranets_b2b_producer_device_status_id_get200_response.py +95 -0
  478. graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response.py +95 -0
  479. graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response_info_inner.py +104 -0
  480. graphiant_sdk/models/v1_extranets_get200_response.py +101 -0
  481. graphiant_sdk/models/v1_extranets_get200_response_policies_inner.py +152 -0
  482. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_auto.py +89 -0
  483. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches.py +111 -0
  484. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner.py +290 -0
  485. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_bgp.py +92 -0
  486. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner.py +191 -0
  487. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_aggregations_inner.py +93 -0
  488. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_multipath.py +89 -0
  489. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner.py +152 -0
  490. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_address_families_inner.py +93 -0
  491. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd.py +92 -0
  492. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor.py +119 -0
  493. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_redistributions.py +95 -0
  494. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner.py +95 -0
  495. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile.py +99 -0
  496. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile_queues_inner.py +92 -0
  497. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner.py +109 -0
  498. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop.py +100 -0
  499. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns.py +127 -0
  500. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner.py +99 -0
  501. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2.py +102 -0
  502. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2_servers_value.py +95 -0
  503. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_static_servers_v2.py +106 -0
  504. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner.py +195 -0
  505. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ip_sec.py +142 -0
  506. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4.py +105 -0
  507. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_dhcp_relay.py +91 -0
  508. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group.py +129 -0
  509. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_group_members_inner.py +103 -0
  510. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_tracked_interfaces_inner.py +90 -0
  511. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface.py +98 -0
  512. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface_lacp_config.py +89 -0
  513. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_sfp_optical_strength_inner.py +96 -0
  514. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_subinterfaces_inner.py +153 -0
  515. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipfix_exporters_inner.py +116 -0
  516. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +130 -0
  517. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_bgp.py +106 -0
  518. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_static.py +87 -0
  519. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_location.py +107 -0
  520. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy.py +95 -0
  521. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner.py +101 -0
  522. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner_rules_inner.py +108 -0
  523. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner.py +122 -0
  524. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_entries_inner.py +96 -0
  525. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_policies_inner.py +91 -0
  526. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +89 -0
  527. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner.py +111 -0
  528. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner.py +110 -0
  529. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_actions_inner.py +114 -0
  530. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_matches_inner.py +108 -0
  531. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner.py +195 -0
  532. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner.py +148 -0
  533. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_leases_inner.py +99 -0
  534. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_nameservers.py +89 -0
  535. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_ranges_inner.py +89 -0
  536. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_static_leases_inner.py +95 -0
  537. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process.py +116 -0
  538. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner.py +119 -0
  539. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner_interfaces_inner.py +132 -0
  540. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_redistributed_protocols_inner.py +92 -0
  541. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv3_process.py +116 -0
  542. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_overlay_filters.py +89 -0
  543. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_syslog_targets_inner.py +112 -0
  544. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site.py +137 -0
  545. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_devices_inner.py +89 -0
  546. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag.py +101 -0
  547. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one.py +91 -0
  548. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp.py +197 -0
  549. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_communities_inner.py +89 -0
  550. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_engine_endpoints_inner.py +99 -0
  551. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner.py +99 -0
  552. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner_include_exclude_list_inner.py +91 -0
  553. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_targets_inner.py +107 -0
  554. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_local_users_inner.py +97 -0
  555. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_remote_users_inner.py +97 -0
  556. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner.py +119 -0
  557. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_accesses_inner.py +99 -0
  558. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_group_members_inner.py +95 -0
  559. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner.py +99 -0
  560. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner_include_exclude_inner.py +91 -0
  561. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy.py +155 -0
  562. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_dpi_applications_inner.py +110 -0
  563. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_network_lists_inner.py +91 -0
  564. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_port_lists_inner.py +92 -0
  565. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner.py +110 -0
  566. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner.py +114 -0
  567. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner_match.py +123 -0
  568. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner.py +110 -0
  569. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner.py +108 -0
  570. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner_action.py +105 -0
  571. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner.py +99 -0
  572. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_ip.py +92 -0
  573. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_udp.py +90 -0
  574. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_pairs_inner.py +93 -0
  575. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_prefix_set.py +103 -0
  576. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_manual.py +87 -0
  577. graphiant_sdk/models/v1_extranets_id_apply_post202_response.py +97 -0
  578. graphiant_sdk/models/v1_extranets_id_apply_post202_response_devices_inner.py +93 -0
  579. graphiant_sdk/models/v1_extranets_id_apply_post_request.py +87 -0
  580. graphiant_sdk/models/v1_extranets_id_delete200_response.py +95 -0
  581. graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get200_response.py +95 -0
  582. graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get200_response_vrfs_inner.py +89 -0
  583. graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get200_response.py +100 -0
  584. graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get200_response_allocations_inner.py +95 -0
  585. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response.py +105 -0
  586. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response_security_rules_inner.py +99 -0
  587. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response_traffic_rules_inner.py +99 -0
  588. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post_request.py +89 -0
  589. graphiant_sdk/models/v1_extranets_post200_response.py +91 -0
  590. graphiant_sdk/models/v1_extranets_post_request.py +91 -0
  591. graphiant_sdk/models/v1_extranets_post_request_policy.py +126 -0
  592. graphiant_sdk/models/v1_extranets_post_request_policy_branches.py +95 -0
  593. graphiant_sdk/models/v1_extranets_post_request_policy_branches_prefix_set.py +108 -0
  594. graphiant_sdk/models/v1_extranets_resolve_policy_target_post200_response.py +95 -0
  595. graphiant_sdk/models/v1_extranets_resolve_policy_target_post_request.py +91 -0
  596. graphiant_sdk/models/v1_extranets_source_segments_post200_response.py +95 -0
  597. graphiant_sdk/models/v1_extranets_source_segments_post_request.py +93 -0
  598. graphiant_sdk/models/v1_flows_flow_table_post200_response.py +101 -0
  599. graphiant_sdk/models/v1_flows_flow_table_post200_response_flow_table_inner.py +120 -0
  600. graphiant_sdk/models/v1_flows_flow_table_post_request.py +114 -0
  601. graphiant_sdk/models/v1_flows_flow_table_post_request_selector.py +89 -0
  602. graphiant_sdk/models/v1_flows_topology_post200_response.py +95 -0
  603. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner.py +122 -0
  604. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta.py +123 -0
  605. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner.py +98 -0
  606. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections.py +113 -0
  607. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections_control_connection_inner.py +102 -0
  608. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_nodes_added_inner.py +102 -0
  609. graphiant_sdk/models/v1_flows_topology_post_request.py +99 -0
  610. graphiant_sdk/models/v1_flows_topology_post_request_app_selector.py +92 -0
  611. graphiant_sdk/models/v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get200_response.py +89 -0
  612. graphiant_sdk/models/v1_gateways_post200_response.py +89 -0
  613. graphiant_sdk/models/v1_gateways_post_request.py +91 -0
  614. graphiant_sdk/models/v1_gateways_put_request.py +93 -0
  615. graphiant_sdk/models/v1_gateways_put_request_details.py +123 -0
  616. graphiant_sdk/models/v1_gateways_put_request_details_aws.py +99 -0
  617. graphiant_sdk/models/v1_gateways_put_request_details_aws_advance_settings.py +97 -0
  618. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection.py +102 -0
  619. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_credentials.py +89 -0
  620. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway.py +102 -0
  621. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner.py +100 -0
  622. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner.py +97 -0
  623. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner_subnets_inner.py +89 -0
  624. graphiant_sdk/models/v1_gateways_put_request_details_azure.py +92 -0
  625. graphiant_sdk/models/v1_gateways_put_request_details_gcp.py +91 -0
  626. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway.py +117 -0
  627. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing.py +97 -0
  628. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp.py +115 -0
  629. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value.py +91 -0
  630. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value_family.py +98 -0
  631. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_md5_password.py +87 -0
  632. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_tunnel1.py +93 -0
  633. graphiant_sdk/models/v1_gateways_put_request_details_oci.py +91 -0
  634. graphiant_sdk/models/v1_gateways_regions_get200_response.py +95 -0
  635. graphiant_sdk/models/v1_gateways_status_post_request.py +101 -0
  636. graphiant_sdk/models/v1_gateways_status_post_request_device_info_inner.py +89 -0
  637. graphiant_sdk/models/v1_gateways_summary_get200_response.py +95 -0
  638. graphiant_sdk/models/v1_gateways_summary_get200_response_summaries_inner.py +120 -0
  639. graphiant_sdk/models/v1_gateways_summary_get200_response_summaries_inner_gateway_device_summary_inner.py +93 -0
  640. graphiant_sdk/models/v1_global_apps_app_list_options_get200_response.py +95 -0
  641. graphiant_sdk/models/v1_global_apps_app_lists_get200_response.py +95 -0
  642. graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner.py +95 -0
  643. graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner_app_list.py +95 -0
  644. graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner_app_list_identifier.py +89 -0
  645. graphiant_sdk/models/v1_global_apps_app_lists_post200_response.py +91 -0
  646. graphiant_sdk/models/v1_global_apps_app_lists_post_request.py +91 -0
  647. graphiant_sdk/models/v1_global_apps_app_lists_post_request_app_list_config.py +99 -0
  648. graphiant_sdk/models/v1_global_apps_categories_get200_response.py +95 -0
  649. graphiant_sdk/models/v1_global_apps_categories_get200_response_entries_inner.py +93 -0
  650. graphiant_sdk/models/v1_global_apps_custom_app_id_details_app_lists_get200_response.py +95 -0
  651. graphiant_sdk/models/v1_global_apps_custom_get200_response.py +95 -0
  652. graphiant_sdk/models/v1_global_apps_custom_get200_response_entries_inner.py +101 -0
  653. graphiant_sdk/models/v1_global_apps_custom_get200_response_entries_inner_app_config.py +107 -0
  654. graphiant_sdk/models/v1_global_apps_custom_post_request.py +91 -0
  655. graphiant_sdk/models/v1_global_apps_graphiant_get200_response.py +95 -0
  656. graphiant_sdk/models/v1_global_apps_graphiant_get200_response_entries_inner.py +95 -0
  657. graphiant_sdk/models/v1_global_attached_edges_post200_response.py +95 -0
  658. graphiant_sdk/models/v1_global_attached_edges_post200_response_statuses_inner.py +103 -0
  659. graphiant_sdk/models/v1_global_attached_edges_post_request.py +97 -0
  660. graphiant_sdk/models/v1_global_config_patch200_response.py +103 -0
  661. graphiant_sdk/models/v1_global_config_patch_request.py +196 -0
  662. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value.py +91 -0
  663. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set.py +110 -0
  664. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value.py +91 -0
  665. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value_entry.py +94 -0
  666. graphiant_sdk/models/v1_global_config_patch_request_ipfix_exporters_value.py +91 -0
  667. graphiant_sdk/models/v1_global_config_patch_request_ipfix_exporters_value_exporter.py +106 -0
  668. graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value.py +91 -0
  669. graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value_target.py +91 -0
  670. graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value_target_prefix_set.py +99 -0
  671. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value.py +91 -0
  672. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy.py +112 -0
  673. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value.py +91 -0
  674. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement.py +118 -0
  675. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value.py +91 -0
  676. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action.py +138 -0
  677. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_administrative_distance.py +88 -0
  678. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_aspath_prepend.py +88 -0
  679. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_bgp_set_next_hop.py +87 -0
  680. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy.py +87 -0
  681. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities.py +91 -0
  682. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities_community.py +89 -0
  683. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_local_pref.py +88 -0
  684. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_metric.py +90 -0
  685. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_weight.py +88 -0
  686. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value.py +91 -0
  687. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match.py +130 -0
  688. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community.py +91 -0
  689. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community_community.py +87 -0
  690. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_prefix_set.py +87 -0
  691. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_protocol_route_type.py +87 -0
  692. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag.py +91 -0
  693. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry.py +91 -0
  694. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_interface.py +87 -0
  695. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_protocol.py +87 -0
  696. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_stale.py +87 -0
  697. graphiant_sdk/models/v1_global_config_patch_request_snmps_value.py +91 -0
  698. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config.py +243 -0
  699. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value.py +91 -0
  700. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint.py +110 -0
  701. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint_addresses_value.py +87 -0
  702. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value.py +91 -0
  703. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +102 -0
  704. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile_include_exclude_list_value.py +87 -0
  705. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_targets_value.py +91 -0
  706. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_targets_value_target.py +105 -0
  707. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_local_users_value.py +91 -0
  708. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_local_users_value_local_user.py +95 -0
  709. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_remote_users_value.py +91 -0
  710. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_remote_users_value_remote_user.py +95 -0
  711. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value.py +91 -0
  712. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group.py +117 -0
  713. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value.py +91 -0
  714. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value_access.py +99 -0
  715. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value.py +91 -0
  716. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value_member.py +93 -0
  717. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_views_value.py +91 -0
  718. graphiant_sdk/models/v1_global_config_patch_request_syslog_servers_value.py +91 -0
  719. graphiant_sdk/models/v1_global_config_patch_request_syslog_servers_value_target.py +106 -0
  720. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies.py +190 -0
  721. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value.py +91 -0
  722. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application.py +132 -0
  723. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_networks.py +89 -0
  724. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_ports.py +90 -0
  725. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_network_lists_value.py +91 -0
  726. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_port_lists_value.py +91 -0
  727. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value.py +91 -0
  728. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset.py +108 -0
  729. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value.py +91 -0
  730. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule.py +123 -0
  731. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_downlink_burst_rate.py +88 -0
  732. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match.py +147 -0
  733. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application.py +91 -0
  734. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application_match.py +89 -0
  735. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter.py +91 -0
  736. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter_match.py +87 -0
  737. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_network.py +87 -0
  738. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_port_range.py +90 -0
  739. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list.py +91 -0
  740. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list_match.py +87 -0
  741. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp.py +91 -0
  742. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp_match.py +88 -0
  743. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_protocol.py +87 -0
  744. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_source_network.py +87 -0
  745. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value.py +91 -0
  746. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset.py +108 -0
  747. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value.py +91 -0
  748. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule.py +104 -0
  749. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action.py +123 -0
  750. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_backup_circuit_label.py +89 -0
  751. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_remark.py +91 -0
  752. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_set_sla_class.py +87 -0
  753. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value.py +91 -0
  754. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall.py +97 -0
  755. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip.py +95 -0
  756. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip_session_limit.py +88 -0
  757. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_udp.py +91 -0
  758. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value.py +91 -0
  759. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone.py +102 -0
  760. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value.py +91 -0
  761. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value_pair.py +91 -0
  762. graphiant_sdk/models/v1_global_config_patch_request_vpn_profiles_value.py +91 -0
  763. graphiant_sdk/models/v1_global_config_patch_request_vpn_profiles_value_vpn_profile.py +112 -0
  764. graphiant_sdk/models/v1_global_config_site_post_request.py +130 -0
  765. graphiant_sdk/models/v1_global_config_site_post_request_ipfix_exporter_ops_v2_value.py +93 -0
  766. graphiant_sdk/models/v1_global_ipfix_device_get200_response.py +95 -0
  767. graphiant_sdk/models/v1_global_ipfix_post_request.py +87 -0
  768. graphiant_sdk/models/v1_global_ipsec_profile_get200_response.py +95 -0
  769. graphiant_sdk/models/v1_global_ipsec_profile_get200_response_ipsec_profiles_inner.py +92 -0
  770. graphiant_sdk/models/v1_global_ipsec_profile_id_get200_response.py +91 -0
  771. graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response.py +95 -0
  772. graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response_site_to_site_vpn_inner.py +94 -0
  773. graphiant_sdk/models/v1_global_lan_segments_get200_response.py +95 -0
  774. graphiant_sdk/models/v1_global_lan_segments_get200_response_entries_inner.py +103 -0
  775. graphiant_sdk/models/v1_global_lan_segments_post200_response.py +89 -0
  776. graphiant_sdk/models/v1_global_lan_segments_post_request.py +89 -0
  777. graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response.py +97 -0
  778. graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py +95 -0
  779. graphiant_sdk/models/v1_global_prefix_sets_device_get200_response.py +95 -0
  780. graphiant_sdk/models/v1_global_routing_policies_device_get200_response.py +95 -0
  781. graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response.py +95 -0
  782. graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response_entries_inner.py +105 -0
  783. graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response_entries_inner_tag_inner.py +91 -0
  784. graphiant_sdk/models/v1_global_snmps_device_get200_response.py +95 -0
  785. graphiant_sdk/models/v1_global_summary_post200_response.py +95 -0
  786. graphiant_sdk/models/v1_global_summary_post200_response_summaries_inner.py +114 -0
  787. graphiant_sdk/models/v1_global_summary_post_request.py +97 -0
  788. graphiant_sdk/models/v1_global_sync_post_request.py +99 -0
  789. graphiant_sdk/models/v1_global_syslogs_device_get200_response.py +95 -0
  790. graphiant_sdk/models/v1_global_traffic_policies_device_get200_response.py +91 -0
  791. graphiant_sdk/models/v1_groups_get200_response.py +95 -0
  792. graphiant_sdk/models/v1_groups_get200_response_groups_inner.py +105 -0
  793. graphiant_sdk/models/v1_groups_get200_response_groups_inner_permissions.py +121 -0
  794. graphiant_sdk/models/v1_groups_id_enterprises_post_request.py +87 -0
  795. graphiant_sdk/models/v1_groups_id_get200_response.py +91 -0
  796. graphiant_sdk/models/v1_groups_id_members_get200_response.py +95 -0
  797. graphiant_sdk/models/v1_groups_id_members_get200_response_users_inner.py +103 -0
  798. graphiant_sdk/models/v1_groups_id_members_post204_response.py +89 -0
  799. graphiant_sdk/models/v1_groups_id_members_post_request.py +87 -0
  800. graphiant_sdk/models/v1_groups_id_patch_request.py +101 -0
  801. graphiant_sdk/models/v1_groups_put_request.py +105 -0
  802. graphiant_sdk/models/v1_healthcheck_devices_get200_response.py +95 -0
  803. graphiant_sdk/models/v1_healthcheck_devices_get200_response_details_inner.py +124 -0
  804. graphiant_sdk/models/v1_healthcheck_devices_get200_response_details_inner_odp_status.py +89 -0
  805. graphiant_sdk/models/v1_healthcheck_devices_get200_response_details_inner_onboarding_status.py +89 -0
  806. graphiant_sdk/models/v1_lan_segments_get200_response.py +101 -0
  807. graphiant_sdk/models/v1_lldp_interface_id_neighbors_get200_response.py +95 -0
  808. graphiant_sdk/models/v1_lldp_interface_id_neighbors_get200_response_neighbors_inner.py +99 -0
  809. graphiant_sdk/models/v1_lldp_interface_id_summary_get200_response.py +89 -0
  810. graphiant_sdk/models/v1_lldp_interface_id_vendors_get200_response.py +95 -0
  811. graphiant_sdk/models/v1_lldp_interface_id_vendors_get200_response_vendors_inner.py +89 -0
  812. graphiant_sdk/models/v1_logs_post200_response.py +110 -0
  813. graphiant_sdk/models/v1_logs_post200_response_logs_inner.py +102 -0
  814. graphiant_sdk/models/v1_logs_post_request.py +117 -0
  815. graphiant_sdk/models/v1_logs_post_request_selectors_inner.py +89 -0
  816. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post200_response.py +95 -0
  817. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post200_response_data_inner.py +115 -0
  818. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request.py +104 -0
  819. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request_selectors_inner.py +90 -0
  820. graphiant_sdk/models/v1_monitoring_circuits_incidents_post200_response.py +95 -0
  821. graphiant_sdk/models/v1_monitoring_circuits_summary_post200_response.py +95 -0
  822. graphiant_sdk/models/v1_monitoring_circuits_summary_post200_response_summaries_inner.py +114 -0
  823. graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response.py +95 -0
  824. graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner.py +100 -0
  825. graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner_queue_utilization_inner.py +96 -0
  826. graphiant_sdk/models/v1_monitoring_circuits_visualization_post200_response.py +97 -0
  827. graphiant_sdk/models/v1_monitoring_circuits_visualization_post200_response_data_inner.py +101 -0
  828. graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request.py +104 -0
  829. graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request_selectors_inner.py +91 -0
  830. graphiant_sdk/models/v1_nat_entries_device_id_get200_response.py +107 -0
  831. graphiant_sdk/models/v1_nat_entries_device_id_get200_response_nat_entries_inner.py +110 -0
  832. graphiant_sdk/models/v1_nat_entries_device_id_get200_response_page_info.py +100 -0
  833. graphiant_sdk/models/v1_nat_utilization_device_id_get200_response.py +97 -0
  834. graphiant_sdk/models/v1_nat_utilization_device_id_get200_response_nat_usage.py +96 -0
  835. graphiant_sdk/models/v1_policy_applications_get200_response.py +101 -0
  836. graphiant_sdk/models/v1_policy_applications_get200_response_applications_inner.py +93 -0
  837. graphiant_sdk/models/v1_policy_prefix_sets_id_put_request.py +119 -0
  838. graphiant_sdk/models/v1_policy_prefix_sets_post200_response.py +91 -0
  839. graphiant_sdk/models/v1_policy_prefix_sets_post_request.py +121 -0
  840. graphiant_sdk/models/v1_policy_prefix_sets_post_request_entries_value.py +92 -0
  841. graphiant_sdk/models/v1_policy_route_tag_sets_post200_response.py +87 -0
  842. graphiant_sdk/models/v1_policy_route_tag_sets_post_request.py +91 -0
  843. graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get200_response.py +95 -0
  844. graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get200_response_devices_inner.py +97 -0
  845. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response.py +95 -0
  846. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner.py +101 -0
  847. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner.py +101 -0
  848. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner.py +101 -0
  849. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner.py +101 -0
  850. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +101 -0
  851. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +101 -0
  852. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +101 -0
  853. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +101 -0
  854. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +93 -0
  855. graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get200_response.py +95 -0
  856. graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get200_response_tags_inner.py +99 -0
  857. graphiant_sdk/models/v1_portal_apikeys_get200_response.py +95 -0
  858. graphiant_sdk/models/v1_portal_apikeys_get200_response_api_key_info_inner.py +93 -0
  859. graphiant_sdk/models/v1_portal_apikeys_post200_response.py +87 -0
  860. graphiant_sdk/models/v1_portal_apikeys_post_request.py +87 -0
  861. graphiant_sdk/models/v1_portal_private_details_get200_response.py +95 -0
  862. graphiant_sdk/models/v1_portal_private_inventory_details_get200_response.py +95 -0
  863. graphiant_sdk/models/v1_portal_private_inventory_details_get200_response_details_inner.py +93 -0
  864. graphiant_sdk/models/v1_portal_private_post_request.py +91 -0
  865. graphiant_sdk/models/v1_portal_private_post_request_details.py +99 -0
  866. graphiant_sdk/models/v1_portal_private_sync_post_request.py +99 -0
  867. graphiant_sdk/models/v1_portal_private_sync_post_request_inventory_inner.py +93 -0
  868. graphiant_sdk/models/v1_presharedkey_get200_response.py +87 -0
  869. graphiant_sdk/models/v1_qos_circuit_profiles_get200_response.py +95 -0
  870. graphiant_sdk/models/v1_search_get200_response.py +95 -0
  871. graphiant_sdk/models/v1_search_get200_response_results_inner.py +92 -0
  872. graphiant_sdk/models/v1_site_details_sitelists_post200_response.py +95 -0
  873. graphiant_sdk/models/v1_site_details_sitelists_post200_response_site_lists_inner.py +94 -0
  874. graphiant_sdk/models/v1_site_details_sitelists_post_request.py +87 -0
  875. graphiant_sdk/models/v1_site_id_details_interfaces_get200_response.py +87 -0
  876. graphiant_sdk/models/v1_sites_details_get200_response.py +95 -0
  877. graphiant_sdk/models/v1_sites_get200_response.py +101 -0
  878. graphiant_sdk/models/v1_sites_post200_response.py +91 -0
  879. graphiant_sdk/models/v1_sites_post_request.py +93 -0
  880. graphiant_sdk/models/v1_sites_post_request_site.py +144 -0
  881. graphiant_sdk/models/v1_sites_site_id_circuits_get200_response.py +95 -0
  882. graphiant_sdk/models/v1_sites_site_id_circuits_get200_response_data_inner.py +98 -0
  883. graphiant_sdk/models/v1_sites_site_id_devices_get200_response.py +95 -0
  884. graphiant_sdk/models/v1_sites_site_id_devices_get200_response_device_inner.py +118 -0
  885. graphiant_sdk/models/v1_sites_site_id_post_request.py +91 -0
  886. graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response.py +93 -0
  887. graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_details.py +95 -0
  888. graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request.py +91 -0
  889. graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details.py +103 -0
  890. graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py +89 -0
  891. graphiant_sdk/models/v1_software_release_notes_get200_response.py +87 -0
  892. graphiant_sdk/models/v1_software_releases_download_get200_response.py +87 -0
  893. graphiant_sdk/models/v1_software_releases_summary_get200_response.py +95 -0
  894. graphiant_sdk/models/v1_software_releases_summary_get200_response_summaries_inner.py +101 -0
  895. graphiant_sdk/models/v1_software_releases_summary_get200_response_summaries_inner_key.py +90 -0
  896. graphiant_sdk/models/v1_software_running_details_get200_response.py +95 -0
  897. graphiant_sdk/models/v1_software_running_details_get200_response_devices_inner.py +93 -0
  898. graphiant_sdk/models/v1_software_running_summary_get200_response.py +95 -0
  899. graphiant_sdk/models/v1_software_running_summary_get200_response_versions_inner.py +92 -0
  900. graphiant_sdk/models/v1_talkers_device_device_id_top_post200_response.py +95 -0
  901. graphiant_sdk/models/v1_talkers_device_device_id_top_post200_response_apps_utilization_inner.py +89 -0
  902. graphiant_sdk/models/v1_talkers_device_device_id_top_post_request.py +94 -0
  903. graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response.py +135 -0
  904. graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response_control_plane.py +106 -0
  905. graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response_system_plane.py +159 -0
  906. graphiant_sdk/models/v1_troubleshooting_enterprise_post200_response.py +95 -0
  907. graphiant_sdk/models/v1_troubleshooting_enterprise_post200_response_sites_inner.py +105 -0
  908. graphiant_sdk/models/v1_troubleshooting_enterprise_post_request.py +97 -0
  909. graphiant_sdk/models/v1_troubleshooting_enterprise_post_request_dimensions.py +117 -0
  910. graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get200_response.py +95 -0
  911. graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get200_response_connectivity_status_inner.py +89 -0
  912. graphiant_sdk/models/v1_troubleshooting_site_site_id_get200_response.py +99 -0
  913. graphiant_sdk/models/v1_troubleshooting_site_site_id_get200_response_edge_statuses_inner.py +91 -0
  914. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response.py +101 -0
  915. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane.py +95 -0
  916. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane_site_counts_inner.py +89 -0
  917. graphiant_sdk/models/v1_users_put_request.py +95 -0
  918. graphiant_sdk/models/v1_version_post200_response.py +91 -0
  919. graphiant_sdk/models/v1_version_post_request.py +95 -0
  920. graphiant_sdk/models/v1_version_post_request_configuration_metadata.py +91 -0
  921. graphiant_sdk/models/v1_zones_get200_response.py +101 -0
  922. graphiant_sdk/models/v1_zones_get200_response_zones_inner.py +91 -0
  923. graphiant_sdk/models/v2_ack_createupdate_post_request.py +89 -0
  924. graphiant_sdk/models/v2_allowlist_create_post_request.py +89 -0
  925. graphiant_sdk/models/v2_allowlist_rule_id_get200_response.py +95 -0
  926. graphiant_sdk/models/v2_allowlist_rule_id_get200_response_records_inner.py +111 -0
  927. graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response.py +113 -0
  928. graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py +91 -0
  929. graphiant_sdk/models/v2_assistant_add_to_conversation_post_request.py +93 -0
  930. graphiant_sdk/models/v2_assistant_add_to_conversation_post_request_question.py +93 -0
  931. graphiant_sdk/models/v2_assistant_get_conversation_details_post200_response.py +99 -0
  932. graphiant_sdk/models/v2_assistant_get_conversation_details_post_request.py +95 -0
  933. graphiant_sdk/models/v2_assistant_get_conversations_post200_response.py +95 -0
  934. graphiant_sdk/models/v2_assistant_get_conversations_post200_response_conversation_list_inner.py +91 -0
  935. graphiant_sdk/models/v2_assistant_get_conversations_post_request.py +93 -0
  936. graphiant_sdk/models/v2_assistant_update_conversation_name_post_request.py +89 -0
  937. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response.py +97 -0
  938. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record.py +141 -0
  939. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record_flex_algo_inner.py +89 -0
  940. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_name_record.py +131 -0
  941. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post_request.py +99 -0
  942. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response.py +91 -0
  943. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary.py +95 -0
  944. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner.py +115 -0
  945. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_bucket_stats.py +93 -0
  946. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_child_bucket_stats_list_inner.py +93 -0
  947. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response.py +95 -0
  948. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner.py +110 -0
  949. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_added_servers_inner.py +91 -0
  950. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_app.py +89 -0
  951. graphiant_sdk/models/v2_assurance_bucket_app_servers_post200_response.py +95 -0
  952. graphiant_sdk/models/v2_assurance_bucket_app_servers_post200_response_app_servers_inner.py +95 -0
  953. graphiant_sdk/models/v2_assurance_bucket_app_servers_post_request.py +97 -0
  954. graphiant_sdk/models/v2_assurance_bucket_apps_post200_response.py +95 -0
  955. graphiant_sdk/models/v2_assurance_bucket_apps_post200_response_apps_inner.py +99 -0
  956. graphiant_sdk/models/v2_assurance_bucket_apps_post_request.py +97 -0
  957. graphiant_sdk/models/v2_assurance_bucket_topologies_post200_response.py +95 -0
  958. graphiant_sdk/models/v2_assurance_bucket_topologies_post_request.py +87 -0
  959. graphiant_sdk/models/v2_assurance_bucketdetails_post200_response.py +91 -0
  960. graphiant_sdk/models/v2_assurance_bucketdetails_post200_response_bucket_details.py +135 -0
  961. graphiant_sdk/models/v2_assurance_bucketdetails_post200_response_bucket_details_trend_value_list_inner.py +91 -0
  962. graphiant_sdk/models/v2_assurance_bucketdetails_post_request.py +95 -0
  963. graphiant_sdk/models/v2_assurance_create_user_report_post200_response.py +87 -0
  964. graphiant_sdk/models/v2_assurance_create_user_report_post_request.py +99 -0
  965. graphiant_sdk/models/v2_assurance_createclassifiedapplication_post200_response.py +87 -0
  966. graphiant_sdk/models/v2_assurance_createclassifiedapplication_post_request.py +93 -0
  967. graphiant_sdk/models/v2_assurance_download_user_report_get200_response.py +87 -0
  968. graphiant_sdk/models/v2_assurance_endpoint_intel_post200_response.py +91 -0
  969. graphiant_sdk/models/v2_assurance_endpoint_intel_post_request.py +91 -0
  970. graphiant_sdk/models/v2_assurance_enterprisesummary_post200_response.py +91 -0
  971. graphiant_sdk/models/v2_assurance_enterprisesummary_post200_response_enterprise_summary.py +97 -0
  972. graphiant_sdk/models/v2_assurance_flow_summary_post200_response.py +123 -0
  973. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint.py +123 -0
  974. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_edges_inner.py +89 -0
  975. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_jitter.py +91 -0
  976. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_site.py +91 -0
  977. graphiant_sdk/models/v2_assurance_flow_summary_post_request.py +97 -0
  978. graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get200_response.py +95 -0
  979. graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get200_response_classified_application_list_inner.py +95 -0
  980. graphiant_sdk/models/v2_assurance_read_user_report_list_get200_response.py +95 -0
  981. graphiant_sdk/models/v2_assurance_read_user_report_list_get200_response_user_report_list_inner.py +101 -0
  982. graphiant_sdk/models/v2_assurance_scoredetails_post200_response.py +91 -0
  983. graphiant_sdk/models/v2_assurance_scoredetails_post200_response_score_details.py +95 -0
  984. graphiant_sdk/models/v2_assurance_scoredetails_post200_response_score_details_score_bucket_list_inner.py +91 -0
  985. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response.py +91 -0
  986. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session.py +179 -0
  987. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_client_endpoint.py +125 -0
  988. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_client_links_inner.py +95 -0
  989. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_local_dia_links_inner.py +87 -0
  990. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_pop_links_inner.py +95 -0
  991. graphiant_sdk/models/v2_assurance_topology_client_session_details_post_request.py +87 -0
  992. graphiant_sdk/models/v2_assurance_topology_client_sessions_post200_response.py +95 -0
  993. graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request.py +109 -0
  994. graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request_filter.py +91 -0
  995. graphiant_sdk/models/v2_assurance_topology_client_summaries_post200_response.py +95 -0
  996. graphiant_sdk/models/v2_assurance_topology_client_summaries_post200_response_summaries_inner.py +99 -0
  997. graphiant_sdk/models/v2_assurance_topology_client_summaries_post_request.py +107 -0
  998. graphiant_sdk/models/v2_assurance_topology_flows_post200_response.py +95 -0
  999. graphiant_sdk/models/v2_assurance_topology_flows_post200_response_flows_inner.py +117 -0
  1000. graphiant_sdk/models/v2_assurance_topology_flows_post_request.py +97 -0
  1001. graphiant_sdk/models/v2_assurance_topology_inventory_post200_response.py +126 -0
  1002. graphiant_sdk/models/v2_assurance_topology_inventory_post200_response_regions_inner.py +89 -0
  1003. graphiant_sdk/models/v2_assurance_topology_inventory_post_request.py +95 -0
  1004. graphiant_sdk/models/v2_assurance_topology_overview_post200_response.py +115 -0
  1005. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology.py +115 -0
  1006. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_edges_inner.py +99 -0
  1007. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_edges_inner_performance_inner.py +91 -0
  1008. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_nodes_inner.py +99 -0
  1009. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_nodes_inner_location.py +89 -0
  1010. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_paths_inner.py +87 -0
  1011. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_traffic_regions_inner.py +93 -0
  1012. graphiant_sdk/models/v2_assurance_topology_overview_post_request.py +118 -0
  1013. graphiant_sdk/models/v2_assurance_topology_region_summary_post200_response.py +95 -0
  1014. graphiant_sdk/models/v2_assurance_topology_region_summary_post200_response_sites_inner.py +99 -0
  1015. graphiant_sdk/models/v2_assurance_topology_region_summary_post_request.py +87 -0
  1016. graphiant_sdk/models/v2_assurance_topology_site_summaries_post200_response.py +95 -0
  1017. graphiant_sdk/models/v2_assurance_topology_site_summaries_post200_response_summaries_inner.py +97 -0
  1018. graphiant_sdk/models/v2_assurance_topology_site_summaries_post_request.py +105 -0
  1019. graphiant_sdk/models/v2_audit_logs_post200_response.py +100 -0
  1020. graphiant_sdk/models/v2_audit_logs_post200_response_logs_inner.py +112 -0
  1021. graphiant_sdk/models/v2_audit_logs_post_request.py +107 -0
  1022. graphiant_sdk/models/v2_audit_logs_post_request_selector.py +110 -0
  1023. graphiant_sdk/models/v2_childalertlist_post200_response.py +95 -0
  1024. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner.py +150 -0
  1025. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list.py +95 -0
  1026. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner.py +150 -0
  1027. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +95 -0
  1028. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +150 -0
  1029. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +95 -0
  1030. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +150 -0
  1031. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +95 -0
  1032. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +146 -0
  1033. graphiant_sdk/models/v2_childalertlist_post_request.py +87 -0
  1034. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response.py +95 -0
  1035. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner.py +97 -0
  1036. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner.py +101 -0
  1037. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner_vrf_route_inner.py +93 -0
  1038. graphiant_sdk/models/v2_device_device_id_topology_post200_response.py +115 -0
  1039. graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner.py +114 -0
  1040. graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner_circuits_info_inner.py +109 -0
  1041. graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner_connections_inner.py +109 -0
  1042. graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner.py +120 -0
  1043. graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner_circuit_info_inner.py +116 -0
  1044. graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner_node_info.py +121 -0
  1045. graphiant_sdk/models/v2_device_device_id_topology_post200_response_snapshots_inner.py +93 -0
  1046. graphiant_sdk/models/v2_device_device_id_topology_post_request.py +97 -0
  1047. graphiant_sdk/models/v2_extranet_consumers_usage_top_post200_response.py +95 -0
  1048. graphiant_sdk/models/v2_extranet_consumers_usage_top_post200_response_top_consumers_inner.py +91 -0
  1049. graphiant_sdk/models/v2_extranet_consumers_usage_top_post_request.py +95 -0
  1050. graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post200_response.py +95 -0
  1051. graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post_request.py +97 -0
  1052. graphiant_sdk/models/v2_extranet_service_overtime_consumption_post200_response.py +104 -0
  1053. graphiant_sdk/models/v2_extranet_service_overtime_consumption_post200_response_dl_agg_stats_inner.py +95 -0
  1054. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post200_response.py +115 -0
  1055. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post200_response_lan_segments_inner.py +92 -0
  1056. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_request.py +101 -0
  1057. graphiant_sdk/models/v2_extranet_total_usage_post200_response.py +87 -0
  1058. graphiant_sdk/models/v2_extranets_monitoring_consumers_post200_response.py +95 -0
  1059. graphiant_sdk/models/v2_extranets_monitoring_consumers_post200_response_consumers_inner.py +91 -0
  1060. graphiant_sdk/models/v2_integration_getall_enterprise_id_get200_response.py +95 -0
  1061. graphiant_sdk/models/v2_integration_integration_id_put_request.py +91 -0
  1062. graphiant_sdk/models/v2_integration_integration_id_put_request_integration_body.py +101 -0
  1063. graphiant_sdk/models/v2_integration_post200_response.py +91 -0
  1064. graphiant_sdk/models/v2_integration_post200_response_integration.py +105 -0
  1065. graphiant_sdk/models/v2_integration_post_request.py +91 -0
  1066. graphiant_sdk/models/v2_integration_post_request_integration_body.py +107 -0
  1067. graphiant_sdk/models/v2_integration_post_request_integration_body_details.py +91 -0
  1068. graphiant_sdk/models/v2_monitoring_bfd_post200_response.py +95 -0
  1069. graphiant_sdk/models/v2_monitoring_bfd_post200_response_data_inner.py +101 -0
  1070. graphiant_sdk/models/v2_monitoring_bfd_post200_response_data_inner_samples_inner.py +95 -0
  1071. graphiant_sdk/models/v2_monitoring_bfd_post_request.py +104 -0
  1072. graphiant_sdk/models/v2_monitoring_bfd_post_request_selectors_inner.py +92 -0
  1073. graphiant_sdk/models/v2_monitoring_bgp_post200_response.py +95 -0
  1074. graphiant_sdk/models/v2_monitoring_bgp_post200_response_data_inner.py +101 -0
  1075. graphiant_sdk/models/v2_monitoring_bgp_post_request.py +104 -0
  1076. graphiant_sdk/models/v2_monitoring_bgp_post_request_selectors_inner.py +91 -0
  1077. graphiant_sdk/models/v2_monitoring_circuits_summary_post200_response.py +95 -0
  1078. graphiant_sdk/models/v2_monitoring_circuits_summary_post200_response_circuit_summaries_inner.py +136 -0
  1079. graphiant_sdk/models/v2_monitoring_circuits_summary_post_request.py +94 -0
  1080. graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response.py +95 -0
  1081. graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response_data_inner.py +104 -0
  1082. graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response_data_inner_queue_utilization_inner.py +98 -0
  1083. graphiant_sdk/models/v2_monitoring_circuits_utilization_post_request.py +104 -0
  1084. graphiant_sdk/models/v2_monitoring_extranet_edge_status_get200_response.py +95 -0
  1085. graphiant_sdk/models/v2_monitoring_extranet_edge_status_get200_response_edge_statuses_inner.py +101 -0
  1086. graphiant_sdk/models/v2_monitoring_extranet_log_details_post200_response.py +95 -0
  1087. graphiant_sdk/models/v2_monitoring_extranet_log_details_post200_response_logs_inner.py +99 -0
  1088. graphiant_sdk/models/v2_monitoring_extranet_log_details_post_request.py +91 -0
  1089. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response.py +95 -0
  1090. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response_statuses_inner.py +101 -0
  1091. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response_statuses_inner_statuses_inner.py +89 -0
  1092. graphiant_sdk/models/v2_monitoring_extranet_service_status_get200_response.py +95 -0
  1093. graphiant_sdk/models/v2_monitoring_extranet_status_details_get200_response.py +105 -0
  1094. graphiant_sdk/models/v2_monitoring_ike_error_history_post200_response.py +95 -0
  1095. graphiant_sdk/models/v2_monitoring_ike_error_history_post200_response_data_inner.py +101 -0
  1096. graphiant_sdk/models/v2_monitoring_ike_error_history_post_request.py +96 -0
  1097. graphiant_sdk/models/v2_monitoring_interface_post200_response.py +95 -0
  1098. graphiant_sdk/models/v2_monitoring_interface_post200_response_data_inner.py +101 -0
  1099. graphiant_sdk/models/v2_monitoring_interface_post_request.py +104 -0
  1100. graphiant_sdk/models/v2_monitoring_interface_post_request_selectors_inner.py +89 -0
  1101. graphiant_sdk/models/v2_monitoring_ipsec_post200_response.py +95 -0
  1102. graphiant_sdk/models/v2_monitoring_ipsec_post200_response_data_inner.py +101 -0
  1103. graphiant_sdk/models/v2_monitoring_ipsec_post_request.py +104 -0
  1104. graphiant_sdk/models/v2_monitoring_ipsec_post_request_selectors_inner.py +89 -0
  1105. graphiant_sdk/models/v2_monitoring_ospf_post200_response.py +95 -0
  1106. graphiant_sdk/models/v2_monitoring_ospf_post200_response_data_inner.py +101 -0
  1107. graphiant_sdk/models/v2_monitoring_ospf_post_request.py +104 -0
  1108. graphiant_sdk/models/v2_monitoring_ospf_post_request_selectors_inner.py +91 -0
  1109. graphiant_sdk/models/v2_monitoring_policy_post200_response.py +95 -0
  1110. graphiant_sdk/models/v2_monitoring_policy_post200_response_data_inner.py +101 -0
  1111. graphiant_sdk/models/v2_monitoring_policy_post_request.py +104 -0
  1112. graphiant_sdk/models/v2_monitoring_policy_post_request_selectors_inner.py +90 -0
  1113. graphiant_sdk/models/v2_monitoring_queue_instant_post200_response.py +95 -0
  1114. graphiant_sdk/models/v2_monitoring_queue_instant_post200_response_data_inner.py +101 -0
  1115. graphiant_sdk/models/v2_monitoring_queue_instant_post_request.py +108 -0
  1116. graphiant_sdk/models/v2_monitoring_queue_instant_post_request_selectors_inner.py +91 -0
  1117. graphiant_sdk/models/v2_monitoring_queue_post200_response.py +95 -0
  1118. graphiant_sdk/models/v2_monitoring_queue_post200_response_data_inner.py +101 -0
  1119. graphiant_sdk/models/v2_monitoring_queue_post_request.py +104 -0
  1120. graphiant_sdk/models/v2_monitoring_queue_post_request_selectors_inner.py +93 -0
  1121. graphiant_sdk/models/v2_monitoring_segment_route_counts_post200_response.py +95 -0
  1122. graphiant_sdk/models/v2_monitoring_segment_route_counts_post200_response_data_inner.py +101 -0
  1123. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post200_response.py +95 -0
  1124. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post200_response_data_inner.py +110 -0
  1125. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +101 -0
  1126. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post200_response.py +95 -0
  1127. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post200_response_data_inner.py +106 -0
  1128. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request.py +101 -0
  1129. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request_selectors_inner.py +94 -0
  1130. graphiant_sdk/models/v2_monitoring_system_generic_post200_response.py +95 -0
  1131. graphiant_sdk/models/v2_monitoring_system_generic_post200_response_data_inner.py +101 -0
  1132. graphiant_sdk/models/v2_monitoring_system_generic_post_request.py +104 -0
  1133. graphiant_sdk/models/v2_monitoring_twamp_post200_response.py +95 -0
  1134. graphiant_sdk/models/v2_monitoring_twamp_post200_response_data_inner.py +101 -0
  1135. graphiant_sdk/models/v2_monitoring_twamp_post_request.py +104 -0
  1136. graphiant_sdk/models/v2_notification_create_post_request.py +93 -0
  1137. graphiant_sdk/models/v2_notification_create_post_request_notification_body.py +106 -0
  1138. graphiant_sdk/models/v2_notification_delete_post_request.py +87 -0
  1139. graphiant_sdk/models/v2_notification_enabledisable_post_request.py +89 -0
  1140. graphiant_sdk/models/v2_notification_update_post_request.py +93 -0
  1141. graphiant_sdk/models/v2_notificationlist_post200_response.py +95 -0
  1142. graphiant_sdk/models/v2_notificationlist_post200_response_notification_list_inner.py +104 -0
  1143. graphiant_sdk/models/v2_notificationlist_post_request.py +91 -0
  1144. graphiant_sdk/models/v2_notificationlist_post_request_time_window.py +99 -0
  1145. graphiant_sdk/models/v2_rule_enabledisable_post_request.py +89 -0
  1146. graphiant_sdk/models/v2_rulelist_post200_response.py +95 -0
  1147. graphiant_sdk/models/v2_rulelist_post200_response_rule_list_inner.py +103 -0
  1148. graphiant_sdk/models/v2_site_site_id_detail_post200_response.py +101 -0
  1149. graphiant_sdk/models/v2_site_site_id_detail_post200_response_site.py +93 -0
  1150. graphiant_sdk/models/v2_version_post200_response.py +87 -0
  1151. graphiant_sdk/py.typed +0 -0
  1152. graphiant_sdk/rest.py +146 -205
  1153. graphiant_sdk-25.7.1.dist-info/METADATA +119 -0
  1154. graphiant_sdk-25.7.1.dist-info/RECORD +2301 -0
  1155. graphiant_sdk-25.7.1.dist-info/top_level.txt +2 -0
  1156. test/__init__.py +0 -0
  1157. test/test_default_api.py +2764 -0
  1158. test/test_v1_account_email_patch_request.py +51 -0
  1159. test/test_v1_account_info_patch_request.py +53 -0
  1160. test/test_v1_account_mfa_confirmation_post200_response.py +53 -0
  1161. test/test_v1_account_mfa_confirmation_post_request.py +54 -0
  1162. test/test_v1_account_mfa_get200_response.py +51 -0
  1163. test/test_v1_account_mfa_put200_response.py +53 -0
  1164. test/test_v1_account_mfa_put_request.py +52 -0
  1165. test/test_v1_account_password_patch_request.py +52 -0
  1166. test/test_v1_activity_logs_post200_response.py +114 -0
  1167. test/test_v1_activity_logs_post200_response_details_inner.py +106 -0
  1168. test/test_v1_activity_logs_post200_response_details_inner_targets_inner.py +74 -0
  1169. test/test_v1_activity_logs_post200_response_details_inner_targets_inner_events_inner.py +56 -0
  1170. test/test_v1_activity_logs_post200_response_filter_entities_value.py +56 -0
  1171. test/test_v1_activity_logs_post_request.py +97 -0
  1172. test/test_v1_activity_logs_post_request_selector.py +66 -0
  1173. test/test_v1_activity_logs_post_request_selector_job_entity.py +53 -0
  1174. test/test_v1_activity_logs_post_request_selector_v2.py +71 -0
  1175. test/test_v1_alarm_history_get200_response.py +61 -0
  1176. test/test_v1_alarm_history_get200_response_history_inner.py +58 -0
  1177. test/test_v1_alarm_history_get200_response_history_inner_time.py +52 -0
  1178. test/test_v1_alarm_mute_alarm_id_put_request.py +51 -0
  1179. test/test_v1_alarms_events_get200_response.py +53 -0
  1180. test/test_v1_alarms_list_get200_response.py +74 -0
  1181. test/test_v1_alarms_list_get200_response_alarms_inner.py +73 -0
  1182. test/test_v1_apps_app_summary_post200_response.py +72 -0
  1183. test/test_v1_apps_app_summary_post200_response_app_summary.py +102 -0
  1184. test/test_v1_apps_app_summary_post200_response_app_summary_app_incidents.py +58 -0
  1185. test/test_v1_apps_app_summary_post200_response_app_summary_app_incidents_data_inner.py +55 -0
  1186. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner.py +65 -0
  1187. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner.py +63 -0
  1188. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner_dl_incidents.py +52 -0
  1189. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner.py +67 -0
  1190. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner_data.py +66 -0
  1191. test/test_v1_apps_app_summary_post_request.py +60 -0
  1192. test/test_v1_apps_bandwidth_post200_response.py +58 -0
  1193. test/test_v1_apps_bandwidth_post200_response_stats_inner.py +55 -0
  1194. test/test_v1_apps_bandwidth_post_request.py +64 -0
  1195. test/test_v1_apps_device_device_id_top_post200_response.py +57 -0
  1196. test/test_v1_apps_device_device_id_top_post200_response_apps_utilization_inner.py +53 -0
  1197. test/test_v1_apps_device_device_id_top_post_request.py +59 -0
  1198. test/test_v1_apps_visualization_post200_response.py +78 -0
  1199. test/test_v1_apps_visualization_post200_response_apps_visualization_inner.py +70 -0
  1200. test/test_v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value.py +61 -0
  1201. test/test_v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value_stats.py +56 -0
  1202. test/test_v1_apps_visualization_post_request.py +62 -0
  1203. test/test_v1_audit_logs_post200_response.py +88 -0
  1204. test/test_v1_audit_logs_post200_response_histogram_inner.py +54 -0
  1205. test/test_v1_audit_logs_post200_response_logs_inner.py +79 -0
  1206. test/test_v1_audit_logs_post200_response_logs_inner_failed_target_results_inner.py +55 -0
  1207. test/test_v1_audit_logs_post200_response_logs_inner_failed_target_results_inner_target.py +52 -0
  1208. test/test_v1_audit_logs_post_request.py +66 -0
  1209. test/test_v1_audit_logs_post_request_selectors_inner.py +54 -0
  1210. test/test_v1_auth_get200_response.py +54 -0
  1211. test/test_v1_auth_login_post200_response.py +53 -0
  1212. test/test_v1_auth_login_post_request.py +52 -0
  1213. test/test_v1_auth_login_pre_get200_response.py +52 -0
  1214. test/test_v1_auth_put204_response.py +54 -0
  1215. test/test_v1_auth_user_get200_response.py +57 -0
  1216. test/test_v1_backbone_health_device_device_id_post200_response.py +190 -0
  1217. test/test_v1_backbone_health_device_device_id_post200_response_control_plane.py +61 -0
  1218. test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions.py +54 -0
  1219. test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner.py +60 -0
  1220. test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner_transitions_inner.py +56 -0
  1221. test/test_v1_backbone_health_device_device_id_post200_response_data_plane.py +79 -0
  1222. test/test_v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner.py +62 -0
  1223. test/test_v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner_values_inner.py +58 -0
  1224. test/test_v1_backbone_health_device_device_id_post200_response_issues_inner.py +67 -0
  1225. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix.py +84 -0
  1226. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_devices_inner.py +55 -0
  1227. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner.py +73 -0
  1228. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner_box_inner.py +61 -0
  1229. test/test_v1_backbone_health_device_device_id_post200_response_system_plane.py +121 -0
  1230. test/test_v1_backbone_health_device_device_id_post200_response_system_plane_crashes_inner.py +53 -0
  1231. test/test_v1_backbone_health_device_device_id_post200_response_system_plane_last_crash.py +55 -0
  1232. test/test_v1_backbone_health_et_wan_matrix_get200_response.py +67 -0
  1233. test/test_v1_backbone_health_et_wan_matrix_get200_response_device_etwan_summary_inner.py +57 -0
  1234. test/test_v1_backbone_health_et_wan_matrix_get200_response_region_sla_status_inner.py +54 -0
  1235. test/test_v1_backbone_health_etet_sla_matrix_get200_response.py +89 -0
  1236. test/test_v1_backbone_health_etet_sla_matrix_get200_response_region_status_inner.py +57 -0
  1237. test/test_v1_backbone_health_etet_sla_matrix_get200_response_sla_matrix_inner.py +68 -0
  1238. test/test_v1_backbone_health_filter_get200_response.py +74 -0
  1239. test/test_v1_backbone_health_filter_get200_response_lan_segments_inner.py +51 -0
  1240. test/test_v1_backbone_health_filter_get200_response_regions_inner.py +53 -0
  1241. test/test_v1_backbone_health_filter_get200_response_sites_inner.py +52 -0
  1242. test/test_v1_backbone_health_overview_post200_response.py +64 -0
  1243. test/test_v1_backbone_health_overview_post200_response_devices_inner.py +61 -0
  1244. test/test_v1_backbone_health_overview_post_request.py +81 -0
  1245. test/test_v1_backbone_health_overview_post_request_dimensions.py +64 -0
  1246. test/test_v1_backbone_health_overview_post_request_filter.py +65 -0
  1247. test/test_v1_backbone_health_top_devices_by_alerts_post200_response.py +68 -0
  1248. test/test_v1_backbone_health_top_devices_by_alerts_post200_response_control_plane.py +55 -0
  1249. test/test_v1_backbone_health_top_devices_by_alerts_post200_response_control_plane_device_counts_inner.py +52 -0
  1250. test/test_v1_backbone_health_top_devices_by_alerts_post_request.py +66 -0
  1251. test/test_v1_bwtracker_enterprise_csv_post200_response.py +61 -0
  1252. test/test_v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details.py +60 -0
  1253. test/test_v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details_bwusage_csv_record_inner.py +57 -0
  1254. test/test_v1_bwtracker_enterprise_details_post200_response.py +67 -0
  1255. test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details.py +66 -0
  1256. test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_region_inner.py +54 -0
  1257. test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_site_inner.py +56 -0
  1258. test/test_v1_bwtracker_enterprise_summary_post200_response.py +70 -0
  1259. test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary.py +75 -0
  1260. test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_role_summary_inner.py +53 -0
  1261. test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_top_regions_inner.py +58 -0
  1262. test/test_v1_bwtracker_region_cloud_chart_post200_response.py +61 -0
  1263. test/test_v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart.py +60 -0
  1264. test/test_v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart_bwusage_chart_inner.py +56 -0
  1265. test/test_v1_bwtracker_region_cloud_chart_post_request.py +59 -0
  1266. test/test_v1_bwtracker_region_cloud_summary_post200_response.py +63 -0
  1267. test/test_v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary.py +62 -0
  1268. test/test_v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary_bwusage_top_providers_inner.py +54 -0
  1269. test/test_v1_bwtracker_region_edge_details_post200_response.py +60 -0
  1270. test/test_v1_bwtracker_region_edge_details_post200_response_bwusage_details.py +59 -0
  1271. test/test_v1_bwtracker_region_edge_summary_post200_response.py +61 -0
  1272. test/test_v1_bwtracker_region_edge_summary_post200_response_bwusage_summary.py +60 -0
  1273. test/test_v1_bwtracker_region_edge_summary_post200_response_bwusage_summary_bwusage_top_sites_inner.py +53 -0
  1274. test/test_v1_bwtracker_region_site_chart_post_request.py +60 -0
  1275. test/test_v1_bwtracker_region_site_details_post200_response.py +65 -0
  1276. test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details.py +64 -0
  1277. test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py +55 -0
  1278. test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py +53 -0
  1279. test/test_v1_bwtracker_region_site_summary_post200_response.py +61 -0
  1280. test/test_v1_bwtracker_region_site_summary_post200_response_bwusage_summary.py +60 -0
  1281. test/test_v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py +77 -0
  1282. test/test_v1_data_assurance_assurances_applications_bucket_app_name_get200_response_assurances_inner.py +74 -0
  1283. test/test_v1_data_assurance_assurances_global_get200_response.py +74 -0
  1284. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner.py +71 -0
  1285. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_apps_inner.py +51 -0
  1286. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_lans_inner.py +51 -0
  1287. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_sites_inner.py +51 -0
  1288. test/test_v1_data_assurance_assurances_global_id_put200_response.py +53 -0
  1289. test/test_v1_data_assurance_assurances_global_id_put_request.py +74 -0
  1290. test/test_v1_data_assurance_assurances_global_post200_response.py +54 -0
  1291. test/test_v1_data_assurance_assurances_global_post_request.py +73 -0
  1292. test/test_v1_data_assurance_assurances_global_post_request_config.py +72 -0
  1293. test/test_v1_data_assurance_assurances_global_post_request_config_apps_inner.py +62 -0
  1294. test/test_v1_data_assurance_assurances_global_post_request_config_apps_inner_servers_inner.py +53 -0
  1295. test/test_v1_data_assurance_flex_algos_get200_response.py +56 -0
  1296. test/test_v1_data_assurance_flex_algos_get200_response_entries_inner.py +53 -0
  1297. test/test_v1_device_routing_bgp_nbr_stats_get200_response.py +61 -0
  1298. test/test_v1_device_routing_bgp_nbr_stats_get200_response_stats.py +51 -0
  1299. test/test_v1_device_routing_bgp_nbrid_get200_response.py +62 -0
  1300. test/test_v1_device_routing_bgp_nbrs_counters_get200_response.py +59 -0
  1301. test/test_v1_device_routing_bgp_nbrs_counters_get200_response_counters_inner.py +56 -0
  1302. test/test_v1_device_routing_bgp_nbrs_details_get200_response.py +53 -0
  1303. test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response.py +56 -0
  1304. test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response_prefixes_inner.py +53 -0
  1305. test/test_v1_device_routing_ospfv2_area_interface_get200_response.py +74 -0
  1306. test/test_v1_device_routing_ospfv2_area_interface_get200_response_interfaces_inner.py +62 -0
  1307. test/test_v1_device_routing_ospfv2_area_interface_nbrid_get200_response.py +62 -0
  1308. test/test_v1_device_routing_ospfv2_area_interfaceid_get200_response.py +62 -0
  1309. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response.py +92 -0
  1310. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner.py +84 -0
  1311. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa.py +58 -0
  1312. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa_tos_metric.py +52 -0
  1313. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_network_lsa.py +54 -0
  1314. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa.py +59 -0
  1315. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa_links_inner.py +57 -0
  1316. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_summary_lsa.py +53 -0
  1317. test/test_v1_device_routing_ospfv2_area_nbr_get200_response.py +70 -0
  1318. test/test_v1_device_routing_ospfv2_area_nbr_get200_response_nbrs_inner.py +58 -0
  1319. test/test_v1_device_routing_ospfv2_areaid_get200_response.py +62 -0
  1320. test/test_v1_device_routing_ospfv2_rib_get200_response.py +74 -0
  1321. test/test_v1_device_routing_ospfv2_rib_get200_response_routes_inner.py +62 -0
  1322. test/test_v1_device_routing_ospfv2_rib_get200_response_routes_inner_path_inner.py +58 -0
  1323. test/test_v1_device_routing_ospfv2_statistics_get200_response.py +55 -0
  1324. test/test_v1_device_routing_ospfv2_statistics_get200_response_statistics_value.py +52 -0
  1325. test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get200_response.py +65 -0
  1326. test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get200_response_ebgp_route_count.py +52 -0
  1327. test/test_v1_device_routing_vrf_bgp_graphiant_eiroute_count_get200_response.py +53 -0
  1328. test/test_v1_device_routing_vrf_bgp_route_count_post200_response.py +55 -0
  1329. test/test_v1_device_routing_vrf_bgp_route_count_post200_response_counts_inner.py +52 -0
  1330. test/test_v1_device_routing_vrf_bgp_route_count_post_request.py +54 -0
  1331. test/test_v1_device_snapshot_device_id_get200_response.py +104 -0
  1332. test/test_v1_device_snapshot_get200_response.py +206 -0
  1333. test/test_v1_device_snapshot_get200_response_first_snapshot.py +101 -0
  1334. test/test_v1_device_snapshot_get200_response_first_snapshot_author.py +74 -0
  1335. test/test_v1_device_snapshot_get200_response_first_snapshot_data.py +68 -0
  1336. test/test_v1_device_snapshot_post_request.py +54 -0
  1337. test/test_v1_device_snapshot_put_request.py +53 -0
  1338. test/test_v1_device_status_history_post200_response.py +61 -0
  1339. test/test_v1_device_status_history_post200_response_mappings_inner.py +58 -0
  1340. test/test_v1_device_status_history_post_request.py +54 -0
  1341. test/test_v1_device_status_post200_response.py +61 -0
  1342. test/test_v1_device_status_post200_response_mappings_inner.py +58 -0
  1343. test/test_v1_devices_bringup_post200_response.py +62 -0
  1344. test/test_v1_devices_bringup_post200_response_summaries_inner.py +59 -0
  1345. test/test_v1_devices_bringup_post_request.py +53 -0
  1346. test/test_v1_devices_bringup_put_request.py +54 -0
  1347. test/test_v1_devices_bringup_token_post200_response.py +54 -0
  1348. test/test_v1_devices_bringup_token_post_request.py +55 -0
  1349. test/test_v1_devices_device_id_arp_get200_response.py +57 -0
  1350. test/test_v1_devices_device_id_arp_get200_response_arp_entry_inner.py +54 -0
  1351. test/test_v1_devices_device_id_candidate_circuits_get200_response.py +57 -0
  1352. test/test_v1_devices_device_id_candidate_circuits_get200_response_circuits_inner.py +54 -0
  1353. test/test_v1_devices_device_id_circuits_vrf_associations_get200_response.py +56 -0
  1354. test/test_v1_devices_device_id_circuits_vrf_associations_get200_response_vrf_associations_value.py +53 -0
  1355. test/test_v1_devices_device_id_config_put202_response.py +52 -0
  1356. test/test_v1_devices_device_id_config_put_request.py +919 -0
  1357. test/test_v1_devices_device_id_config_put_request_core.py +979 -0
  1358. test/test_v1_devices_device_id_config_put_request_core_bgp_instance.py +56 -0
  1359. test/test_v1_devices_device_id_config_put_request_core_core_vrf.py +287 -0
  1360. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value.py +54 -0
  1361. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value_config.py +53 -0
  1362. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value.py +84 -0
  1363. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +83 -0
  1364. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_allow_as_in.py +51 -0
  1365. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd.py +54 -0
  1366. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd_bfd.py +53 -0
  1367. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_ebgp_multihop_ttl.py +51 -0
  1368. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_hold_timer_value.py +51 -0
  1369. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_max_prefix_value.py +51 -0
  1370. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +52 -0
  1371. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value.py +81 -0
  1372. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet.py +80 -0
  1373. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_ip_ranges_v2.py +55 -0
  1374. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value.py +54 -0
  1375. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value_lease.py +53 -0
  1376. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ebgp_multipath.py +53 -0
  1377. test/test_v1_devices_device_id_config_put_request_core_core_vrf_nat_ruleset.py +51 -0
  1378. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2.py +91 -0
  1379. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process.py +90 -0
  1380. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_admin_distance.py +51 -0
  1381. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value.py +72 -0
  1382. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area.py +71 -0
  1383. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value.py +65 -0
  1384. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface.py +64 -0
  1385. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_bfd.py +51 -0
  1386. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_dead_interval_value.py +51 -0
  1387. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_hello_interval_value.py +51 -0
  1388. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_retransmit_interval_value.py +51 -0
  1389. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value.py +54 -0
  1390. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value_protocol.py +53 -0
  1391. test/test_v1_devices_device_id_config_put_request_core_core_vrf_overlay_filters.py +54 -0
  1392. test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value.py +71 -0
  1393. test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route.py +70 -0
  1394. test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route_next_hop.py +55 -0
  1395. test/test_v1_devices_device_id_config_put_request_core_interfaces_value.py +170 -0
  1396. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface.py +235 -0
  1397. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor.py +62 -0
  1398. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost.py +54 -0
  1399. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost_dynamic.py +52 -0
  1400. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_flex_algos.py +53 -0
  1401. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw.py +73 -0
  1402. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw.py +73 -0
  1403. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp.py +55 -0
  1404. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp_dhcp_relay.py +53 -0
  1405. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp.py +64 -0
  1406. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp_group.py +63 -0
  1407. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type.py +69 -0
  1408. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan.py +74 -0
  1409. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw.py +71 -0
  1410. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw.py +70 -0
  1411. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp.py +62 -0
  1412. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp_group.py +61 -0
  1413. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ipsec.py +69 -0
  1414. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface.py +65 -0
  1415. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface_interface.py +64 -0
  1416. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value.py +108 -0
  1417. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface.py +120 -0
  1418. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface.py +101 -0
  1419. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type.py +69 -0
  1420. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan.py +53 -0
  1421. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw.py +54 -0
  1422. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw_gw.py +53 -0
  1423. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan.py +60 -0
  1424. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw.py +57 -0
  1425. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw.py +56 -0
  1426. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_dhcp.py +52 -0
  1427. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_vrrp.py +51 -0
  1428. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_wan.py +76 -0
  1429. test/test_v1_devices_device_id_config_put_request_core_prometheus.py +75 -0
  1430. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value.py +57 -0
  1431. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group.py +63 -0
  1432. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value.py +57 -0
  1433. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value_rule_group.py +56 -0
  1434. test/test_v1_devices_device_id_config_put_request_core_prometheus_sink.py +55 -0
  1435. test/test_v1_devices_device_id_config_put_request_core_prometheus_sink_sink.py +54 -0
  1436. test/test_v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value.py +56 -0
  1437. test/test_v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value_sysdb_monitor.py +55 -0
  1438. test/test_v1_devices_device_id_config_put_request_edge.py +963 -0
  1439. test/test_v1_devices_device_id_config_put_request_edge_circuits_value.py +145 -0
  1440. test/test_v1_devices_device_id_config_put_request_edge_circuits_value_pat_addresses.py +53 -0
  1441. test/test_v1_devices_device_id_config_put_request_edge_dns.py +62 -0
  1442. test/test_v1_devices_device_id_config_put_request_edge_dns_dns.py +61 -0
  1443. test/test_v1_devices_device_id_config_put_request_edge_dns_dns_dynamic.py +52 -0
  1444. test/test_v1_devices_device_id_config_put_request_edge_dns_dns_static.py +58 -0
  1445. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value.py +113 -0
  1446. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface.py +176 -0
  1447. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value.py +91 -0
  1448. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface.py +127 -0
  1449. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v4_tcp_mss.py +51 -0
  1450. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v6_tcp_mss.py +51 -0
  1451. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value.py +89 -0
  1452. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface.py +141 -0
  1453. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_lag_members_value.py +51 -0
  1454. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value.py +80 -0
  1455. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value_interface.py +101 -0
  1456. test/test_v1_devices_device_id_config_put_request_edge_nat_policy.py +69 -0
  1457. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value.py +66 -0
  1458. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset.py +65 -0
  1459. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value.py +60 -0
  1460. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value_rule.py +59 -0
  1461. test/test_v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value.py +87 -0
  1462. test/test_v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +86 -0
  1463. test/test_v1_devices_device_id_connectivity_get200_response.py +110 -0
  1464. test/test_v1_devices_device_id_controller_peers_put_request.py +52 -0
  1465. test/test_v1_devices_device_id_dhcp_server_leases_get200_response.py +92 -0
  1466. test/test_v1_devices_device_id_draft_get200_response.py +871 -0
  1467. test/test_v1_devices_device_id_draft_get200_response_draft.py +870 -0
  1468. test/test_v1_devices_device_id_draft_get200_response_draft_version_info.py +53 -0
  1469. test/test_v1_devices_device_id_draft_post201_response.py +51 -0
  1470. test/test_v1_devices_device_id_draft_post_request.py +868 -0
  1471. test/test_v1_devices_device_id_edges_get200_response.py +876 -0
  1472. test/test_v1_devices_device_id_get200_response.py +866 -0
  1473. test/test_v1_devices_device_id_interfaces_get200_response.py +196 -0
  1474. test/test_v1_devices_device_id_jobs_job_id_get200_response.py +62 -0
  1475. test/test_v1_devices_device_id_jobs_job_id_get200_response_job_status.py +60 -0
  1476. test/test_v1_devices_device_id_ndcache_get200_response.py +57 -0
  1477. test/test_v1_devices_device_id_ndcache_get200_response_nd_entry_inner.py +54 -0
  1478. test/test_v1_devices_device_id_ospfv2_default_originate_get200_response.py +53 -0
  1479. test/test_v1_devices_device_id_policy_zonepairs_get200_response.py +99 -0
  1480. test/test_v1_devices_device_id_policy_zonepairs_get200_response_zone_pairs_inner.py +96 -0
  1481. test/test_v1_devices_device_id_slice_peers_get200_response.py +249 -0
  1482. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner.py +246 -0
  1483. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner.py +240 -0
  1484. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_bgp_connection.py +58 -0
  1485. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_ipsec_connection.py +340 -0
  1486. test/test_v1_devices_device_id_staged_config_compare_get200_response.py +51 -0
  1487. test/test_v1_devices_device_id_twamp_core_get200_response.py +53 -0
  1488. test/test_v1_devices_device_id_versions_compare_get200_response.py +51 -0
  1489. test/test_v1_devices_device_id_versions_get200_response.py +56 -0
  1490. test/test_v1_devices_device_id_versions_version_get200_response.py +871 -0
  1491. test/test_v1_devices_device_id_vrf_bgp_as_get200_response.py +51 -0
  1492. test/test_v1_devices_device_id_vrf_protocols_get200_response.py +56 -0
  1493. test/test_v1_devices_device_id_vrrp_get200_response.py +64 -0
  1494. test/test_v1_devices_device_id_vrrp_get200_response_vrrp_entry_inner.py +61 -0
  1495. test/test_v1_devices_inventory_approve_return_post_request.py +53 -0
  1496. test/test_v1_devices_inventory_enterprise_put_request.py +54 -0
  1497. test/test_v1_devices_inventory_get200_response.py +81 -0
  1498. test/test_v1_devices_inventory_get200_response_inventory_inner.py +70 -0
  1499. test/test_v1_devices_inventory_post200_response.py +55 -0
  1500. test/test_v1_devices_inventory_post200_response_data_inner.py +52 -0
  1501. test/test_v1_devices_inventory_post_request.py +73 -0
  1502. test/test_v1_devices_inventory_serial_num_post200_response.py +73 -0
  1503. test/test_v1_devices_oauth_redirect_get200_response.py +56 -0
  1504. test/test_v1_devices_oauth_redirect_get200_response_onboarding_redirection.py +55 -0
  1505. test/test_v1_devices_rma_post_request.py +52 -0
  1506. test/test_v1_devices_routing_vrf_protocol_route_count_get200_response.py +57 -0
  1507. test/test_v1_devices_routing_vrf_protocol_route_count_get200_response_counts_inner.py +54 -0
  1508. test/test_v1_devices_running_version_post200_response.py +57 -0
  1509. test/test_v1_devices_running_version_post200_response_versions_inner.py +54 -0
  1510. test/test_v1_devices_session_status_post200_response.py +71 -0
  1511. test/test_v1_devices_session_status_post200_response_bgp_session_data_map_value.py +54 -0
  1512. test/test_v1_devices_session_status_post_request.py +53 -0
  1513. test/test_v1_devices_summary_get200_response.py +70 -0
  1514. test/test_v1_devices_summary_get200_response_sites_inner.py +67 -0
  1515. test/test_v1_devices_summary_get200_response_sites_inner_devices_inner.py +62 -0
  1516. test/test_v1_devices_upgrade_schedule_put_request.py +61 -0
  1517. test/test_v1_diagnostic_archive_create_device_id_post201_response.py +51 -0
  1518. test/test_v1_diagnostic_archive_create_device_id_post_request.py +51 -0
  1519. test/test_v1_diagnostic_archives_device_id_get200_response.py +64 -0
  1520. test/test_v1_diagnostic_archives_device_id_get200_response_archives_inner.py +61 -0
  1521. test/test_v1_diagnostic_bgp_reset_device_id_put_request.py +54 -0
  1522. test/test_v1_diagnostic_clear_arp_device_id_put_request.py +56 -0
  1523. test/test_v1_diagnostic_clear_arp_device_id_put_request_entry_inner.py +56 -0
  1524. test/test_v1_diagnostic_clear_arp_device_id_put_request_entry_inner_address.py +53 -0
  1525. test/test_v1_diagnostic_gnmi_ping_get200_response.py +59 -0
  1526. test/test_v1_diagnostic_gnmi_ping_get200_response_results_inner.py +56 -0
  1527. test/test_v1_diagnostic_interface_reset_device_id_put_request.py +51 -0
  1528. test/test_v1_diagnostic_otp_device_id_get200_response.py +51 -0
  1529. test/test_v1_diagnostic_packetcapture_pcap_id_get200_response.py +55 -0
  1530. test/test_v1_diagnostic_packetcapture_start_post201_response.py +51 -0
  1531. test/test_v1_diagnostic_packetcapture_start_post_request.py +65 -0
  1532. test/test_v1_diagnostic_packetcapture_start_post_request_filter.py +58 -0
  1533. test/test_v1_diagnostic_packetcapture_start_post_request_filter_destination.py +52 -0
  1534. test/test_v1_diagnostic_packetcapture_start_post_request_target.py +52 -0
  1535. test/test_v1_diagnostic_ping_pause_resume_post204_response.py +87 -0
  1536. test/test_v1_diagnostic_ping_pause_resume_post204_response_result.py +85 -0
  1537. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_ping_result.py +58 -0
  1538. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_route_info.py +53 -0
  1539. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result.py +71 -0
  1540. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner.py +60 -0
  1541. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner_stats.py +56 -0
  1542. test/test_v1_diagnostic_ping_pause_resume_post_request.py +63 -0
  1543. test/test_v1_diagnostic_ping_pause_resume_post_request_params.py +59 -0
  1544. test/test_v1_diagnostic_reset_ipsec_session_device_id_put_request.py +56 -0
  1545. test/test_v1_diagnostic_speedtest_post200_response.py +69 -0
  1546. test/test_v1_diagnostic_speedtest_post200_response_result.py +67 -0
  1547. test/test_v1_diagnostic_speedtest_post_request.py +58 -0
  1548. test/test_v1_diagnostic_speedtest_post_request_params.py +56 -0
  1549. test/test_v1_diagnostic_speedtest_providers_get200_response.py +53 -0
  1550. test/test_v1_diagnostic_speedtest_report_put200_response.py +52 -0
  1551. test/test_v1_diagnostic_speedtest_report_put_request.py +52 -0
  1552. test/test_v1_diagnostic_speedtest_servers_get200_response.py +59 -0
  1553. test/test_v1_diagnostic_speedtest_servers_get200_response_server_inner.py +56 -0
  1554. test/test_v1_edges_hardware_assigned_get200_response.py +114 -0
  1555. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner.py +117 -0
  1556. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py +74 -0
  1557. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_running_version.py +53 -0
  1558. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py +61 -0
  1559. test/test_v1_edges_hardware_unassigned_get200_response.py +74 -0
  1560. test/test_v1_edges_summary_get200_response.py +115 -0
  1561. test/test_v1_enterprise_allocation_get200_response.py +101 -0
  1562. test/test_v1_enterprise_allocation_get200_response_consumption_summary.py +79 -0
  1563. test/test_v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary.py +56 -0
  1564. test/test_v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary_expiration_date.py +52 -0
  1565. test/test_v1_enterprise_allocation_get200_response_consumption_summary_global_summary.py +53 -0
  1566. test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value.py +65 -0
  1567. test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_allocation.py +55 -0
  1568. test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_internet_consumption.py +52 -0
  1569. test/test_v1_enterprise_allocation_get200_response_conversion_holders_value.py +59 -0
  1570. test/test_v1_enterprise_allocation_get200_response_conversion_holders_value_bins_inner.py +56 -0
  1571. test/test_v1_enterprise_allocation_get200_response_regional_allocations_inner.py +56 -0
  1572. test/test_v1_enterprise_configuration_get200_response.py +53 -0
  1573. test/test_v1_enterprise_configuration_get200_response_configuration.py +52 -0
  1574. test/test_v1_enterprise_contract_put_request.py +54 -0
  1575. test/test_v1_enterprise_snapshot_get200_response.py +173 -0
  1576. test/test_v1_enterprise_snapshot_get200_response_device_snapshot_map_value.py +105 -0
  1577. test/test_v1_enterprise_snapshot_get200_response_device_snapshot_records_inner.py +112 -0
  1578. test/test_v1_enterprises_enterprise_id_admin_get200_response.py +51 -0
  1579. test/test_v1_enterprises_get200_response.py +91 -0
  1580. test/test_v1_enterprises_get200_response_enterprises_inner.py +102 -0
  1581. test/test_v1_enterprises_get200_response_enterprises_inner_counts.py +63 -0
  1582. test/test_v1_enterprises_get200_response_enterprises_inner_customers_value.py +68 -0
  1583. test/test_v1_enterprises_managed_get200_response.py +105 -0
  1584. test/test_v1_enterprises_patch_request.py +62 -0
  1585. test/test_v1_enterprises_patch_request_token_expiry.py +52 -0
  1586. test/test_v1_enterprises_put_request.py +60 -0
  1587. test/test_v1_event_device_get200_response.py +66 -0
  1588. test/test_v1_event_device_get200_response_events_inner.py +63 -0
  1589. test/test_v1_event_system_ack_post_request.py +51 -0
  1590. test/test_v1_extranet_sites_usage_post200_response.py +67 -0
  1591. test/test_v1_extranet_sites_usage_post_request.py +64 -0
  1592. test/test_v1_extranet_sites_usage_top_post200_response.py +56 -0
  1593. test/test_v1_extranet_sites_usage_top_post200_response_top_sites_inner.py +53 -0
  1594. test/test_v1_extranet_sites_usage_top_post_request.py +62 -0
  1595. test/test_v1_extranets_b2b_consumer_device_status_id_get200_response.py +61 -0
  1596. test/test_v1_extranets_b2b_consumer_device_status_id_get200_response_summary_inner.py +57 -0
  1597. test/test_v1_extranets_b2b_consumer_id_get200_response.py +112 -0
  1598. test/test_v1_extranets_b2b_consumer_post200_response.py +120 -0
  1599. test/test_v1_extranets_b2b_consumer_post200_response_device_inner.py +56 -0
  1600. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner.py +104 -0
  1601. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner.py +61 -0
  1602. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner_match.py +56 -0
  1603. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner.py +64 -0
  1604. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner_action.py +54 -0
  1605. test/test_v1_extranets_b2b_consumer_post_request.py +81 -0
  1606. test/test_v1_extranets_b2b_consumer_post_request_policy_inner.py +59 -0
  1607. test/test_v1_extranets_b2b_consumer_post_request_policy_inner_rules_inner.py +52 -0
  1608. test/test_v1_extranets_b2b_consumer_post_request_site_information_inner.py +64 -0
  1609. test/test_v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists.py +52 -0
  1610. test/test_v1_extranets_b2b_consumer_summary_get200_response.py +66 -0
  1611. test/test_v1_extranets_b2b_consumer_summary_get200_response_summary_inner.py +63 -0
  1612. test/test_v1_extranets_b2b_customer_info_id_get200_response.py +54 -0
  1613. test/test_v1_extranets_b2b_id_customer_post200_response.py +62 -0
  1614. test/test_v1_extranets_b2b_id_customer_post200_response_responses_inner.py +59 -0
  1615. test/test_v1_extranets_b2b_id_customer_post_request.py +61 -0
  1616. test/test_v1_extranets_b2b_id_customer_post_request_invites_inner.py +58 -0
  1617. test/test_v1_extranets_b2b_id_customer_summary_get200_response.py +61 -0
  1618. test/test_v1_extranets_b2b_id_customer_summary_get200_response_customers_inner.py +58 -0
  1619. test/test_v1_extranets_b2b_id_put_request.py +84 -0
  1620. test/test_v1_extranets_b2b_post200_response.py +112 -0
  1621. test/test_v1_extranets_b2b_post200_response_policy.py +117 -0
  1622. test/test_v1_extranets_b2b_post_request.py +86 -0
  1623. test/test_v1_extranets_b2b_post_request_policy.py +86 -0
  1624. test/test_v1_extranets_b2b_post_request_policy_profiles_inner.py +54 -0
  1625. test/test_v1_extranets_b2b_post_request_policy_sla.py +53 -0
  1626. test/test_v1_extranets_b2b_producer_device_status_id_get200_response.py +60 -0
  1627. test/test_v1_extranets_b2b_producers_summary_get200_response.py +64 -0
  1628. test/test_v1_extranets_b2b_producers_summary_get200_response_info_inner.py +61 -0
  1629. test/test_v1_extranets_get200_response.py +934 -0
  1630. test/test_v1_extranets_get200_response_policies_inner.py +2241 -0
  1631. test/test_v1_extranets_get200_response_policies_inner_auto.py +54 -0
  1632. test/test_v1_extranets_get200_response_policies_inner_branches.py +927 -0
  1633. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner.py +1090 -0
  1634. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_bgp.py +53 -0
  1635. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner.py +188 -0
  1636. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_aggregations_inner.py +54 -0
  1637. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_multipath.py +52 -0
  1638. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner.py +101 -0
  1639. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_address_families_inner.py +54 -0
  1640. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd.py +53 -0
  1641. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor.py +67 -0
  1642. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_redistributions.py +55 -0
  1643. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner.py +55 -0
  1644. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile.py +58 -0
  1645. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile_queues_inner.py +53 -0
  1646. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner.py +72 -0
  1647. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop.py +57 -0
  1648. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns.py +115 -0
  1649. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner.py +57 -0
  1650. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2.py +64 -0
  1651. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2_servers_value.py +60 -0
  1652. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_static_servers_v2.py +82 -0
  1653. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner.py +324 -0
  1654. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ip_sec.py +78 -0
  1655. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4.py +92 -0
  1656. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_dhcp_relay.py +57 -0
  1657. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group.py +79 -0
  1658. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_group_members_inner.py +59 -0
  1659. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_tracked_interfaces_inner.py +52 -0
  1660. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface.py +58 -0
  1661. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface_lacp_config.py +52 -0
  1662. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_sfp_optical_strength_inner.py +55 -0
  1663. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_subinterfaces_inner.py +205 -0
  1664. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipfix_exporters_inner.py +67 -0
  1665. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +83 -0
  1666. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_bgp.py +62 -0
  1667. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_static.py +53 -0
  1668. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_location.py +61 -0
  1669. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy.py +70 -0
  1670. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner.py +67 -0
  1671. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner_rules_inner.py +61 -0
  1672. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner.py +72 -0
  1673. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_entries_inner.py +55 -0
  1674. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_policies_inner.py +53 -0
  1675. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +52 -0
  1676. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner.py +96 -0
  1677. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner.py +88 -0
  1678. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_actions_inner.py +66 -0
  1679. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_matches_inner.py +64 -0
  1680. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner.py +358 -0
  1681. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner.py +89 -0
  1682. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_leases_inner.py +57 -0
  1683. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_nameservers.py +52 -0
  1684. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_ranges_inner.py +52 -0
  1685. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_static_leases_inner.py +55 -0
  1686. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process.py +110 -0
  1687. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner.py +120 -0
  1688. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner_interfaces_inner.py +89 -0
  1689. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_redistributed_protocols_inner.py +53 -0
  1690. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv3_process.py +110 -0
  1691. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_overlay_filters.py +52 -0
  1692. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_syslog_targets_inner.py +63 -0
  1693. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site.py +94 -0
  1694. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_devices_inner.py +52 -0
  1695. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag.py +62 -0
  1696. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one.py +53 -0
  1697. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp.py +165 -0
  1698. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_communities_inner.py +52 -0
  1699. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_engine_endpoints_inner.py +59 -0
  1700. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner.py +58 -0
  1701. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner_include_exclude_list_inner.py +53 -0
  1702. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_targets_inner.py +61 -0
  1703. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_local_users_inner.py +56 -0
  1704. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_remote_users_inner.py +56 -0
  1705. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner.py +81 -0
  1706. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_accesses_inner.py +57 -0
  1707. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_group_members_inner.py +55 -0
  1708. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner.py +58 -0
  1709. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner_include_exclude_inner.py +53 -0
  1710. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy.py +191 -0
  1711. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_dpi_applications_inner.py +62 -0
  1712. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_network_lists_inner.py +55 -0
  1713. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_port_lists_inner.py +55 -0
  1714. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner.py +91 -0
  1715. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner.py +81 -0
  1716. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner_match.py +69 -0
  1717. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner.py +95 -0
  1718. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner.py +85 -0
  1719. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner_action.py +59 -0
  1720. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner.py +58 -0
  1721. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_ip.py +53 -0
  1722. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_udp.py +52 -0
  1723. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_pairs_inner.py +54 -0
  1724. test/test_v1_extranets_get200_response_policies_inner_branches_prefix_set.py +61 -0
  1725. test/test_v1_extranets_get200_response_policies_inner_manual.py +53 -0
  1726. test/test_v1_extranets_id_apply_post202_response.py +58 -0
  1727. test/test_v1_extranets_id_apply_post202_response_devices_inner.py +54 -0
  1728. test/test_v1_extranets_id_apply_post_request.py +53 -0
  1729. test/test_v1_extranets_id_delete200_response.py +57 -0
  1730. test/test_v1_extranets_monitoring_lan_segments_get200_response.py +55 -0
  1731. test/test_v1_extranets_monitoring_lan_segments_get200_response_vrfs_inner.py +52 -0
  1732. test/test_v1_extranets_monitoring_nat_usage_get200_response.py +60 -0
  1733. test/test_v1_extranets_monitoring_nat_usage_get200_response_allocations_inner.py +55 -0
  1734. test/test_v1_extranets_monitoring_traffic_security_policy_post200_response.py +91 -0
  1735. test/test_v1_extranets_monitoring_traffic_security_policy_post200_response_security_rules_inner.py +66 -0
  1736. test/test_v1_extranets_monitoring_traffic_security_policy_post200_response_traffic_rules_inner.py +69 -0
  1737. test/test_v1_extranets_monitoring_traffic_security_policy_post_request.py +52 -0
  1738. test/test_v1_extranets_post200_response.py +924 -0
  1739. test/test_v1_extranets_post_request.py +95 -0
  1740. test/test_v1_extranets_post_request_policy.py +119 -0
  1741. test/test_v1_extranets_post_request_policy_branches.py +68 -0
  1742. test/test_v1_extranets_post_request_policy_branches_prefix_set.py +61 -0
  1743. test/test_v1_extranets_resolve_policy_target_post200_response.py +868 -0
  1744. test/test_v1_extranets_resolve_policy_target_post_request.py +69 -0
  1745. test/test_v1_extranets_source_segments_post200_response.py +294 -0
  1746. test/test_v1_extranets_source_segments_post_request.py +70 -0
  1747. test/test_v1_flows_flow_table_post200_response.py +73 -0
  1748. test/test_v1_flows_flow_table_post200_response_flow_table_inner.py +67 -0
  1749. test/test_v1_flows_flow_table_post_request.py +73 -0
  1750. test/test_v1_flows_flow_table_post_request_selector.py +56 -0
  1751. test/test_v1_flows_topology_post200_response.py +121 -0
  1752. test/test_v1_flows_topology_post200_response_network_topology_inner.py +174 -0
  1753. test/test_v1_flows_topology_post200_response_network_topology_inner_delta.py +170 -0
  1754. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner.py +76 -0
  1755. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections.py +83 -0
  1756. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections_control_connection_inner.py +58 -0
  1757. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_nodes_added_inner.py +78 -0
  1758. test/test_v1_flows_topology_post_request.py +63 -0
  1759. test/test_v1_flows_topology_post_request_app_selector.py +53 -0
  1760. test/test_v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get200_response.py +52 -0
  1761. test/test_v1_gateways_post200_response.py +52 -0
  1762. test/test_v1_gateways_post_request.py +140 -0
  1763. test/test_v1_gateways_put_request.py +141 -0
  1764. test/test_v1_gateways_put_request_details.py +139 -0
  1765. test/test_v1_gateways_put_request_details_aws.py +84 -0
  1766. test/test_v1_gateways_put_request_details_aws_advance_settings.py +58 -0
  1767. test/test_v1_gateways_put_request_details_aws_transit_connection.py +73 -0
  1768. test/test_v1_gateways_put_request_details_aws_transit_connection_credentials.py +52 -0
  1769. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway.py +67 -0
  1770. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner.py +61 -0
  1771. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner.py +56 -0
  1772. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner_subnets_inner.py +52 -0
  1773. test/test_v1_gateways_put_request_details_azure.py +53 -0
  1774. test/test_v1_gateways_put_request_details_gcp.py +53 -0
  1775. test/test_v1_gateways_put_request_details_ipsec_gateway.py +87 -0
  1776. test/test_v1_gateways_put_request_details_ipsec_gateway_routing.py +69 -0
  1777. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp.py +64 -0
  1778. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value.py +56 -0
  1779. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value_family.py +55 -0
  1780. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_md5_password.py +51 -0
  1781. test/test_v1_gateways_put_request_details_ipsec_gateway_tunnel1.py +54 -0
  1782. test/test_v1_gateways_put_request_details_oci.py +53 -0
  1783. test/test_v1_gateways_regions_get200_response.py +55 -0
  1784. test/test_v1_gateways_status_post_request.py +58 -0
  1785. test/test_v1_gateways_status_post_request_device_info_inner.py +52 -0
  1786. test/test_v1_gateways_summary_get200_response.py +73 -0
  1787. test/test_v1_gateways_summary_get200_response_summaries_inner.py +70 -0
  1788. test/test_v1_gateways_summary_get200_response_summaries_inner_gateway_device_summary_inner.py +54 -0
  1789. test/test_v1_global_apps_app_list_options_get200_response.py +58 -0
  1790. test/test_v1_global_apps_app_lists_get200_response.py +61 -0
  1791. test/test_v1_global_apps_app_lists_get200_response_entries_inner.py +58 -0
  1792. test/test_v1_global_apps_app_lists_get200_response_entries_inner_app_list.py +55 -0
  1793. test/test_v1_global_apps_app_lists_get200_response_entries_inner_app_list_identifier.py +52 -0
  1794. test/test_v1_global_apps_app_lists_post200_response.py +53 -0
  1795. test/test_v1_global_apps_app_lists_post_request.py +58 -0
  1796. test/test_v1_global_apps_app_lists_post_request_app_list_config.py +57 -0
  1797. test/test_v1_global_apps_categories_get200_response.py +60 -0
  1798. test/test_v1_global_apps_categories_get200_response_entries_inner.py +57 -0
  1799. test/test_v1_global_apps_custom_app_id_details_app_lists_get200_response.py +58 -0
  1800. test/test_v1_global_apps_custom_get200_response.py +77 -0
  1801. test/test_v1_global_apps_custom_get200_response_entries_inner.py +74 -0
  1802. test/test_v1_global_apps_custom_get200_response_entries_inner_app_config.py +65 -0
  1803. test/test_v1_global_apps_custom_post_request.py +66 -0
  1804. test/test_v1_global_apps_graphiant_get200_response.py +61 -0
  1805. test/test_v1_global_apps_graphiant_get200_response_entries_inner.py +58 -0
  1806. test/test_v1_global_attached_edges_post200_response.py +62 -0
  1807. test/test_v1_global_attached_edges_post200_response_statuses_inner.py +59 -0
  1808. test/test_v1_global_attached_edges_post_request.py +68 -0
  1809. test/test_v1_global_config_patch200_response.py +75 -0
  1810. test/test_v1_global_config_patch_request.py +398 -0
  1811. test/test_v1_global_config_patch_request_global_prefix_sets_value.py +64 -0
  1812. test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set.py +63 -0
  1813. test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value.py +55 -0
  1814. test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value_entry.py +54 -0
  1815. test/test_v1_global_config_patch_request_ipfix_exporters_value.py +63 -0
  1816. test/test_v1_global_config_patch_request_ipfix_exporters_value_exporter.py +62 -0
  1817. test/test_v1_global_config_patch_request_prefix_sets_value.py +61 -0
  1818. test/test_v1_global_config_patch_request_prefix_sets_value_target.py +60 -0
  1819. test/test_v1_global_config_patch_request_prefix_sets_value_target_prefix_set.py +59 -0
  1820. test/test_v1_global_config_patch_request_routing_policies_value.py +104 -0
  1821. test/test_v1_global_config_patch_request_routing_policies_value_policy.py +104 -0
  1822. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value.py +95 -0
  1823. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement.py +95 -0
  1824. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value.py +72 -0
  1825. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action.py +71 -0
  1826. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_administrative_distance.py +51 -0
  1827. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_aspath_prepend.py +51 -0
  1828. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_bgp_set_next_hop.py +51 -0
  1829. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy.py +51 -0
  1830. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities.py +55 -0
  1831. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities_community.py +54 -0
  1832. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_local_pref.py +51 -0
  1833. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_metric.py +52 -0
  1834. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_weight.py +51 -0
  1835. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value.py +66 -0
  1836. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match.py +68 -0
  1837. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community.py +51 -0
  1838. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community_community.py +53 -0
  1839. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_prefix_set.py +51 -0
  1840. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_protocol_route_type.py +51 -0
  1841. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag.py +54 -0
  1842. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry.py +53 -0
  1843. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_interface.py +51 -0
  1844. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_protocol.py +51 -0
  1845. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_stale.py +51 -0
  1846. test/test_v1_global_config_patch_request_snmps_value.py +156 -0
  1847. test/test_v1_global_config_patch_request_snmps_value_config.py +160 -0
  1848. test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value.py +60 -0
  1849. test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint.py +59 -0
  1850. test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint_addresses_value.py +51 -0
  1851. test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value.py +56 -0
  1852. test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +55 -0
  1853. test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile_include_exclude_list_value.py +51 -0
  1854. test/test_v1_global_config_patch_request_snmps_value_config_targets_value.py +61 -0
  1855. test/test_v1_global_config_patch_request_snmps_value_config_targets_value_target.py +60 -0
  1856. test/test_v1_global_config_patch_request_snmps_value_config_usm_local_users_value.py +56 -0
  1857. test/test_v1_global_config_patch_request_snmps_value_config_usm_local_users_value_local_user.py +55 -0
  1858. test/test_v1_global_config_patch_request_snmps_value_config_usm_remote_users_value.py +56 -0
  1859. test/test_v1_global_config_patch_request_snmps_value_config_usm_remote_users_value_remote_user.py +55 -0
  1860. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value.py +71 -0
  1861. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group.py +70 -0
  1862. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value.py +58 -0
  1863. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value_access.py +57 -0
  1864. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value.py +55 -0
  1865. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value_member.py +54 -0
  1866. test/test_v1_global_config_patch_request_snmps_value_config_vacm_views_value.py +56 -0
  1867. test/test_v1_global_config_patch_request_syslog_servers_value.py +61 -0
  1868. test/test_v1_global_config_patch_request_syslog_servers_value_target.py +60 -0
  1869. test/test_v1_global_config_patch_request_traffic_policies.py +212 -0
  1870. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value.py +77 -0
  1871. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application.py +82 -0
  1872. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_networks.py +54 -0
  1873. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_ports.py +54 -0
  1874. test/test_v1_global_config_patch_request_traffic_policies_network_lists_value.py +55 -0
  1875. test/test_v1_global_config_patch_request_traffic_policies_port_lists_value.py +55 -0
  1876. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value.py +88 -0
  1877. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset.py +87 -0
  1878. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value.py +80 -0
  1879. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule.py +81 -0
  1880. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_downlink_burst_rate.py +51 -0
  1881. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match.py +76 -0
  1882. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application.py +53 -0
  1883. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application_match.py +52 -0
  1884. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter.py +54 -0
  1885. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter_match.py +53 -0
  1886. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_network.py +51 -0
  1887. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_port_range.py +52 -0
  1888. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list.py +54 -0
  1889. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list_match.py +53 -0
  1890. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp.py +52 -0
  1891. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp_match.py +51 -0
  1892. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_protocol.py +51 -0
  1893. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_source_network.py +51 -0
  1894. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value.py +98 -0
  1895. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset.py +97 -0
  1896. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value.py +90 -0
  1897. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule.py +89 -0
  1898. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action.py +67 -0
  1899. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_backup_circuit_label.py +52 -0
  1900. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_remark.py +52 -0
  1901. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_set_sla_class.py +51 -0
  1902. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value.py +59 -0
  1903. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall.py +58 -0
  1904. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip.py +54 -0
  1905. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip_session_limit.py +51 -0
  1906. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_udp.py +52 -0
  1907. test/test_v1_global_config_patch_request_traffic_policies_zones_value.py +59 -0
  1908. test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone.py +58 -0
  1909. test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value.py +54 -0
  1910. test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value_pair.py +53 -0
  1911. test/test_v1_global_config_patch_request_vpn_profiles_value.py +64 -0
  1912. test/test_v1_global_config_patch_request_vpn_profiles_value_vpn_profile.py +63 -0
  1913. test/test_v1_global_config_site_post_request.py +82 -0
  1914. test/test_v1_global_config_site_post_request_ipfix_exporter_ops_v2_value.py +52 -0
  1915. test/test_v1_global_ipfix_device_get200_response.py +70 -0
  1916. test/test_v1_global_ipfix_post_request.py +53 -0
  1917. test/test_v1_global_ipsec_profile_get200_response.py +56 -0
  1918. test/test_v1_global_ipsec_profile_get200_response_ipsec_profiles_inner.py +53 -0
  1919. test/test_v1_global_ipsec_profile_id_get200_response.py +64 -0
  1920. test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response.py +57 -0
  1921. test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response_site_to_site_vpn_inner.py +54 -0
  1922. test/test_v1_global_lan_segments_get200_response.py +62 -0
  1923. test/test_v1_global_lan_segments_get200_response_entries_inner.py +59 -0
  1924. test/test_v1_global_lan_segments_post200_response.py +52 -0
  1925. test/test_v1_global_lan_segments_post_request.py +52 -0
  1926. test/test_v1_global_lan_segments_vrf_id_devices_get200_response.py +59 -0
  1927. test/test_v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py +55 -0
  1928. test/test_v1_global_prefix_sets_device_get200_response.py +75 -0
  1929. test/test_v1_global_routing_policies_device_get200_response.py +99 -0
  1930. test/test_v1_global_site_lists_id_sites_get200_response.py +64 -0
  1931. test/test_v1_global_site_lists_id_sites_get200_response_entries_inner.py +61 -0
  1932. test/test_v1_global_site_lists_id_sites_get200_response_entries_inner_tag_inner.py +53 -0
  1933. test/test_v1_global_snmps_device_get200_response.py +168 -0
  1934. test/test_v1_global_summary_post200_response.py +67 -0
  1935. test/test_v1_global_summary_post200_response_summaries_inner.py +64 -0
  1936. test/test_v1_global_summary_post_request.py +56 -0
  1937. test/test_v1_global_sync_post_request.py +59 -0
  1938. test/test_v1_global_syslogs_device_get200_response.py +66 -0
  1939. test/test_v1_global_traffic_policies_device_get200_response.py +154 -0
  1940. test/test_v1_groups_get200_response.py +81 -0
  1941. test/test_v1_groups_get200_response_groups_inner.py +78 -0
  1942. test/test_v1_groups_get200_response_groups_inner_permissions.py +68 -0
  1943. test/test_v1_groups_id_enterprises_post_request.py +53 -0
  1944. test/test_v1_groups_id_get200_response.py +79 -0
  1945. test/test_v1_groups_id_members_get200_response.py +62 -0
  1946. test/test_v1_groups_id_members_get200_response_users_inner.py +59 -0
  1947. test/test_v1_groups_id_members_post204_response.py +54 -0
  1948. test/test_v1_groups_id_members_post_request.py +53 -0
  1949. test/test_v1_groups_id_patch_request.py +74 -0
  1950. test/test_v1_groups_put_request.py +76 -0
  1951. test/test_v1_healthcheck_devices_get200_response.py +83 -0
  1952. test/test_v1_healthcheck_devices_get200_response_details_inner.py +80 -0
  1953. test/test_v1_healthcheck_devices_get200_response_details_inner_odp_status.py +52 -0
  1954. test/test_v1_healthcheck_devices_get200_response_details_inner_onboarding_status.py +52 -0
  1955. test/test_v1_lan_segments_get200_response.py +302 -0
  1956. test/test_v1_lldp_interface_id_neighbors_get200_response.py +60 -0
  1957. test/test_v1_lldp_interface_id_neighbors_get200_response_neighbors_inner.py +57 -0
  1958. test/test_v1_lldp_interface_id_summary_get200_response.py +52 -0
  1959. test/test_v1_lldp_interface_id_vendors_get200_response.py +55 -0
  1960. test/test_v1_lldp_interface_id_vendors_get200_response_vendors_inner.py +52 -0
  1961. test/test_v1_logs_post200_response.py +70 -0
  1962. test/test_v1_logs_post200_response_logs_inner.py +58 -0
  1963. test/test_v1_logs_post_request.py +70 -0
  1964. test/test_v1_logs_post_request_selectors_inner.py +54 -0
  1965. test/test_v1_monitoring_circuits_bandwidth_post200_response.py +71 -0
  1966. test/test_v1_monitoring_circuits_bandwidth_post200_response_data_inner.py +71 -0
  1967. test/test_v1_monitoring_circuits_bandwidth_post_request.py +64 -0
  1968. test/test_v1_monitoring_circuits_bandwidth_post_request_selectors_inner.py +52 -0
  1969. test/test_v1_monitoring_circuits_incidents_post200_response.py +68 -0
  1970. test/test_v1_monitoring_circuits_summary_post200_response.py +67 -0
  1971. test/test_v1_monitoring_circuits_summary_post200_response_summaries_inner.py +64 -0
  1972. test/test_v1_monitoring_circuits_utilization_post200_response.py +63 -0
  1973. test/test_v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner.py +60 -0
  1974. test/test_v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner_queue_utilization_inner.py +55 -0
  1975. test/test_v1_monitoring_circuits_visualization_post200_response.py +66 -0
  1976. test/test_v1_monitoring_circuits_visualization_post200_response_data_inner.py +62 -0
  1977. test/test_v1_monitoring_circuits_visualization_post_request.py +65 -0
  1978. test/test_v1_monitoring_circuits_visualization_post_request_selectors_inner.py +53 -0
  1979. test/test_v1_nat_entries_device_id_get200_response.py +76 -0
  1980. test/test_v1_nat_entries_device_id_get200_response_nat_entries_inner.py +62 -0
  1981. test/test_v1_nat_entries_device_id_get200_response_page_info.py +57 -0
  1982. test/test_v1_nat_utilization_device_id_get200_response.py +59 -0
  1983. test/test_v1_nat_utilization_device_id_get200_response_nat_usage.py +55 -0
  1984. test/test_v1_policy_applications_get200_response.py +65 -0
  1985. test/test_v1_policy_applications_get200_response_applications_inner.py +54 -0
  1986. test/test_v1_policy_prefix_sets_id_put_request.py +67 -0
  1987. test/test_v1_policy_prefix_sets_post200_response.py +73 -0
  1988. test/test_v1_policy_prefix_sets_post_request.py +66 -0
  1989. test/test_v1_policy_prefix_sets_post_request_entries_value.py +53 -0
  1990. test/test_v1_policy_route_tag_sets_post200_response.py +51 -0
  1991. test/test_v1_policy_route_tag_sets_post_request.py +54 -0
  1992. test/test_v1_policy_route_tag_sets_tag_detail_get200_response.py +60 -0
  1993. test/test_v1_policy_route_tag_sets_tag_detail_get200_response_devices_inner.py +57 -0
  1994. test/test_v1_policy_route_tag_sets_tags_get200_response.py +62 -0
  1995. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner.py +65 -0
  1996. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner.py +59 -0
  1997. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner.py +59 -0
  1998. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner.py +65 -0
  1999. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +65 -0
  2000. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +59 -0
  2001. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +65 -0
  2002. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +62 -0
  2003. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +56 -0
  2004. test/test_v1_policy_route_tag_sets_tags_summary_get200_response.py +60 -0
  2005. test/test_v1_policy_route_tag_sets_tags_summary_get200_response_tags_inner.py +57 -0
  2006. test/test_v1_portal_apikeys_get200_response.py +57 -0
  2007. test/test_v1_portal_apikeys_get200_response_api_key_info_inner.py +54 -0
  2008. test/test_v1_portal_apikeys_post200_response.py +51 -0
  2009. test/test_v1_portal_apikeys_post_request.py +51 -0
  2010. test/test_v1_portal_private_details_get200_response.py +60 -0
  2011. test/test_v1_portal_private_inventory_details_get200_response.py +57 -0
  2012. test/test_v1_portal_private_inventory_details_get200_response_details_inner.py +54 -0
  2013. test/test_v1_portal_private_post_request.py +58 -0
  2014. test/test_v1_portal_private_post_request_details.py +57 -0
  2015. test/test_v1_portal_private_sync_post_request.py +59 -0
  2016. test/test_v1_portal_private_sync_post_request_inventory_inner.py +54 -0
  2017. test/test_v1_presharedkey_get200_response.py +51 -0
  2018. test/test_v1_qos_circuit_profiles_get200_response.py +61 -0
  2019. test/test_v1_search_get200_response.py +56 -0
  2020. test/test_v1_search_get200_response_results_inner.py +53 -0
  2021. test/test_v1_site_details_sitelists_post200_response.py +57 -0
  2022. test/test_v1_site_details_sitelists_post200_response_site_lists_inner.py +54 -0
  2023. test/test_v1_site_details_sitelists_post_request.py +51 -0
  2024. test/test_v1_site_id_details_interfaces_get200_response.py +53 -0
  2025. test/test_v1_sites_details_get200_response.py +97 -0
  2026. test/test_v1_sites_get200_response.py +105 -0
  2027. test/test_v1_sites_post200_response.py +95 -0
  2028. test/test_v1_sites_post_request.py +100 -0
  2029. test/test_v1_sites_post_request_site.py +99 -0
  2030. test/test_v1_sites_site_id_circuits_get200_response.py +195 -0
  2031. test/test_v1_sites_site_id_circuits_get200_response_data_inner.py +192 -0
  2032. test/test_v1_sites_site_id_devices_get200_response.py +69 -0
  2033. test/test_v1_sites_site_id_devices_get200_response_device_inner.py +66 -0
  2034. test/test_v1_sites_site_id_post_request.py +99 -0
  2035. test/test_v1_software_auto_upgrade_default_get200_response.py +57 -0
  2036. test/test_v1_software_auto_upgrade_default_get200_response_details.py +55 -0
  2037. test/test_v1_software_gcsrelease_upload_notes_post_request.py +60 -0
  2038. test/test_v1_software_gcsrelease_upload_notes_post_request_details.py +59 -0
  2039. test/test_v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py +52 -0
  2040. test/test_v1_software_release_notes_get200_response.py +51 -0
  2041. test/test_v1_software_releases_download_get200_response.py +51 -0
  2042. test/test_v1_software_releases_summary_get200_response.py +61 -0
  2043. test/test_v1_software_releases_summary_get200_response_summaries_inner.py +58 -0
  2044. test/test_v1_software_releases_summary_get200_response_summaries_inner_key.py +52 -0
  2045. test/test_v1_software_running_details_get200_response.py +57 -0
  2046. test/test_v1_software_running_details_get200_response_devices_inner.py +54 -0
  2047. test/test_v1_software_running_summary_get200_response.py +56 -0
  2048. test/test_v1_software_running_summary_get200_response_versions_inner.py +53 -0
  2049. test/test_v1_talkers_device_device_id_top_post200_response.py +55 -0
  2050. test/test_v1_talkers_device_device_id_top_post200_response_apps_utilization_inner.py +52 -0
  2051. test/test_v1_talkers_device_device_id_top_post_request.py +59 -0
  2052. test/test_v1_troubleshooting_device_device_id_post200_response.py +170 -0
  2053. test/test_v1_troubleshooting_device_device_id_post200_response_control_plane.py +77 -0
  2054. test/test_v1_troubleshooting_device_device_id_post200_response_system_plane.py +121 -0
  2055. test/test_v1_troubleshooting_enterprise_post200_response.py +63 -0
  2056. test/test_v1_troubleshooting_enterprise_post200_response_sites_inner.py +60 -0
  2057. test/test_v1_troubleshooting_enterprise_post_request.py +83 -0
  2058. test/test_v1_troubleshooting_enterprise_post_request_dimensions.py +66 -0
  2059. test/test_v1_troubleshooting_site_connectivity_status_get200_response.py +55 -0
  2060. test/test_v1_troubleshooting_site_connectivity_status_get200_response_connectivity_status_inner.py +52 -0
  2061. test/test_v1_troubleshooting_site_site_id_get200_response.py +58 -0
  2062. test/test_v1_troubleshooting_site_site_id_get200_response_edge_statuses_inner.py +53 -0
  2063. test/test_v1_troubleshooting_top_sites_by_alerts_post200_response.py +68 -0
  2064. test/test_v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane.py +55 -0
  2065. test/test_v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane_site_counts_inner.py +52 -0
  2066. test/test_v1_users_put_request.py +54 -0
  2067. test/test_v1_version_post200_response.py +54 -0
  2068. test/test_v1_version_post_request.py +56 -0
  2069. test/test_v1_version_post_request_configuration_metadata.py +53 -0
  2070. test/test_v1_zones_get200_response.py +64 -0
  2071. test/test_v1_zones_get200_response_zones_inner.py +53 -0
  2072. test/test_v2_ack_createupdate_post_request.py +54 -0
  2073. test/test_v2_allowlist_create_post_request.py +52 -0
  2074. test/test_v2_allowlist_rule_id_get200_response.py +66 -0
  2075. test/test_v2_allowlist_rule_id_get200_response_records_inner.py +63 -0
  2076. test/test_v2_assistant_add_to_conversation_post200_response.py +69 -0
  2077. test/test_v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py +55 -0
  2078. test/test_v2_assistant_add_to_conversation_post_request.py +56 -0
  2079. test/test_v2_assistant_add_to_conversation_post_request_question.py +54 -0
  2080. test/test_v2_assistant_get_conversation_details_post200_response.py +74 -0
  2081. test/test_v2_assistant_get_conversation_details_post_request.py +60 -0
  2082. test/test_v2_assistant_get_conversations_post200_response.py +56 -0
  2083. test/test_v2_assistant_get_conversations_post200_response_conversation_list_inner.py +53 -0
  2084. test/test_v2_assistant_get_conversations_post_request.py +59 -0
  2085. test/test_v2_assistant_update_conversation_name_post_request.py +52 -0
  2086. test/test_v2_assurance_applicationdetailsbyname_post200_response.py +145 -0
  2087. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record.py +86 -0
  2088. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record_flex_algo_inner.py +52 -0
  2089. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_name_record.py +107 -0
  2090. test/test_v2_assurance_applicationdetailsbyname_post_request.py +62 -0
  2091. test/test_v2_assurance_applicationprofilesummary_post200_response.py +77 -0
  2092. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary.py +76 -0
  2093. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner.py +73 -0
  2094. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_bucket_stats.py +54 -0
  2095. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_child_bucket_stats_list_inner.py +54 -0
  2096. test/test_v2_assurance_bucket_app_servers_all_get200_response.py +68 -0
  2097. test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner.py +65 -0
  2098. test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_added_servers_inner.py +53 -0
  2099. test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_app.py +52 -0
  2100. test/test_v2_assurance_bucket_app_servers_post200_response.py +58 -0
  2101. test/test_v2_assurance_bucket_app_servers_post200_response_app_servers_inner.py +55 -0
  2102. test/test_v2_assurance_bucket_app_servers_post_request.py +61 -0
  2103. test/test_v2_assurance_bucket_apps_post200_response.py +60 -0
  2104. test/test_v2_assurance_bucket_apps_post200_response_apps_inner.py +57 -0
  2105. test/test_v2_assurance_bucket_apps_post_request.py +61 -0
  2106. test/test_v2_assurance_bucket_topologies_post200_response.py +55 -0
  2107. test/test_v2_assurance_bucket_topologies_post_request.py +51 -0
  2108. test/test_v2_assurance_bucketdetails_post200_response.py +122 -0
  2109. test/test_v2_assurance_bucketdetails_post200_response_bucket_details.py +165 -0
  2110. test/test_v2_assurance_bucketdetails_post200_response_bucket_details_trend_value_list_inner.py +53 -0
  2111. test/test_v2_assurance_bucketdetails_post_request.py +60 -0
  2112. test/test_v2_assurance_create_user_report_post200_response.py +51 -0
  2113. test/test_v2_assurance_create_user_report_post_request.py +61 -0
  2114. test/test_v2_assurance_createclassifiedapplication_post200_response.py +51 -0
  2115. test/test_v2_assurance_createclassifiedapplication_post_request.py +60 -0
  2116. test/test_v2_assurance_download_user_report_get200_response.py +51 -0
  2117. test/test_v2_assurance_endpoint_intel_post200_response.py +55 -0
  2118. test/test_v2_assurance_endpoint_intel_post_request.py +53 -0
  2119. test/test_v2_assurance_enterprisesummary_post200_response.py +57 -0
  2120. test/test_v2_assurance_enterprisesummary_post200_response_enterprise_summary.py +56 -0
  2121. test/test_v2_assurance_flow_summary_post200_response.py +112 -0
  2122. test/test_v2_assurance_flow_summary_post200_response_client_endpoint.py +76 -0
  2123. test/test_v2_assurance_flow_summary_post200_response_client_endpoint_edges_inner.py +52 -0
  2124. test/test_v2_assurance_flow_summary_post200_response_client_endpoint_jitter.py +53 -0
  2125. test/test_v2_assurance_flow_summary_post200_response_client_endpoint_site.py +53 -0
  2126. test/test_v2_assurance_flow_summary_post_request.py +61 -0
  2127. test/test_v2_assurance_getclassifiedapplicationlist_get200_response.py +64 -0
  2128. test/test_v2_assurance_getclassifiedapplicationlist_get200_response_classified_application_list_inner.py +61 -0
  2129. test/test_v2_assurance_read_user_report_list_get200_response.py +65 -0
  2130. test/test_v2_assurance_read_user_report_list_get200_response_user_report_list_inner.py +62 -0
  2131. test/test_v2_assurance_scoredetails_post200_response.py +57 -0
  2132. test/test_v2_assurance_scoredetails_post200_response_score_details.py +56 -0
  2133. test/test_v2_assurance_scoredetails_post200_response_score_details_score_bucket_list_inner.py +53 -0
  2134. test/test_v2_assurance_topology_client_session_details_post200_response.py +125 -0
  2135. test/test_v2_assurance_topology_client_session_details_post200_response_session.py +154 -0
  2136. test/test_v2_assurance_topology_client_session_details_post200_response_session_client_endpoint.py +77 -0
  2137. test/test_v2_assurance_topology_client_session_details_post200_response_session_client_links_inner.py +55 -0
  2138. test/test_v2_assurance_topology_client_session_details_post200_response_session_local_dia_links_inner.py +51 -0
  2139. test/test_v2_assurance_topology_client_session_details_post200_response_session_pop_links_inner.py +55 -0
  2140. test/test_v2_assurance_topology_client_session_details_post_request.py +51 -0
  2141. test/test_v2_assurance_topology_client_sessions_post200_response.py +127 -0
  2142. test/test_v2_assurance_topology_client_sessions_post_request.py +74 -0
  2143. test/test_v2_assurance_topology_client_sessions_post_request_filter.py +59 -0
  2144. test/test_v2_assurance_topology_client_summaries_post200_response.py +62 -0
  2145. test/test_v2_assurance_topology_client_summaries_post200_response_summaries_inner.py +59 -0
  2146. test/test_v2_assurance_topology_client_summaries_post_request.py +73 -0
  2147. test/test_v2_assurance_topology_flows_post200_response.py +72 -0
  2148. test/test_v2_assurance_topology_flows_post200_response_flows_inner.py +69 -0
  2149. test/test_v2_assurance_topology_flows_post_request.py +61 -0
  2150. test/test_v2_assurance_topology_inventory_post200_response.py +75 -0
  2151. test/test_v2_assurance_topology_inventory_post200_response_regions_inner.py +52 -0
  2152. test/test_v2_assurance_topology_inventory_post_request.py +60 -0
  2153. test/test_v2_assurance_topology_overview_post200_response.py +92 -0
  2154. test/test_v2_assurance_topology_overview_post200_response_topology.py +77 -0
  2155. test/test_v2_assurance_topology_overview_post200_response_topology_edges_inner.py +58 -0
  2156. test/test_v2_assurance_topology_overview_post200_response_topology_edges_inner_performance_inner.py +53 -0
  2157. test/test_v2_assurance_topology_overview_post200_response_topology_nodes_inner.py +57 -0
  2158. test/test_v2_assurance_topology_overview_post200_response_topology_nodes_inner_location.py +52 -0
  2159. test/test_v2_assurance_topology_overview_post200_response_topology_paths_inner.py +53 -0
  2160. test/test_v2_assurance_topology_overview_post200_response_traffic_regions_inner.py +54 -0
  2161. test/test_v2_assurance_topology_overview_post_request.py +84 -0
  2162. test/test_v2_assurance_topology_region_summary_post200_response.py +66 -0
  2163. test/test_v2_assurance_topology_region_summary_post200_response_sites_inner.py +63 -0
  2164. test/test_v2_assurance_topology_region_summary_post_request.py +51 -0
  2165. test/test_v2_assurance_topology_site_summaries_post200_response.py +62 -0
  2166. test/test_v2_assurance_topology_site_summaries_post200_response_summaries_inner.py +59 -0
  2167. test/test_v2_assurance_topology_site_summaries_post_request.py +72 -0
  2168. test/test_v2_audit_logs_post200_response.py +71 -0
  2169. test/test_v2_audit_logs_post200_response_logs_inner.py +66 -0
  2170. test/test_v2_audit_logs_post_request.py +80 -0
  2171. test/test_v2_audit_logs_post_request_selector.py +71 -0
  2172. test/test_v2_childalertlist_post200_response.py +116 -0
  2173. test/test_v2_childalertlist_post200_response_alert_list_inner.py +117 -0
  2174. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list.py +85 -0
  2175. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner.py +116 -0
  2176. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +85 -0
  2177. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +117 -0
  2178. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +85 -0
  2179. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +116 -0
  2180. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +85 -0
  2181. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +82 -0
  2182. test/test_v2_childalertlist_post_request.py +51 -0
  2183. test/test_v2_device_device_id_lan_segments_post200_response.py +67 -0
  2184. test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner.py +64 -0
  2185. test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner.py +60 -0
  2186. test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner_vrf_route_inner.py +54 -0
  2187. test/test_v2_device_device_id_topology_post200_response.py +153 -0
  2188. test/test_v2_device_device_id_topology_post200_response_edges_inner.py +84 -0
  2189. test/test_v2_device_device_id_topology_post200_response_edges_inner_circuits_info_inner.py +62 -0
  2190. test/test_v2_device_device_id_topology_post200_response_edges_inner_connections_inner.py +62 -0
  2191. test/test_v2_device_device_id_topology_post200_response_nodes_inner.py +106 -0
  2192. test/test_v2_device_device_id_topology_post200_response_nodes_inner_circuit_info_inner.py +65 -0
  2193. test/test_v2_device_device_id_topology_post200_response_nodes_inner_node_info.py +68 -0
  2194. test/test_v2_device_device_id_topology_post200_response_snapshots_inner.py +54 -0
  2195. test/test_v2_device_device_id_topology_post_request.py +61 -0
  2196. test/test_v2_extranet_consumers_usage_top_post200_response.py +56 -0
  2197. test/test_v2_extranet_consumers_usage_top_post200_response_top_consumers_inner.py +53 -0
  2198. test/test_v2_extranet_consumers_usage_top_post_request.py +60 -0
  2199. test/test_v2_extranet_lan_segments_usage_top_post200_response.py +56 -0
  2200. test/test_v2_extranet_lan_segments_usage_top_post_request.py +61 -0
  2201. test/test_v2_extranet_service_overtime_consumption_post200_response.py +66 -0
  2202. test/test_v2_extranet_service_overtime_consumption_post200_response_dl_agg_stats_inner.py +55 -0
  2203. test/test_v2_extranet_sites_consumption_overview_post200_response.py +81 -0
  2204. test/test_v2_extranet_sites_consumption_overview_post200_response_lan_segments_inner.py +57 -0
  2205. test/test_v2_extranet_sites_consumption_overview_post_request.py +63 -0
  2206. test/test_v2_extranet_total_usage_post200_response.py +51 -0
  2207. test/test_v2_extranets_monitoring_consumers_post200_response.py +58 -0
  2208. test/test_v2_extranets_monitoring_consumers_post200_response_consumers_inner.py +55 -0
  2209. test/test_v2_integration_getall_enterprise_id_get200_response.py +64 -0
  2210. test/test_v2_integration_integration_id_put_request.py +60 -0
  2211. test/test_v2_integration_integration_id_put_request_integration_body.py +59 -0
  2212. test/test_v2_integration_post200_response.py +62 -0
  2213. test/test_v2_integration_post200_response_integration.py +61 -0
  2214. test/test_v2_integration_post_request.py +63 -0
  2215. test/test_v2_integration_post_request_integration_body.py +62 -0
  2216. test/test_v2_integration_post_request_integration_body_details.py +53 -0
  2217. test/test_v2_monitoring_bfd_post200_response.py +65 -0
  2218. test/test_v2_monitoring_bfd_post200_response_data_inner.py +62 -0
  2219. test/test_v2_monitoring_bfd_post200_response_data_inner_samples_inner.py +55 -0
  2220. test/test_v2_monitoring_bfd_post_request.py +65 -0
  2221. test/test_v2_monitoring_bfd_post_request_selectors_inner.py +53 -0
  2222. test/test_v2_monitoring_bgp_post200_response.py +65 -0
  2223. test/test_v2_monitoring_bgp_post200_response_data_inner.py +62 -0
  2224. test/test_v2_monitoring_bgp_post_request.py +65 -0
  2225. test/test_v2_monitoring_bgp_post_request_selectors_inner.py +53 -0
  2226. test/test_v2_monitoring_circuits_summary_post200_response.py +78 -0
  2227. test/test_v2_monitoring_circuits_summary_post200_response_circuit_summaries_inner.py +75 -0
  2228. test/test_v2_monitoring_circuits_summary_post_request.py +59 -0
  2229. test/test_v2_monitoring_circuits_utilization_post200_response.py +65 -0
  2230. test/test_v2_monitoring_circuits_utilization_post200_response_data_inner.py +62 -0
  2231. test/test_v2_monitoring_circuits_utilization_post200_response_data_inner_queue_utilization_inner.py +56 -0
  2232. test/test_v2_monitoring_circuits_utilization_post_request.py +63 -0
  2233. test/test_v2_monitoring_extranet_edge_status_get200_response.py +61 -0
  2234. test/test_v2_monitoring_extranet_edge_status_get200_response_edge_statuses_inner.py +58 -0
  2235. test/test_v2_monitoring_extranet_log_details_post200_response.py +60 -0
  2236. test/test_v2_monitoring_extranet_log_details_post200_response_logs_inner.py +57 -0
  2237. test/test_v2_monitoring_extranet_log_details_post_request.py +53 -0
  2238. test/test_v2_monitoring_extranet_service_status_details_get200_response.py +61 -0
  2239. test/test_v2_monitoring_extranet_service_status_details_get200_response_statuses_inner.py +58 -0
  2240. test/test_v2_monitoring_extranet_service_status_details_get200_response_statuses_inner_statuses_inner.py +52 -0
  2241. test/test_v2_monitoring_extranet_service_status_get200_response.py +55 -0
  2242. test/test_v2_monitoring_extranet_status_details_get200_response.py +72 -0
  2243. test/test_v2_monitoring_ike_error_history_post200_response.py +61 -0
  2244. test/test_v2_monitoring_ike_error_history_post200_response_data_inner.py +58 -0
  2245. test/test_v2_monitoring_ike_error_history_post_request.py +60 -0
  2246. test/test_v2_monitoring_interface_post200_response.py +64 -0
  2247. test/test_v2_monitoring_interface_post200_response_data_inner.py +61 -0
  2248. test/test_v2_monitoring_interface_post_request.py +64 -0
  2249. test/test_v2_monitoring_interface_post_request_selectors_inner.py +52 -0
  2250. test/test_v2_monitoring_ipsec_post200_response.py +64 -0
  2251. test/test_v2_monitoring_ipsec_post200_response_data_inner.py +61 -0
  2252. test/test_v2_monitoring_ipsec_post_request.py +64 -0
  2253. test/test_v2_monitoring_ipsec_post_request_selectors_inner.py +52 -0
  2254. test/test_v2_monitoring_ospf_post200_response.py +65 -0
  2255. test/test_v2_monitoring_ospf_post200_response_data_inner.py +62 -0
  2256. test/test_v2_monitoring_ospf_post_request.py +65 -0
  2257. test/test_v2_monitoring_ospf_post_request_selectors_inner.py +53 -0
  2258. test/test_v2_monitoring_policy_post200_response.py +64 -0
  2259. test/test_v2_monitoring_policy_post200_response_data_inner.py +61 -0
  2260. test/test_v2_monitoring_policy_post_request.py +64 -0
  2261. test/test_v2_monitoring_policy_post_request_selectors_inner.py +52 -0
  2262. test/test_v2_monitoring_queue_instant_post200_response.py +65 -0
  2263. test/test_v2_monitoring_queue_instant_post200_response_data_inner.py +62 -0
  2264. test/test_v2_monitoring_queue_instant_post_request.py +67 -0
  2265. test/test_v2_monitoring_queue_instant_post_request_selectors_inner.py +53 -0
  2266. test/test_v2_monitoring_queue_post200_response.py +66 -0
  2267. test/test_v2_monitoring_queue_post200_response_data_inner.py +63 -0
  2268. test/test_v2_monitoring_queue_post_request.py +66 -0
  2269. test/test_v2_monitoring_queue_post_request_selectors_inner.py +54 -0
  2270. test/test_v2_monitoring_segment_route_counts_post200_response.py +64 -0
  2271. test/test_v2_monitoring_segment_route_counts_post200_response_data_inner.py +64 -0
  2272. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post200_response.py +69 -0
  2273. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post200_response_data_inner.py +69 -0
  2274. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +63 -0
  2275. test/test_v2_monitoring_site_twamp_site_id_post200_response.py +68 -0
  2276. test/test_v2_monitoring_site_twamp_site_id_post200_response_data_inner.py +65 -0
  2277. test/test_v2_monitoring_site_twamp_site_id_post_request.py +65 -0
  2278. test/test_v2_monitoring_site_twamp_site_id_post_request_selectors_inner.py +54 -0
  2279. test/test_v2_monitoring_system_generic_post200_response.py +63 -0
  2280. test/test_v2_monitoring_system_generic_post200_response_data_inner.py +60 -0
  2281. test/test_v2_monitoring_system_generic_post_request.py +63 -0
  2282. test/test_v2_monitoring_twamp_post200_response.py +66 -0
  2283. test/test_v2_monitoring_twamp_post200_response_data_inner.py +63 -0
  2284. test/test_v2_monitoring_twamp_post_request.py +66 -0
  2285. test/test_v2_notification_create_post_request.py +72 -0
  2286. test/test_v2_notification_create_post_request_notification_body.py +68 -0
  2287. test/test_v2_notification_delete_post_request.py +53 -0
  2288. test/test_v2_notification_enabledisable_post_request.py +54 -0
  2289. test/test_v2_notification_update_post_request.py +72 -0
  2290. test/test_v2_notificationlist_post200_response.py +78 -0
  2291. test/test_v2_notificationlist_post200_response_notification_list_inner.py +75 -0
  2292. test/test_v2_notificationlist_post_request.py +58 -0
  2293. test/test_v2_notificationlist_post_request_time_window.py +57 -0
  2294. test/test_v2_rule_enabledisable_post_request.py +54 -0
  2295. test/test_v2_rulelist_post200_response.py +62 -0
  2296. test/test_v2_rulelist_post200_response_rule_list_inner.py +59 -0
  2297. test/test_v2_site_site_id_detail_post200_response.py +60 -0
  2298. test/test_v2_site_site_id_detail_post200_response_site.py +54 -0
  2299. test/test_v2_version_post200_response.py +51 -0
  2300. graphiant_sdk/models/account_email_body.py +0 -110
  2301. graphiant_sdk/models/account_info_body.py +0 -162
  2302. graphiant_sdk/models/account_mfa_body.py +0 -136
  2303. graphiant_sdk/models/account_password_body.py +0 -136
  2304. graphiant_sdk/models/ack_createupdate_body.py +0 -136
  2305. graphiant_sdk/models/activity_logs_body.py +0 -240
  2306. graphiant_sdk/models/alarmmute_alarm_id_body.py +0 -110
  2307. graphiant_sdk/models/apps_appsummary_body.py +0 -162
  2308. graphiant_sdk/models/apps_bandwidth_body.py +0 -266
  2309. graphiant_sdk/models/apps_visualization_body.py +0 -214
  2310. graphiant_sdk/models/assistant_addtoconversation_body.py +0 -136
  2311. graphiant_sdk/models/assistant_getconversationdetails_body.py +0 -162
  2312. graphiant_sdk/models/assistant_getconversations_body.py +0 -136
  2313. graphiant_sdk/models/assistant_updateconversationname_body.py +0 -136
  2314. graphiant_sdk/models/assurance_applicationdetailsbyname_body.py +0 -214
  2315. graphiant_sdk/models/assurance_bucketapps_body.py +0 -188
  2316. graphiant_sdk/models/assurance_bucketappservers_body.py +0 -188
  2317. graphiant_sdk/models/assurance_bucketdetails_body.py +0 -162
  2318. graphiant_sdk/models/assurance_buckettopologies_body.py +0 -110
  2319. graphiant_sdk/models/assurance_createclassifiedapplication_body.py +0 -188
  2320. graphiant_sdk/models/assurance_createuserreport_body.py +0 -266
  2321. graphiant_sdk/models/assurance_endpointintel_body.py +0 -162
  2322. graphiant_sdk/models/assurance_flowsummary_body.py +0 -188
  2323. graphiant_sdk/models/assurance_topologyclientsessiondetails_body.py +0 -110
  2324. graphiant_sdk/models/assurance_topologyclientsessions_body.py +0 -292
  2325. graphiant_sdk/models/assurance_topologyclientsummaries_body.py +0 -266
  2326. graphiant_sdk/models/assurance_topologyflows_body.py +0 -188
  2327. graphiant_sdk/models/assurance_topologyinventory_body.py +0 -162
  2328. graphiant_sdk/models/assurance_topologyoverview_body.py +0 -318
  2329. graphiant_sdk/models/assurance_topologyregionsummary_body.py +0 -110
  2330. graphiant_sdk/models/assurance_topologysitesummaries_body.py +0 -240
  2331. graphiant_sdk/models/assurance_updateclassifiedapplication_body.py +0 -110
  2332. graphiant_sdk/models/assurances_global_body.py +0 -110
  2333. graphiant_sdk/models/audit_complete_body.py +0 -136
  2334. graphiant_sdk/models/audit_init_body.py +0 -110
  2335. graphiant_sdk/models/audit_logs_body.py +0 -240
  2336. graphiant_sdk/models/audit_logs_body1.py +0 -214
  2337. graphiant_sdk/models/auth_gcs_body.py +0 -136
  2338. graphiant_sdk/models/auth_login_body.py +0 -136
  2339. graphiant_sdk/models/auth_mfa_body.py +0 -188
  2340. graphiant_sdk/models/autoupgrade_default_body.py +0 -110
  2341. graphiant_sdk/models/backbonehealth_overview_body.py +0 -136
  2342. graphiant_sdk/models/bandwidth_site_id_body.py +0 -136
  2343. graphiant_sdk/models/bgp_routecount_body.py +0 -136
  2344. graphiant_sdk/models/bgpreset_device_id_body.py +0 -188
  2345. graphiant_sdk/models/bringup_token_body.py +0 -162
  2346. graphiant_sdk/models/circuitsummary_circuitname_body.py +0 -136
  2347. graphiant_sdk/models/cleararp_device_id_body.py +0 -110
  2348. graphiant_sdk/models/config_site_body.py +0 -344
  2349. graphiant_sdk/models/consumersusage_top_body.py +0 -162
  2350. graphiant_sdk/models/details_sitelists_body.py +0 -110
  2351. graphiant_sdk/models/device_id_config_body.py +0 -240
  2352. graphiant_sdk/models/device_id_draft_body.py +0 -162
  2353. graphiant_sdk/models/device_id_top_body.py +0 -136
  2354. graphiant_sdk/models/device_snapshot_body.py +0 -162
  2355. graphiant_sdk/models/device_snapshot_body1.py +0 -188
  2356. graphiant_sdk/models/devices_bringup_body.py +0 -136
  2357. graphiant_sdk/models/devices_inventory_body.py +0 -110
  2358. graphiant_sdk/models/devices_rma_body.py +0 -136
  2359. graphiant_sdk/models/diagnostic_packetcapturestart_body.py +0 -214
  2360. graphiant_sdk/models/diagnostic_packetcapturestop_body.py +0 -110
  2361. graphiant_sdk/models/diagnostic_speedtest_body.py +0 -136
  2362. graphiant_sdk/models/diagnostic_speedtestreport_body.py +0 -136
  2363. graphiant_sdk/models/email_password_body.py +0 -110
  2364. graphiant_sdk/models/enterprise_configuration_body.py +0 -110
  2365. graphiant_sdk/models/enterprise_contract_body.py +0 -136
  2366. graphiant_sdk/models/extranet_logdetails_body.py +0 -162
  2367. graphiant_sdk/models/extranet_totalusage_body.py +0 -188
  2368. graphiant_sdk/models/extranets_resolvepolicytarget_body.py +0 -110
  2369. graphiant_sdk/models/extranets_sourcesegments_body.py +0 -136
  2370. graphiant_sdk/models/extranetsb2b_consumer_body.py +0 -188
  2371. graphiant_sdk/models/extranetsb2b_id_body.py +0 -110
  2372. graphiant_sdk/models/extranetsmonitoring_consumers_body.py +0 -110
  2373. graphiant_sdk/models/extranetsmonitoring_trafficsecuritypolicy_body.py +0 -136
  2374. graphiant_sdk/models/flows_flowtable_body.py +0 -292
  2375. graphiant_sdk/models/flows_topology_body.py +0 -162
  2376. graphiant_sdk/models/gateways_status_body.py +0 -188
  2377. graphiant_sdk/models/global_attachededges_body.py +0 -240
  2378. graphiant_sdk/models/global_config_body.py +0 -292
  2379. graphiant_sdk/models/global_id_body.py +0 -136
  2380. graphiant_sdk/models/global_lansegments_body.py +0 -136
  2381. graphiant_sdk/models/global_summary_body.py +0 -240
  2382. graphiant_sdk/models/global_sync_body.py +0 -266
  2383. graphiant_sdk/models/groups_id_body.py +0 -240
  2384. graphiant_sdk/models/id_apply_body.py +0 -110
  2385. graphiant_sdk/models/id_customer_body.py +0 -110
  2386. graphiant_sdk/models/id_enterprises_body.py +0 -110
  2387. graphiant_sdk/models/id_members_body.py +0 -110
  2388. graphiant_sdk/models/inline_response200.py +0 -136
  2389. graphiant_sdk/models/inline_response2001.py +0 -136
  2390. graphiant_sdk/models/inline_response20010.py +0 -110
  2391. graphiant_sdk/models/inline_response200100.py +0 -110
  2392. graphiant_sdk/models/inline_response200100_entries.py +0 -266
  2393. graphiant_sdk/models/inline_response200101.py +0 -110
  2394. graphiant_sdk/models/inline_response200102.py +0 -110
  2395. graphiant_sdk/models/inline_response200103.py +0 -136
  2396. graphiant_sdk/models/inline_response200103_policy_tag.py +0 -162
  2397. graphiant_sdk/models/inline_response200103_policy_tag_level_one.py +0 -162
  2398. graphiant_sdk/models/inline_response200103_sites.py +0 -448
  2399. graphiant_sdk/models/inline_response200104.py +0 -110
  2400. graphiant_sdk/models/inline_response200105.py +0 -110
  2401. graphiant_sdk/models/inline_response200105_app_list_config.py +0 -162
  2402. graphiant_sdk/models/inline_response200105_app_list_config_apps.py +0 -136
  2403. graphiant_sdk/models/inline_response200106.py +0 -110
  2404. graphiant_sdk/models/inline_response200107.py +0 -110
  2405. graphiant_sdk/models/inline_response200108.py +0 -188
  2406. graphiant_sdk/models/inline_response200108_action.py +0 -188
  2407. graphiant_sdk/models/inline_response200108_inbound_security_rules.py +0 -214
  2408. graphiant_sdk/models/inline_response200108_match.py +0 -240
  2409. graphiant_sdk/models/inline_response200108_policy.py +0 -240
  2410. graphiant_sdk/models/inline_response200108_traffic_rules.py +0 -188
  2411. graphiant_sdk/models/inline_response200109.py +0 -110
  2412. graphiant_sdk/models/inline_response200109_draft.py +0 -136
  2413. graphiant_sdk/models/inline_response200109_draft_mana_device.py +0 -1254
  2414. graphiant_sdk/models/inline_response200109_draft_mana_device_circuits.py +0 -838
  2415. graphiant_sdk/models/inline_response200109_draft_mana_device_dns.py +0 -240
  2416. graphiant_sdk/models/inline_response200109_draft_mana_device_interfaces.py +0 -864
  2417. graphiant_sdk/models/inline_response200109_draft_mana_device_ipsec_tunnels.py +0 -552
  2418. graphiant_sdk/models/inline_response200109_draft_mana_device_nat_policy.py +0 -110
  2419. graphiant_sdk/models/inline_response200109_draft_mana_device_prefix_sets.py +0 -344
  2420. graphiant_sdk/models/inline_response200109_draft_mana_device_routing_policies.py +0 -318
  2421. graphiant_sdk/models/inline_response200109_draft_mana_device_segments.py +0 -630
  2422. graphiant_sdk/models/inline_response200109_draft_mana_device_site.py +0 -448
  2423. graphiant_sdk/models/inline_response200109_draft_mana_device_snmp.py +0 -812
  2424. graphiant_sdk/models/inline_response200109_draft_mana_device_traffic_policy.py +0 -266
  2425. graphiant_sdk/models/inline_response200109_draft_version_info.py +0 -162
  2426. graphiant_sdk/models/inline_response20010_history.py +0 -240
  2427. graphiant_sdk/models/inline_response20011.py +0 -110
  2428. graphiant_sdk/models/inline_response200110.py +0 -110
  2429. graphiant_sdk/models/inline_response200110_devices.py +0 -188
  2430. graphiant_sdk/models/inline_response200111.py +0 -110
  2431. graphiant_sdk/models/inline_response200111_app_config.py +0 -266
  2432. graphiant_sdk/models/inline_response200111_app_config_port_ranges.py +0 -136
  2433. graphiant_sdk/models/inline_response200112.py +0 -110
  2434. graphiant_sdk/models/inline_response200112_address_families.py +0 -188
  2435. graphiant_sdk/models/inline_response200112_bfd.py +0 -162
  2436. graphiant_sdk/models/inline_response200112_bfd_neighbor.py +0 -422
  2437. graphiant_sdk/models/inline_response200112_bgp_neighbors.py +0 -682
  2438. graphiant_sdk/models/inline_response200112_dhcp_subnets.py +0 -526
  2439. graphiant_sdk/models/inline_response200112_leases.py +0 -214
  2440. graphiant_sdk/models/inline_response200112_nameservers.py +0 -136
  2441. graphiant_sdk/models/inline_response200112_next_hop.py +0 -266
  2442. graphiant_sdk/models/inline_response200112_ospfv2_process.py +0 -266
  2443. graphiant_sdk/models/inline_response200112_ospfv2_process_areas.py +0 -266
  2444. graphiant_sdk/models/inline_response200112_ospfv2_process_redistributed_protocols.py +0 -162
  2445. graphiant_sdk/models/inline_response200112_ospfv3_process.py +0 -266
  2446. graphiant_sdk/models/inline_response200112_ranges.py +0 -136
  2447. graphiant_sdk/models/inline_response200112_static_leases.py +0 -214
  2448. graphiant_sdk/models/inline_response200112_static_routes.py +0 -240
  2449. graphiant_sdk/models/inline_response200112_vrfs.py +0 -630
  2450. graphiant_sdk/models/inline_response200113.py +0 -136
  2451. graphiant_sdk/models/inline_response200113_author.py +0 -240
  2452. graphiant_sdk/models/inline_response200113_data.py +0 -448
  2453. graphiant_sdk/models/inline_response200113_device_snapshot_map.py +0 -136
  2454. graphiant_sdk/models/inline_response200113_device_snapshot_records.py +0 -266
  2455. graphiant_sdk/models/inline_response200113_snapshots.py +0 -266
  2456. graphiant_sdk/models/inline_response200113_value.py +0 -136
  2457. graphiant_sdk/models/inline_response200113_value_snapshots.py +0 -266
  2458. graphiant_sdk/models/inline_response200114.py +0 -110
  2459. graphiant_sdk/models/inline_response200114_category.py +0 -162
  2460. graphiant_sdk/models/inline_response200114_entries.py +0 -136
  2461. graphiant_sdk/models/inline_response200115.py +0 -110
  2462. graphiant_sdk/models/inline_response200116.py +0 -110
  2463. graphiant_sdk/models/inline_response200117.py +0 -110
  2464. graphiant_sdk/models/inline_response200117_assurances.py +0 -136
  2465. graphiant_sdk/models/inline_response200117_configs.py +0 -240
  2466. graphiant_sdk/models/inline_response200117_configs_apps.py +0 -266
  2467. graphiant_sdk/models/inline_response200118.py +0 -110
  2468. graphiant_sdk/models/inline_response200118_statuses.py +0 -266
  2469. graphiant_sdk/models/inline_response200119.py +0 -188
  2470. graphiant_sdk/models/inline_response20011_alarms.py +0 -526
  2471. graphiant_sdk/models/inline_response20012.py +0 -110
  2472. graphiant_sdk/models/inline_response200120.py +0 -110
  2473. graphiant_sdk/models/inline_response200120_customers.py +0 -240
  2474. graphiant_sdk/models/inline_response200121.py +0 -136
  2475. graphiant_sdk/models/inline_response200122.py +0 -110
  2476. graphiant_sdk/models/inline_response200122_summary.py +0 -370
  2477. graphiant_sdk/models/inline_response200123.py +0 -110
  2478. graphiant_sdk/models/inline_response200123_summary.py +0 -214
  2479. graphiant_sdk/models/inline_response200124.py +0 -110
  2480. graphiant_sdk/models/inline_response200124_info.py +0 -266
  2481. graphiant_sdk/models/inline_response200125.py +0 -162
  2482. graphiant_sdk/models/inline_response200125_bgp_session_data_map.py +0 -136
  2483. graphiant_sdk/models/inline_response200125_value.py +0 -188
  2484. graphiant_sdk/models/inline_response200126.py +0 -110
  2485. graphiant_sdk/models/inline_response200126_circuits.py +0 -188
  2486. graphiant_sdk/models/inline_response200127.py +0 -136
  2487. graphiant_sdk/models/inline_response200128.py +0 -110
  2488. graphiant_sdk/models/inline_response200128_profiles.py +0 -162
  2489. graphiant_sdk/models/inline_response200128_queues.py +0 -162
  2490. graphiant_sdk/models/inline_response200129.py +0 -110
  2491. graphiant_sdk/models/inline_response200129_data.py +0 -136
  2492. graphiant_sdk/models/inline_response20012_integration.py +0 -292
  2493. graphiant_sdk/models/inline_response20013.py +0 -110
  2494. graphiant_sdk/models/inline_response200130.py +0 -240
  2495. graphiant_sdk/models/inline_response200131.py +0 -136
  2496. graphiant_sdk/models/inline_response200131_connections.py +0 -162
  2497. graphiant_sdk/models/inline_response200131_connections_control_connection.py +0 -240
  2498. graphiant_sdk/models/inline_response200131_edges.py +0 -188
  2499. graphiant_sdk/models/inline_response200131_nodes.py +0 -240
  2500. graphiant_sdk/models/inline_response200132.py +0 -110
  2501. graphiant_sdk/models/inline_response200133.py +0 -110
  2502. graphiant_sdk/models/inline_response200133_leases.py +0 -214
  2503. graphiant_sdk/models/inline_response200133_pools.py +0 -526
  2504. graphiant_sdk/models/inline_response200134.py +0 -136
  2505. graphiant_sdk/models/inline_response200134_applications.py +0 -188
  2506. graphiant_sdk/models/inline_response200135.py +0 -110
  2507. graphiant_sdk/models/inline_response200136.py +0 -110
  2508. graphiant_sdk/models/inline_response200137.py +0 -110
  2509. graphiant_sdk/models/inline_response200138.py +0 -110
  2510. graphiant_sdk/models/inline_response200139.py +0 -110
  2511. graphiant_sdk/models/inline_response20014.py +0 -110
  2512. graphiant_sdk/models/inline_response200140.py +0 -110
  2513. graphiant_sdk/models/inline_response200141.py +0 -110
  2514. graphiant_sdk/models/inline_response200141_device.py +0 -448
  2515. graphiant_sdk/models/inline_response200142.py +0 -110
  2516. graphiant_sdk/models/inline_response200142_devices.py +0 -292
  2517. graphiant_sdk/models/inline_response200142_sites.py +0 -162
  2518. graphiant_sdk/models/inline_response200143.py +0 -110
  2519. graphiant_sdk/models/inline_response200144.py +0 -110
  2520. graphiant_sdk/models/inline_response200144_consumers.py +0 -162
  2521. graphiant_sdk/models/inline_response200145.py +0 -110
  2522. graphiant_sdk/models/inline_response200146.py +0 -162
  2523. graphiant_sdk/models/inline_response200146_allocations.py +0 -214
  2524. graphiant_sdk/models/inline_response200147.py +0 -136
  2525. graphiant_sdk/models/inline_response200147_security_rules.py +0 -162
  2526. graphiant_sdk/models/inline_response200147_traffic_rules.py +0 -162
  2527. graphiant_sdk/models/inline_response200148.py +0 -110
  2528. graphiant_sdk/models/inline_response200148_rules.py +0 -396
  2529. graphiant_sdk/models/inline_response200148_security_rulesets.py +0 -292
  2530. graphiant_sdk/models/inline_response200148_zone_pairs.py +0 -162
  2531. graphiant_sdk/models/inline_response200149.py +0 -110
  2532. graphiant_sdk/models/inline_response200149_entries.py +0 -162
  2533. graphiant_sdk/models/inline_response20015.py +0 -110
  2534. graphiant_sdk/models/inline_response200150.py +0 -110
  2535. graphiant_sdk/models/inline_response200151.py +0 -110
  2536. graphiant_sdk/models/inline_response200152.py +0 -110
  2537. graphiant_sdk/models/inline_response200152_gateway_device_summary.py +0 -188
  2538. graphiant_sdk/models/inline_response200152_summaries.py +0 -344
  2539. graphiant_sdk/models/inline_response200153.py +0 -110
  2540. graphiant_sdk/models/inline_response200154.py +0 -110
  2541. graphiant_sdk/models/inline_response200155.py +0 -110
  2542. graphiant_sdk/models/inline_response200155_actions.py +0 -396
  2543. graphiant_sdk/models/inline_response200155_matches.py +0 -318
  2544. graphiant_sdk/models/inline_response200155_routing_policies.py +0 -318
  2545. graphiant_sdk/models/inline_response200155_statements.py +0 -188
  2546. graphiant_sdk/models/inline_response200156.py +0 -110
  2547. graphiant_sdk/models/inline_response200156_accesses.py +0 -266
  2548. graphiant_sdk/models/inline_response200156_group_members.py +0 -214
  2549. graphiant_sdk/models/inline_response200156_include_exclude_list.py +0 -162
  2550. graphiant_sdk/models/inline_response200156_notify_filter_profiles.py +0 -162
  2551. graphiant_sdk/models/inline_response200156_snmps.py +0 -812
  2552. graphiant_sdk/models/inline_response200156_vacm_groups.py +0 -214
  2553. graphiant_sdk/models/inline_response200156_views.py +0 -162
  2554. graphiant_sdk/models/inline_response200157.py +0 -110
  2555. graphiant_sdk/models/inline_response200158.py +0 -110
  2556. graphiant_sdk/models/inline_response200158_traffic_policy.py +0 -266
  2557. graphiant_sdk/models/inline_response200158_traffic_policy_ip.py +0 -162
  2558. graphiant_sdk/models/inline_response200158_traffic_policy_rules.py +0 -266
  2559. graphiant_sdk/models/inline_response200158_traffic_policy_traffic_rulesets.py +0 -292
  2560. graphiant_sdk/models/inline_response200158_traffic_policy_udp.py +0 -136
  2561. graphiant_sdk/models/inline_response200158_traffic_policy_zone_firewalls.py +0 -162
  2562. graphiant_sdk/models/inline_response200159.py +0 -110
  2563. graphiant_sdk/models/inline_response20015_alert_list.py +0 -864
  2564. graphiant_sdk/models/inline_response20015_children_alert_list.py +0 -110
  2565. graphiant_sdk/models/inline_response20015_children_alert_list_alert_list.py +0 -864
  2566. graphiant_sdk/models/inline_response20016.py +0 -110
  2567. graphiant_sdk/models/inline_response200160.py +0 -110
  2568. graphiant_sdk/models/inline_response200160_ipsec_profiles.py +0 -162
  2569. graphiant_sdk/models/inline_response200161.py +0 -110
  2570. graphiant_sdk/models/inline_response200161_summaries.py +0 -448
  2571. graphiant_sdk/models/inline_response200162.py +0 -110
  2572. graphiant_sdk/models/inline_response200162_entries.py +0 -162
  2573. graphiant_sdk/models/inline_response200163.py +0 -136
  2574. graphiant_sdk/models/inline_response200164.py +0 -136
  2575. graphiant_sdk/models/inline_response200164_interfaces.py +0 -864
  2576. graphiant_sdk/models/inline_response200164_ip_sec.py +0 -760
  2577. graphiant_sdk/models/inline_response200164_ipv4.py +0 -240
  2578. graphiant_sdk/models/inline_response200164_ipv4_dhcp_relay.py +0 -162
  2579. graphiant_sdk/models/inline_response200164_ipv4_vrrp_group.py +0 -448
  2580. graphiant_sdk/models/inline_response200164_subinterfaces.py +0 -682
  2581. graphiant_sdk/models/inline_response200165.py +0 -110
  2582. graphiant_sdk/models/inline_response200165_neighbors.py +0 -266
  2583. graphiant_sdk/models/inline_response200166.py +0 -136
  2584. graphiant_sdk/models/inline_response200167.py +0 -110
  2585. graphiant_sdk/models/inline_response200167_vendors.py +0 -136
  2586. graphiant_sdk/models/inline_response200168.py +0 -136
  2587. graphiant_sdk/models/inline_response200168_entries.py +0 -214
  2588. graphiant_sdk/models/inline_response200169.py +0 -110
  2589. graphiant_sdk/models/inline_response20016_notification_list.py +0 -266
  2590. graphiant_sdk/models/inline_response20017.py +0 -110
  2591. graphiant_sdk/models/inline_response200170.py +0 -110
  2592. graphiant_sdk/models/inline_response200171.py +0 -110
  2593. graphiant_sdk/models/inline_response200171_devices.py +0 -188
  2594. graphiant_sdk/models/inline_response200172.py +0 -110
  2595. graphiant_sdk/models/inline_response200172_next_set.py +0 -188
  2596. graphiant_sdk/models/inline_response200172_next_set1.py +0 -188
  2597. graphiant_sdk/models/inline_response200172_tags.py +0 -188
  2598. graphiant_sdk/models/inline_response200173.py +0 -110
  2599. graphiant_sdk/models/inline_response200173_tags.py +0 -266
  2600. graphiant_sdk/models/inline_response200174.py +0 -110
  2601. graphiant_sdk/models/inline_response200175.py +0 -110
  2602. graphiant_sdk/models/inline_response200175_site_lists.py +0 -188
  2603. graphiant_sdk/models/inline_response200176.py +0 -110
  2604. graphiant_sdk/models/inline_response200176_entries.py +0 -188
  2605. graphiant_sdk/models/inline_response200177.py +0 -110
  2606. graphiant_sdk/models/inline_response200177_site_to_site_vpn.py +0 -188
  2607. graphiant_sdk/models/inline_response200178.py +0 -110
  2608. graphiant_sdk/models/inline_response200179.py +0 -110
  2609. graphiant_sdk/models/inline_response200179_bgp_connection.py +0 -240
  2610. graphiant_sdk/models/inline_response200179_ipsec_connection.py +0 -500
  2611. graphiant_sdk/models/inline_response200179_peers.py +0 -292
  2612. graphiant_sdk/models/inline_response200179_slices.py +0 -188
  2613. graphiant_sdk/models/inline_response20017_rule_list.py +0 -318
  2614. graphiant_sdk/models/inline_response20018.py +0 -110
  2615. graphiant_sdk/models/inline_response200180.py +0 -110
  2616. graphiant_sdk/models/inline_response200180_value.py +0 -162
  2617. graphiant_sdk/models/inline_response200180_vrf_associations.py +0 -136
  2618. graphiant_sdk/models/inline_response200181.py +0 -136
  2619. graphiant_sdk/models/inline_response200182.py +0 -136
  2620. graphiant_sdk/models/inline_response200182_zones.py +0 -162
  2621. graphiant_sdk/models/inline_response200183.py +0 -110
  2622. graphiant_sdk/models/inline_response200184.py +0 -110
  2623. graphiant_sdk/models/inline_response200185.py +0 -110
  2624. graphiant_sdk/models/inline_response200185_mappings.py +0 -240
  2625. graphiant_sdk/models/inline_response200186.py +0 -110
  2626. graphiant_sdk/models/inline_response200186_mappings.py +0 -240
  2627. graphiant_sdk/models/inline_response200187.py +0 -110
  2628. graphiant_sdk/models/inline_response200187_arp_entry.py +0 -188
  2629. graphiant_sdk/models/inline_response200188.py +0 -110
  2630. graphiant_sdk/models/inline_response200188_counters.py +0 -240
  2631. graphiant_sdk/models/inline_response200189.py +0 -162
  2632. graphiant_sdk/models/inline_response20018_records.py +0 -422
  2633. graphiant_sdk/models/inline_response20019.py +0 -292
  2634. graphiant_sdk/models/inline_response200190.py +0 -162
  2635. graphiant_sdk/models/inline_response200191.py +0 -110
  2636. graphiant_sdk/models/inline_response200191_prefixes.py +0 -162
  2637. graphiant_sdk/models/inline_response200192.py +0 -162
  2638. graphiant_sdk/models/inline_response200192_stats.py +0 -110
  2639. graphiant_sdk/models/inline_response200193.py +0 -110
  2640. graphiant_sdk/models/inline_response200193_counts.py +0 -136
  2641. graphiant_sdk/models/inline_response200194.py +0 -214
  2642. graphiant_sdk/models/inline_response200194_ebgp_route_count.py +0 -136
  2643. graphiant_sdk/models/inline_response200195.py +0 -110
  2644. graphiant_sdk/models/inline_response200196.py +0 -110
  2645. graphiant_sdk/models/inline_response200196_counts.py +0 -136
  2646. graphiant_sdk/models/inline_response200197.py +0 -110
  2647. graphiant_sdk/models/inline_response200197_nd_entry.py +0 -188
  2648. graphiant_sdk/models/inline_response200198.py +0 -162
  2649. graphiant_sdk/models/inline_response200199.py +0 -162
  2650. graphiant_sdk/models/inline_response200199_interfaces.py +0 -344
  2651. graphiant_sdk/models/inline_response20019_dataframe_dictionary.py +0 -162
  2652. graphiant_sdk/models/inline_response2001_page_info.py +0 -266
  2653. graphiant_sdk/models/inline_response2002.py +0 -110
  2654. graphiant_sdk/models/inline_response20020.py +0 -162
  2655. graphiant_sdk/models/inline_response200200.py +0 -162
  2656. graphiant_sdk/models/inline_response200201.py +0 -162
  2657. graphiant_sdk/models/inline_response200202.py +0 -162
  2658. graphiant_sdk/models/inline_response200202_asexternal_lsa.py +0 -240
  2659. graphiant_sdk/models/inline_response200202_asexternal_lsa_tos_metric.py +0 -136
  2660. graphiant_sdk/models/inline_response200202_lsas.py +0 -370
  2661. graphiant_sdk/models/inline_response200202_network_lsa.py +0 -136
  2662. graphiant_sdk/models/inline_response200202_router_lsa.py +0 -110
  2663. graphiant_sdk/models/inline_response200202_router_lsa_links.py +0 -214
  2664. graphiant_sdk/models/inline_response200202_summary_lsa.py +0 -136
  2665. graphiant_sdk/models/inline_response200203.py +0 -162
  2666. graphiant_sdk/models/inline_response200203_nbrs.py +0 -240
  2667. graphiant_sdk/models/inline_response200204.py +0 -162
  2668. graphiant_sdk/models/inline_response200204_path.py +0 -240
  2669. graphiant_sdk/models/inline_response200204_routes.py +0 -136
  2670. graphiant_sdk/models/inline_response200205.py +0 -110
  2671. graphiant_sdk/models/inline_response200205_statistics.py +0 -136
  2672. graphiant_sdk/models/inline_response200205_value.py +0 -136
  2673. graphiant_sdk/models/inline_response200206.py +0 -110
  2674. graphiant_sdk/models/inline_response200206_vrrp_entry.py +0 -370
  2675. graphiant_sdk/models/inline_response200207.py +0 -110
  2676. graphiant_sdk/models/inline_response200208.py +0 -136
  2677. graphiant_sdk/models/inline_response200208_edges_summary.py +0 -812
  2678. graphiant_sdk/models/inline_response200208_upgrade_summary.py +0 -240
  2679. graphiant_sdk/models/inline_response200208_upgrade_summary_schedule.py +0 -266
  2680. graphiant_sdk/models/inline_response200209.py +0 -136
  2681. graphiant_sdk/models/inline_response20020_response_list.py +0 -292
  2682. graphiant_sdk/models/inline_response20021.py +0 -110
  2683. graphiant_sdk/models/inline_response200210.py +0 -110
  2684. graphiant_sdk/models/inline_response200210_results.py +0 -162
  2685. graphiant_sdk/models/inline_response200211.py +0 -110
  2686. graphiant_sdk/models/inline_response200211_data.py +0 -136
  2687. graphiant_sdk/models/inline_response200212.py +0 -110
  2688. graphiant_sdk/models/inline_response200212_data.py +0 -136
  2689. graphiant_sdk/models/inline_response200212_samples.py +0 -162
  2690. graphiant_sdk/models/inline_response200213.py +0 -110
  2691. graphiant_sdk/models/inline_response200213_bwusage_csv_details.py +0 -110
  2692. graphiant_sdk/models/inline_response200213_bwusage_csv_details_bwusage_csv_record.py +0 -266
  2693. graphiant_sdk/models/inline_response200214.py +0 -110
  2694. graphiant_sdk/models/inline_response200214_bwusage_details.py +0 -136
  2695. graphiant_sdk/models/inline_response200214_bwusage_details_bwusage_region.py +0 -188
  2696. graphiant_sdk/models/inline_response200215.py +0 -110
  2697. graphiant_sdk/models/inline_response200215_bwusage_summary.py +0 -292
  2698. graphiant_sdk/models/inline_response200215_bwusage_summary_bwusage_role_summary.py +0 -162
  2699. graphiant_sdk/models/inline_response200215_bwusage_summary_bwusage_top_regions.py +0 -162
  2700. graphiant_sdk/models/inline_response200216.py +0 -110
  2701. graphiant_sdk/models/inline_response200216_bwusage_chart.py +0 -136
  2702. graphiant_sdk/models/inline_response200216_bwusage_chart_bwusage_chart.py +0 -188
  2703. graphiant_sdk/models/inline_response200217.py +0 -110
  2704. graphiant_sdk/models/inline_response200217_bwusage_summary.py +0 -240
  2705. graphiant_sdk/models/inline_response200217_bwusage_summary_bwusage_top_providers.py +0 -188
  2706. graphiant_sdk/models/inline_response200218.py +0 -110
  2707. graphiant_sdk/models/inline_response200218_bwusage_details.py +0 -110
  2708. graphiant_sdk/models/inline_response200218_bwusage_details_bwuage_sites.py +0 -240
  2709. graphiant_sdk/models/inline_response200219.py +0 -110
  2710. graphiant_sdk/models/inline_response200219_bwusage_summary.py +0 -214
  2711. graphiant_sdk/models/inline_response200219_bwusage_summary_bwusage_top_sites.py +0 -162
  2712. graphiant_sdk/models/inline_response20021_conversation_list.py +0 -162
  2713. graphiant_sdk/models/inline_response20022.py +0 -110
  2714. graphiant_sdk/models/inline_response200220.py +0 -110
  2715. graphiant_sdk/models/inline_response200220_bwusage_details.py +0 -136
  2716. graphiant_sdk/models/inline_response200220_bwusage_details_bwuage_edge_provider.py +0 -214
  2717. graphiant_sdk/models/inline_response200220_bwusage_details_bwuage_provider.py +0 -162
  2718. graphiant_sdk/models/inline_response200221.py +0 -110
  2719. graphiant_sdk/models/inline_response200221_bwusage_summary.py +0 -188
  2720. graphiant_sdk/models/inline_response200222.py +0 -344
  2721. graphiant_sdk/models/inline_response200222_control_plane.py +0 -162
  2722. graphiant_sdk/models/inline_response200222_control_plane_control_transitions.py +0 -110
  2723. graphiant_sdk/models/inline_response200222_control_plane_control_transitions_transitions.py +0 -136
  2724. graphiant_sdk/models/inline_response200222_data_plane.py +0 -162
  2725. graphiant_sdk/models/inline_response200222_data_plane_down_transitions.py +0 -136
  2726. graphiant_sdk/models/inline_response200222_data_plane_session_slas.py +0 -136
  2727. graphiant_sdk/models/inline_response200222_data_plane_transitions.py +0 -188
  2728. graphiant_sdk/models/inline_response200222_data_plane_values.py +0 -240
  2729. graphiant_sdk/models/inline_response200222_issues.py +0 -422
  2730. graphiant_sdk/models/inline_response200222_qoe_matrix.py +0 -136
  2731. graphiant_sdk/models/inline_response200222_qoe_matrix_box.py +0 -266
  2732. graphiant_sdk/models/inline_response200222_qoe_matrix_qoe_matrix.py +0 -240
  2733. graphiant_sdk/models/inline_response200222_system_plane.py +0 -318
  2734. graphiant_sdk/models/inline_response200222_system_plane_cpu.py +0 -188
  2735. graphiant_sdk/models/inline_response200222_system_plane_crashes.py +0 -110
  2736. graphiant_sdk/models/inline_response200222_system_plane_last_crash.py +0 -162
  2737. graphiant_sdk/models/inline_response200222_system_plane_maintenance_windows.py +0 -110
  2738. graphiant_sdk/models/inline_response200222_system_plane_time_window.py +0 -162
  2739. graphiant_sdk/models/inline_response200223.py +0 -136
  2740. graphiant_sdk/models/inline_response200223_device_etwan_summary.py +0 -214
  2741. graphiant_sdk/models/inline_response200223_region_sla_status.py +0 -136
  2742. graphiant_sdk/models/inline_response200224.py +0 -162
  2743. graphiant_sdk/models/inline_response200224_devices.py +0 -162
  2744. graphiant_sdk/models/inline_response200224_region.py +0 -136
  2745. graphiant_sdk/models/inline_response200224_region_status.py +0 -162
  2746. graphiant_sdk/models/inline_response200224_sla_matrix.py +0 -448
  2747. graphiant_sdk/models/inline_response200225.py +0 -214
  2748. graphiant_sdk/models/inline_response200225_lan_segments.py +0 -110
  2749. graphiant_sdk/models/inline_response200225_regions.py +0 -110
  2750. graphiant_sdk/models/inline_response200225_sites.py +0 -136
  2751. graphiant_sdk/models/inline_response200226.py +0 -110
  2752. graphiant_sdk/models/inline_response200226_devices.py +0 -318
  2753. graphiant_sdk/models/inline_response200227.py +0 -162
  2754. graphiant_sdk/models/inline_response200227_control_plane.py +0 -110
  2755. graphiant_sdk/models/inline_response200227_control_plane_device_counts.py +0 -136
  2756. graphiant_sdk/models/inline_response200228.py +0 -110
  2757. graphiant_sdk/models/inline_response200228_data.py +0 -214
  2758. graphiant_sdk/models/inline_response200229.py +0 -110
  2759. graphiant_sdk/models/inline_response200229_circuit_summaries.py +0 -734
  2760. graphiant_sdk/models/inline_response20023.py +0 -110
  2761. graphiant_sdk/models/inline_response200230.py +0 -110
  2762. graphiant_sdk/models/inline_response200230_data.py +0 -162
  2763. graphiant_sdk/models/inline_response200230_queue_utilization.py +0 -240
  2764. graphiant_sdk/models/inline_response200231.py +0 -110
  2765. graphiant_sdk/models/inline_response200231_circuits_incidents.py +0 -136
  2766. graphiant_sdk/models/inline_response200231_data.py +0 -214
  2767. graphiant_sdk/models/inline_response200231_dl_incidents.py +0 -136
  2768. graphiant_sdk/models/inline_response200232.py +0 -110
  2769. graphiant_sdk/models/inline_response200232_summaries.py +0 -448
  2770. graphiant_sdk/models/inline_response200233.py +0 -110
  2771. graphiant_sdk/models/inline_response200233_circuit_utilization.py +0 -162
  2772. graphiant_sdk/models/inline_response200233_queue_utilization.py +0 -214
  2773. graphiant_sdk/models/inline_response200234.py +0 -162
  2774. graphiant_sdk/models/inline_response200234_circuit_info.py +0 -474
  2775. graphiant_sdk/models/inline_response200234_circuits_info.py +0 -344
  2776. graphiant_sdk/models/inline_response200234_connections.py +0 -344
  2777. graphiant_sdk/models/inline_response200234_edges.py +0 -240
  2778. graphiant_sdk/models/inline_response200234_node_info.py +0 -500
  2779. graphiant_sdk/models/inline_response200234_nodes.py +0 -266
  2780. graphiant_sdk/models/inline_response200234_snapshots.py +0 -136
  2781. graphiant_sdk/models/inline_response200235.py +0 -110
  2782. graphiant_sdk/models/inline_response200235_device_segments.py +0 -136
  2783. graphiant_sdk/models/inline_response200235_vrf_route.py +0 -188
  2784. graphiant_sdk/models/inline_response200235_vrf_routes.py +0 -136
  2785. graphiant_sdk/models/inline_response200236.py +0 -110
  2786. graphiant_sdk/models/inline_response200237.py +0 -110
  2787. graphiant_sdk/models/inline_response200238.py +0 -110
  2788. graphiant_sdk/models/inline_response200238_logs.py +0 -214
  2789. graphiant_sdk/models/inline_response200239.py +0 -188
  2790. graphiant_sdk/models/inline_response200239_edge_statuses.py +0 -188
  2791. graphiant_sdk/models/inline_response200239_site_status.py +0 -188
  2792. graphiant_sdk/models/inline_response200239_site_status_statuses.py +0 -136
  2793. graphiant_sdk/models/inline_response20024.py +0 -110
  2794. graphiant_sdk/models/inline_response200240.py +0 -110
  2795. graphiant_sdk/models/inline_response200240_data.py +0 -136
  2796. graphiant_sdk/models/inline_response200240_selector.py +0 -110
  2797. graphiant_sdk/models/inline_response200241.py +0 -110
  2798. graphiant_sdk/models/inline_response200241_data.py +0 -136
  2799. graphiant_sdk/models/inline_response200242.py +0 -110
  2800. graphiant_sdk/models/inline_response200242_data.py +0 -240
  2801. graphiant_sdk/models/inline_response200243.py +0 -110
  2802. graphiant_sdk/models/inline_response200243_data.py +0 -136
  2803. graphiant_sdk/models/inline_response200244.py +0 -110
  2804. graphiant_sdk/models/inline_response200244_data.py +0 -136
  2805. graphiant_sdk/models/inline_response200245.py +0 -110
  2806. graphiant_sdk/models/inline_response200246.py +0 -110
  2807. graphiant_sdk/models/inline_response200246_data.py +0 -136
  2808. graphiant_sdk/models/inline_response200247.py +0 -110
  2809. graphiant_sdk/models/inline_response200247_data.py +0 -136
  2810. graphiant_sdk/models/inline_response200248.py +0 -110
  2811. graphiant_sdk/models/inline_response200248_data.py +0 -136
  2812. graphiant_sdk/models/inline_response200249.py +0 -110
  2813. graphiant_sdk/models/inline_response200249_data.py +0 -188
  2814. graphiant_sdk/models/inline_response20025.py +0 -110
  2815. graphiant_sdk/models/inline_response200250.py +0 -136
  2816. graphiant_sdk/models/inline_response200250_site.py +0 -188
  2817. graphiant_sdk/models/inline_response200251.py +0 -110
  2818. graphiant_sdk/models/inline_response200251_data.py +0 -162
  2819. graphiant_sdk/models/inline_response200252.py +0 -110
  2820. graphiant_sdk/models/inline_response200252_connectivity_status.py +0 -136
  2821. graphiant_sdk/models/inline_response200253.py +0 -110
  2822. graphiant_sdk/models/inline_response200253_data.py +0 -188
  2823. graphiant_sdk/models/inline_response200254.py +0 -110
  2824. graphiant_sdk/models/inline_response200254_data.py +0 -136
  2825. graphiant_sdk/models/inline_response200255.py +0 -136
  2826. graphiant_sdk/models/inline_response200255_data.py +0 -136
  2827. graphiant_sdk/models/inline_response200255_selector.py +0 -162
  2828. graphiant_sdk/models/inline_response200256.py +0 -370
  2829. graphiant_sdk/models/inline_response200256_control_plane.py +0 -162
  2830. graphiant_sdk/models/inline_response200256_system_plane.py +0 -318
  2831. graphiant_sdk/models/inline_response200257.py +0 -110
  2832. graphiant_sdk/models/inline_response200257_sites.py +0 -292
  2833. graphiant_sdk/models/inline_response200258.py +0 -162
  2834. graphiant_sdk/models/inline_response200258_edge_statuses.py +0 -162
  2835. graphiant_sdk/models/inline_response200259.py +0 -162
  2836. graphiant_sdk/models/inline_response200259_control_plane.py +0 -110
  2837. graphiant_sdk/models/inline_response200259_control_plane_site_counts.py +0 -136
  2838. graphiant_sdk/models/inline_response20025_added_servers.py +0 -162
  2839. graphiant_sdk/models/inline_response20025_app.py +0 -136
  2840. graphiant_sdk/models/inline_response20025_app_server_changes.py +0 -162
  2841. graphiant_sdk/models/inline_response20026.py +0 -110
  2842. graphiant_sdk/models/inline_response200260.py +0 -188
  2843. graphiant_sdk/models/inline_response200260_logs.py +0 -240
  2844. graphiant_sdk/models/inline_response200261.py +0 -110
  2845. graphiant_sdk/models/inline_response200262.py +0 -110
  2846. graphiant_sdk/models/inline_response200263.py +0 -110
  2847. graphiant_sdk/models/inline_response200264.py +0 -110
  2848. graphiant_sdk/models/inline_response200264_key.py +0 -136
  2849. graphiant_sdk/models/inline_response200264_summaries.py +0 -188
  2850. graphiant_sdk/models/inline_response200265.py +0 -110
  2851. graphiant_sdk/models/inline_response200265_versions.py +0 -136
  2852. graphiant_sdk/models/inline_response200266.py +0 -110
  2853. graphiant_sdk/models/inline_response200266_devices.py +0 -188
  2854. graphiant_sdk/models/inline_response200267.py +0 -110
  2855. graphiant_sdk/models/inline_response200267_versions.py +0 -162
  2856. graphiant_sdk/models/inline_response20026_application_profile_summary.py +0 -110
  2857. graphiant_sdk/models/inline_response20026_application_profile_summary_bucket_stats.py +0 -188
  2858. graphiant_sdk/models/inline_response20026_application_profile_summary_bucket_summary_list.py +0 -318
  2859. graphiant_sdk/models/inline_response20026_application_profile_summary_child_bucket_stats_list.py +0 -188
  2860. graphiant_sdk/models/inline_response20027.py +0 -136
  2861. graphiant_sdk/models/inline_response20027_app_name_record.py +0 -474
  2862. graphiant_sdk/models/inline_response20028.py +0 -110
  2863. graphiant_sdk/models/inline_response20028_app_servers.py +0 -214
  2864. graphiant_sdk/models/inline_response20029.py +0 -110
  2865. graphiant_sdk/models/inline_response20029_apps.py +0 -214
  2866. graphiant_sdk/models/inline_response2002_data.py +0 -136
  2867. graphiant_sdk/models/inline_response2003.py +0 -110
  2868. graphiant_sdk/models/inline_response20030.py +0 -110
  2869. graphiant_sdk/models/inline_response20030_bucket_details.py +0 -422
  2870. graphiant_sdk/models/inline_response20030_bucket_details_app_id_records.py +0 -708
  2871. graphiant_sdk/models/inline_response20030_bucket_details_app_id_records1.py +0 -708
  2872. graphiant_sdk/models/inline_response20030_bucket_details_app_name_records.py +0 -474
  2873. graphiant_sdk/models/inline_response20030_bucket_details_trend_value_list.py +0 -162
  2874. graphiant_sdk/models/inline_response20031.py +0 -110
  2875. graphiant_sdk/models/inline_response20031_topologies.py +0 -136
  2876. graphiant_sdk/models/inline_response20032.py +0 -110
  2877. graphiant_sdk/models/inline_response20033.py +0 -162
  2878. graphiant_sdk/models/inline_response20034.py +0 -110
  2879. graphiant_sdk/models/inline_response20034_enterprise_summary.py +0 -240
  2880. graphiant_sdk/models/inline_response20035.py +0 -396
  2881. graphiant_sdk/models/inline_response20035_client_endpoint.py +0 -292
  2882. graphiant_sdk/models/inline_response20035_client_endpoint_edges.py +0 -136
  2883. graphiant_sdk/models/inline_response20035_client_endpoint_jitter.py +0 -162
  2884. graphiant_sdk/models/inline_response20035_client_endpoint_site.py +0 -162
  2885. graphiant_sdk/models/inline_response20036.py +0 -110
  2886. graphiant_sdk/models/inline_response20036_score_details.py +0 -110
  2887. graphiant_sdk/models/inline_response20036_score_details_score_bucket_list.py +0 -162
  2888. graphiant_sdk/models/inline_response20037.py +0 -110
  2889. graphiant_sdk/models/inline_response20037_session.py +0 -630
  2890. graphiant_sdk/models/inline_response20037_session_client_endpoint.py +0 -318
  2891. graphiant_sdk/models/inline_response20037_session_client_links.py +0 -214
  2892. graphiant_sdk/models/inline_response20037_session_local_dia_links.py +0 -110
  2893. graphiant_sdk/models/inline_response20037_session_pop_links.py +0 -214
  2894. graphiant_sdk/models/inline_response20038.py +0 -110
  2895. graphiant_sdk/models/inline_response20039.py +0 -110
  2896. graphiant_sdk/models/inline_response20039_summaries.py +0 -266
  2897. graphiant_sdk/models/inline_response2004.py +0 -110
  2898. graphiant_sdk/models/inline_response20040.py +0 -110
  2899. graphiant_sdk/models/inline_response20040_flows.py +0 -318
  2900. graphiant_sdk/models/inline_response20041.py +0 -214
  2901. graphiant_sdk/models/inline_response20042.py +0 -214
  2902. graphiant_sdk/models/inline_response20042_topology.py +0 -162
  2903. graphiant_sdk/models/inline_response20042_topology_edges.py +0 -162
  2904. graphiant_sdk/models/inline_response20042_topology_location.py +0 -136
  2905. graphiant_sdk/models/inline_response20042_topology_nodes.py +0 -214
  2906. graphiant_sdk/models/inline_response20042_topology_paths.py +0 -110
  2907. graphiant_sdk/models/inline_response20042_topology_performance.py +0 -162
  2908. graphiant_sdk/models/inline_response20042_traffic_regions.py +0 -136
  2909. graphiant_sdk/models/inline_response20043.py +0 -110
  2910. graphiant_sdk/models/inline_response20043_sites.py +0 -266
  2911. graphiant_sdk/models/inline_response20044.py +0 -110
  2912. graphiant_sdk/models/inline_response20044_summaries.py +0 -188
  2913. graphiant_sdk/models/inline_response20045.py +0 -110
  2914. graphiant_sdk/models/inline_response20045_user_report_list.py +0 -292
  2915. graphiant_sdk/models/inline_response20046.py +0 -214
  2916. graphiant_sdk/models/inline_response20046_details.py +0 -552
  2917. graphiant_sdk/models/inline_response20046_events.py +0 -188
  2918. graphiant_sdk/models/inline_response20046_filter_entities.py +0 -136
  2919. graphiant_sdk/models/inline_response20046_targets.py +0 -266
  2920. graphiant_sdk/models/inline_response20046_value.py +0 -110
  2921. graphiant_sdk/models/inline_response20047.py +0 -188
  2922. graphiant_sdk/models/inline_response20047_failed_target_results.py +0 -162
  2923. graphiant_sdk/models/inline_response20047_histogram.py +0 -136
  2924. graphiant_sdk/models/inline_response20047_logs.py +0 -370
  2925. graphiant_sdk/models/inline_response20047_target.py +0 -136
  2926. graphiant_sdk/models/inline_response20048.py +0 -162
  2927. graphiant_sdk/models/inline_response20048_logs.py +0 -292
  2928. graphiant_sdk/models/inline_response20049.py +0 -136
  2929. graphiant_sdk/models/inline_response20049_job_status.py +0 -240
  2930. graphiant_sdk/models/inline_response2004_summaries.py +0 -266
  2931. graphiant_sdk/models/inline_response2005.py +0 -110
  2932. graphiant_sdk/models/inline_response20050.py +0 -110
  2933. graphiant_sdk/models/inline_response20050_results.py +0 -162
  2934. graphiant_sdk/models/inline_response20051.py +0 -110
  2935. graphiant_sdk/models/inline_response20051_archives.py +0 -318
  2936. graphiant_sdk/models/inline_response20052.py +0 -110
  2937. graphiant_sdk/models/inline_response20053.py +0 -214
  2938. graphiant_sdk/models/inline_response20054.py +0 -110
  2939. graphiant_sdk/models/inline_response20055.py +0 -110
  2940. graphiant_sdk/models/inline_response20055_server.py +0 -240
  2941. graphiant_sdk/models/inline_response20056.py +0 -136
  2942. graphiant_sdk/models/inline_response20057.py +0 -136
  2943. graphiant_sdk/models/inline_response20057_result.py +0 -318
  2944. graphiant_sdk/models/inline_response20058.py +0 -110
  2945. graphiant_sdk/models/inline_response20058_events.py +0 -318
  2946. graphiant_sdk/models/inline_response20059.py +0 -110
  2947. graphiant_sdk/models/inline_response20059_users.py +0 -292
  2948. graphiant_sdk/models/inline_response2005_details.py +0 -266
  2949. graphiant_sdk/models/inline_response2006.py +0 -110
  2950. graphiant_sdk/models/inline_response20060.py +0 -110
  2951. graphiant_sdk/models/inline_response20061.py +0 -110
  2952. graphiant_sdk/models/inline_response20061_counts.py +0 -422
  2953. graphiant_sdk/models/inline_response20061_customers.py +0 -136
  2954. graphiant_sdk/models/inline_response20061_enterprises.py +0 -500
  2955. graphiant_sdk/models/inline_response20061_value.py +0 -214
  2956. graphiant_sdk/models/inline_response20062.py +0 -110
  2957. graphiant_sdk/models/inline_response20062_groups.py +0 -292
  2958. graphiant_sdk/models/inline_response20063.py +0 -188
  2959. graphiant_sdk/models/inline_response20064.py +0 -110
  2960. graphiant_sdk/models/inline_response20065.py +0 -110
  2961. graphiant_sdk/models/inline_response20066.py +0 -162
  2962. graphiant_sdk/models/inline_response20067.py +0 -110
  2963. graphiant_sdk/models/inline_response20067_api_key_info.py +0 -136
  2964. graphiant_sdk/models/inline_response20068.py +0 -110
  2965. graphiant_sdk/models/inline_response20069.py +0 -110
  2966. graphiant_sdk/models/inline_response2006_details.py +0 -188
  2967. graphiant_sdk/models/inline_response2007.py +0 -110
  2968. graphiant_sdk/models/inline_response20070.py +0 -136
  2969. graphiant_sdk/models/inline_response20071.py +0 -110
  2970. graphiant_sdk/models/inline_response20071_stats.py +0 -162
  2971. graphiant_sdk/models/inline_response20072.py +0 -136
  2972. graphiant_sdk/models/inline_response20072_flow_table.py +0 -474
  2973. graphiant_sdk/models/inline_response20073.py +0 -110
  2974. graphiant_sdk/models/inline_response20073_app_summary.py +0 -240
  2975. graphiant_sdk/models/inline_response20073_app_summary_app_health.py +0 -136
  2976. graphiant_sdk/models/inline_response20073_app_summary_app_incidents.py +0 -110
  2977. graphiant_sdk/models/inline_response20073_app_summary_app_incidents_data.py +0 -162
  2978. graphiant_sdk/models/inline_response20073_app_summary_circuits_incidents.py +0 -136
  2979. graphiant_sdk/models/inline_response20073_app_summary_circuits_incidentsv2.py +0 -110
  2980. graphiant_sdk/models/inline_response20073_app_summary_data.py +0 -214
  2981. graphiant_sdk/models/inline_response20073_app_summary_data1.py +0 -136
  2982. graphiant_sdk/models/inline_response20074.py +0 -188
  2983. graphiant_sdk/models/inline_response20074_apps_visualization.py +0 -214
  2984. graphiant_sdk/models/inline_response20074_circuit_map.py +0 -136
  2985. graphiant_sdk/models/inline_response20074_value.py +0 -214
  2986. graphiant_sdk/models/inline_response20075.py +0 -188
  2987. graphiant_sdk/models/inline_response20075_connections_v2.py +0 -136
  2988. graphiant_sdk/models/inline_response20075_lan_segments.py +0 -162
  2989. graphiant_sdk/models/inline_response20076.py +0 -136
  2990. graphiant_sdk/models/inline_response20077.py +0 -162
  2991. graphiant_sdk/models/inline_response20077_dl_stats.py +0 -162
  2992. graphiant_sdk/models/inline_response20078.py +0 -110
  2993. graphiant_sdk/models/inline_response20079.py +0 -110
  2994. graphiant_sdk/models/inline_response20079_top_vrfs.py +0 -162
  2995. graphiant_sdk/models/inline_response2007_onboarding_redirection.py +0 -214
  2996. graphiant_sdk/models/inline_response2008.py +0 -110
  2997. graphiant_sdk/models/inline_response20080.py +0 -110
  2998. graphiant_sdk/models/inline_response20080_top_sites.py +0 -162
  2999. graphiant_sdk/models/inline_response20081.py +0 -110
  3000. graphiant_sdk/models/inline_response20082.py +0 -162
  3001. graphiant_sdk/models/inline_response20082_nat_entries.py +0 -396
  3002. graphiant_sdk/models/inline_response20083.py +0 -136
  3003. graphiant_sdk/models/inline_response20083_nat_usage.py +0 -214
  3004. graphiant_sdk/models/inline_response20084.py +0 -110
  3005. graphiant_sdk/models/inline_response20084_connections.py +0 -162
  3006. graphiant_sdk/models/inline_response20084_delta.py +0 -188
  3007. graphiant_sdk/models/inline_response20084_delta_edges_added.py +0 -188
  3008. graphiant_sdk/models/inline_response20084_delta_nodes_added.py +0 -240
  3009. graphiant_sdk/models/inline_response20084_edges.py +0 -188
  3010. graphiant_sdk/models/inline_response20084_network_topology.py +0 -240
  3011. graphiant_sdk/models/inline_response20084_nodes.py +0 -240
  3012. graphiant_sdk/models/inline_response20085.py +0 -136
  3013. graphiant_sdk/models/inline_response20085_apps_utilization.py +0 -162
  3014. graphiant_sdk/models/inline_response20086.py +0 -110
  3015. graphiant_sdk/models/inline_response20086_apps_utilization.py +0 -136
  3016. graphiant_sdk/models/inline_response20087.py +0 -318
  3017. graphiant_sdk/models/inline_response20088.py +0 -110
  3018. graphiant_sdk/models/inline_response20088_entries.py +0 -162
  3019. graphiant_sdk/models/inline_response20089.py +0 -110
  3020. graphiant_sdk/models/inline_response2009.py +0 -110
  3021. graphiant_sdk/models/inline_response20090.py +0 -110
  3022. graphiant_sdk/models/inline_response20090_apps.py +0 -110
  3023. graphiant_sdk/models/inline_response20090_lans.py +0 -110
  3024. graphiant_sdk/models/inline_response20090_rows.py +0 -292
  3025. graphiant_sdk/models/inline_response20090_sites.py +0 -110
  3026. graphiant_sdk/models/inline_response20091.py +0 -136
  3027. graphiant_sdk/models/inline_response20092.py +0 -110
  3028. graphiant_sdk/models/inline_response20092_responses.py +0 -266
  3029. graphiant_sdk/models/inline_response20093.py +0 -188
  3030. graphiant_sdk/models/inline_response20093_device.py +0 -188
  3031. graphiant_sdk/models/inline_response20094.py +0 -136
  3032. graphiant_sdk/models/inline_response20094_policy.py +0 -214
  3033. graphiant_sdk/models/inline_response20094_policy_policy.py +0 -266
  3034. graphiant_sdk/models/inline_response20094_policy_policy_sites.py +0 -240
  3035. graphiant_sdk/models/inline_response20095.py +0 -162
  3036. graphiant_sdk/models/inline_response20095_first_snapshot.py +0 -266
  3037. graphiant_sdk/models/inline_response20095_first_snapshot_author.py +0 -240
  3038. graphiant_sdk/models/inline_response20096.py +0 -136
  3039. graphiant_sdk/models/inline_response20097.py +0 -110
  3040. graphiant_sdk/models/inline_response20097_policy.py +0 -474
  3041. graphiant_sdk/models/inline_response20097_policy_auto.py +0 -136
  3042. graphiant_sdk/models/inline_response20097_policy_branches.py +0 -162
  3043. graphiant_sdk/models/inline_response20097_policy_branches_excluded_devices.py +0 -1254
  3044. graphiant_sdk/models/inline_response20097_policy_branches_prefix_set.py +0 -214
  3045. graphiant_sdk/models/inline_response20097_policy_host_prefix_set.py +0 -214
  3046. graphiant_sdk/models/inline_response20097_policy_manual.py +0 -110
  3047. graphiant_sdk/models/inline_response20098.py +0 -136
  3048. graphiant_sdk/models/inline_response20099.py +0 -110
  3049. graphiant_sdk/models/inline_response20099_entries.py +0 -188
  3050. graphiant_sdk/models/inline_response201.py +0 -110
  3051. graphiant_sdk/models/inline_response2011.py +0 -110
  3052. graphiant_sdk/models/inline_response2012.py +0 -110
  3053. graphiant_sdk/models/inline_response202.py +0 -136
  3054. graphiant_sdk/models/inline_response2021.py +0 -136
  3055. graphiant_sdk/models/inline_response204.py +0 -136
  3056. graphiant_sdk/models/inline_response2041.py +0 -136
  3057. graphiant_sdk/models/inline_response2042.py +0 -136
  3058. graphiant_sdk/models/inline_response204_result.py +0 -162
  3059. graphiant_sdk/models/inline_response204_result_ping_result.py +0 -240
  3060. graphiant_sdk/models/inline_response204_result_route_info.py +0 -162
  3061. graphiant_sdk/models/inline_response204_result_trace_result.py +0 -266
  3062. graphiant_sdk/models/inline_response204_result_trace_result_hops.py +0 -188
  3063. graphiant_sdk/models/integration_integration_id_body.py +0 -110
  3064. graphiant_sdk/models/interfacereset_device_id_body.py +0 -110
  3065. graphiant_sdk/models/inventory_enterprise_body.py +0 -136
  3066. graphiant_sdk/models/lansegmentsusage_top_body.py +0 -188
  3067. graphiant_sdk/models/login_callback_body.py +0 -136
  3068. graphiant_sdk/models/login_spa_body.py +0 -136
  3069. graphiant_sdk/models/mfa_confirmation_body.py +0 -188
  3070. graphiant_sdk/models/monitoring_bfd_body.py +0 -162
  3071. graphiant_sdk/models/monitoring_bgp_body.py +0 -162
  3072. graphiant_sdk/models/monitoring_ikeerrorhistory_body.py +0 -162
  3073. graphiant_sdk/models/monitoring_interface_body.py +0 -162
  3074. graphiant_sdk/models/monitoring_ipsec_body.py +0 -162
  3075. graphiant_sdk/models/monitoring_ospf_body.py +0 -162
  3076. graphiant_sdk/models/monitoring_policy_body.py +0 -162
  3077. graphiant_sdk/models/monitoring_queue_body.py +0 -162
  3078. graphiant_sdk/models/monitoring_queueinstant_body.py +0 -214
  3079. graphiant_sdk/models/monitoring_twamp_body.py +0 -162
  3080. graphiant_sdk/models/notification_create_body.py +0 -136
  3081. graphiant_sdk/models/notification_delete_body.py +0 -110
  3082. graphiant_sdk/models/notification_enabledisable_body.py +0 -136
  3083. graphiant_sdk/models/notification_update_body.py +0 -136
  3084. graphiant_sdk/models/policy_prefixsets_body.py +0 -214
  3085. graphiant_sdk/models/policy_routetagsets_body.py +0 -110
  3086. graphiant_sdk/models/portal_apikeys_body.py +0 -110
  3087. graphiant_sdk/models/prefixsets_id_body.py +0 -188
  3088. graphiant_sdk/models/private_sync_body.py +0 -162
  3089. graphiant_sdk/models/resetipsecsession_device_id_body.py +0 -188
  3090. graphiant_sdk/models/rule_enabledisable_body.py +0 -136
  3091. graphiant_sdk/models/site_id_top_body.py +0 -136
  3092. graphiant_sdk/models/sites_site_id_body.py +0 -110
  3093. graphiant_sdk/models/sitesusage_top_body.py +0 -214
  3094. graphiant_sdk/models/sitetwamp_site_id_body.py +0 -136
  3095. graphiant_sdk/models/system_ack_body.py +0 -110
  3096. graphiant_sdk/models/troubleshooting_enterprise_body.py +0 -136
  3097. graphiant_sdk/models/upgrade_schedule_body.py +0 -188
  3098. graphiant_sdk/models/upload_notes_body.py +0 -110
  3099. graphiant_sdk/models/v1_enterprises_body.py +0 -344
  3100. graphiant_sdk/models/v1_enterprises_body1.py +0 -318
  3101. graphiant_sdk/models/v1_extranetsb2b_body.py +0 -162
  3102. graphiant_sdk/models/v1_gateways_body.py +0 -136
  3103. graphiant_sdk/models/v1_gateways_body1.py +0 -110
  3104. graphiant_sdk/models/v1_groups_body.py +0 -292
  3105. graphiant_sdk/models/v1_logs_body.py +0 -292
  3106. graphiant_sdk/models/v1_sites_body.py +0 -136
  3107. graphiant_sdk/models/v1_users_body.py +0 -188
  3108. graphiant_sdk/models/v1_version_body.py +0 -162
  3109. graphiant_sdk/models/v1activitylogs_selector.py +0 -240
  3110. graphiant_sdk/models/v1activitylogs_selector_job_entity.py +0 -162
  3111. graphiant_sdk/models/v1activitylogs_selector_v2.py +0 -240
  3112. graphiant_sdk/models/v1auditcomplete_entry.py +0 -422
  3113. graphiant_sdk/models/v1auditcomplete_entry_end.py +0 -136
  3114. graphiant_sdk/models/v1auditcomplete_entry_failed_target_results.py +0 -162
  3115. graphiant_sdk/models/v1auditcomplete_entry_target.py +0 -136
  3116. graphiant_sdk/models/v1auditlogs_selectors.py +0 -136
  3117. graphiant_sdk/models/v1backbonehealthoverview_dimensions.py +0 -448
  3118. graphiant_sdk/models/v1backbonehealthoverview_filter.py +0 -214
  3119. graphiant_sdk/models/v1dataassuranceassurancesglobal_config.py +0 -240
  3120. graphiant_sdk/models/v1dataassuranceassurancesglobal_config_apps.py +0 -266
  3121. graphiant_sdk/models/v1dataassuranceassurancesglobal_config_servers.py +0 -162
  3122. graphiant_sdk/models/v1devicesbringuptoken_valid_till_ts.py +0 -136
  3123. graphiant_sdk/models/v1devicesdevice_idconfig_core.py +0 -474
  3124. graphiant_sdk/models/v1devicesdevice_idconfig_core_bgp_instance.py +0 -188
  3125. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf.py +0 -448
  3126. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf_bgp_aggregations.py +0 -136
  3127. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf_ebgp_multipath.py +0 -110
  3128. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf_nat_ruleset.py +0 -110
  3129. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf_ospfv2.py +0 -110
  3130. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf_overlay_filters.py +0 -136
  3131. graphiant_sdk/models/v1devicesdevice_idconfig_core_interfaces.py +0 -136
  3132. graphiant_sdk/models/v1devicesdevice_idconfig_core_ipfix_exporters.py +0 -136
  3133. graphiant_sdk/models/v1devicesdevice_idconfig_core_isp_vrfs.py +0 -136
  3134. graphiant_sdk/models/v1devicesdevice_idconfig_core_prefix_sets.py +0 -136
  3135. graphiant_sdk/models/v1devicesdevice_idconfig_core_prometheus.py +0 -162
  3136. graphiant_sdk/models/v1devicesdevice_idconfig_core_prometheus_sink.py +0 -110
  3137. graphiant_sdk/models/v1devicesdevice_idconfig_core_route_policies.py +0 -136
  3138. graphiant_sdk/models/v1devicesdevice_idconfig_core_site.py +0 -422
  3139. graphiant_sdk/models/v1devicesdevice_idconfig_core_traffic_policy.py +0 -266
  3140. graphiant_sdk/models/v1devicesdevice_idconfig_core_value.py +0 -110
  3141. graphiant_sdk/models/v1devicesdevice_idconfig_core_value1.py +0 -110
  3142. graphiant_sdk/models/v1devicesdevice_idconfig_core_value2.py +0 -448
  3143. graphiant_sdk/models/v1devicesdevice_idconfig_core_value3.py +0 -110
  3144. graphiant_sdk/models/v1devicesdevice_idconfig_edge.py +0 -838
  3145. graphiant_sdk/models/v1devicesdevice_idconfig_edge_circuits.py +0 -136
  3146. graphiant_sdk/models/v1devicesdevice_idconfig_edge_dns.py +0 -110
  3147. graphiant_sdk/models/v1devicesdevice_idconfig_edge_dns_dns.py +0 -162
  3148. graphiant_sdk/models/v1devicesdevice_idconfig_edge_local_route_tag.py +0 -110
  3149. graphiant_sdk/models/v1devicesdevice_idconfig_edge_nat_policy.py +0 -110
  3150. graphiant_sdk/models/v1devicesdevice_idconfig_edge_site_to_site_vpn.py +0 -136
  3151. graphiant_sdk/models/v1devicesdevice_idconfig_edge_snmp_global_object.py +0 -136
  3152. graphiant_sdk/models/v1devicesdevice_idconfig_edge_value.py +0 -604
  3153. graphiant_sdk/models/v1devicesdevice_idconfig_edge_value1.py +0 -110
  3154. graphiant_sdk/models/v1devicesdevice_iddraft_draft.py +0 -1254
  3155. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp.py +0 -162
  3156. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp1.py +0 -240
  3157. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp_aggregations.py +0 -188
  3158. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp_multipath.py +0 -136
  3159. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp_neighbors.py +0 -682
  3160. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp_redistributions.py +0 -214
  3161. graphiant_sdk/models/v1devicesdevice_iddraft_draft_circuits.py +0 -838
  3162. graphiant_sdk/models/v1devicesdevice_iddraft_draft_core_logical_interfaces_v2.py +0 -214
  3163. graphiant_sdk/models/v1devicesdevice_iddraft_draft_dhcp_subnets.py +0 -526
  3164. graphiant_sdk/models/v1devicesdevice_iddraft_draft_dns.py +0 -240
  3165. graphiant_sdk/models/v1devicesdevice_iddraft_draft_dns_cloudflare_servers.py +0 -266
  3166. graphiant_sdk/models/v1devicesdevice_iddraft_draft_dns_dynamic_servers_v2.py +0 -136
  3167. graphiant_sdk/models/v1devicesdevice_iddraft_draft_dns_static_servers_v2.py +0 -188
  3168. graphiant_sdk/models/v1devicesdevice_iddraft_draft_entries.py +0 -214
  3169. graphiant_sdk/models/v1devicesdevice_iddraft_draft_interfaces.py +0 -864
  3170. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ip_sec.py +0 -760
  3171. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ipfix_exporters.py +0 -474
  3172. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ipsec_tunnels.py +0 -552
  3173. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ipv4.py +0 -240
  3174. graphiant_sdk/models/v1devicesdevice_iddraft_draft_nat_policy.py +0 -110
  3175. graphiant_sdk/models/v1devicesdevice_iddraft_draft_nat_policy_nat_policy_rulesets.py +0 -188
  3176. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ospfv2_process.py +0 -266
  3177. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ospfv3_process.py +0 -266
  3178. graphiant_sdk/models/v1devicesdevice_iddraft_draft_overlay_filters.py +0 -136
  3179. graphiant_sdk/models/v1devicesdevice_iddraft_draft_policies.py +0 -162
  3180. graphiant_sdk/models/v1devicesdevice_iddraft_draft_prefix_sets.py +0 -344
  3181. graphiant_sdk/models/v1devicesdevice_iddraft_draft_profile.py +0 -162
  3182. graphiant_sdk/models/v1devicesdevice_iddraft_draft_region.py +0 -136
  3183. graphiant_sdk/models/v1devicesdevice_iddraft_draft_routing_policies.py +0 -318
  3184. graphiant_sdk/models/v1devicesdevice_iddraft_draft_segments.py +0 -630
  3185. graphiant_sdk/models/v1devicesdevice_iddraft_draft_sfp_optical_strength.py +0 -214
  3186. graphiant_sdk/models/v1devicesdevice_iddraft_draft_site.py +0 -448
  3187. graphiant_sdk/models/v1devicesdevice_iddraft_draft_site_devices.py +0 -136
  3188. graphiant_sdk/models/v1devicesdevice_iddraft_draft_site_policy_tag.py +0 -162
  3189. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp.py +0 -812
  3190. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_communities.py +0 -136
  3191. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_engine_endpoints.py +0 -266
  3192. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_notify_filter_profiles.py +0 -162
  3193. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_targets.py +0 -370
  3194. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_usm_local_users.py +0 -240
  3195. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_usm_remote_users.py +0 -240
  3196. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_vacm_groups.py +0 -214
  3197. graphiant_sdk/models/v1devicesdevice_iddraft_draft_statements.py +0 -188
  3198. graphiant_sdk/models/v1devicesdevice_iddraft_draft_static.py +0 -110
  3199. graphiant_sdk/models/v1devicesdevice_iddraft_draft_static_routes.py +0 -240
  3200. graphiant_sdk/models/v1devicesdevice_iddraft_draft_subinterfaces.py +0 -682
  3201. graphiant_sdk/models/v1devicesdevice_iddraft_draft_syslog_targets.py +0 -422
  3202. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy.py +0 -266
  3203. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_dpi_applications.py +0 -396
  3204. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_network_lists.py +0 -162
  3205. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_port_lists.py +0 -162
  3206. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_security_rulesets.py +0 -292
  3207. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_zone_firewalls.py +0 -162
  3208. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_zone_pairs.py +0 -188
  3209. graphiant_sdk/models/v1devicesinventory_hardware_inventory_list.py +0 -500
  3210. graphiant_sdk/models/v1devicesupgradeschedule_version.py +0 -162
  3211. graphiant_sdk/models/v1diagnosticcleararpdevice_id_address.py +0 -110
  3212. graphiant_sdk/models/v1diagnosticcleararpdevice_id_entry.py +0 -162
  3213. graphiant_sdk/models/v1diagnosticpacketcapturestart_filter.py +0 -188
  3214. graphiant_sdk/models/v1diagnosticpacketcapturestart_filter_destination.py +0 -136
  3215. graphiant_sdk/models/v1diagnosticpacketcapturestart_target.py +0 -136
  3216. graphiant_sdk/models/v1diagnosticspeedtest_params.py +0 -188
  3217. graphiant_sdk/models/v1enterpriseconfiguration_configuration.py +0 -110
  3218. graphiant_sdk/models/v1enterprisecontract_expiration_date.py +0 -136
  3219. graphiant_sdk/models/v1extranetsb2b_policy.py +0 -266
  3220. graphiant_sdk/models/v1extranetsb2b_policy_profiles.py +0 -136
  3221. graphiant_sdk/models/v1extranetsb2b_policy_sla.py +0 -162
  3222. graphiant_sdk/models/v1extranetsb2bconsumer_policer_site_lists.py +0 -136
  3223. graphiant_sdk/models/v1extranetsb2bconsumer_policy.py +0 -162
  3224. graphiant_sdk/models/v1extranetsb2bconsumer_rules.py +0 -136
  3225. graphiant_sdk/models/v1extranetsb2bconsumer_site_information.py +0 -240
  3226. graphiant_sdk/models/v1extranetsb2bidcustomer_invites.py +0 -240
  3227. graphiant_sdk/models/v1extranetssourcesegments_target.py +0 -162
  3228. graphiant_sdk/models/v1extranetssourcesegments_target_prefix_set.py +0 -214
  3229. graphiant_sdk/models/v1extranetssourcesegments_target_prefix_set_entries.py +0 -136
  3230. graphiant_sdk/models/v1flowsflowtable_selector.py +0 -136
  3231. graphiant_sdk/models/v1flowstopology_app_selector.py +0 -162
  3232. graphiant_sdk/models/v1gateways_details.py +0 -318
  3233. graphiant_sdk/models/v1gateways_details_aws.py +0 -162
  3234. graphiant_sdk/models/v1gateways_details_aws_advance_settings.py +0 -240
  3235. graphiant_sdk/models/v1gateways_details_aws_transit_connection.py +0 -188
  3236. graphiant_sdk/models/v1gateways_details_azure.py +0 -162
  3237. graphiant_sdk/models/v1gateways_details_gcp.py +0 -162
  3238. graphiant_sdk/models/v1gateways_details_ipsec_gateway.py +0 -344
  3239. graphiant_sdk/models/v1gateways_details_ipsec_gateway_routing.py +0 -136
  3240. graphiant_sdk/models/v1gateways_details_ipsec_gateway_tunnel1.py +0 -188
  3241. graphiant_sdk/models/v1gateways_details_oci.py +0 -162
  3242. graphiant_sdk/models/v1gatewaysstatus_device_info.py +0 -136
  3243. graphiant_sdk/models/v1globalconfig_global_prefix_sets.py +0 -136
  3244. graphiant_sdk/models/v1globalconfig_ipfix_exporters.py +0 -136
  3245. graphiant_sdk/models/v1globalconfig_prefix_sets.py +0 -136
  3246. graphiant_sdk/models/v1globalconfig_routing_policies.py +0 -136
  3247. graphiant_sdk/models/v1globalconfig_snmps.py +0 -136
  3248. graphiant_sdk/models/v1globalconfig_syslog_servers.py +0 -136
  3249. graphiant_sdk/models/v1globalconfig_traffic_policies.py +0 -266
  3250. graphiant_sdk/models/v1globalconfig_traffic_policies_dpi_applications.py +0 -136
  3251. graphiant_sdk/models/v1globalconfig_traffic_policies_network_lists.py +0 -136
  3252. graphiant_sdk/models/v1globalconfig_traffic_policies_security_rulesets.py +0 -136
  3253. graphiant_sdk/models/v1globalconfig_traffic_policies_value.py +0 -110
  3254. graphiant_sdk/models/v1globalconfig_traffic_policies_value1.py +0 -110
  3255. graphiant_sdk/models/v1globalconfig_traffic_policies_value2.py +0 -110
  3256. graphiant_sdk/models/v1globalconfig_traffic_policies_value3.py +0 -110
  3257. graphiant_sdk/models/v1globalconfig_traffic_policies_value4.py +0 -110
  3258. graphiant_sdk/models/v1globalconfig_traffic_policies_zone_firewalls.py +0 -136
  3259. graphiant_sdk/models/v1globalconfig_traffic_policies_zones.py +0 -136
  3260. graphiant_sdk/models/v1globalconfig_value.py +0 -110
  3261. graphiant_sdk/models/v1globalconfig_value1.py +0 -110
  3262. graphiant_sdk/models/v1globalconfig_value1_exporter.py +0 -344
  3263. graphiant_sdk/models/v1globalconfig_value2.py +0 -110
  3264. graphiant_sdk/models/v1globalconfig_value2_target.py +0 -110
  3265. graphiant_sdk/models/v1globalconfig_value3.py +0 -110
  3266. graphiant_sdk/models/v1globalconfig_value3_policy.py +0 -266
  3267. graphiant_sdk/models/v1globalconfig_value4.py +0 -110
  3268. graphiant_sdk/models/v1globalconfig_value4_config.py +0 -786
  3269. graphiant_sdk/models/v1globalconfig_value5.py +0 -110
  3270. graphiant_sdk/models/v1globalconfig_value5_target.py +0 -344
  3271. graphiant_sdk/models/v1globalconfig_value6.py +0 -110
  3272. graphiant_sdk/models/v1globalconfig_value6_vpn_profile.py +0 -422
  3273. graphiant_sdk/models/v1globalconfig_value_prefix_set.py +0 -240
  3274. graphiant_sdk/models/v1globalconfig_vpn_profiles.py +0 -136
  3275. graphiant_sdk/models/v1globalconfigsite_global_prefix_set_ops.py +0 -136
  3276. graphiant_sdk/models/v1globalconfigsite_ipfix_exporter_ops_v2.py +0 -136
  3277. graphiant_sdk/models/v1globalconfigsite_value.py +0 -136
  3278. graphiant_sdk/models/v1globalconfigsite_value_interface.py +0 -110
  3279. graphiant_sdk/models/v1groups_permissions.py +0 -552
  3280. graphiant_sdk/models/v1logs_selectors.py +0 -136
  3281. graphiant_sdk/models/v1policyprefixsets_entries.py +0 -136
  3282. graphiant_sdk/models/v1policyprefixsets_prefix_set_entries.py +0 -136
  3283. graphiant_sdk/models/v1policyprefixsets_value.py +0 -162
  3284. graphiant_sdk/models/v1policyprefixsets_value1.py +0 -188
  3285. graphiant_sdk/models/v1policyprefixsetsid_prefix_set_entries.py +0 -136
  3286. graphiant_sdk/models/v1policyprefixsetsid_value.py +0 -110
  3287. graphiant_sdk/models/v1policyroutetagsets_tag.py +0 -162
  3288. graphiant_sdk/models/v1portalprivatesync_inventory.py +0 -188
  3289. graphiant_sdk/models/v1sites_site.py +0 -422
  3290. graphiant_sdk/models/v1sites_site_ipfix_exporter_ops_v2.py +0 -136
  3291. graphiant_sdk/models/v1sites_site_location.py +0 -370
  3292. graphiant_sdk/models/v1sites_site_value.py +0 -136
  3293. graphiant_sdk/models/v1softwaregcsreleaseuploadnotes_details.py +0 -162
  3294. graphiant_sdk/models/v1softwaregcsreleaseuploadnotes_details_category.py +0 -136
  3295. graphiant_sdk/models/v1troubleshootingenterprise_dimensions.py +0 -500
  3296. graphiant_sdk/models/v1version_configuration_metadata.py +0 -162
  3297. graphiant_sdk/models/v2_childalertlist_body.py +0 -110
  3298. graphiant_sdk/models/v2_integration_body.py +0 -110
  3299. graphiant_sdk/models/v2assistantaddtoconversation_question.py +0 -188
  3300. graphiant_sdk/models/v2assistantgetconversationdetails_time_window.py +0 -162
  3301. graphiant_sdk/models/v2assurancetopologyclientsessions_filter.py +0 -162
  3302. graphiant_sdk/models/v2assuranceupdateclassifiedapplication_classified_application_list.py +0 -214
  3303. graphiant_sdk/models/v2auditlogs_selector.py +0 -214
  3304. graphiant_sdk/models/v2integration_integration_body.py +0 -266
  3305. graphiant_sdk/models/v2integration_integration_body_details.py +0 -162
  3306. graphiant_sdk/models/v2integrationintegration_id_integration_body.py +0 -240
  3307. graphiant_sdk/models/v2monitoringbfd_selectors.py +0 -162
  3308. graphiant_sdk/models/v2monitoringbgp_selectors.py +0 -162
  3309. graphiant_sdk/models/v2monitoringinterface_selectors.py +0 -136
  3310. graphiant_sdk/models/v2monitoringipsec_selectors.py +0 -136
  3311. graphiant_sdk/models/v2monitoringospf_selectors.py +0 -162
  3312. graphiant_sdk/models/v2monitoringpolicy_selectors.py +0 -136
  3313. graphiant_sdk/models/v2monitoringqueue_selectors.py +0 -188
  3314. graphiant_sdk/models/v2monitoringqueueinstant_selectors.py +0 -162
  3315. graphiant_sdk/models/v2monitoringsitecircuitsbandwidthsite_id_selectors.py +0 -136
  3316. graphiant_sdk/models/v2monitoringsitetwampsite_id_selectors.py +0 -188
  3317. graphiant_sdk/models/v2notificationcreate_notification_body.py +0 -344
  3318. graphiant_sdk-25.6.1.dist-info/METADATA +0 -103
  3319. graphiant_sdk-25.6.1.dist-info/RECORD +0 -1030
  3320. graphiant_sdk-25.6.1.dist-info/top_level.txt +0 -1
  3321. {graphiant_sdk-25.6.1.dist-info → graphiant_sdk-25.7.1.dist-info}/WHEEL +0 -0
  3322. {graphiant_sdk-25.6.1.dist-info → graphiant_sdk-25.7.1.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,2764 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ **To use the APIs:** 1) Login using `/api/v1/auth/login` 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: `Bearer <your token>` 5) Click \"Authorize\" 6) All requests are now authorized. **Token valid for 2 hours. If expired:** - Login again, click \"Authorize\", paste new token.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.api.default_api import DefaultApi
18
+
19
+
20
+ class TestDefaultApi(unittest.TestCase):
21
+ """DefaultApi unit test stubs"""
22
+
23
+ def setUp(self) -> None:
24
+ self.api = DefaultApi()
25
+
26
+ def tearDown(self) -> None:
27
+ pass
28
+
29
+ def test_v1_account_email_patch(self) -> None:
30
+ """Test case for v1_account_email_patch
31
+
32
+ """
33
+ pass
34
+
35
+ def test_v1_account_info_patch(self) -> None:
36
+ """Test case for v1_account_info_patch
37
+
38
+ """
39
+ pass
40
+
41
+ def test_v1_account_mfa_confirmation_post(self) -> None:
42
+ """Test case for v1_account_mfa_confirmation_post
43
+
44
+ """
45
+ pass
46
+
47
+ def test_v1_account_mfa_delete(self) -> None:
48
+ """Test case for v1_account_mfa_delete
49
+
50
+ """
51
+ pass
52
+
53
+ def test_v1_account_mfa_get(self) -> None:
54
+ """Test case for v1_account_mfa_get
55
+
56
+ """
57
+ pass
58
+
59
+ def test_v1_account_mfa_put(self) -> None:
60
+ """Test case for v1_account_mfa_put
61
+
62
+ """
63
+ pass
64
+
65
+ def test_v1_account_password_patch(self) -> None:
66
+ """Test case for v1_account_password_patch
67
+
68
+ """
69
+ pass
70
+
71
+ def test_v1_activity_logs_post(self) -> None:
72
+ """Test case for v1_activity_logs_post
73
+
74
+ """
75
+ pass
76
+
77
+ def test_v1_alarm_history_get(self) -> None:
78
+ """Test case for v1_alarm_history_get
79
+
80
+ """
81
+ pass
82
+
83
+ def test_v1_alarm_mute_alarm_id_put(self) -> None:
84
+ """Test case for v1_alarm_mute_alarm_id_put
85
+
86
+ """
87
+ pass
88
+
89
+ def test_v1_alarms_events_get(self) -> None:
90
+ """Test case for v1_alarms_events_get
91
+
92
+ """
93
+ pass
94
+
95
+ def test_v1_alarms_list_get(self) -> None:
96
+ """Test case for v1_alarms_list_get
97
+
98
+ """
99
+ pass
100
+
101
+ def test_v1_apps_app_summary_post(self) -> None:
102
+ """Test case for v1_apps_app_summary_post
103
+
104
+ """
105
+ pass
106
+
107
+ def test_v1_apps_bandwidth_post(self) -> None:
108
+ """Test case for v1_apps_bandwidth_post
109
+
110
+ """
111
+ pass
112
+
113
+ def test_v1_apps_device_device_id_top_post(self) -> None:
114
+ """Test case for v1_apps_device_device_id_top_post
115
+
116
+ """
117
+ pass
118
+
119
+ def test_v1_apps_site_site_id_top_post(self) -> None:
120
+ """Test case for v1_apps_site_site_id_top_post
121
+
122
+ """
123
+ pass
124
+
125
+ def test_v1_apps_visualization_post(self) -> None:
126
+ """Test case for v1_apps_visualization_post
127
+
128
+ """
129
+ pass
130
+
131
+ def test_v1_audit_logs_post(self) -> None:
132
+ """Test case for v1_audit_logs_post
133
+
134
+ """
135
+ pass
136
+
137
+ def test_v1_auth_delete(self) -> None:
138
+ """Test case for v1_auth_delete
139
+
140
+ """
141
+ pass
142
+
143
+ def test_v1_auth_get(self) -> None:
144
+ """Test case for v1_auth_get
145
+
146
+ """
147
+ pass
148
+
149
+ def test_v1_auth_login_post(self) -> None:
150
+ """Test case for v1_auth_login_post
151
+
152
+ Authenticate user and return token
153
+ """
154
+ pass
155
+
156
+ def test_v1_auth_login_pre_get(self) -> None:
157
+ """Test case for v1_auth_login_pre_get
158
+
159
+ Pre-login endpoint
160
+ """
161
+ pass
162
+
163
+ def test_v1_auth_mfa_delete(self) -> None:
164
+ """Test case for v1_auth_mfa_delete
165
+
166
+ """
167
+ pass
168
+
169
+ def test_v1_auth_mfa_patch(self) -> None:
170
+ """Test case for v1_auth_mfa_patch
171
+
172
+ """
173
+ pass
174
+
175
+ def test_v1_auth_patch(self) -> None:
176
+ """Test case for v1_auth_patch
177
+
178
+ """
179
+ pass
180
+
181
+ def test_v1_auth_put(self) -> None:
182
+ """Test case for v1_auth_put
183
+
184
+ """
185
+ pass
186
+
187
+ def test_v1_auth_user_get(self) -> None:
188
+ """Test case for v1_auth_user_get
189
+
190
+ Get authenticated user information
191
+ """
192
+ pass
193
+
194
+ def test_v1_backbone_health_device_device_id_post(self) -> None:
195
+ """Test case for v1_backbone_health_device_device_id_post
196
+
197
+ """
198
+ pass
199
+
200
+ def test_v1_backbone_health_et_wan_matrix_get(self) -> None:
201
+ """Test case for v1_backbone_health_et_wan_matrix_get
202
+
203
+ """
204
+ pass
205
+
206
+ def test_v1_backbone_health_etet_sla_matrix_get(self) -> None:
207
+ """Test case for v1_backbone_health_etet_sla_matrix_get
208
+
209
+ """
210
+ pass
211
+
212
+ def test_v1_backbone_health_filter_get(self) -> None:
213
+ """Test case for v1_backbone_health_filter_get
214
+
215
+ """
216
+ pass
217
+
218
+ def test_v1_backbone_health_overview_post(self) -> None:
219
+ """Test case for v1_backbone_health_overview_post
220
+
221
+ """
222
+ pass
223
+
224
+ def test_v1_backbone_health_top_devices_by_alerts_post(self) -> None:
225
+ """Test case for v1_backbone_health_top_devices_by_alerts_post
226
+
227
+ """
228
+ pass
229
+
230
+ def test_v1_bwtracker_enterprise_csv_post(self) -> None:
231
+ """Test case for v1_bwtracker_enterprise_csv_post
232
+
233
+ """
234
+ pass
235
+
236
+ def test_v1_bwtracker_enterprise_details_post(self) -> None:
237
+ """Test case for v1_bwtracker_enterprise_details_post
238
+
239
+ """
240
+ pass
241
+
242
+ def test_v1_bwtracker_enterprise_summary_post(self) -> None:
243
+ """Test case for v1_bwtracker_enterprise_summary_post
244
+
245
+ """
246
+ pass
247
+
248
+ def test_v1_bwtracker_region_cloud_chart_post(self) -> None:
249
+ """Test case for v1_bwtracker_region_cloud_chart_post
250
+
251
+ """
252
+ pass
253
+
254
+ def test_v1_bwtracker_region_cloud_csv_post(self) -> None:
255
+ """Test case for v1_bwtracker_region_cloud_csv_post
256
+
257
+ """
258
+ pass
259
+
260
+ def test_v1_bwtracker_region_cloud_summary_post(self) -> None:
261
+ """Test case for v1_bwtracker_region_cloud_summary_post
262
+
263
+ """
264
+ pass
265
+
266
+ def test_v1_bwtracker_region_edge_chart_post(self) -> None:
267
+ """Test case for v1_bwtracker_region_edge_chart_post
268
+
269
+ """
270
+ pass
271
+
272
+ def test_v1_bwtracker_region_edge_csv_post(self) -> None:
273
+ """Test case for v1_bwtracker_region_edge_csv_post
274
+
275
+ """
276
+ pass
277
+
278
+ def test_v1_bwtracker_region_edge_details_post(self) -> None:
279
+ """Test case for v1_bwtracker_region_edge_details_post
280
+
281
+ """
282
+ pass
283
+
284
+ def test_v1_bwtracker_region_edge_summary_post(self) -> None:
285
+ """Test case for v1_bwtracker_region_edge_summary_post
286
+
287
+ """
288
+ pass
289
+
290
+ def test_v1_bwtracker_region_site_chart_post(self) -> None:
291
+ """Test case for v1_bwtracker_region_site_chart_post
292
+
293
+ """
294
+ pass
295
+
296
+ def test_v1_bwtracker_region_site_details_post(self) -> None:
297
+ """Test case for v1_bwtracker_region_site_details_post
298
+
299
+ """
300
+ pass
301
+
302
+ def test_v1_bwtracker_region_site_summary_post(self) -> None:
303
+ """Test case for v1_bwtracker_region_site_summary_post
304
+
305
+ """
306
+ pass
307
+
308
+ def test_v1_bwtracker_site_csv_post(self) -> None:
309
+ """Test case for v1_bwtracker_site_csv_post
310
+
311
+ """
312
+ pass
313
+
314
+ def test_v1_data_assurance_assurances_applications_bucket_app_name_get(self) -> None:
315
+ """Test case for v1_data_assurance_assurances_applications_bucket_app_name_get
316
+
317
+ """
318
+ pass
319
+
320
+ def test_v1_data_assurance_assurances_global_get(self) -> None:
321
+ """Test case for v1_data_assurance_assurances_global_get
322
+
323
+ """
324
+ pass
325
+
326
+ def test_v1_data_assurance_assurances_global_id_delete(self) -> None:
327
+ """Test case for v1_data_assurance_assurances_global_id_delete
328
+
329
+ """
330
+ pass
331
+
332
+ def test_v1_data_assurance_assurances_global_id_get(self) -> None:
333
+ """Test case for v1_data_assurance_assurances_global_id_get
334
+
335
+ """
336
+ pass
337
+
338
+ def test_v1_data_assurance_assurances_global_id_put(self) -> None:
339
+ """Test case for v1_data_assurance_assurances_global_id_put
340
+
341
+ """
342
+ pass
343
+
344
+ def test_v1_data_assurance_assurances_global_post(self) -> None:
345
+ """Test case for v1_data_assurance_assurances_global_post
346
+
347
+ """
348
+ pass
349
+
350
+ def test_v1_data_assurance_flex_algos_get(self) -> None:
351
+ """Test case for v1_data_assurance_flex_algos_get
352
+
353
+ """
354
+ pass
355
+
356
+ def test_v1_device_routing_bgp_nbr_stats_get(self) -> None:
357
+ """Test case for v1_device_routing_bgp_nbr_stats_get
358
+
359
+ """
360
+ pass
361
+
362
+ def test_v1_device_routing_bgp_nbrid_get(self) -> None:
363
+ """Test case for v1_device_routing_bgp_nbrid_get
364
+
365
+ """
366
+ pass
367
+
368
+ def test_v1_device_routing_bgp_nbrs_counters_get(self) -> None:
369
+ """Test case for v1_device_routing_bgp_nbrs_counters_get
370
+
371
+ """
372
+ pass
373
+
374
+ def test_v1_device_routing_bgp_nbrs_details_get(self) -> None:
375
+ """Test case for v1_device_routing_bgp_nbrs_details_get
376
+
377
+ """
378
+ pass
379
+
380
+ def test_v1_device_routing_bgp_nbrs_per_afi_prefix_get(self) -> None:
381
+ """Test case for v1_device_routing_bgp_nbrs_per_afi_prefix_get
382
+
383
+ """
384
+ pass
385
+
386
+ def test_v1_device_routing_odp_nbrid_get(self) -> None:
387
+ """Test case for v1_device_routing_odp_nbrid_get
388
+
389
+ """
390
+ pass
391
+
392
+ def test_v1_device_routing_ospfv2_area_interface_get(self) -> None:
393
+ """Test case for v1_device_routing_ospfv2_area_interface_get
394
+
395
+ """
396
+ pass
397
+
398
+ def test_v1_device_routing_ospfv2_area_interface_nbrid_get(self) -> None:
399
+ """Test case for v1_device_routing_ospfv2_area_interface_nbrid_get
400
+
401
+ """
402
+ pass
403
+
404
+ def test_v1_device_routing_ospfv2_area_interfaceid_get(self) -> None:
405
+ """Test case for v1_device_routing_ospfv2_area_interfaceid_get
406
+
407
+ """
408
+ pass
409
+
410
+ def test_v1_device_routing_ospfv2_area_lsdb_get(self) -> None:
411
+ """Test case for v1_device_routing_ospfv2_area_lsdb_get
412
+
413
+ """
414
+ pass
415
+
416
+ def test_v1_device_routing_ospfv2_area_nbr_get(self) -> None:
417
+ """Test case for v1_device_routing_ospfv2_area_nbr_get
418
+
419
+ """
420
+ pass
421
+
422
+ def test_v1_device_routing_ospfv2_areaid_get(self) -> None:
423
+ """Test case for v1_device_routing_ospfv2_areaid_get
424
+
425
+ """
426
+ pass
427
+
428
+ def test_v1_device_routing_ospfv2_lsdb_get(self) -> None:
429
+ """Test case for v1_device_routing_ospfv2_lsdb_get
430
+
431
+ """
432
+ pass
433
+
434
+ def test_v1_device_routing_ospfv2_rib_get(self) -> None:
435
+ """Test case for v1_device_routing_ospfv2_rib_get
436
+
437
+ """
438
+ pass
439
+
440
+ def test_v1_device_routing_ospfv2_statistics_get(self) -> None:
441
+ """Test case for v1_device_routing_ospfv2_statistics_get
442
+
443
+ """
444
+ pass
445
+
446
+ def test_v1_device_routing_ospfv3_area_interface_get(self) -> None:
447
+ """Test case for v1_device_routing_ospfv3_area_interface_get
448
+
449
+ """
450
+ pass
451
+
452
+ def test_v1_device_routing_ospfv3_area_interface_nbrid_get(self) -> None:
453
+ """Test case for v1_device_routing_ospfv3_area_interface_nbrid_get
454
+
455
+ """
456
+ pass
457
+
458
+ def test_v1_device_routing_ospfv3_area_interfaceid_get(self) -> None:
459
+ """Test case for v1_device_routing_ospfv3_area_interfaceid_get
460
+
461
+ """
462
+ pass
463
+
464
+ def test_v1_device_routing_ospfv3_area_lsdb_get(self) -> None:
465
+ """Test case for v1_device_routing_ospfv3_area_lsdb_get
466
+
467
+ """
468
+ pass
469
+
470
+ def test_v1_device_routing_ospfv3_area_nbr_get(self) -> None:
471
+ """Test case for v1_device_routing_ospfv3_area_nbr_get
472
+
473
+ """
474
+ pass
475
+
476
+ def test_v1_device_routing_ospfv3_areaid_get(self) -> None:
477
+ """Test case for v1_device_routing_ospfv3_areaid_get
478
+
479
+ """
480
+ pass
481
+
482
+ def test_v1_device_routing_ospfv3_lsdb_get(self) -> None:
483
+ """Test case for v1_device_routing_ospfv3_lsdb_get
484
+
485
+ """
486
+ pass
487
+
488
+ def test_v1_device_routing_ospfv3_rib_get(self) -> None:
489
+ """Test case for v1_device_routing_ospfv3_rib_get
490
+
491
+ """
492
+ pass
493
+
494
+ def test_v1_device_routing_ospfv3_statistics_get(self) -> None:
495
+ """Test case for v1_device_routing_ospfv3_statistics_get
496
+
497
+ """
498
+ pass
499
+
500
+ def test_v1_device_routing_rib_route_count_post(self) -> None:
501
+ """Test case for v1_device_routing_rib_route_count_post
502
+
503
+ """
504
+ pass
505
+
506
+ def test_v1_device_routing_vrf_bgp_eibgp_route_count_get(self) -> None:
507
+ """Test case for v1_device_routing_vrf_bgp_eibgp_route_count_get
508
+
509
+ """
510
+ pass
511
+
512
+ def test_v1_device_routing_vrf_bgp_graphiant_eiroute_count_get(self) -> None:
513
+ """Test case for v1_device_routing_vrf_bgp_graphiant_eiroute_count_get
514
+
515
+ """
516
+ pass
517
+
518
+ def test_v1_device_routing_vrf_bgp_route_count_post(self) -> None:
519
+ """Test case for v1_device_routing_vrf_bgp_route_count_post
520
+
521
+ """
522
+ pass
523
+
524
+ def test_v1_device_snapshot_device_id_get(self) -> None:
525
+ """Test case for v1_device_snapshot_device_id_get
526
+
527
+ """
528
+ pass
529
+
530
+ def test_v1_device_snapshot_get(self) -> None:
531
+ """Test case for v1_device_snapshot_get
532
+
533
+ """
534
+ pass
535
+
536
+ def test_v1_device_snapshot_post(self) -> None:
537
+ """Test case for v1_device_snapshot_post
538
+
539
+ """
540
+ pass
541
+
542
+ def test_v1_device_snapshot_put(self) -> None:
543
+ """Test case for v1_device_snapshot_put
544
+
545
+ """
546
+ pass
547
+
548
+ def test_v1_device_snapshot_snapshot_id_delete(self) -> None:
549
+ """Test case for v1_device_snapshot_snapshot_id_delete
550
+
551
+ """
552
+ pass
553
+
554
+ def test_v1_device_status_history_post(self) -> None:
555
+ """Test case for v1_device_status_history_post
556
+
557
+ """
558
+ pass
559
+
560
+ def test_v1_device_status_post(self) -> None:
561
+ """Test case for v1_device_status_post
562
+
563
+ """
564
+ pass
565
+
566
+ def test_v1_devices_bringup_post(self) -> None:
567
+ """Test case for v1_devices_bringup_post
568
+
569
+ """
570
+ pass
571
+
572
+ def test_v1_devices_bringup_put(self) -> None:
573
+ """Test case for v1_devices_bringup_put
574
+
575
+ """
576
+ pass
577
+
578
+ def test_v1_devices_bringup_token_post(self) -> None:
579
+ """Test case for v1_devices_bringup_token_post
580
+
581
+ """
582
+ pass
583
+
584
+ def test_v1_devices_clear_new_flag_post(self) -> None:
585
+ """Test case for v1_devices_clear_new_flag_post
586
+
587
+ """
588
+ pass
589
+
590
+ def test_v1_devices_device_id_arp_get(self) -> None:
591
+ """Test case for v1_devices_device_id_arp_get
592
+
593
+ """
594
+ pass
595
+
596
+ def test_v1_devices_device_id_candidate_circuits_get(self) -> None:
597
+ """Test case for v1_devices_device_id_candidate_circuits_get
598
+
599
+ """
600
+ pass
601
+
602
+ def test_v1_devices_device_id_circuits_vrf_associations_get(self) -> None:
603
+ """Test case for v1_devices_device_id_circuits_vrf_associations_get
604
+
605
+ """
606
+ pass
607
+
608
+ def test_v1_devices_device_id_config_put(self) -> None:
609
+ """Test case for v1_devices_device_id_config_put
610
+
611
+ """
612
+ pass
613
+
614
+ def test_v1_devices_device_id_configs_staged_delete(self) -> None:
615
+ """Test case for v1_devices_device_id_configs_staged_delete
616
+
617
+ """
618
+ pass
619
+
620
+ def test_v1_devices_device_id_connectivity_get(self) -> None:
621
+ """Test case for v1_devices_device_id_connectivity_get
622
+
623
+ """
624
+ pass
625
+
626
+ def test_v1_devices_device_id_dhcp_server_leases_get(self) -> None:
627
+ """Test case for v1_devices_device_id_dhcp_server_leases_get
628
+
629
+ """
630
+ pass
631
+
632
+ def test_v1_devices_device_id_draft_delete(self) -> None:
633
+ """Test case for v1_devices_device_id_draft_delete
634
+
635
+ """
636
+ pass
637
+
638
+ def test_v1_devices_device_id_draft_get(self) -> None:
639
+ """Test case for v1_devices_device_id_draft_get
640
+
641
+ """
642
+ pass
643
+
644
+ def test_v1_devices_device_id_draft_post(self) -> None:
645
+ """Test case for v1_devices_device_id_draft_post
646
+
647
+ """
648
+ pass
649
+
650
+ def test_v1_devices_device_id_edges_get(self) -> None:
651
+ """Test case for v1_devices_device_id_edges_get
652
+
653
+ """
654
+ pass
655
+
656
+ def test_v1_devices_device_id_get(self) -> None:
657
+ """Test case for v1_devices_device_id_get
658
+
659
+ """
660
+ pass
661
+
662
+ def test_v1_devices_device_id_interfaces_get(self) -> None:
663
+ """Test case for v1_devices_device_id_interfaces_get
664
+
665
+ """
666
+ pass
667
+
668
+ def test_v1_devices_device_id_jobs_job_id_get(self) -> None:
669
+ """Test case for v1_devices_device_id_jobs_job_id_get
670
+
671
+ """
672
+ pass
673
+
674
+ def test_v1_devices_device_id_ndcache_get(self) -> None:
675
+ """Test case for v1_devices_device_id_ndcache_get
676
+
677
+ """
678
+ pass
679
+
680
+ def test_v1_devices_device_id_ospfv2_default_originate_get(self) -> None:
681
+ """Test case for v1_devices_device_id_ospfv2_default_originate_get
682
+
683
+ """
684
+ pass
685
+
686
+ def test_v1_devices_device_id_ospfv3_default_originate_get(self) -> None:
687
+ """Test case for v1_devices_device_id_ospfv3_default_originate_get
688
+
689
+ """
690
+ pass
691
+
692
+ def test_v1_devices_device_id_policy_applications_get(self) -> None:
693
+ """Test case for v1_devices_device_id_policy_applications_get
694
+
695
+ """
696
+ pass
697
+
698
+ def test_v1_devices_device_id_policy_customapplications_get(self) -> None:
699
+ """Test case for v1_devices_device_id_policy_customapplications_get
700
+
701
+ """
702
+ pass
703
+
704
+ def test_v1_devices_device_id_policy_zonepairs_get(self) -> None:
705
+ """Test case for v1_devices_device_id_policy_zonepairs_get
706
+
707
+ """
708
+ pass
709
+
710
+ def test_v1_devices_device_id_slice_peers_get(self) -> None:
711
+ """Test case for v1_devices_device_id_slice_peers_get
712
+
713
+ """
714
+ pass
715
+
716
+ def test_v1_devices_device_id_staged_config_compare_get(self) -> None:
717
+ """Test case for v1_devices_device_id_staged_config_compare_get
718
+
719
+ """
720
+ pass
721
+
722
+ def test_v1_devices_device_id_twamp_core_get(self) -> None:
723
+ """Test case for v1_devices_device_id_twamp_core_get
724
+
725
+ """
726
+ pass
727
+
728
+ def test_v1_devices_device_id_versions_compare_get(self) -> None:
729
+ """Test case for v1_devices_device_id_versions_compare_get
730
+
731
+ """
732
+ pass
733
+
734
+ def test_v1_devices_device_id_versions_get(self) -> None:
735
+ """Test case for v1_devices_device_id_versions_get
736
+
737
+ """
738
+ pass
739
+
740
+ def test_v1_devices_device_id_versions_version_get(self) -> None:
741
+ """Test case for v1_devices_device_id_versions_version_get
742
+
743
+ """
744
+ pass
745
+
746
+ def test_v1_devices_device_id_vrf_bgp_as_get(self) -> None:
747
+ """Test case for v1_devices_device_id_vrf_bgp_as_get
748
+
749
+ """
750
+ pass
751
+
752
+ def test_v1_devices_device_id_vrf_protocols_get(self) -> None:
753
+ """Test case for v1_devices_device_id_vrf_protocols_get
754
+
755
+ """
756
+ pass
757
+
758
+ def test_v1_devices_device_id_vrrp_get(self) -> None:
759
+ """Test case for v1_devices_device_id_vrrp_get
760
+
761
+ """
762
+ pass
763
+
764
+ def test_v1_devices_get(self) -> None:
765
+ """Test case for v1_devices_get
766
+
767
+ """
768
+ pass
769
+
770
+ def test_v1_devices_inventory_approve_return_post(self) -> None:
771
+ """Test case for v1_devices_inventory_approve_return_post
772
+
773
+ """
774
+ pass
775
+
776
+ def test_v1_devices_inventory_clear_new_flag_post(self) -> None:
777
+ """Test case for v1_devices_inventory_clear_new_flag_post
778
+
779
+ """
780
+ pass
781
+
782
+ def test_v1_devices_inventory_clear_return_post(self) -> None:
783
+ """Test case for v1_devices_inventory_clear_return_post
784
+
785
+ """
786
+ pass
787
+
788
+ def test_v1_devices_inventory_enterprise_put(self) -> None:
789
+ """Test case for v1_devices_inventory_enterprise_put
790
+
791
+ """
792
+ pass
793
+
794
+ def test_v1_devices_inventory_get(self) -> None:
795
+ """Test case for v1_devices_inventory_get
796
+
797
+ """
798
+ pass
799
+
800
+ def test_v1_devices_inventory_post(self) -> None:
801
+ """Test case for v1_devices_inventory_post
802
+
803
+ """
804
+ pass
805
+
806
+ def test_v1_devices_inventory_request_return_post(self) -> None:
807
+ """Test case for v1_devices_inventory_request_return_post
808
+
809
+ """
810
+ pass
811
+
812
+ def test_v1_devices_inventory_serial_num_delete(self) -> None:
813
+ """Test case for v1_devices_inventory_serial_num_delete
814
+
815
+ """
816
+ pass
817
+
818
+ def test_v1_devices_inventory_serial_num_post(self) -> None:
819
+ """Test case for v1_devices_inventory_serial_num_post
820
+
821
+ """
822
+ pass
823
+
824
+ def test_v1_devices_oauth_redirect_get(self) -> None:
825
+ """Test case for v1_devices_oauth_redirect_get
826
+
827
+ """
828
+ pass
829
+
830
+ def test_v1_devices_rma_post(self) -> None:
831
+ """Test case for v1_devices_rma_post
832
+
833
+ """
834
+ pass
835
+
836
+ def test_v1_devices_routing_vrf_protocol_route_count_get(self) -> None:
837
+ """Test case for v1_devices_routing_vrf_protocol_route_count_get
838
+
839
+ """
840
+ pass
841
+
842
+ def test_v1_devices_running_version_post(self) -> None:
843
+ """Test case for v1_devices_running_version_post
844
+
845
+ """
846
+ pass
847
+
848
+ def test_v1_devices_session_status_post(self) -> None:
849
+ """Test case for v1_devices_session_status_post
850
+
851
+ """
852
+ pass
853
+
854
+ def test_v1_devices_summary_get(self) -> None:
855
+ """Test case for v1_devices_summary_get
856
+
857
+ """
858
+ pass
859
+
860
+ def test_v1_devices_upgrade_cancel_put(self) -> None:
861
+ """Test case for v1_devices_upgrade_cancel_put
862
+
863
+ """
864
+ pass
865
+
866
+ def test_v1_devices_upgrade_schedule_put(self) -> None:
867
+ """Test case for v1_devices_upgrade_schedule_put
868
+
869
+ """
870
+ pass
871
+
872
+ def test_v1_diagnostic_archive_create_device_id_post(self) -> None:
873
+ """Test case for v1_diagnostic_archive_create_device_id_post
874
+
875
+ """
876
+ pass
877
+
878
+ def test_v1_diagnostic_archive_delete_archive_id_delete(self) -> None:
879
+ """Test case for v1_diagnostic_archive_delete_archive_id_delete
880
+
881
+ """
882
+ pass
883
+
884
+ def test_v1_diagnostic_archive_edit_archive_id_put(self) -> None:
885
+ """Test case for v1_diagnostic_archive_edit_archive_id_put
886
+
887
+ """
888
+ pass
889
+
890
+ def test_v1_diagnostic_archives_device_id_get(self) -> None:
891
+ """Test case for v1_diagnostic_archives_device_id_get
892
+
893
+ """
894
+ pass
895
+
896
+ def test_v1_diagnostic_bgp_reset_device_id_put(self) -> None:
897
+ """Test case for v1_diagnostic_bgp_reset_device_id_put
898
+
899
+ """
900
+ pass
901
+
902
+ def test_v1_diagnostic_clear_arp_device_id_put(self) -> None:
903
+ """Test case for v1_diagnostic_clear_arp_device_id_put
904
+
905
+ """
906
+ pass
907
+
908
+ def test_v1_diagnostic_gnmi_ping_get(self) -> None:
909
+ """Test case for v1_diagnostic_gnmi_ping_get
910
+
911
+ """
912
+ pass
913
+
914
+ def test_v1_diagnostic_interface_reset_device_id_put(self) -> None:
915
+ """Test case for v1_diagnostic_interface_reset_device_id_put
916
+
917
+ """
918
+ pass
919
+
920
+ def test_v1_diagnostic_otp_device_id_get(self) -> None:
921
+ """Test case for v1_diagnostic_otp_device_id_get
922
+
923
+ """
924
+ pass
925
+
926
+ def test_v1_diagnostic_packetcapture_pcap_id_get(self) -> None:
927
+ """Test case for v1_diagnostic_packetcapture_pcap_id_get
928
+
929
+ """
930
+ pass
931
+
932
+ def test_v1_diagnostic_packetcapture_start_post(self) -> None:
933
+ """Test case for v1_diagnostic_packetcapture_start_post
934
+
935
+ """
936
+ pass
937
+
938
+ def test_v1_diagnostic_packetcapture_stop_post(self) -> None:
939
+ """Test case for v1_diagnostic_packetcapture_stop_post
940
+
941
+ """
942
+ pass
943
+
944
+ def test_v1_diagnostic_ping_pause_resume_post(self) -> None:
945
+ """Test case for v1_diagnostic_ping_pause_resume_post
946
+
947
+ """
948
+ pass
949
+
950
+ def test_v1_diagnostic_ping_post(self) -> None:
951
+ """Test case for v1_diagnostic_ping_post
952
+
953
+ """
954
+ pass
955
+
956
+ def test_v1_diagnostic_ping_stop_token_post(self) -> None:
957
+ """Test case for v1_diagnostic_ping_stop_token_post
958
+
959
+ """
960
+ pass
961
+
962
+ def test_v1_diagnostic_reboot_device_id_put(self) -> None:
963
+ """Test case for v1_diagnostic_reboot_device_id_put
964
+
965
+ """
966
+ pass
967
+
968
+ def test_v1_diagnostic_reset_ipsec_session_device_id_put(self) -> None:
969
+ """Test case for v1_diagnostic_reset_ipsec_session_device_id_put
970
+
971
+ """
972
+ pass
973
+
974
+ def test_v1_diagnostic_speedtest_post(self) -> None:
975
+ """Test case for v1_diagnostic_speedtest_post
976
+
977
+ """
978
+ pass
979
+
980
+ def test_v1_diagnostic_speedtest_providers_get(self) -> None:
981
+ """Test case for v1_diagnostic_speedtest_providers_get
982
+
983
+ """
984
+ pass
985
+
986
+ def test_v1_diagnostic_speedtest_report_put(self) -> None:
987
+ """Test case for v1_diagnostic_speedtest_report_put
988
+
989
+ """
990
+ pass
991
+
992
+ def test_v1_diagnostic_speedtest_servers_get(self) -> None:
993
+ """Test case for v1_diagnostic_speedtest_servers_get
994
+
995
+ """
996
+ pass
997
+
998
+ def test_v1_diagnostic_traceroute_post(self) -> None:
999
+ """Test case for v1_diagnostic_traceroute_post
1000
+
1001
+ """
1002
+ pass
1003
+
1004
+ def test_v1_edges_hardware_assigned_get(self) -> None:
1005
+ """Test case for v1_edges_hardware_assigned_get
1006
+
1007
+ """
1008
+ pass
1009
+
1010
+ def test_v1_edges_hardware_unassigned_get(self) -> None:
1011
+ """Test case for v1_edges_hardware_unassigned_get
1012
+
1013
+ """
1014
+ pass
1015
+
1016
+ def test_v1_edges_summary_get(self) -> None:
1017
+ """Test case for v1_edges_summary_get
1018
+
1019
+ """
1020
+ pass
1021
+
1022
+ def test_v1_enterprise_allocation_get(self) -> None:
1023
+ """Test case for v1_enterprise_allocation_get
1024
+
1025
+ """
1026
+ pass
1027
+
1028
+ def test_v1_enterprise_configuration_get(self) -> None:
1029
+ """Test case for v1_enterprise_configuration_get
1030
+
1031
+ """
1032
+ pass
1033
+
1034
+ def test_v1_enterprise_configuration_put(self) -> None:
1035
+ """Test case for v1_enterprise_configuration_put
1036
+
1037
+ """
1038
+ pass
1039
+
1040
+ def test_v1_enterprise_contract_put(self) -> None:
1041
+ """Test case for v1_enterprise_contract_put
1042
+
1043
+ """
1044
+ pass
1045
+
1046
+ def test_v1_enterprise_snapshot_get(self) -> None:
1047
+ """Test case for v1_enterprise_snapshot_get
1048
+
1049
+ """
1050
+ pass
1051
+
1052
+ def test_v1_enterprises_enterprise_id_admin_get(self) -> None:
1053
+ """Test case for v1_enterprises_enterprise_id_admin_get
1054
+
1055
+ """
1056
+ pass
1057
+
1058
+ def test_v1_enterprises_enterprise_id_delete(self) -> None:
1059
+ """Test case for v1_enterprises_enterprise_id_delete
1060
+
1061
+ """
1062
+ pass
1063
+
1064
+ def test_v1_enterprises_enterprise_id_device_status_get(self) -> None:
1065
+ """Test case for v1_enterprises_enterprise_id_device_status_get
1066
+
1067
+ """
1068
+ pass
1069
+
1070
+ def test_v1_enterprises_eula_post(self) -> None:
1071
+ """Test case for v1_enterprises_eula_post
1072
+
1073
+ """
1074
+ pass
1075
+
1076
+ def test_v1_enterprises_get(self) -> None:
1077
+ """Test case for v1_enterprises_get
1078
+
1079
+ """
1080
+ pass
1081
+
1082
+ def test_v1_enterprises_managed_get(self) -> None:
1083
+ """Test case for v1_enterprises_managed_get
1084
+
1085
+ """
1086
+ pass
1087
+
1088
+ def test_v1_enterprises_patch(self) -> None:
1089
+ """Test case for v1_enterprises_patch
1090
+
1091
+ """
1092
+ pass
1093
+
1094
+ def test_v1_enterprises_put(self) -> None:
1095
+ """Test case for v1_enterprises_put
1096
+
1097
+ """
1098
+ pass
1099
+
1100
+ def test_v1_enterprises_self_delete(self) -> None:
1101
+ """Test case for v1_enterprises_self_delete
1102
+
1103
+ """
1104
+ pass
1105
+
1106
+ def test_v1_event_device_get(self) -> None:
1107
+ """Test case for v1_event_device_get
1108
+
1109
+ """
1110
+ pass
1111
+
1112
+ def test_v1_event_enterprise_get(self) -> None:
1113
+ """Test case for v1_event_enterprise_get
1114
+
1115
+ """
1116
+ pass
1117
+
1118
+ def test_v1_event_system_ack_post(self) -> None:
1119
+ """Test case for v1_event_system_ack_post
1120
+
1121
+ """
1122
+ pass
1123
+
1124
+ def test_v1_event_system_get(self) -> None:
1125
+ """Test case for v1_event_system_get
1126
+
1127
+ """
1128
+ pass
1129
+
1130
+ def test_v1_extranet_sites_usage_post(self) -> None:
1131
+ """Test case for v1_extranet_sites_usage_post
1132
+
1133
+ """
1134
+ pass
1135
+
1136
+ def test_v1_extranet_sites_usage_top_post(self) -> None:
1137
+ """Test case for v1_extranet_sites_usage_top_post
1138
+
1139
+ """
1140
+ pass
1141
+
1142
+ def test_v1_extranets_b2b_consumer_device_status_id_get(self) -> None:
1143
+ """Test case for v1_extranets_b2b_consumer_device_status_id_get
1144
+
1145
+ """
1146
+ pass
1147
+
1148
+ def test_v1_extranets_b2b_consumer_id_delete(self) -> None:
1149
+ """Test case for v1_extranets_b2b_consumer_id_delete
1150
+
1151
+ """
1152
+ pass
1153
+
1154
+ def test_v1_extranets_b2b_consumer_id_get(self) -> None:
1155
+ """Test case for v1_extranets_b2b_consumer_id_get
1156
+
1157
+ """
1158
+ pass
1159
+
1160
+ def test_v1_extranets_b2b_consumer_post(self) -> None:
1161
+ """Test case for v1_extranets_b2b_consumer_post
1162
+
1163
+ """
1164
+ pass
1165
+
1166
+ def test_v1_extranets_b2b_consumer_summary_get(self) -> None:
1167
+ """Test case for v1_extranets_b2b_consumer_summary_get
1168
+
1169
+ """
1170
+ pass
1171
+
1172
+ def test_v1_extranets_b2b_customer_id_delete(self) -> None:
1173
+ """Test case for v1_extranets_b2b_customer_id_delete
1174
+
1175
+ """
1176
+ pass
1177
+
1178
+ def test_v1_extranets_b2b_customer_info_id_get(self) -> None:
1179
+ """Test case for v1_extranets_b2b_customer_info_id_get
1180
+
1181
+ """
1182
+ pass
1183
+
1184
+ def test_v1_extranets_b2b_id_customer_invite_retry_post(self) -> None:
1185
+ """Test case for v1_extranets_b2b_id_customer_invite_retry_post
1186
+
1187
+ """
1188
+ pass
1189
+
1190
+ def test_v1_extranets_b2b_id_customer_post(self) -> None:
1191
+ """Test case for v1_extranets_b2b_id_customer_post
1192
+
1193
+ """
1194
+ pass
1195
+
1196
+ def test_v1_extranets_b2b_id_customer_summary_get(self) -> None:
1197
+ """Test case for v1_extranets_b2b_id_customer_summary_get
1198
+
1199
+ """
1200
+ pass
1201
+
1202
+ def test_v1_extranets_b2b_id_delete(self) -> None:
1203
+ """Test case for v1_extranets_b2b_id_delete
1204
+
1205
+ """
1206
+ pass
1207
+
1208
+ def test_v1_extranets_b2b_id_producer_get(self) -> None:
1209
+ """Test case for v1_extranets_b2b_id_producer_get
1210
+
1211
+ """
1212
+ pass
1213
+
1214
+ def test_v1_extranets_b2b_id_put(self) -> None:
1215
+ """Test case for v1_extranets_b2b_id_put
1216
+
1217
+ """
1218
+ pass
1219
+
1220
+ def test_v1_extranets_b2b_post(self) -> None:
1221
+ """Test case for v1_extranets_b2b_post
1222
+
1223
+ """
1224
+ pass
1225
+
1226
+ def test_v1_extranets_b2b_producer_device_status_id_get(self) -> None:
1227
+ """Test case for v1_extranets_b2b_producer_device_status_id_get
1228
+
1229
+ """
1230
+ pass
1231
+
1232
+ def test_v1_extranets_b2b_producers_summary_get(self) -> None:
1233
+ """Test case for v1_extranets_b2b_producers_summary_get
1234
+
1235
+ """
1236
+ pass
1237
+
1238
+ def test_v1_extranets_get(self) -> None:
1239
+ """Test case for v1_extranets_get
1240
+
1241
+ """
1242
+ pass
1243
+
1244
+ def test_v1_extranets_id_apply_post(self) -> None:
1245
+ """Test case for v1_extranets_id_apply_post
1246
+
1247
+ """
1248
+ pass
1249
+
1250
+ def test_v1_extranets_id_delete(self) -> None:
1251
+ """Test case for v1_extranets_id_delete
1252
+
1253
+ """
1254
+ pass
1255
+
1256
+ def test_v1_extranets_id_get(self) -> None:
1257
+ """Test case for v1_extranets_id_get
1258
+
1259
+ """
1260
+ pass
1261
+
1262
+ def test_v1_extranets_id_put(self) -> None:
1263
+ """Test case for v1_extranets_id_put
1264
+
1265
+ """
1266
+ pass
1267
+
1268
+ def test_v1_extranets_id_status_get(self) -> None:
1269
+ """Test case for v1_extranets_id_status_get
1270
+
1271
+ """
1272
+ pass
1273
+
1274
+ def test_v1_extranets_monitoring_lan_segments_get(self) -> None:
1275
+ """Test case for v1_extranets_monitoring_lan_segments_get
1276
+
1277
+ """
1278
+ pass
1279
+
1280
+ def test_v1_extranets_monitoring_nat_usage_get(self) -> None:
1281
+ """Test case for v1_extranets_monitoring_nat_usage_get
1282
+
1283
+ """
1284
+ pass
1285
+
1286
+ def test_v1_extranets_monitoring_traffic_security_policy_post(self) -> None:
1287
+ """Test case for v1_extranets_monitoring_traffic_security_policy_post
1288
+
1289
+ """
1290
+ pass
1291
+
1292
+ def test_v1_extranets_post(self) -> None:
1293
+ """Test case for v1_extranets_post
1294
+
1295
+ """
1296
+ pass
1297
+
1298
+ def test_v1_extranets_resolve_policy_target_post(self) -> None:
1299
+ """Test case for v1_extranets_resolve_policy_target_post
1300
+
1301
+ """
1302
+ pass
1303
+
1304
+ def test_v1_extranets_source_segments_post(self) -> None:
1305
+ """Test case for v1_extranets_source_segments_post
1306
+
1307
+ """
1308
+ pass
1309
+
1310
+ def test_v1_flows_flow_table_post(self) -> None:
1311
+ """Test case for v1_flows_flow_table_post
1312
+
1313
+ """
1314
+ pass
1315
+
1316
+ def test_v1_flows_topology_post(self) -> None:
1317
+ """Test case for v1_flows_topology_post
1318
+
1319
+ """
1320
+ pass
1321
+
1322
+ def test_v1_gateways_delete(self) -> None:
1323
+ """Test case for v1_gateways_delete
1324
+
1325
+ """
1326
+ pass
1327
+
1328
+ def test_v1_gateways_id_details_get(self) -> None:
1329
+ """Test case for v1_gateways_id_details_get
1330
+
1331
+ """
1332
+ pass
1333
+
1334
+ def test_v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get(self) -> None:
1335
+ """Test case for v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get
1336
+
1337
+ """
1338
+ pass
1339
+
1340
+ def test_v1_gateways_post(self) -> None:
1341
+ """Test case for v1_gateways_post
1342
+
1343
+ """
1344
+ pass
1345
+
1346
+ def test_v1_gateways_put(self) -> None:
1347
+ """Test case for v1_gateways_put
1348
+
1349
+ """
1350
+ pass
1351
+
1352
+ def test_v1_gateways_regions_get(self) -> None:
1353
+ """Test case for v1_gateways_regions_get
1354
+
1355
+ """
1356
+ pass
1357
+
1358
+ def test_v1_gateways_status_post(self) -> None:
1359
+ """Test case for v1_gateways_status_post
1360
+
1361
+ """
1362
+ pass
1363
+
1364
+ def test_v1_gateways_summary_get(self) -> None:
1365
+ """Test case for v1_gateways_summary_get
1366
+
1367
+ """
1368
+ pass
1369
+
1370
+ def test_v1_global_apps_app_list_options_get(self) -> None:
1371
+ """Test case for v1_global_apps_app_list_options_get
1372
+
1373
+ """
1374
+ pass
1375
+
1376
+ def test_v1_global_apps_app_lists_app_list_id_delete(self) -> None:
1377
+ """Test case for v1_global_apps_app_lists_app_list_id_delete
1378
+
1379
+ """
1380
+ pass
1381
+
1382
+ def test_v1_global_apps_app_lists_app_list_id_details_apps_get(self) -> None:
1383
+ """Test case for v1_global_apps_app_lists_app_list_id_details_apps_get
1384
+
1385
+ """
1386
+ pass
1387
+
1388
+ def test_v1_global_apps_app_lists_app_list_id_get(self) -> None:
1389
+ """Test case for v1_global_apps_app_lists_app_list_id_get
1390
+
1391
+ """
1392
+ pass
1393
+
1394
+ def test_v1_global_apps_app_lists_app_list_id_put(self) -> None:
1395
+ """Test case for v1_global_apps_app_lists_app_list_id_put
1396
+
1397
+ """
1398
+ pass
1399
+
1400
+ def test_v1_global_apps_app_lists_get(self) -> None:
1401
+ """Test case for v1_global_apps_app_lists_get
1402
+
1403
+ """
1404
+ pass
1405
+
1406
+ def test_v1_global_apps_app_lists_post(self) -> None:
1407
+ """Test case for v1_global_apps_app_lists_post
1408
+
1409
+ """
1410
+ pass
1411
+
1412
+ def test_v1_global_apps_categories_category_id_apps_get(self) -> None:
1413
+ """Test case for v1_global_apps_categories_category_id_apps_get
1414
+
1415
+ """
1416
+ pass
1417
+
1418
+ def test_v1_global_apps_categories_get(self) -> None:
1419
+ """Test case for v1_global_apps_categories_get
1420
+
1421
+ """
1422
+ pass
1423
+
1424
+ def test_v1_global_apps_custom_app_id_delete(self) -> None:
1425
+ """Test case for v1_global_apps_custom_app_id_delete
1426
+
1427
+ """
1428
+ pass
1429
+
1430
+ def test_v1_global_apps_custom_app_id_details_app_lists_get(self) -> None:
1431
+ """Test case for v1_global_apps_custom_app_id_details_app_lists_get
1432
+
1433
+ """
1434
+ pass
1435
+
1436
+ def test_v1_global_apps_custom_app_id_get(self) -> None:
1437
+ """Test case for v1_global_apps_custom_app_id_get
1438
+
1439
+ """
1440
+ pass
1441
+
1442
+ def test_v1_global_apps_custom_app_id_put(self) -> None:
1443
+ """Test case for v1_global_apps_custom_app_id_put
1444
+
1445
+ """
1446
+ pass
1447
+
1448
+ def test_v1_global_apps_custom_get(self) -> None:
1449
+ """Test case for v1_global_apps_custom_get
1450
+
1451
+ """
1452
+ pass
1453
+
1454
+ def test_v1_global_apps_custom_post(self) -> None:
1455
+ """Test case for v1_global_apps_custom_post
1456
+
1457
+ """
1458
+ pass
1459
+
1460
+ def test_v1_global_apps_graphiant_get(self) -> None:
1461
+ """Test case for v1_global_apps_graphiant_get
1462
+
1463
+ """
1464
+ pass
1465
+
1466
+ def test_v1_global_attached_edges_post(self) -> None:
1467
+ """Test case for v1_global_attached_edges_post
1468
+
1469
+ """
1470
+ pass
1471
+
1472
+ def test_v1_global_config_patch(self) -> None:
1473
+ """Test case for v1_global_config_patch
1474
+
1475
+ """
1476
+ pass
1477
+
1478
+ def test_v1_global_config_site_post(self) -> None:
1479
+ """Test case for v1_global_config_site_post
1480
+
1481
+ """
1482
+ pass
1483
+
1484
+ def test_v1_global_device_status_get(self) -> None:
1485
+ """Test case for v1_global_device_status_get
1486
+
1487
+ """
1488
+ pass
1489
+
1490
+ def test_v1_global_ipfix_device_get(self) -> None:
1491
+ """Test case for v1_global_ipfix_device_get
1492
+
1493
+ """
1494
+ pass
1495
+
1496
+ def test_v1_global_ipfix_post(self) -> None:
1497
+ """Test case for v1_global_ipfix_post
1498
+
1499
+ """
1500
+ pass
1501
+
1502
+ def test_v1_global_ipfix_site_get(self) -> None:
1503
+ """Test case for v1_global_ipfix_site_get
1504
+
1505
+ """
1506
+ pass
1507
+
1508
+ def test_v1_global_ipsec_profile_get(self) -> None:
1509
+ """Test case for v1_global_ipsec_profile_get
1510
+
1511
+ """
1512
+ pass
1513
+
1514
+ def test_v1_global_ipsec_profile_id_get(self) -> None:
1515
+ """Test case for v1_global_ipsec_profile_id_get
1516
+
1517
+ """
1518
+ pass
1519
+
1520
+ def test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get(self) -> None:
1521
+ """Test case for v1_global_ipsec_profile_vpn_profile_id_site_to_site_get
1522
+
1523
+ """
1524
+ pass
1525
+
1526
+ def test_v1_global_lan_segments_get(self) -> None:
1527
+ """Test case for v1_global_lan_segments_get
1528
+
1529
+ """
1530
+ pass
1531
+
1532
+ def test_v1_global_lan_segments_id_delete(self) -> None:
1533
+ """Test case for v1_global_lan_segments_id_delete
1534
+
1535
+ """
1536
+ pass
1537
+
1538
+ def test_v1_global_lan_segments_post(self) -> None:
1539
+ """Test case for v1_global_lan_segments_post
1540
+
1541
+ """
1542
+ pass
1543
+
1544
+ def test_v1_global_lan_segments_vrf_id_devices_get(self) -> None:
1545
+ """Test case for v1_global_lan_segments_vrf_id_devices_get
1546
+
1547
+ """
1548
+ pass
1549
+
1550
+ def test_v1_global_prefix_sets_device_get(self) -> None:
1551
+ """Test case for v1_global_prefix_sets_device_get
1552
+
1553
+ """
1554
+ pass
1555
+
1556
+ def test_v1_global_prefix_sets_post(self) -> None:
1557
+ """Test case for v1_global_prefix_sets_post
1558
+
1559
+ """
1560
+ pass
1561
+
1562
+ def test_v1_global_prefix_sets_site_get(self) -> None:
1563
+ """Test case for v1_global_prefix_sets_site_get
1564
+
1565
+ """
1566
+ pass
1567
+
1568
+ def test_v1_global_routing_policies_device_get(self) -> None:
1569
+ """Test case for v1_global_routing_policies_device_get
1570
+
1571
+ """
1572
+ pass
1573
+
1574
+ def test_v1_global_routing_policies_post(self) -> None:
1575
+ """Test case for v1_global_routing_policies_post
1576
+
1577
+ """
1578
+ pass
1579
+
1580
+ def test_v1_global_routing_policies_site_get(self) -> None:
1581
+ """Test case for v1_global_routing_policies_site_get
1582
+
1583
+ """
1584
+ pass
1585
+
1586
+ def test_v1_global_site_lists_id_sites_get(self) -> None:
1587
+ """Test case for v1_global_site_lists_id_sites_get
1588
+
1589
+ """
1590
+ pass
1591
+
1592
+ def test_v1_global_site_status_get(self) -> None:
1593
+ """Test case for v1_global_site_status_get
1594
+
1595
+ """
1596
+ pass
1597
+
1598
+ def test_v1_global_snmps_device_get(self) -> None:
1599
+ """Test case for v1_global_snmps_device_get
1600
+
1601
+ """
1602
+ pass
1603
+
1604
+ def test_v1_global_snmps_post(self) -> None:
1605
+ """Test case for v1_global_snmps_post
1606
+
1607
+ """
1608
+ pass
1609
+
1610
+ def test_v1_global_snmps_site_get(self) -> None:
1611
+ """Test case for v1_global_snmps_site_get
1612
+
1613
+ """
1614
+ pass
1615
+
1616
+ def test_v1_global_summary_post(self) -> None:
1617
+ """Test case for v1_global_summary_post
1618
+
1619
+ """
1620
+ pass
1621
+
1622
+ def test_v1_global_sync_post(self) -> None:
1623
+ """Test case for v1_global_sync_post
1624
+
1625
+ """
1626
+ pass
1627
+
1628
+ def test_v1_global_syslogs_device_get(self) -> None:
1629
+ """Test case for v1_global_syslogs_device_get
1630
+
1631
+ """
1632
+ pass
1633
+
1634
+ def test_v1_global_syslogs_post(self) -> None:
1635
+ """Test case for v1_global_syslogs_post
1636
+
1637
+ """
1638
+ pass
1639
+
1640
+ def test_v1_global_syslogs_site_get(self) -> None:
1641
+ """Test case for v1_global_syslogs_site_get
1642
+
1643
+ """
1644
+ pass
1645
+
1646
+ def test_v1_global_traffic_policies_device_get(self) -> None:
1647
+ """Test case for v1_global_traffic_policies_device_get
1648
+
1649
+ """
1650
+ pass
1651
+
1652
+ def test_v1_global_traffic_policies_post(self) -> None:
1653
+ """Test case for v1_global_traffic_policies_post
1654
+
1655
+ """
1656
+ pass
1657
+
1658
+ def test_v1_global_traffic_policies_site_get(self) -> None:
1659
+ """Test case for v1_global_traffic_policies_site_get
1660
+
1661
+ """
1662
+ pass
1663
+
1664
+ def test_v1_groups_enterprises_get(self) -> None:
1665
+ """Test case for v1_groups_enterprises_get
1666
+
1667
+ """
1668
+ pass
1669
+
1670
+ def test_v1_groups_get(self) -> None:
1671
+ """Test case for v1_groups_get
1672
+
1673
+ """
1674
+ pass
1675
+
1676
+ def test_v1_groups_id_delete(self) -> None:
1677
+ """Test case for v1_groups_id_delete
1678
+
1679
+ """
1680
+ pass
1681
+
1682
+ def test_v1_groups_id_enterprises_enterprise_id_delete(self) -> None:
1683
+ """Test case for v1_groups_id_enterprises_enterprise_id_delete
1684
+
1685
+ """
1686
+ pass
1687
+
1688
+ def test_v1_groups_id_enterprises_post(self) -> None:
1689
+ """Test case for v1_groups_id_enterprises_post
1690
+
1691
+ """
1692
+ pass
1693
+
1694
+ def test_v1_groups_id_get(self) -> None:
1695
+ """Test case for v1_groups_id_get
1696
+
1697
+ """
1698
+ pass
1699
+
1700
+ def test_v1_groups_id_members_get(self) -> None:
1701
+ """Test case for v1_groups_id_members_get
1702
+
1703
+ """
1704
+ pass
1705
+
1706
+ def test_v1_groups_id_members_member_id_delete(self) -> None:
1707
+ """Test case for v1_groups_id_members_member_id_delete
1708
+
1709
+ """
1710
+ pass
1711
+
1712
+ def test_v1_groups_id_members_post(self) -> None:
1713
+ """Test case for v1_groups_id_members_post
1714
+
1715
+ """
1716
+ pass
1717
+
1718
+ def test_v1_groups_id_patch(self) -> None:
1719
+ """Test case for v1_groups_id_patch
1720
+
1721
+ """
1722
+ pass
1723
+
1724
+ def test_v1_groups_put(self) -> None:
1725
+ """Test case for v1_groups_put
1726
+
1727
+ """
1728
+ pass
1729
+
1730
+ def test_v1_groups_root_get(self) -> None:
1731
+ """Test case for v1_groups_root_get
1732
+
1733
+ """
1734
+ pass
1735
+
1736
+ def test_v1_healthcheck_devices_get(self) -> None:
1737
+ """Test case for v1_healthcheck_devices_get
1738
+
1739
+ """
1740
+ pass
1741
+
1742
+ def test_v1_id_password_recover_patch(self) -> None:
1743
+ """Test case for v1_id_password_recover_patch
1744
+
1745
+ """
1746
+ pass
1747
+
1748
+ def test_v1_lan_segments_get(self) -> None:
1749
+ """Test case for v1_lan_segments_get
1750
+
1751
+ """
1752
+ pass
1753
+
1754
+ def test_v1_lldp_interface_id_neighbors_get(self) -> None:
1755
+ """Test case for v1_lldp_interface_id_neighbors_get
1756
+
1757
+ """
1758
+ pass
1759
+
1760
+ def test_v1_lldp_interface_id_summary_get(self) -> None:
1761
+ """Test case for v1_lldp_interface_id_summary_get
1762
+
1763
+ """
1764
+ pass
1765
+
1766
+ def test_v1_lldp_interface_id_vendors_get(self) -> None:
1767
+ """Test case for v1_lldp_interface_id_vendors_get
1768
+
1769
+ """
1770
+ pass
1771
+
1772
+ def test_v1_logs_post(self) -> None:
1773
+ """Test case for v1_logs_post
1774
+
1775
+ """
1776
+ pass
1777
+
1778
+ def test_v1_monitoring_circuits_bandwidth_post(self) -> None:
1779
+ """Test case for v1_monitoring_circuits_bandwidth_post
1780
+
1781
+ """
1782
+ pass
1783
+
1784
+ def test_v1_monitoring_circuits_incidents_post(self) -> None:
1785
+ """Test case for v1_monitoring_circuits_incidents_post
1786
+
1787
+ """
1788
+ pass
1789
+
1790
+ def test_v1_monitoring_circuits_summary_post(self) -> None:
1791
+ """Test case for v1_monitoring_circuits_summary_post
1792
+
1793
+ """
1794
+ pass
1795
+
1796
+ def test_v1_monitoring_circuits_utilization_post(self) -> None:
1797
+ """Test case for v1_monitoring_circuits_utilization_post
1798
+
1799
+ """
1800
+ pass
1801
+
1802
+ def test_v1_monitoring_circuits_visualization_post(self) -> None:
1803
+ """Test case for v1_monitoring_circuits_visualization_post
1804
+
1805
+ """
1806
+ pass
1807
+
1808
+ def test_v1_nat_entries_device_id_get(self) -> None:
1809
+ """Test case for v1_nat_entries_device_id_get
1810
+
1811
+ """
1812
+ pass
1813
+
1814
+ def test_v1_nat_utilization_device_id_get(self) -> None:
1815
+ """Test case for v1_nat_utilization_device_id_get
1816
+
1817
+ """
1818
+ pass
1819
+
1820
+ def test_v1_policy_applications_get(self) -> None:
1821
+ """Test case for v1_policy_applications_get
1822
+
1823
+ """
1824
+ pass
1825
+
1826
+ def test_v1_policy_prefix_sets_id_delete(self) -> None:
1827
+ """Test case for v1_policy_prefix_sets_id_delete
1828
+
1829
+ """
1830
+ pass
1831
+
1832
+ def test_v1_policy_prefix_sets_id_put(self) -> None:
1833
+ """Test case for v1_policy_prefix_sets_id_put
1834
+
1835
+ """
1836
+ pass
1837
+
1838
+ def test_v1_policy_prefix_sets_post(self) -> None:
1839
+ """Test case for v1_policy_prefix_sets_post
1840
+
1841
+ """
1842
+ pass
1843
+
1844
+ def test_v1_policy_route_tag_sets_id_delete(self) -> None:
1845
+ """Test case for v1_policy_route_tag_sets_id_delete
1846
+
1847
+ """
1848
+ pass
1849
+
1850
+ def test_v1_policy_route_tag_sets_post(self) -> None:
1851
+ """Test case for v1_policy_route_tag_sets_post
1852
+
1853
+ """
1854
+ pass
1855
+
1856
+ def test_v1_policy_route_tag_sets_tag_detail_get(self) -> None:
1857
+ """Test case for v1_policy_route_tag_sets_tag_detail_get
1858
+
1859
+ """
1860
+ pass
1861
+
1862
+ def test_v1_policy_route_tag_sets_tags_get(self) -> None:
1863
+ """Test case for v1_policy_route_tag_sets_tags_get
1864
+
1865
+ """
1866
+ pass
1867
+
1868
+ def test_v1_policy_route_tag_sets_tags_summary_get(self) -> None:
1869
+ """Test case for v1_policy_route_tag_sets_tags_summary_get
1870
+
1871
+ """
1872
+ pass
1873
+
1874
+ def test_v1_portal_apikeys_delete(self) -> None:
1875
+ """Test case for v1_portal_apikeys_delete
1876
+
1877
+ """
1878
+ pass
1879
+
1880
+ def test_v1_portal_apikeys_get(self) -> None:
1881
+ """Test case for v1_portal_apikeys_get
1882
+
1883
+ """
1884
+ pass
1885
+
1886
+ def test_v1_portal_apikeys_post(self) -> None:
1887
+ """Test case for v1_portal_apikeys_post
1888
+
1889
+ """
1890
+ pass
1891
+
1892
+ def test_v1_portal_private_details_get(self) -> None:
1893
+ """Test case for v1_portal_private_details_get
1894
+
1895
+ """
1896
+ pass
1897
+
1898
+ def test_v1_portal_private_inventory_details_get(self) -> None:
1899
+ """Test case for v1_portal_private_inventory_details_get
1900
+
1901
+ """
1902
+ pass
1903
+
1904
+ def test_v1_portal_private_post(self) -> None:
1905
+ """Test case for v1_portal_private_post
1906
+
1907
+ """
1908
+ pass
1909
+
1910
+ def test_v1_portal_private_register_post(self) -> None:
1911
+ """Test case for v1_portal_private_register_post
1912
+
1913
+ """
1914
+ pass
1915
+
1916
+ def test_v1_portal_private_sync_post(self) -> None:
1917
+ """Test case for v1_portal_private_sync_post
1918
+
1919
+ """
1920
+ pass
1921
+
1922
+ def test_v1_presharedkey_get(self) -> None:
1923
+ """Test case for v1_presharedkey_get
1924
+
1925
+ """
1926
+ pass
1927
+
1928
+ def test_v1_qos_circuit_profiles_get(self) -> None:
1929
+ """Test case for v1_qos_circuit_profiles_get
1930
+
1931
+ """
1932
+ pass
1933
+
1934
+ def test_v1_regions_get(self) -> None:
1935
+ """Test case for v1_regions_get
1936
+
1937
+ """
1938
+ pass
1939
+
1940
+ def test_v1_search_get(self) -> None:
1941
+ """Test case for v1_search_get
1942
+
1943
+ """
1944
+ pass
1945
+
1946
+ def test_v1_site_details_sitelists_post(self) -> None:
1947
+ """Test case for v1_site_details_sitelists_post
1948
+
1949
+ """
1950
+ pass
1951
+
1952
+ def test_v1_site_id_details_interfaces_get(self) -> None:
1953
+ """Test case for v1_site_id_details_interfaces_get
1954
+
1955
+ """
1956
+ pass
1957
+
1958
+ def test_v1_sites_details_get(self) -> None:
1959
+ """Test case for v1_sites_details_get
1960
+
1961
+ """
1962
+ pass
1963
+
1964
+ def test_v1_sites_get(self) -> None:
1965
+ """Test case for v1_sites_get
1966
+
1967
+ """
1968
+ pass
1969
+
1970
+ def test_v1_sites_post(self) -> None:
1971
+ """Test case for v1_sites_post
1972
+
1973
+ """
1974
+ pass
1975
+
1976
+ def test_v1_sites_site_id_circuits_get(self) -> None:
1977
+ """Test case for v1_sites_site_id_circuits_get
1978
+
1979
+ """
1980
+ pass
1981
+
1982
+ def test_v1_sites_site_id_delete(self) -> None:
1983
+ """Test case for v1_sites_site_id_delete
1984
+
1985
+ """
1986
+ pass
1987
+
1988
+ def test_v1_sites_site_id_devices_get(self) -> None:
1989
+ """Test case for v1_sites_site_id_devices_get
1990
+
1991
+ """
1992
+ pass
1993
+
1994
+ def test_v1_sites_site_id_post(self) -> None:
1995
+ """Test case for v1_sites_site_id_post
1996
+
1997
+ """
1998
+ pass
1999
+
2000
+ def test_v1_software_auto_upgrade_default_get(self) -> None:
2001
+ """Test case for v1_software_auto_upgrade_default_get
2002
+
2003
+ """
2004
+ pass
2005
+
2006
+ def test_v1_software_auto_upgrade_default_put(self) -> None:
2007
+ """Test case for v1_software_auto_upgrade_default_put
2008
+
2009
+ """
2010
+ pass
2011
+
2012
+ def test_v1_software_gcsrelease_upload_notes_post(self) -> None:
2013
+ """Test case for v1_software_gcsrelease_upload_notes_post
2014
+
2015
+ """
2016
+ pass
2017
+
2018
+ def test_v1_software_release_notes_get(self) -> None:
2019
+ """Test case for v1_software_release_notes_get
2020
+
2021
+ """
2022
+ pass
2023
+
2024
+ def test_v1_software_releases_download_get(self) -> None:
2025
+ """Test case for v1_software_releases_download_get
2026
+
2027
+ """
2028
+ pass
2029
+
2030
+ def test_v1_software_releases_summary_get(self) -> None:
2031
+ """Test case for v1_software_releases_summary_get
2032
+
2033
+ """
2034
+ pass
2035
+
2036
+ def test_v1_software_running_details_get(self) -> None:
2037
+ """Test case for v1_software_running_details_get
2038
+
2039
+ """
2040
+ pass
2041
+
2042
+ def test_v1_software_running_summary_get(self) -> None:
2043
+ """Test case for v1_software_running_summary_get
2044
+
2045
+ """
2046
+ pass
2047
+
2048
+ def test_v1_talkers_device_device_id_top_post(self) -> None:
2049
+ """Test case for v1_talkers_device_device_id_top_post
2050
+
2051
+ """
2052
+ pass
2053
+
2054
+ def test_v1_talkers_site_site_id_top_post(self) -> None:
2055
+ """Test case for v1_talkers_site_site_id_top_post
2056
+
2057
+ """
2058
+ pass
2059
+
2060
+ def test_v1_troubleshooting_device_device_id_post(self) -> None:
2061
+ """Test case for v1_troubleshooting_device_device_id_post
2062
+
2063
+ """
2064
+ pass
2065
+
2066
+ def test_v1_troubleshooting_enterprise_post(self) -> None:
2067
+ """Test case for v1_troubleshooting_enterprise_post
2068
+
2069
+ """
2070
+ pass
2071
+
2072
+ def test_v1_troubleshooting_filter_get(self) -> None:
2073
+ """Test case for v1_troubleshooting_filter_get
2074
+
2075
+ """
2076
+ pass
2077
+
2078
+ def test_v1_troubleshooting_site_connectivity_status_get(self) -> None:
2079
+ """Test case for v1_troubleshooting_site_connectivity_status_get
2080
+
2081
+ """
2082
+ pass
2083
+
2084
+ def test_v1_troubleshooting_site_site_id_get(self) -> None:
2085
+ """Test case for v1_troubleshooting_site_site_id_get
2086
+
2087
+ """
2088
+ pass
2089
+
2090
+ def test_v1_troubleshooting_top_sites_by_alerts_post(self) -> None:
2091
+ """Test case for v1_troubleshooting_top_sites_by_alerts_post
2092
+
2093
+ """
2094
+ pass
2095
+
2096
+ def test_v1_tt_tt_identity_device_status_get(self) -> None:
2097
+ """Test case for v1_tt_tt_identity_device_status_get
2098
+
2099
+ """
2100
+ pass
2101
+
2102
+ def test_v1_users_get(self) -> None:
2103
+ """Test case for v1_users_get
2104
+
2105
+ """
2106
+ pass
2107
+
2108
+ def test_v1_users_id_delete(self) -> None:
2109
+ """Test case for v1_users_id_delete
2110
+
2111
+ """
2112
+ pass
2113
+
2114
+ def test_v1_users_id_enterprises_get(self) -> None:
2115
+ """Test case for v1_users_id_enterprises_get
2116
+
2117
+ """
2118
+ pass
2119
+
2120
+ def test_v1_users_id_groups_enterprises_get(self) -> None:
2121
+ """Test case for v1_users_id_groups_enterprises_get
2122
+
2123
+ """
2124
+ pass
2125
+
2126
+ def test_v1_users_id_groups_get(self) -> None:
2127
+ """Test case for v1_users_id_groups_get
2128
+
2129
+ """
2130
+ pass
2131
+
2132
+ def test_v1_users_id_groups_root_get(self) -> None:
2133
+ """Test case for v1_users_id_groups_root_get
2134
+
2135
+ """
2136
+ pass
2137
+
2138
+ def test_v1_users_id_verify_patch(self) -> None:
2139
+ """Test case for v1_users_id_verify_patch
2140
+
2141
+ """
2142
+ pass
2143
+
2144
+ def test_v1_users_put(self) -> None:
2145
+ """Test case for v1_users_put
2146
+
2147
+ """
2148
+ pass
2149
+
2150
+ def test_v1_version_post(self) -> None:
2151
+ """Test case for v1_version_post
2152
+
2153
+ """
2154
+ pass
2155
+
2156
+ def test_v1_zones_get(self) -> None:
2157
+ """Test case for v1_zones_get
2158
+
2159
+ """
2160
+ pass
2161
+
2162
+ def test_v2_ack_createupdate_post(self) -> None:
2163
+ """Test case for v2_ack_createupdate_post
2164
+
2165
+ """
2166
+ pass
2167
+
2168
+ def test_v2_allowlist_by_enterprise_get(self) -> None:
2169
+ """Test case for v2_allowlist_by_enterprise_get
2170
+
2171
+ """
2172
+ pass
2173
+
2174
+ def test_v2_allowlist_create_post(self) -> None:
2175
+ """Test case for v2_allowlist_create_post
2176
+
2177
+ """
2178
+ pass
2179
+
2180
+ def test_v2_allowlist_deletebyalertid_alert_id_delete(self) -> None:
2181
+ """Test case for v2_allowlist_deletebyalertid_alert_id_delete
2182
+
2183
+ """
2184
+ pass
2185
+
2186
+ def test_v2_allowlist_deletebyentityid_entity_id_delete(self) -> None:
2187
+ """Test case for v2_allowlist_deletebyentityid_entity_id_delete
2188
+
2189
+ """
2190
+ pass
2191
+
2192
+ def test_v2_allowlist_rule_id_get(self) -> None:
2193
+ """Test case for v2_allowlist_rule_id_get
2194
+
2195
+ """
2196
+ pass
2197
+
2198
+ def test_v2_assistant_add_to_conversation_post(self) -> None:
2199
+ """Test case for v2_assistant_add_to_conversation_post
2200
+
2201
+ """
2202
+ pass
2203
+
2204
+ def test_v2_assistant_conversation_id_delete(self) -> None:
2205
+ """Test case for v2_assistant_conversation_id_delete
2206
+
2207
+ """
2208
+ pass
2209
+
2210
+ def test_v2_assistant_delete_conversation_chat_conversation_id_delete(self) -> None:
2211
+ """Test case for v2_assistant_delete_conversation_chat_conversation_id_delete
2212
+
2213
+ """
2214
+ pass
2215
+
2216
+ def test_v2_assistant_delete_conversation_conversation_id_delete(self) -> None:
2217
+ """Test case for v2_assistant_delete_conversation_conversation_id_delete
2218
+
2219
+ """
2220
+ pass
2221
+
2222
+ def test_v2_assistant_get_conversation_details_post(self) -> None:
2223
+ """Test case for v2_assistant_get_conversation_details_post
2224
+
2225
+ """
2226
+ pass
2227
+
2228
+ def test_v2_assistant_get_conversations_post(self) -> None:
2229
+ """Test case for v2_assistant_get_conversations_post
2230
+
2231
+ """
2232
+ pass
2233
+
2234
+ def test_v2_assistant_update_conversation_name_post(self) -> None:
2235
+ """Test case for v2_assistant_update_conversation_name_post
2236
+
2237
+ """
2238
+ pass
2239
+
2240
+ def test_v2_assistant_version_post(self) -> None:
2241
+ """Test case for v2_assistant_version_post
2242
+
2243
+ """
2244
+ pass
2245
+
2246
+ def test_v2_assurance_applicationdetailsbyname_post(self) -> None:
2247
+ """Test case for v2_assurance_applicationdetailsbyname_post
2248
+
2249
+ """
2250
+ pass
2251
+
2252
+ def test_v2_assurance_applicationprofilesummary_post(self) -> None:
2253
+ """Test case for v2_assurance_applicationprofilesummary_post
2254
+
2255
+ """
2256
+ pass
2257
+
2258
+ def test_v2_assurance_bucket_app_servers_all_get(self) -> None:
2259
+ """Test case for v2_assurance_bucket_app_servers_all_get
2260
+
2261
+ """
2262
+ pass
2263
+
2264
+ def test_v2_assurance_bucket_app_servers_post(self) -> None:
2265
+ """Test case for v2_assurance_bucket_app_servers_post
2266
+
2267
+ """
2268
+ pass
2269
+
2270
+ def test_v2_assurance_bucket_apps_post(self) -> None:
2271
+ """Test case for v2_assurance_bucket_apps_post
2272
+
2273
+ """
2274
+ pass
2275
+
2276
+ def test_v2_assurance_bucket_topologies_post(self) -> None:
2277
+ """Test case for v2_assurance_bucket_topologies_post
2278
+
2279
+ """
2280
+ pass
2281
+
2282
+ def test_v2_assurance_bucketdetails_post(self) -> None:
2283
+ """Test case for v2_assurance_bucketdetails_post
2284
+
2285
+ """
2286
+ pass
2287
+
2288
+ def test_v2_assurance_create_user_report_post(self) -> None:
2289
+ """Test case for v2_assurance_create_user_report_post
2290
+
2291
+ """
2292
+ pass
2293
+
2294
+ def test_v2_assurance_createclassifiedapplication_post(self) -> None:
2295
+ """Test case for v2_assurance_createclassifiedapplication_post
2296
+
2297
+ """
2298
+ pass
2299
+
2300
+ def test_v2_assurance_delete_user_report_delete(self) -> None:
2301
+ """Test case for v2_assurance_delete_user_report_delete
2302
+
2303
+ """
2304
+ pass
2305
+
2306
+ def test_v2_assurance_deleteclassifiedapplication_delete(self) -> None:
2307
+ """Test case for v2_assurance_deleteclassifiedapplication_delete
2308
+
2309
+ """
2310
+ pass
2311
+
2312
+ def test_v2_assurance_download_user_report_get(self) -> None:
2313
+ """Test case for v2_assurance_download_user_report_get
2314
+
2315
+ """
2316
+ pass
2317
+
2318
+ def test_v2_assurance_endpoint_intel_post(self) -> None:
2319
+ """Test case for v2_assurance_endpoint_intel_post
2320
+
2321
+ """
2322
+ pass
2323
+
2324
+ def test_v2_assurance_enterprisesummary_post(self) -> None:
2325
+ """Test case for v2_assurance_enterprisesummary_post
2326
+
2327
+ """
2328
+ pass
2329
+
2330
+ def test_v2_assurance_flow_summary_post(self) -> None:
2331
+ """Test case for v2_assurance_flow_summary_post
2332
+
2333
+ """
2334
+ pass
2335
+
2336
+ def test_v2_assurance_getclassifiedapplicationlist_get(self) -> None:
2337
+ """Test case for v2_assurance_getclassifiedapplicationlist_get
2338
+
2339
+ """
2340
+ pass
2341
+
2342
+ def test_v2_assurance_read_user_report_list_get(self) -> None:
2343
+ """Test case for v2_assurance_read_user_report_list_get
2344
+
2345
+ """
2346
+ pass
2347
+
2348
+ def test_v2_assurance_scoredetails_post(self) -> None:
2349
+ """Test case for v2_assurance_scoredetails_post
2350
+
2351
+ """
2352
+ pass
2353
+
2354
+ def test_v2_assurance_topology_client_session_details_post(self) -> None:
2355
+ """Test case for v2_assurance_topology_client_session_details_post
2356
+
2357
+ """
2358
+ pass
2359
+
2360
+ def test_v2_assurance_topology_client_sessions_post(self) -> None:
2361
+ """Test case for v2_assurance_topology_client_sessions_post
2362
+
2363
+ """
2364
+ pass
2365
+
2366
+ def test_v2_assurance_topology_client_summaries_post(self) -> None:
2367
+ """Test case for v2_assurance_topology_client_summaries_post
2368
+
2369
+ """
2370
+ pass
2371
+
2372
+ def test_v2_assurance_topology_flows_post(self) -> None:
2373
+ """Test case for v2_assurance_topology_flows_post
2374
+
2375
+ """
2376
+ pass
2377
+
2378
+ def test_v2_assurance_topology_inventory_post(self) -> None:
2379
+ """Test case for v2_assurance_topology_inventory_post
2380
+
2381
+ """
2382
+ pass
2383
+
2384
+ def test_v2_assurance_topology_overview_post(self) -> None:
2385
+ """Test case for v2_assurance_topology_overview_post
2386
+
2387
+ """
2388
+ pass
2389
+
2390
+ def test_v2_assurance_topology_region_summary_post(self) -> None:
2391
+ """Test case for v2_assurance_topology_region_summary_post
2392
+
2393
+ """
2394
+ pass
2395
+
2396
+ def test_v2_assurance_topology_site_summaries_post(self) -> None:
2397
+ """Test case for v2_assurance_topology_site_summaries_post
2398
+
2399
+ """
2400
+ pass
2401
+
2402
+ def test_v2_assurance_unclassifiedapplicationprofilesummary_post(self) -> None:
2403
+ """Test case for v2_assurance_unclassifiedapplicationprofilesummary_post
2404
+
2405
+ """
2406
+ pass
2407
+
2408
+ def test_v2_assurance_updateclassifiedapplication_post(self) -> None:
2409
+ """Test case for v2_assurance_updateclassifiedapplication_post
2410
+
2411
+ """
2412
+ pass
2413
+
2414
+ def test_v2_assurance_version_post(self) -> None:
2415
+ """Test case for v2_assurance_version_post
2416
+
2417
+ """
2418
+ pass
2419
+
2420
+ def test_v2_audit_logs_post(self) -> None:
2421
+ """Test case for v2_audit_logs_post
2422
+
2423
+ """
2424
+ pass
2425
+
2426
+ def test_v2_childalertlist_post(self) -> None:
2427
+ """Test case for v2_childalertlist_post
2428
+
2429
+ """
2430
+ pass
2431
+
2432
+ def test_v2_device_device_id_lan_segments_post(self) -> None:
2433
+ """Test case for v2_device_device_id_lan_segments_post
2434
+
2435
+ """
2436
+ pass
2437
+
2438
+ def test_v2_device_device_id_topology_post(self) -> None:
2439
+ """Test case for v2_device_device_id_topology_post
2440
+
2441
+ """
2442
+ pass
2443
+
2444
+ def test_v2_extranet_consumers_usage_top_post(self) -> None:
2445
+ """Test case for v2_extranet_consumers_usage_top_post
2446
+
2447
+ """
2448
+ pass
2449
+
2450
+ def test_v2_extranet_lan_segments_usage_top_post(self) -> None:
2451
+ """Test case for v2_extranet_lan_segments_usage_top_post
2452
+
2453
+ """
2454
+ pass
2455
+
2456
+ def test_v2_extranet_service_overtime_consumption_post(self) -> None:
2457
+ """Test case for v2_extranet_service_overtime_consumption_post
2458
+
2459
+ """
2460
+ pass
2461
+
2462
+ def test_v2_extranet_sites_consumption_overview_post(self) -> None:
2463
+ """Test case for v2_extranet_sites_consumption_overview_post
2464
+
2465
+ """
2466
+ pass
2467
+
2468
+ def test_v2_extranet_sites_usage_post(self) -> None:
2469
+ """Test case for v2_extranet_sites_usage_post
2470
+
2471
+ """
2472
+ pass
2473
+
2474
+ def test_v2_extranet_total_usage_post(self) -> None:
2475
+ """Test case for v2_extranet_total_usage_post
2476
+
2477
+ """
2478
+ pass
2479
+
2480
+ def test_v2_extranets_monitoring_consumers_post(self) -> None:
2481
+ """Test case for v2_extranets_monitoring_consumers_post
2482
+
2483
+ """
2484
+ pass
2485
+
2486
+ def test_v2_integration_getall_enterprise_id_get(self) -> None:
2487
+ """Test case for v2_integration_getall_enterprise_id_get
2488
+
2489
+ """
2490
+ pass
2491
+
2492
+ def test_v2_integration_integration_id_delete(self) -> None:
2493
+ """Test case for v2_integration_integration_id_delete
2494
+
2495
+ """
2496
+ pass
2497
+
2498
+ def test_v2_integration_integration_id_put(self) -> None:
2499
+ """Test case for v2_integration_integration_id_put
2500
+
2501
+ """
2502
+ pass
2503
+
2504
+ def test_v2_integration_post(self) -> None:
2505
+ """Test case for v2_integration_post
2506
+
2507
+ """
2508
+ pass
2509
+
2510
+ def test_v2_integration_test_enterprise_id_integration_id_get(self) -> None:
2511
+ """Test case for v2_integration_test_enterprise_id_integration_id_get
2512
+
2513
+ """
2514
+ pass
2515
+
2516
+ def test_v2_monitoring_bfd_post(self) -> None:
2517
+ """Test case for v2_monitoring_bfd_post
2518
+
2519
+ """
2520
+ pass
2521
+
2522
+ def test_v2_monitoring_bgp_post(self) -> None:
2523
+ """Test case for v2_monitoring_bgp_post
2524
+
2525
+ """
2526
+ pass
2527
+
2528
+ def test_v2_monitoring_circuits_bandwidth_post(self) -> None:
2529
+ """Test case for v2_monitoring_circuits_bandwidth_post
2530
+
2531
+ """
2532
+ pass
2533
+
2534
+ def test_v2_monitoring_circuits_summary_post(self) -> None:
2535
+ """Test case for v2_monitoring_circuits_summary_post
2536
+
2537
+ """
2538
+ pass
2539
+
2540
+ def test_v2_monitoring_circuits_utilization_post(self) -> None:
2541
+ """Test case for v2_monitoring_circuits_utilization_post
2542
+
2543
+ """
2544
+ pass
2545
+
2546
+ def test_v2_monitoring_circuits_visualization_post(self) -> None:
2547
+ """Test case for v2_monitoring_circuits_visualization_post
2548
+
2549
+ """
2550
+ pass
2551
+
2552
+ def test_v2_monitoring_extranet_edge_status_get(self) -> None:
2553
+ """Test case for v2_monitoring_extranet_edge_status_get
2554
+
2555
+ """
2556
+ pass
2557
+
2558
+ def test_v2_monitoring_extranet_log_details_post(self) -> None:
2559
+ """Test case for v2_monitoring_extranet_log_details_post
2560
+
2561
+ """
2562
+ pass
2563
+
2564
+ def test_v2_monitoring_extranet_service_status_details_get(self) -> None:
2565
+ """Test case for v2_monitoring_extranet_service_status_details_get
2566
+
2567
+ """
2568
+ pass
2569
+
2570
+ def test_v2_monitoring_extranet_service_status_get(self) -> None:
2571
+ """Test case for v2_monitoring_extranet_service_status_get
2572
+
2573
+ """
2574
+ pass
2575
+
2576
+ def test_v2_monitoring_extranet_site_status_get(self) -> None:
2577
+ """Test case for v2_monitoring_extranet_site_status_get
2578
+
2579
+ """
2580
+ pass
2581
+
2582
+ def test_v2_monitoring_extranet_status_details_get(self) -> None:
2583
+ """Test case for v2_monitoring_extranet_status_details_get
2584
+
2585
+ """
2586
+ pass
2587
+
2588
+ def test_v2_monitoring_ike_error_history_post(self) -> None:
2589
+ """Test case for v2_monitoring_ike_error_history_post
2590
+
2591
+ """
2592
+ pass
2593
+
2594
+ def test_v2_monitoring_interface_post(self) -> None:
2595
+ """Test case for v2_monitoring_interface_post
2596
+
2597
+ """
2598
+ pass
2599
+
2600
+ def test_v2_monitoring_ipsec_post(self) -> None:
2601
+ """Test case for v2_monitoring_ipsec_post
2602
+
2603
+ """
2604
+ pass
2605
+
2606
+ def test_v2_monitoring_ospf_post(self) -> None:
2607
+ """Test case for v2_monitoring_ospf_post
2608
+
2609
+ """
2610
+ pass
2611
+
2612
+ def test_v2_monitoring_policy_post(self) -> None:
2613
+ """Test case for v2_monitoring_policy_post
2614
+
2615
+ """
2616
+ pass
2617
+
2618
+ def test_v2_monitoring_queue_instant_post(self) -> None:
2619
+ """Test case for v2_monitoring_queue_instant_post
2620
+
2621
+ """
2622
+ pass
2623
+
2624
+ def test_v2_monitoring_queue_post(self) -> None:
2625
+ """Test case for v2_monitoring_queue_post
2626
+
2627
+ """
2628
+ pass
2629
+
2630
+ def test_v2_monitoring_segment_route_counts_post(self) -> None:
2631
+ """Test case for v2_monitoring_segment_route_counts_post
2632
+
2633
+ """
2634
+ pass
2635
+
2636
+ def test_v2_monitoring_site_circuits_bandwidth_site_id_post(self) -> None:
2637
+ """Test case for v2_monitoring_site_circuits_bandwidth_site_id_post
2638
+
2639
+ """
2640
+ pass
2641
+
2642
+ def test_v2_monitoring_site_twamp_site_id_post(self) -> None:
2643
+ """Test case for v2_monitoring_site_twamp_site_id_post
2644
+
2645
+ """
2646
+ pass
2647
+
2648
+ def test_v2_monitoring_system_generic_post(self) -> None:
2649
+ """Test case for v2_monitoring_system_generic_post
2650
+
2651
+ """
2652
+ pass
2653
+
2654
+ def test_v2_monitoring_system_post(self) -> None:
2655
+ """Test case for v2_monitoring_system_post
2656
+
2657
+ """
2658
+ pass
2659
+
2660
+ def test_v2_monitoring_twamp_post(self) -> None:
2661
+ """Test case for v2_monitoring_twamp_post
2662
+
2663
+ """
2664
+ pass
2665
+
2666
+ def test_v2_notification_create_post(self) -> None:
2667
+ """Test case for v2_notification_create_post
2668
+
2669
+ """
2670
+ pass
2671
+
2672
+ def test_v2_notification_delete_post(self) -> None:
2673
+ """Test case for v2_notification_delete_post
2674
+
2675
+ """
2676
+ pass
2677
+
2678
+ def test_v2_notification_enabledisable_post(self) -> None:
2679
+ """Test case for v2_notification_enabledisable_post
2680
+
2681
+ """
2682
+ pass
2683
+
2684
+ def test_v2_notification_update_post(self) -> None:
2685
+ """Test case for v2_notification_update_post
2686
+
2687
+ """
2688
+ pass
2689
+
2690
+ def test_v2_notificationlist_post(self) -> None:
2691
+ """Test case for v2_notificationlist_post
2692
+
2693
+ """
2694
+ pass
2695
+
2696
+ def test_v2_notificationmutelist_create_post(self) -> None:
2697
+ """Test case for v2_notificationmutelist_create_post
2698
+
2699
+ """
2700
+ pass
2701
+
2702
+ def test_v2_notificationmutelist_deletebyalertid_alert_id_delete(self) -> None:
2703
+ """Test case for v2_notificationmutelist_deletebyalertid_alert_id_delete
2704
+
2705
+ """
2706
+ pass
2707
+
2708
+ def test_v2_notificationmutelist_deletebyentityid_entity_id_delete(self) -> None:
2709
+ """Test case for v2_notificationmutelist_deletebyentityid_entity_id_delete
2710
+
2711
+ """
2712
+ pass
2713
+
2714
+ def test_v2_notificationmutelist_rule_id_get(self) -> None:
2715
+ """Test case for v2_notificationmutelist_rule_id_get
2716
+
2717
+ """
2718
+ pass
2719
+
2720
+ def test_v2_parentalertlist_post(self) -> None:
2721
+ """Test case for v2_parentalertlist_post
2722
+
2723
+ """
2724
+ pass
2725
+
2726
+ def test_v2_rule_enabledisable_post(self) -> None:
2727
+ """Test case for v2_rule_enabledisable_post
2728
+
2729
+ """
2730
+ pass
2731
+
2732
+ def test_v2_rulelist_post(self) -> None:
2733
+ """Test case for v2_rulelist_post
2734
+
2735
+ """
2736
+ pass
2737
+
2738
+ def test_v2_site_site_id_detail_post(self) -> None:
2739
+ """Test case for v2_site_site_id_detail_post
2740
+
2741
+ """
2742
+ pass
2743
+
2744
+ def test_v2_site_site_id_lan_segments_post(self) -> None:
2745
+ """Test case for v2_site_site_id_lan_segments_post
2746
+
2747
+ """
2748
+ pass
2749
+
2750
+ def test_v2_site_site_id_topology_post(self) -> None:
2751
+ """Test case for v2_site_site_id_topology_post
2752
+
2753
+ """
2754
+ pass
2755
+
2756
+ def test_v2_version_post(self) -> None:
2757
+ """Test case for v2_version_post
2758
+
2759
+ """
2760
+ pass
2761
+
2762
+
2763
+ if __name__ == '__main__':
2764
+ unittest.main()