graphiant-sdk 25.11.1__py3-none-any.whl → 25.12.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 (2257) hide show
  1. graphiant_sdk/__init__.py +1471 -3142
  2. graphiant_sdk/api/default_api.py +3629 -2608
  3. graphiant_sdk/api_client.py +6 -13
  4. graphiant_sdk/configuration.py +1 -1
  5. graphiant_sdk/models/__init__.py +13 -111
  6. graphiant_sdk/models/auth_permissions.py +32 -32
  7. graphiant_sdk/models/iam_enterprise.py +5 -1
  8. graphiant_sdk/models/{v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_ports.py → iam_enterprise_permissions.py} +13 -10
  9. graphiant_sdk/models/iam_group.py +16 -1
  10. graphiant_sdk/models/ipfix_connection_map.py +1 -1
  11. graphiant_sdk/models/ipfix_entity_usage.py +2 -2
  12. graphiant_sdk/models/mana_v2_application_profile.py +4 -4
  13. graphiant_sdk/models/mana_v2_b2b_extranet_application_invite.py +5 -5
  14. graphiant_sdk/models/mana_v2_b2b_extranet_match_service_to_customer.py +4 -4
  15. graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_customer_invite.py +3 -3
  16. graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_producer_policy.py +5 -5
  17. graphiant_sdk/models/mana_v2_b2b_extranet_prefix_tag.py +3 -3
  18. graphiant_sdk/models/mana_v2_b2b_extranet_producer_policy.py +6 -6
  19. graphiant_sdk/models/mana_v2_b2b_nat.py +2 -2
  20. graphiant_sdk/models/mana_v2_b2b_site_information.py +2 -2
  21. graphiant_sdk/models/mana_v2_device.py +7 -1
  22. graphiant_sdk/models/mana_v2_edge_device_config.py +16 -1
  23. graphiant_sdk/models/mana_v2_extranet_consumer_nat_rule.py +1 -1
  24. graphiant_sdk/models/mana_v2_new_site.py +3 -1
  25. graphiant_sdk/models/{v1_extranets_b2b_customer_info_id_get200_response.py → mana_v2_ntp.py} +13 -9
  26. graphiant_sdk/models/{v1_version_post_request_configuration_metadata.py → mana_v2_ntp_config.py} +12 -10
  27. graphiant_sdk/models/{v1_global_config_patch_request_snmps_value.py → mana_v2_nullable_ntp_config.py} +7 -7
  28. graphiant_sdk/models/mana_v2_policer.py +3 -3
  29. graphiant_sdk/models/mana_v2_sla_information.py +3 -3
  30. graphiant_sdk/models/mana_v2_traffic_policy_action.py +4 -4
  31. graphiant_sdk/models/statsmon_extranet_edge_status.py +5 -5
  32. graphiant_sdk/models/statsmon_extranet_prefix_health.py +1 -1
  33. graphiant_sdk/models/statsmon_extranet_server_status.py +3 -3
  34. graphiant_sdk/models/statsmon_extranet_service_health.py +2 -2
  35. graphiant_sdk/models/statsmon_extranet_site_status.py +4 -4
  36. graphiant_sdk/models/statsmon_time_window.py +1 -1
  37. graphiant_sdk/models/{v1_groups_id_get200_response.py → v1_edges_summary_post_request.py} +11 -11
  38. graphiant_sdk/models/{v1_zones_get200_response_zones_inner.py → v1_edges_summary_post_request_filter.py} +11 -11
  39. graphiant_sdk/models/{v1_edges_hardware_assigned_get200_response.py → v1_edges_summary_post_response.py} +7 -7
  40. graphiant_sdk/models/v1_enterprises_patch_request.py +5 -1
  41. graphiant_sdk/models/v1_enterprises_put_request.py +5 -1
  42. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_request.py +6 -6
  43. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_response.py +1 -1
  44. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_request.py +5 -5
  45. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_response.py +2 -2
  46. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_request.py +8 -8
  47. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_response.py +1 -1
  48. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_request.py +4 -4
  49. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post_request.py +3 -3
  50. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request.py +6 -6
  51. graphiant_sdk/models/v1_extranet_sites_usage_post_request.py +6 -6
  52. graphiant_sdk/models/v1_extranet_sites_usage_post_response.py +1 -1
  53. graphiant_sdk/models/v1_extranet_sites_usage_top_post_request.py +4 -4
  54. graphiant_sdk/models/v1_extranet_sites_usage_top_post_response_site_usage.py +3 -3
  55. graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request.py +2 -2
  56. graphiant_sdk/models/v1_extranets_b2b_id_put_request.py +2 -2
  57. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request.py +4 -4
  58. graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_request.py +5 -5
  59. graphiant_sdk/models/{v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner.py → v1_extranets_b2b_peering_match_service_to_customer_id_delete_response.py} +9 -9
  60. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request.py +4 -4
  61. graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_request.py +2 -2
  62. graphiant_sdk/models/v1_extranets_b2b_post_request.py +4 -4
  63. graphiant_sdk/models/v1_global_attached_edges_post_request.py +3 -1
  64. graphiant_sdk/models/v1_global_config_patch_request.py +16 -1
  65. graphiant_sdk/models/v1_global_config_patch_response.py +3 -1
  66. graphiant_sdk/models/v1_global_config_site_post_request.py +3 -1
  67. graphiant_sdk/models/{v1_devices_device_id_config_put_request_edge_dns.py → v1_global_ntps_device_get_response.py} +15 -11
  68. graphiant_sdk/models/{v1_policy_route_tag_sets_post200_response.py → v1_global_ntps_post_request.py} +7 -7
  69. graphiant_sdk/models/{v1_extranets_post200_response.py → v1_global_ntps_post_response.py} +15 -11
  70. graphiant_sdk/models/{v1_devices_device_id_draft_get200_response.py → v1_global_ntps_site_get_response.py} +15 -11
  71. graphiant_sdk/models/v1_global_summary_post_request.py +3 -1
  72. graphiant_sdk/models/v1_global_sync_post_request.py +3 -1
  73. graphiant_sdk/models/v2_extranet_consumers_usage_top_post_request.py +5 -5
  74. graphiant_sdk/models/v2_extranet_consumers_usage_top_post_response.py +2 -2
  75. graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post_request.py +5 -5
  76. graphiant_sdk/models/v2_extranet_service_overtime_consumption_post_request.py +6 -6
  77. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_request.py +8 -8
  78. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_response.py +1 -1
  79. graphiant_sdk/models/v2_extranet_sites_usage_post_request.py +6 -6
  80. graphiant_sdk/models/v2_extranet_sites_usage_post_response.py +1 -1
  81. graphiant_sdk/models/v2_extranet_total_usage_post_request.py +5 -5
  82. graphiant_sdk/models/v2_monitoring_extranet_log_details_post_request.py +4 -4
  83. graphiant_sdk/models/v2_monitoring_extranet_log_details_post_response_log_details.py +4 -4
  84. graphiant_sdk/models/v2_monitoring_extranet_status_details_get_response.py +2 -2
  85. {graphiant_sdk-25.11.1.dist-info → graphiant_sdk-25.12.1.dist-info}/METADATA +65 -22
  86. {graphiant_sdk-25.11.1.dist-info → graphiant_sdk-25.12.1.dist-info}/RECORD +102 -2247
  87. test/{test_v1_groups_get200_response_groups_inner.py → test_iam_enterprise_permissions.py} +15 -22
  88. test/{test_v1_extranets_b2b_peering_customer_id_put_request.py → test_mana_v2_ntp.py} +18 -11
  89. test/test_mana_v2_ntp_config.py +56 -0
  90. test/test_mana_v2_nullable_ntp_config.py +57 -0
  91. test/test_sanity.py +102 -0
  92. test/test_v1_edges_summary_post_request.py +60 -0
  93. test/test_v1_edges_summary_post_request_filter.py +59 -0
  94. test/{test_v1_edges_summary_get200_response.py → test_v1_edges_summary_post_response.py} +27 -24
  95. test/test_v1_extranets_b2b_peering_match_service_to_customer_id_delete_response.py +52 -0
  96. test/test_v1_global_ntps_device_get_response.py +61 -0
  97. test/test_v1_global_ntps_post_request.py +53 -0
  98. test/test_v1_global_ntps_post_response.py +61 -0
  99. test/test_v1_global_ntps_site_get_response.py +61 -0
  100. graphiant_sdk/models/v1_account_mfa_confirmation_post200_response.py +0 -87
  101. graphiant_sdk/models/v1_account_mfa_get200_response.py +0 -87
  102. graphiant_sdk/models/v1_account_mfa_put200_response.py +0 -93
  103. graphiant_sdk/models/v1_activity_logs_post200_response.py +0 -117
  104. graphiant_sdk/models/v1_activity_logs_post200_response_details_inner.py +0 -151
  105. graphiant_sdk/models/v1_activity_logs_post200_response_details_inner_targets_inner.py +0 -122
  106. graphiant_sdk/models/v1_activity_logs_post200_response_details_inner_targets_inner_events_inner.py +0 -97
  107. graphiant_sdk/models/v1_activity_logs_post200_response_filter_entities_value.py +0 -95
  108. graphiant_sdk/models/v1_activity_logs_post_request_selector.py +0 -108
  109. graphiant_sdk/models/v1_activity_logs_post_request_selector_job_entity.py +0 -91
  110. graphiant_sdk/models/v1_activity_logs_post_request_selector_v2.py +0 -105
  111. graphiant_sdk/models/v1_alarm_history_get200_response.py +0 -95
  112. graphiant_sdk/models/v1_alarm_history_get200_response_history_inner.py +0 -102
  113. graphiant_sdk/models/v1_alarm_history_get200_response_history_inner_time.py +0 -89
  114. graphiant_sdk/models/v1_alarms_events_get200_response.py +0 -87
  115. graphiant_sdk/models/v1_alarms_list_get200_response.py +0 -95
  116. graphiant_sdk/models/v1_alarms_list_get200_response_alarms_inner.py +0 -130
  117. graphiant_sdk/models/v1_apps_app_summary_post200_response.py +0 -91
  118. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary.py +0 -118
  119. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_app_incidents.py +0 -95
  120. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_app_incidents_data_inner.py +0 -96
  121. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner.py +0 -97
  122. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner.py +0 -109
  123. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner_dl_incidents.py +0 -90
  124. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner.py +0 -91
  125. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner_data.py +0 -101
  126. graphiant_sdk/models/v1_apps_bandwidth_post200_response.py +0 -95
  127. graphiant_sdk/models/v1_apps_bandwidth_post200_response_stats_inner.py +0 -95
  128. graphiant_sdk/models/v1_apps_device_device_id_top_post200_response.py +0 -97
  129. graphiant_sdk/models/v1_apps_device_device_id_top_post200_response_apps_utilization_inner.py +0 -92
  130. graphiant_sdk/models/v1_apps_visualization_post200_response.py +0 -102
  131. graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner.py +0 -109
  132. graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value.py +0 -99
  133. graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value_stats.py +0 -97
  134. graphiant_sdk/models/v1_audit_logs_post200_response.py +0 -110
  135. graphiant_sdk/models/v1_audit_logs_post200_response_histogram_inner.py +0 -94
  136. graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner.py +0 -129
  137. graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner_failed_target_results_inner.py +0 -95
  138. graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner_failed_target_results_inner_target.py +0 -90
  139. graphiant_sdk/models/v1_audit_logs_post_request_selectors_inner.py +0 -89
  140. graphiant_sdk/models/v1_auth_get200_response.py +0 -93
  141. graphiant_sdk/models/v1_auth_login_post200_response.py +0 -91
  142. graphiant_sdk/models/v1_auth_login_pre_get200_response.py +0 -89
  143. graphiant_sdk/models/v1_auth_login_temp_post200_response.py +0 -91
  144. graphiant_sdk/models/v1_auth_put204_response.py +0 -89
  145. graphiant_sdk/models/v1_auth_user_get200_response.py +0 -99
  146. graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post200_response.py +0 -91
  147. graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post200_response_filters.py +0 -104
  148. graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post200_response_filters_customers_inner.py +0 -93
  149. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response.py +0 -137
  150. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane.py +0 -98
  151. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions.py +0 -95
  152. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner.py +0 -97
  153. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner_transitions_inner.py +0 -97
  154. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane.py +0 -107
  155. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner.py +0 -97
  156. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner_values_inner.py +0 -101
  157. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_issues_inner.py +0 -118
  158. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix.py +0 -105
  159. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_devices_inner.py +0 -95
  160. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner.py +0 -112
  161. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner_box_inner.py +0 -106
  162. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane.py +0 -159
  163. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane_crashes_inner.py +0 -91
  164. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane_last_crash.py +0 -95
  165. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response.py +0 -105
  166. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response_device_etwan_summary_inner.py +0 -99
  167. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response_region_sla_status_inner.py +0 -93
  168. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response.py +0 -115
  169. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response_region_status_inner.py +0 -98
  170. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response_sla_matrix_inner.py +0 -120
  171. graphiant_sdk/models/v1_backbone_health_filter_get200_response.py +0 -135
  172. graphiant_sdk/models/v1_backbone_health_filter_get200_response_lan_segments_inner.py +0 -87
  173. graphiant_sdk/models/v1_backbone_health_filter_get200_response_regions_inner.py +0 -91
  174. graphiant_sdk/models/v1_backbone_health_filter_get200_response_sites_inner.py +0 -89
  175. graphiant_sdk/models/v1_backbone_health_overview_post200_response.py +0 -95
  176. graphiant_sdk/models/v1_backbone_health_overview_post200_response_devices_inner.py +0 -107
  177. graphiant_sdk/models/v1_backbone_health_overview_post_request_filter.py +0 -95
  178. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response.py +0 -101
  179. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response_control_plane.py +0 -95
  180. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response_control_plane_device_counts_inner.py +0 -89
  181. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response.py +0 -91
  182. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details.py +0 -95
  183. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details_bwusage_csv_record_inner.py +0 -100
  184. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response.py +0 -91
  185. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details.py +0 -114
  186. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_region_inner.py +0 -94
  187. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_site_inner.py +0 -98
  188. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response.py +0 -91
  189. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary.py +0 -122
  190. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_role_summary_inner.py +0 -92
  191. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_top_regions_inner.py +0 -100
  192. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response.py +0 -91
  193. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart.py +0 -97
  194. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart_bwusage_chart_inner.py +0 -98
  195. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response.py +0 -91
  196. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary.py +0 -106
  197. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary_bwusage_top_providers_inner.py +0 -94
  198. graphiant_sdk/models/v1_bwtracker_region_edge_details_post200_response.py +0 -91
  199. graphiant_sdk/models/v1_bwtracker_region_edge_details_post200_response_bwusage_details.py +0 -95
  200. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response.py +0 -91
  201. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response_bwusage_summary.py +0 -104
  202. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response_bwusage_summary_bwusage_top_sites_inner.py +0 -92
  203. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response.py +0 -91
  204. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details.py +0 -105
  205. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py +0 -96
  206. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py +0 -92
  207. graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post200_response.py +0 -91
  208. graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post200_response_bwusage_summary.py +0 -102
  209. graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py +0 -95
  210. graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response_assurances_inner.py +0 -93
  211. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response.py +0 -95
  212. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner.py +0 -132
  213. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_apps_inner.py +0 -87
  214. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_lans_inner.py +0 -87
  215. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_sites_inner.py +0 -87
  216. graphiant_sdk/models/v1_data_assurance_assurances_global_id_put200_response.py +0 -87
  217. graphiant_sdk/models/v1_data_assurance_assurances_global_post200_response.py +0 -89
  218. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config.py +0 -105
  219. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config_apps_inner.py +0 -107
  220. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config_apps_inner_servers_inner.py +0 -91
  221. graphiant_sdk/models/v1_data_assurance_flex_algos_get200_response.py +0 -95
  222. graphiant_sdk/models/v1_data_assurance_flex_algos_get200_response_entries_inner.py +0 -91
  223. graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get200_response.py +0 -99
  224. graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get200_response_stats.py +0 -88
  225. graphiant_sdk/models/v1_device_routing_bgp_nbrid_get200_response.py +0 -95
  226. graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get200_response.py +0 -95
  227. graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get200_response_counters_inner.py +0 -98
  228. graphiant_sdk/models/v1_device_routing_bgp_nbrs_details_get200_response.py +0 -91
  229. graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response.py +0 -95
  230. graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response_prefixes_inner.py +0 -92
  231. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get200_response.py +0 -103
  232. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get200_response_interfaces_inner.py +0 -105
  233. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get200_response.py +0 -95
  234. graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get200_response.py +0 -95
  235. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response.py +0 -103
  236. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner.py +0 -124
  237. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa.py +0 -102
  238. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa_tos_metric.py +0 -90
  239. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_network_lsa.py +0 -90
  240. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa.py +0 -95
  241. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa_links_inner.py +0 -100
  242. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_summary_lsa.py +0 -94
  243. graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get200_response.py +0 -103
  244. graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get200_response_nbrs_inner.py +0 -102
  245. graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get200_response.py +0 -95
  246. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response.py +0 -103
  247. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response_routes_inner.py +0 -97
  248. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response_routes_inner_path_inner.py +0 -102
  249. graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get200_response.py +0 -100
  250. graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get200_response_statistics_value.py +0 -90
  251. graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get200_response.py +0 -111
  252. graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get200_response_ebgp_route_count.py +0 -89
  253. graphiant_sdk/models/v1_device_routing_vrf_bgp_graphiant_eiroute_count_get200_response.py +0 -91
  254. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post200_response.py +0 -95
  255. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post200_response_counts_inner.py +0 -89
  256. graphiant_sdk/models/v1_device_snapshot_device_id_get200_response.py +0 -95
  257. graphiant_sdk/models/v1_device_snapshot_get200_response.py +0 -101
  258. graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot.py +0 -111
  259. graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot_author.py +0 -101
  260. graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot_data.py +0 -114
  261. graphiant_sdk/models/v1_device_status_history_post200_response.py +0 -95
  262. graphiant_sdk/models/v1_device_status_history_post200_response_mappings_inner.py +0 -102
  263. graphiant_sdk/models/v1_device_status_post200_response.py +0 -95
  264. graphiant_sdk/models/v1_device_status_post200_response_mappings_inner.py +0 -102
  265. graphiant_sdk/models/v1_devices_bringup_post200_response.py +0 -95
  266. graphiant_sdk/models/v1_devices_bringup_post200_response_summaries_inner.py +0 -104
  267. graphiant_sdk/models/v1_devices_bringup_token_post200_response.py +0 -93
  268. graphiant_sdk/models/v1_devices_device_id_arp_get200_response.py +0 -95
  269. graphiant_sdk/models/v1_devices_device_id_arp_get200_response_arp_entry_inner.py +0 -93
  270. graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get200_response.py +0 -95
  271. graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get200_response_circuits_inner.py +0 -93
  272. graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get200_response.py +0 -100
  273. graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get200_response_vrf_associations_value.py +0 -91
  274. graphiant_sdk/models/v1_devices_device_id_config_put202_response.py +0 -89
  275. graphiant_sdk/models/v1_devices_device_id_config_put_request_core.py +0 -211
  276. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_bgp_instance.py +0 -94
  277. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf.py +0 -226
  278. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value.py +0 -91
  279. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value_config.py +0 -91
  280. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value.py +0 -91
  281. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +0 -168
  282. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_allow_as_in.py +0 -88
  283. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd.py +0 -91
  284. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd_bfd.py +0 -92
  285. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_ebgp_multihop_ttl.py +0 -88
  286. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_hold_timer_value.py +0 -88
  287. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_max_prefix_value.py +0 -88
  288. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +0 -91
  289. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value.py +0 -91
  290. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet.py +0 -141
  291. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_ip_ranges_v2.py +0 -95
  292. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value.py +0 -91
  293. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value_lease.py +0 -91
  294. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ebgp_multipath.py +0 -91
  295. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_nat_ruleset.py +0 -87
  296. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2.py +0 -91
  297. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process.py +0 -131
  298. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_admin_distance.py +0 -88
  299. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value.py +0 -91
  300. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area.py +0 -106
  301. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value.py +0 -91
  302. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface.py +0 -124
  303. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_bfd.py +0 -87
  304. 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 +0 -88
  305. 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 +0 -88
  306. 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 +0 -88
  307. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value.py +0 -91
  308. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value_protocol.py +0 -92
  309. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_overlay_filters.py +0 -96
  310. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value.py +0 -91
  311. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route.py +0 -115
  312. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route_next_hop.py +0 -95
  313. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value.py +0 -91
  314. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface.py +0 -222
  315. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor.py +0 -100
  316. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost.py +0 -94
  317. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost_dynamic.py +0 -89
  318. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_flex_algos.py +0 -87
  319. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw.py +0 -91
  320. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw.py +0 -103
  321. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp.py +0 -93
  322. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp_dhcp_relay.py +0 -87
  323. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp.py +0 -91
  324. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp_group.py +0 -112
  325. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type.py +0 -109
  326. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan.py +0 -95
  327. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw.py +0 -91
  328. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw.py +0 -103
  329. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp.py +0 -91
  330. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp_group.py +0 -104
  331. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ipsec.py +0 -124
  332. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface.py +0 -91
  333. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface_interface.py +0 -124
  334. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value.py +0 -91
  335. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface.py +0 -120
  336. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface.py +0 -115
  337. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type.py +0 -109
  338. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan.py +0 -95
  339. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw.py +0 -91
  340. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw_gw.py +0 -91
  341. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan.py +0 -95
  342. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw.py +0 -91
  343. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw.py +0 -103
  344. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_dhcp.py +0 -89
  345. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_vrrp.py +0 -87
  346. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_wan.py +0 -95
  347. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus.py +0 -121
  348. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value.py +0 -91
  349. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group.py +0 -107
  350. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value.py +0 -91
  351. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value_rule_group.py +0 -98
  352. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sink.py +0 -91
  353. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sink_sink.py +0 -94
  354. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value.py +0 -91
  355. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value_sysdb_monitor.py +0 -92
  356. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge.py +0 -293
  357. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_circuits_value.py +0 -186
  358. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_circuits_value_pat_addresses.py +0 -87
  359. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns.py +0 -99
  360. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns_dynamic.py +0 -89
  361. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns_static.py +0 -106
  362. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value.py +0 -91
  363. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface.py +0 -158
  364. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value.py +0 -91
  365. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface.py +0 -139
  366. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v4_tcp_mss.py +0 -88
  367. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v6_tcp_mss.py +0 -88
  368. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value.py +0 -91
  369. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface.py +0 -145
  370. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_lag_members_value.py +0 -87
  371. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value.py +0 -91
  372. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value_interface.py +0 -107
  373. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy.py +0 -100
  374. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value.py +0 -91
  375. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset.py +0 -104
  376. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value.py +0 -91
  377. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value_rule.py +0 -103
  378. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value.py +0 -91
  379. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +0 -124
  380. graphiant_sdk/models/v1_devices_device_id_connectivity_get200_response.py +0 -105
  381. graphiant_sdk/models/v1_devices_device_id_dhcp_server_leases_get200_response.py +0 -95
  382. graphiant_sdk/models/v1_devices_device_id_draft_get200_response_draft.py +0 -97
  383. graphiant_sdk/models/v1_devices_device_id_draft_get200_response_draft_version_info.py +0 -91
  384. graphiant_sdk/models/v1_devices_device_id_draft_post201_response.py +0 -87
  385. graphiant_sdk/models/v1_devices_device_id_edges_get200_response.py +0 -101
  386. graphiant_sdk/models/v1_devices_device_id_get200_response.py +0 -91
  387. graphiant_sdk/models/v1_devices_device_id_interfaces_get200_response.py +0 -101
  388. graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get200_response.py +0 -93
  389. graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get200_response_job_status.py +0 -104
  390. graphiant_sdk/models/v1_devices_device_id_ndcache_get200_response.py +0 -95
  391. graphiant_sdk/models/v1_devices_device_id_ndcache_get200_response_nd_entry_inner.py +0 -93
  392. graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get200_response.py +0 -87
  393. graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get200_response.py +0 -95
  394. graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get200_response_zone_pairs_inner.py +0 -99
  395. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response.py +0 -95
  396. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner.py +0 -101
  397. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner.py +0 -110
  398. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_bgp_connection.py +0 -101
  399. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_ipsec_connection.py +0 -131
  400. graphiant_sdk/models/v1_devices_device_id_twamp_core_get200_response.py +0 -87
  401. graphiant_sdk/models/v1_devices_device_id_versions_compare_get200_response.py +0 -87
  402. graphiant_sdk/models/v1_devices_device_id_versions_get200_response.py +0 -95
  403. graphiant_sdk/models/v1_devices_device_id_versions_version_get200_response.py +0 -91
  404. graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get200_response.py +0 -88
  405. graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get200_response.py +0 -97
  406. graphiant_sdk/models/v1_devices_device_id_vrrp_get200_response.py +0 -95
  407. graphiant_sdk/models/v1_devices_device_id_vrrp_get200_response_vrrp_entry_inner.py +0 -108
  408. graphiant_sdk/models/v1_devices_inventory_get200_response.py +0 -101
  409. graphiant_sdk/models/v1_devices_inventory_get200_response_inventory_inner.py +0 -124
  410. graphiant_sdk/models/v1_devices_inventory_post200_response.py +0 -95
  411. graphiant_sdk/models/v1_devices_inventory_post200_response_data_inner.py +0 -89
  412. graphiant_sdk/models/v1_devices_inventory_serial_num_post200_response.py +0 -95
  413. graphiant_sdk/models/v1_devices_oauth_redirect_get200_response.py +0 -91
  414. graphiant_sdk/models/v1_devices_oauth_redirect_get200_response_onboarding_redirection.py +0 -95
  415. graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get200_response.py +0 -95
  416. graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get200_response_counts_inner.py +0 -93
  417. graphiant_sdk/models/v1_devices_running_version_post200_response.py +0 -95
  418. graphiant_sdk/models/v1_devices_running_version_post200_response_versions_inner.py +0 -93
  419. graphiant_sdk/models/v1_devices_session_status_post200_response.py +0 -123
  420. graphiant_sdk/models/v1_devices_session_status_post200_response_bgp_session_data_map_value.py +0 -93
  421. graphiant_sdk/models/v1_devices_summary_get200_response.py +0 -95
  422. graphiant_sdk/models/v1_devices_summary_get200_response_sites_inner.py +0 -99
  423. graphiant_sdk/models/v1_devices_summary_get200_response_sites_inner_devices_inner.py +0 -108
  424. graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post201_response.py +0 -87
  425. graphiant_sdk/models/v1_diagnostic_archives_device_id_get200_response.py +0 -95
  426. graphiant_sdk/models/v1_diagnostic_archives_device_id_get200_response_archives_inner.py +0 -107
  427. graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request_entry_inner.py +0 -95
  428. graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request_entry_inner_address.py +0 -87
  429. graphiant_sdk/models/v1_diagnostic_gnmi_ping_get200_response.py +0 -95
  430. graphiant_sdk/models/v1_diagnostic_gnmi_ping_get200_response_results_inner.py +0 -97
  431. graphiant_sdk/models/v1_diagnostic_otp_device_id_get200_response.py +0 -87
  432. graphiant_sdk/models/v1_diagnostic_packetcapture_pcap_id_get200_response.py +0 -96
  433. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post201_response.py +0 -87
  434. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_filter.py +0 -101
  435. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_filter_destination.py +0 -90
  436. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_target.py +0 -89
  437. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response.py +0 -93
  438. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result.py +0 -103
  439. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_ping_result.py +0 -101
  440. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_route_info.py +0 -91
  441. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result.py +0 -112
  442. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner.py +0 -98
  443. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner_stats.py +0 -98
  444. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request_params.py +0 -104
  445. graphiant_sdk/models/v1_diagnostic_speedtest_post200_response.py +0 -93
  446. graphiant_sdk/models/v1_diagnostic_speedtest_post200_response_result.py +0 -111
  447. graphiant_sdk/models/v1_diagnostic_speedtest_post_request_params.py +0 -97
  448. graphiant_sdk/models/v1_diagnostic_speedtest_providers_get200_response.py +0 -87
  449. graphiant_sdk/models/v1_diagnostic_speedtest_report_put200_response.py +0 -89
  450. graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response.py +0 -95
  451. graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response_server_inner.py +0 -97
  452. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner.py +0 -160
  453. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py +0 -124
  454. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_last_running_version.py +0 -91
  455. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py +0 -108
  456. graphiant_sdk/models/v1_edges_hardware_unassigned_get200_response.py +0 -98
  457. graphiant_sdk/models/v1_edges_summary_get200_response.py +0 -98
  458. graphiant_sdk/models/v1_enterprise_allocation_get200_response.py +0 -116
  459. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary.py +0 -112
  460. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary.py +0 -97
  461. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary_expiration_date.py +0 -89
  462. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_global_summary.py +0 -95
  463. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value.py +0 -108
  464. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_allocation.py +0 -95
  465. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_internet_consumption.py +0 -89
  466. graphiant_sdk/models/v1_enterprise_allocation_get200_response_conversion_holders_value.py +0 -95
  467. graphiant_sdk/models/v1_enterprise_allocation_get200_response_conversion_holders_value_bins_inner.py +0 -97
  468. graphiant_sdk/models/v1_enterprise_allocation_get200_response_regional_allocations_inner.py +0 -99
  469. graphiant_sdk/models/v1_enterprise_configuration_get200_response.py +0 -91
  470. graphiant_sdk/models/v1_enterprise_configuration_get200_response_configuration.py +0 -89
  471. graphiant_sdk/models/v1_enterprise_snapshot_get200_response.py +0 -110
  472. graphiant_sdk/models/v1_enterprise_snapshot_get200_response_device_snapshot_map_value.py +0 -97
  473. graphiant_sdk/models/v1_enterprise_snapshot_get200_response_device_snapshot_records_inner.py +0 -112
  474. graphiant_sdk/models/v1_enterprises_enterprise_id_admin_get200_response.py +0 -87
  475. graphiant_sdk/models/v1_enterprises_get200_response.py +0 -95
  476. graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner.py +0 -142
  477. graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner_counts.py +0 -111
  478. graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner_customers_value.py +0 -99
  479. graphiant_sdk/models/v1_enterprises_managed_get200_response.py +0 -101
  480. graphiant_sdk/models/v1_event_device_get200_response.py +0 -95
  481. graphiant_sdk/models/v1_event_device_get200_response_events_inner.py +0 -108
  482. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response.py +0 -106
  483. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response_dl_stats_inner.py +0 -95
  484. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response.py +0 -99
  485. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response_top_consumers_inner.py +0 -91
  486. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response.py +0 -115
  487. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response_first_level_inner.py +0 -92
  488. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post200_response.py +0 -87
  489. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post200_response.py +0 -95
  490. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner.py +0 -100
  491. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner_customer_prefix_health.py +0 -89
  492. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post200_response.py +0 -104
  493. graphiant_sdk/models/v1_extranet_sites_usage_top_post200_response.py +0 -95
  494. graphiant_sdk/models/v1_extranet_sites_usage_top_post200_response_top_sites_inner.py +0 -91
  495. graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get200_response.py +0 -97
  496. graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get200_response_summary_inner.py +0 -99
  497. graphiant_sdk/models/v1_extranets_b2b_consumer_id_get200_response.py +0 -109
  498. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response.py +0 -117
  499. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_device_inner.py +0 -97
  500. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner.py +0 -128
  501. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner.py +0 -100
  502. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner_match.py +0 -98
  503. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner.py +0 -102
  504. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner_action.py +0 -93
  505. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_policy_inner.py +0 -99
  506. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_policy_inner_rules_inner.py +0 -89
  507. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_site_information_inner.py +0 -104
  508. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists.py +0 -89
  509. graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get200_response.py +0 -95
  510. graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get200_response_summary_inner.py +0 -112
  511. graphiant_sdk/models/v1_extranets_b2b_general_customers_summary_get200_response.py +0 -95
  512. graphiant_sdk/models/v1_extranets_b2b_general_customers_summary_get200_response_customers_inner.py +0 -104
  513. graphiant_sdk/models/v1_extranets_b2b_id_customer_post200_response.py +0 -95
  514. graphiant_sdk/models/v1_extranets_b2b_id_customer_post200_response_responses_inner.py +0 -100
  515. graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request_invites_inner.py +0 -98
  516. graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get200_response.py +0 -95
  517. graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get200_response_customers_inner.py +0 -101
  518. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response.py +0 -166
  519. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_ipsec_tunnel_config_inner.py +0 -150
  520. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details.py +0 -109
  521. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_customer.py +0 -94
  522. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service.py +0 -95
  523. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service_prefixes_inner.py +0 -91
  524. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response.py +0 -95
  525. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner.py +0 -109
  526. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_customer.py +0 -94
  527. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_service.py +0 -93
  528. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post200_response.py +0 -109
  529. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request.py +0 -123
  530. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_policy_inner.py +0 -89
  531. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn.py +0 -95
  532. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +0 -117
  533. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +0 -97
  534. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +0 -115
  535. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +0 -91
  536. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +0 -98
  537. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +0 -87
  538. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +0 -87
  539. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +0 -93
  540. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get200_response.py +0 -95
  541. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post200_response.py +0 -109
  542. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_global_object_ops_value.py +0 -87
  543. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_policy_inner.py +0 -89
  544. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn.py +0 -95
  545. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +0 -117
  546. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +0 -97
  547. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +0 -115
  548. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +0 -91
  549. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +0 -98
  550. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +0 -87
  551. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +0 -87
  552. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +0 -93
  553. graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_get200_response.py +0 -96
  554. graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_put_request.py +0 -87
  555. graphiant_sdk/models/v1_extranets_b2b_peering_customer_post200_response.py +0 -93
  556. graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_request_invite.py +0 -90
  557. graphiant_sdk/models/v1_extranets_b2b_peering_match_customers_post200_response.py +0 -95
  558. graphiant_sdk/models/v1_extranets_b2b_peering_match_customers_post_request.py +0 -97
  559. graphiant_sdk/models/v1_extranets_b2b_peering_match_customers_post_request_info_inner.py +0 -104
  560. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post200_response.py +0 -97
  561. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service.py +0 -112
  562. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service_service_prefixes_inner.py +0 -89
  563. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put200_response.py +0 -91
  564. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request.py +0 -93
  565. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request_service.py +0 -112
  566. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request_service_nat_inner.py +0 -89
  567. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request_service_service_prefixes_inner.py +0 -89
  568. graphiant_sdk/models/v1_extranets_b2b_peering_match_services_summary_get200_response.py +0 -95
  569. graphiant_sdk/models/v1_extranets_b2b_peering_match_services_summary_get200_response_services_inner.py +0 -104
  570. graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_get200_response.py +0 -95
  571. graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response.py +0 -95
  572. graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response_info_inner.py +0 -104
  573. graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_put_request.py +0 -91
  574. graphiant_sdk/models/v1_extranets_b2b_peering_producer_post200_response.py +0 -93
  575. graphiant_sdk/models/v1_extranets_b2b_peering_producer_post200_response_policy.py +0 -93
  576. graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_request_policy.py +0 -126
  577. graphiant_sdk/models/v1_extranets_b2b_post200_response.py +0 -93
  578. graphiant_sdk/models/v1_extranets_b2b_post200_response_policy.py +0 -115
  579. graphiant_sdk/models/v1_extranets_b2b_post_request_policy.py +0 -165
  580. graphiant_sdk/models/v1_extranets_b2b_post_request_policy_global_object_device_summaries_value.py +0 -95
  581. graphiant_sdk/models/v1_extranets_b2b_post_request_policy_global_object_device_summaries_value_routing_policies_inner.py +0 -114
  582. graphiant_sdk/models/v1_extranets_b2b_post_request_policy_profiles_inner.py +0 -89
  583. graphiant_sdk/models/v1_extranets_b2b_post_request_policy_sla.py +0 -91
  584. graphiant_sdk/models/v1_extranets_b2b_producer_device_status_id_get200_response.py +0 -95
  585. graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response.py +0 -95
  586. graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response_info_inner.py +0 -117
  587. graphiant_sdk/models/v1_extranets_get200_response.py +0 -101
  588. graphiant_sdk/models/v1_extranets_get200_response_policies_inner.py +0 -152
  589. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_auto.py +0 -89
  590. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches.py +0 -111
  591. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner.py +0 -290
  592. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_bgp.py +0 -92
  593. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner.py +0 -191
  594. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_aggregations_inner.py +0 -93
  595. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_multipath.py +0 -89
  596. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner.py +0 -152
  597. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_address_families_inner.py +0 -93
  598. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd.py +0 -92
  599. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor.py +0 -119
  600. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_redistributions.py +0 -95
  601. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner.py +0 -95
  602. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile.py +0 -99
  603. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile_queues_inner.py +0 -92
  604. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner.py +0 -109
  605. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop.py +0 -100
  606. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns.py +0 -127
  607. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner.py +0 -99
  608. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2.py +0 -102
  609. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2_servers_value.py +0 -95
  610. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_static_servers_v2.py +0 -106
  611. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner.py +0 -195
  612. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ip_sec.py +0 -142
  613. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4.py +0 -105
  614. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_dhcp_relay.py +0 -91
  615. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group.py +0 -129
  616. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_group_members_inner.py +0 -103
  617. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_tracked_interfaces_inner.py +0 -90
  618. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface.py +0 -98
  619. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface_lacp_config.py +0 -89
  620. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_sfp_optical_strength_inner.py +0 -96
  621. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_subinterfaces_inner.py +0 -153
  622. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipfix_exporters_inner.py +0 -116
  623. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +0 -130
  624. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_bgp.py +0 -106
  625. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_static.py +0 -87
  626. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_location.py +0 -107
  627. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy.py +0 -95
  628. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner.py +0 -101
  629. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner_rules_inner.py +0 -108
  630. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner.py +0 -122
  631. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_entries_inner.py +0 -96
  632. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_policies_inner.py +0 -91
  633. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +0 -91
  634. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner.py +0 -111
  635. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner.py +0 -110
  636. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_actions_inner.py +0 -114
  637. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_matches_inner.py +0 -108
  638. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner.py +0 -195
  639. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner.py +0 -148
  640. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_leases_inner.py +0 -99
  641. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_nameservers.py +0 -89
  642. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_ranges_inner.py +0 -89
  643. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_static_leases_inner.py +0 -95
  644. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process.py +0 -116
  645. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner.py +0 -119
  646. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner_interfaces_inner.py +0 -132
  647. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_redistributed_protocols_inner.py +0 -92
  648. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv3_process.py +0 -116
  649. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_overlay_filters.py +0 -89
  650. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_syslog_targets_inner.py +0 -112
  651. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site.py +0 -137
  652. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_devices_inner.py +0 -89
  653. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag.py +0 -101
  654. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one.py +0 -91
  655. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp.py +0 -197
  656. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_communities_inner.py +0 -89
  657. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_engine_endpoints_inner.py +0 -99
  658. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner.py +0 -99
  659. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner_include_exclude_list_inner.py +0 -91
  660. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_targets_inner.py +0 -107
  661. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_local_users_inner.py +0 -97
  662. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_remote_users_inner.py +0 -97
  663. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner.py +0 -119
  664. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_accesses_inner.py +0 -99
  665. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_group_members_inner.py +0 -95
  666. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner.py +0 -99
  667. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner_include_exclude_inner.py +0 -91
  668. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy.py +0 -155
  669. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_dpi_applications_inner.py +0 -110
  670. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_network_lists_inner.py +0 -91
  671. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_port_lists_inner.py +0 -92
  672. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner.py +0 -110
  673. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner.py +0 -114
  674. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner_match.py +0 -123
  675. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner.py +0 -110
  676. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner.py +0 -108
  677. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner_action.py +0 -105
  678. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner.py +0 -99
  679. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_ip.py +0 -92
  680. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_udp.py +0 -90
  681. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_pairs_inner.py +0 -93
  682. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_prefix_set.py +0 -103
  683. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_manual.py +0 -87
  684. graphiant_sdk/models/v1_extranets_id_apply_post202_response.py +0 -97
  685. graphiant_sdk/models/v1_extranets_id_apply_post202_response_devices_inner.py +0 -93
  686. graphiant_sdk/models/v1_extranets_id_delete200_response.py +0 -95
  687. graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get200_response.py +0 -95
  688. graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get200_response_vrfs_inner.py +0 -89
  689. graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get200_response.py +0 -100
  690. graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get200_response_allocations_inner.py +0 -95
  691. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response.py +0 -105
  692. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response_security_rules_inner.py +0 -99
  693. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response_traffic_rules_inner.py +0 -99
  694. graphiant_sdk/models/v1_extranets_post_request_policy.py +0 -126
  695. graphiant_sdk/models/v1_extranets_post_request_policy_branches.py +0 -95
  696. graphiant_sdk/models/v1_extranets_post_request_policy_branches_prefix_set.py +0 -108
  697. graphiant_sdk/models/v1_extranets_resolve_policy_target_post200_response.py +0 -95
  698. graphiant_sdk/models/v1_extranets_source_segments_post200_response.py +0 -95
  699. graphiant_sdk/models/v1_flows_flow_table_post200_response.py +0 -101
  700. graphiant_sdk/models/v1_flows_flow_table_post200_response_flow_table_inner.py +0 -120
  701. graphiant_sdk/models/v1_flows_flow_table_post_request_selector.py +0 -89
  702. graphiant_sdk/models/v1_flows_topology_post200_response.py +0 -95
  703. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner.py +0 -122
  704. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta.py +0 -123
  705. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner.py +0 -98
  706. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections.py +0 -113
  707. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections_control_connection_inner.py +0 -102
  708. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_nodes_added_inner.py +0 -102
  709. graphiant_sdk/models/v1_flows_topology_post_request_app_selector.py +0 -92
  710. graphiant_sdk/models/v1_gateways_guest_consumer_get200_response.py +0 -91
  711. graphiant_sdk/models/v1_gateways_guest_consumer_match_id_get200_response.py +0 -103
  712. graphiant_sdk/models/v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get200_response.py +0 -89
  713. graphiant_sdk/models/v1_gateways_post200_response.py +0 -89
  714. graphiant_sdk/models/v1_gateways_put_request_details.py +0 -123
  715. graphiant_sdk/models/v1_gateways_put_request_details_aws.py +0 -99
  716. graphiant_sdk/models/v1_gateways_put_request_details_aws_advance_settings.py +0 -97
  717. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection.py +0 -102
  718. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_credentials.py +0 -89
  719. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway.py +0 -102
  720. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner.py +0 -100
  721. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner.py +0 -97
  722. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner_subnets_inner.py +0 -89
  723. graphiant_sdk/models/v1_gateways_put_request_details_azure.py +0 -92
  724. graphiant_sdk/models/v1_gateways_put_request_details_gcp.py +0 -91
  725. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway.py +0 -117
  726. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing.py +0 -97
  727. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp.py +0 -115
  728. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value.py +0 -91
  729. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value_family.py +0 -98
  730. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_md5_password.py +0 -87
  731. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_tunnel1.py +0 -93
  732. graphiant_sdk/models/v1_gateways_put_request_details_oci.py +0 -91
  733. graphiant_sdk/models/v1_gateways_regions_get200_response.py +0 -95
  734. graphiant_sdk/models/v1_gateways_status_post_request_device_info_inner.py +0 -89
  735. graphiant_sdk/models/v1_gateways_summary_get200_response.py +0 -95
  736. graphiant_sdk/models/v1_gateways_summary_get200_response_summaries_inner.py +0 -120
  737. graphiant_sdk/models/v1_gateways_summary_get200_response_summaries_inner_gateway_device_summary_inner.py +0 -93
  738. graphiant_sdk/models/v1_global_apps_app_list_options_get200_response.py +0 -95
  739. graphiant_sdk/models/v1_global_apps_app_lists_get200_response.py +0 -95
  740. graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner.py +0 -95
  741. graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner_app_list.py +0 -95
  742. graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner_app_list_identifier.py +0 -89
  743. graphiant_sdk/models/v1_global_apps_app_lists_post200_response.py +0 -91
  744. graphiant_sdk/models/v1_global_apps_app_lists_post_request_app_list_config.py +0 -99
  745. graphiant_sdk/models/v1_global_apps_categories_get200_response.py +0 -95
  746. graphiant_sdk/models/v1_global_apps_categories_get200_response_entries_inner.py +0 -93
  747. graphiant_sdk/models/v1_global_apps_custom_app_id_details_app_lists_get200_response.py +0 -95
  748. graphiant_sdk/models/v1_global_apps_custom_get200_response.py +0 -95
  749. graphiant_sdk/models/v1_global_apps_custom_get200_response_entries_inner.py +0 -101
  750. graphiant_sdk/models/v1_global_apps_custom_get200_response_entries_inner_app_config.py +0 -107
  751. graphiant_sdk/models/v1_global_apps_graphiant_get200_response.py +0 -95
  752. graphiant_sdk/models/v1_global_apps_graphiant_get200_response_entries_inner.py +0 -95
  753. graphiant_sdk/models/v1_global_attached_edges_post200_response.py +0 -95
  754. graphiant_sdk/models/v1_global_attached_edges_post200_response_statuses_inner.py +0 -103
  755. graphiant_sdk/models/v1_global_config_patch200_response.py +0 -103
  756. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value.py +0 -91
  757. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set.py +0 -110
  758. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value.py +0 -91
  759. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value_entry.py +0 -94
  760. graphiant_sdk/models/v1_global_config_patch_request_ipfix_exporters_value.py +0 -91
  761. graphiant_sdk/models/v1_global_config_patch_request_ipfix_exporters_value_exporter.py +0 -106
  762. graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value.py +0 -91
  763. graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value_target.py +0 -91
  764. graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value_target_prefix_set.py +0 -99
  765. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value.py +0 -91
  766. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy.py +0 -112
  767. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value.py +0 -91
  768. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement.py +0 -118
  769. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value.py +0 -91
  770. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action.py +0 -138
  771. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_administrative_distance.py +0 -88
  772. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_aspath_prepend.py +0 -88
  773. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_bgp_set_next_hop.py +0 -87
  774. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy.py +0 -87
  775. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities.py +0 -91
  776. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities_community.py +0 -89
  777. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_local_pref.py +0 -88
  778. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_metric.py +0 -90
  779. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_weight.py +0 -88
  780. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value.py +0 -91
  781. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match.py +0 -130
  782. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community.py +0 -91
  783. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community_community.py +0 -87
  784. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_prefix_set.py +0 -87
  785. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_protocol_route_type.py +0 -87
  786. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag.py +0 -91
  787. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry.py +0 -91
  788. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_interface.py +0 -87
  789. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_protocol.py +0 -87
  790. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_stale.py +0 -87
  791. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config.py +0 -243
  792. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value.py +0 -91
  793. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint.py +0 -110
  794. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint_addresses_value.py +0 -87
  795. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value.py +0 -91
  796. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +0 -102
  797. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile_include_exclude_list_value.py +0 -87
  798. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_targets_value.py +0 -91
  799. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_targets_value_target.py +0 -105
  800. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_local_users_value.py +0 -91
  801. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_local_users_value_local_user.py +0 -95
  802. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_remote_users_value.py +0 -91
  803. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_remote_users_value_remote_user.py +0 -95
  804. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value.py +0 -91
  805. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group.py +0 -117
  806. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value.py +0 -91
  807. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value_access.py +0 -99
  808. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value.py +0 -91
  809. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value_member.py +0 -93
  810. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_views_value.py +0 -91
  811. graphiant_sdk/models/v1_global_config_patch_request_syslog_servers_value.py +0 -91
  812. graphiant_sdk/models/v1_global_config_patch_request_syslog_servers_value_target.py +0 -106
  813. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies.py +0 -190
  814. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value.py +0 -91
  815. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application.py +0 -132
  816. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_networks.py +0 -89
  817. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_network_lists_value.py +0 -91
  818. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_port_lists_value.py +0 -91
  819. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value.py +0 -91
  820. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset.py +0 -108
  821. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value.py +0 -91
  822. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule.py +0 -123
  823. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_downlink_burst_rate.py +0 -88
  824. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match.py +0 -147
  825. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application.py +0 -91
  826. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application_match.py +0 -89
  827. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter.py +0 -91
  828. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter_match.py +0 -87
  829. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_network.py +0 -87
  830. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_port_range.py +0 -90
  831. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list.py +0 -91
  832. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list_match.py +0 -87
  833. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp.py +0 -91
  834. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp_match.py +0 -88
  835. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_protocol.py +0 -87
  836. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_source_network.py +0 -87
  837. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value.py +0 -91
  838. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset.py +0 -108
  839. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value.py +0 -91
  840. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule.py +0 -104
  841. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action.py +0 -123
  842. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_backup_circuit_label.py +0 -89
  843. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_remark.py +0 -91
  844. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_set_sla_class.py +0 -87
  845. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value.py +0 -91
  846. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall.py +0 -97
  847. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip.py +0 -95
  848. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip_session_limit.py +0 -88
  849. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_udp.py +0 -91
  850. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value.py +0 -91
  851. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone.py +0 -102
  852. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value.py +0 -91
  853. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value_pair.py +0 -91
  854. graphiant_sdk/models/v1_global_config_patch_request_vpn_profiles_value.py +0 -91
  855. graphiant_sdk/models/v1_global_config_patch_request_vpn_profiles_value_vpn_profile.py +0 -112
  856. graphiant_sdk/models/v1_global_config_site_post_request_ipfix_exporter_ops_v2_value.py +0 -93
  857. graphiant_sdk/models/v1_global_ipfix_device_get200_response.py +0 -95
  858. graphiant_sdk/models/v1_global_ipsec_profile_get200_response.py +0 -95
  859. graphiant_sdk/models/v1_global_ipsec_profile_get200_response_ipsec_profiles_inner.py +0 -92
  860. graphiant_sdk/models/v1_global_ipsec_profile_id_get200_response.py +0 -91
  861. graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response.py +0 -95
  862. graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response_site_to_site_vpn_inner.py +0 -94
  863. graphiant_sdk/models/v1_global_lan_segments_get200_response.py +0 -95
  864. graphiant_sdk/models/v1_global_lan_segments_get200_response_entries_inner.py +0 -103
  865. graphiant_sdk/models/v1_global_lan_segments_post200_response.py +0 -89
  866. graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response.py +0 -97
  867. graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py +0 -95
  868. graphiant_sdk/models/v1_global_prefix_sets_device_get200_response.py +0 -95
  869. graphiant_sdk/models/v1_global_routing_policies_device_get200_response.py +0 -95
  870. graphiant_sdk/models/v1_global_site_lists_get200_response.py +0 -97
  871. graphiant_sdk/models/v1_global_site_lists_get200_response_entries_inner.py +0 -103
  872. graphiant_sdk/models/v1_global_site_lists_id_get200_response.py +0 -97
  873. graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response.py +0 -95
  874. graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response_entries_inner.py +0 -105
  875. graphiant_sdk/models/v1_global_site_lists_post_request_entries_inner.py +0 -93
  876. graphiant_sdk/models/v1_global_site_lists_post_request_entries_inner_tag.py +0 -91
  877. graphiant_sdk/models/v1_global_snmps_device_get200_response.py +0 -95
  878. graphiant_sdk/models/v1_global_summary_post200_response.py +0 -95
  879. graphiant_sdk/models/v1_global_summary_post200_response_summaries_inner.py +0 -114
  880. graphiant_sdk/models/v1_global_syslogs_device_get200_response.py +0 -95
  881. graphiant_sdk/models/v1_global_traffic_policies_device_get200_response.py +0 -91
  882. graphiant_sdk/models/v1_groups_get200_response.py +0 -95
  883. graphiant_sdk/models/v1_groups_get200_response_groups_inner.py +0 -105
  884. graphiant_sdk/models/v1_groups_get200_response_groups_inner_permissions.py +0 -123
  885. graphiant_sdk/models/v1_groups_id_members_get200_response.py +0 -95
  886. graphiant_sdk/models/v1_groups_id_members_get200_response_users_inner.py +0 -109
  887. graphiant_sdk/models/v1_groups_id_members_post204_response.py +0 -89
  888. graphiant_sdk/models/v1_lan_segments_get200_response.py +0 -101
  889. graphiant_sdk/models/v1_lldp_interface_id_neighbors_get200_response.py +0 -95
  890. graphiant_sdk/models/v1_lldp_interface_id_neighbors_get200_response_neighbors_inner.py +0 -99
  891. graphiant_sdk/models/v1_lldp_interface_id_summary_get200_response.py +0 -89
  892. graphiant_sdk/models/v1_lldp_interface_id_vendors_get200_response.py +0 -95
  893. graphiant_sdk/models/v1_lldp_interface_id_vendors_get200_response_vendors_inner.py +0 -89
  894. graphiant_sdk/models/v1_logs_post200_response.py +0 -110
  895. graphiant_sdk/models/v1_logs_post200_response_logs_inner.py +0 -102
  896. graphiant_sdk/models/v1_logs_post_request_selectors_inner.py +0 -89
  897. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post200_response.py +0 -95
  898. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post200_response_data_inner.py +0 -115
  899. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request_selectors_inner.py +0 -90
  900. graphiant_sdk/models/v1_monitoring_circuits_incidents_post200_response.py +0 -95
  901. graphiant_sdk/models/v1_monitoring_circuits_summary_post200_response.py +0 -95
  902. graphiant_sdk/models/v1_monitoring_circuits_summary_post200_response_summaries_inner.py +0 -114
  903. graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response.py +0 -95
  904. graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner.py +0 -100
  905. graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner_queue_utilization_inner.py +0 -96
  906. graphiant_sdk/models/v1_monitoring_circuits_visualization_post200_response.py +0 -97
  907. graphiant_sdk/models/v1_monitoring_circuits_visualization_post200_response_data_inner.py +0 -101
  908. graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request_selectors_inner.py +0 -91
  909. graphiant_sdk/models/v1_nat_entries_device_id_get200_response.py +0 -107
  910. graphiant_sdk/models/v1_nat_entries_device_id_get200_response_nat_entries_inner.py +0 -110
  911. graphiant_sdk/models/v1_nat_entries_device_id_get200_response_page_info.py +0 -100
  912. graphiant_sdk/models/v1_nat_utilization_device_id_get200_response.py +0 -97
  913. graphiant_sdk/models/v1_nat_utilization_device_id_get200_response_nat_usage.py +0 -96
  914. graphiant_sdk/models/v1_onboarding_cloudinit_get200_response.py +0 -95
  915. graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner.py +0 -105
  916. graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config.py +0 -103
  917. graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner.py +0 -100
  918. graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner_ipv4.py +0 -91
  919. graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_token.py +0 -98
  920. graphiant_sdk/models/v1_policy_applications_get200_response.py +0 -101
  921. graphiant_sdk/models/v1_policy_applications_get200_response_applications_inner.py +0 -93
  922. graphiant_sdk/models/v1_policy_prefix_sets_post200_response.py +0 -91
  923. graphiant_sdk/models/v1_policy_prefix_sets_post_request_entries_value.py +0 -92
  924. graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get200_response.py +0 -95
  925. graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get200_response_devices_inner.py +0 -97
  926. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response.py +0 -95
  927. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner.py +0 -101
  928. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner.py +0 -101
  929. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner.py +0 -101
  930. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -101
  931. 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 +0 -101
  932. 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 +0 -101
  933. 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 +0 -101
  934. 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 +0 -101
  935. 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 +0 -93
  936. graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get200_response.py +0 -95
  937. graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get200_response_tags_inner.py +0 -99
  938. graphiant_sdk/models/v1_portal_apikeys_get200_response.py +0 -95
  939. graphiant_sdk/models/v1_portal_apikeys_get200_response_api_key_info_inner.py +0 -93
  940. graphiant_sdk/models/v1_portal_apikeys_post200_response.py +0 -87
  941. graphiant_sdk/models/v1_portal_private_details_get200_response.py +0 -95
  942. graphiant_sdk/models/v1_portal_private_inventory_details_get200_response.py +0 -95
  943. graphiant_sdk/models/v1_portal_private_inventory_details_get200_response_details_inner.py +0 -93
  944. graphiant_sdk/models/v1_portal_private_post_request_details.py +0 -99
  945. graphiant_sdk/models/v1_portal_private_sync_post_request_inventory_inner.py +0 -93
  946. graphiant_sdk/models/v1_presharedkey_get200_response.py +0 -87
  947. graphiant_sdk/models/v1_qos_circuit_profiles_get200_response.py +0 -95
  948. graphiant_sdk/models/v1_search_get200_response.py +0 -95
  949. graphiant_sdk/models/v1_search_get200_response_results_inner.py +0 -92
  950. graphiant_sdk/models/v1_site_details_sitelists_post200_response.py +0 -95
  951. graphiant_sdk/models/v1_site_details_sitelists_post200_response_site_lists_inner.py +0 -94
  952. graphiant_sdk/models/v1_site_id_details_interfaces_get200_response.py +0 -87
  953. graphiant_sdk/models/v1_sites_details_get200_response.py +0 -95
  954. graphiant_sdk/models/v1_sites_get200_response.py +0 -101
  955. graphiant_sdk/models/v1_sites_post200_response.py +0 -91
  956. graphiant_sdk/models/v1_sites_post_request_site.py +0 -144
  957. graphiant_sdk/models/v1_sites_site_id_circuits_get200_response.py +0 -95
  958. graphiant_sdk/models/v1_sites_site_id_circuits_get200_response_data_inner.py +0 -98
  959. graphiant_sdk/models/v1_sites_site_id_devices_get200_response.py +0 -95
  960. graphiant_sdk/models/v1_sites_site_id_devices_get200_response_device_inner.py +0 -118
  961. graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response.py +0 -93
  962. graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_profile.py +0 -97
  963. graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_profile_occurrence.py +0 -93
  964. graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details.py +0 -103
  965. graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py +0 -89
  966. graphiant_sdk/models/v1_software_release_notes_get200_response.py +0 -87
  967. graphiant_sdk/models/v1_software_releases_download_get200_response.py +0 -87
  968. graphiant_sdk/models/v1_software_releases_summary_get200_response.py +0 -95
  969. graphiant_sdk/models/v1_software_releases_summary_get200_response_summaries_inner.py +0 -106
  970. graphiant_sdk/models/v1_software_releases_summary_get200_response_summaries_inner_key.py +0 -90
  971. graphiant_sdk/models/v1_software_running_details_get200_response.py +0 -95
  972. graphiant_sdk/models/v1_software_running_details_get200_response_devices_inner.py +0 -93
  973. graphiant_sdk/models/v1_software_running_summary_get200_response.py +0 -95
  974. graphiant_sdk/models/v1_software_running_summary_get200_response_versions_inner.py +0 -92
  975. graphiant_sdk/models/v1_talkers_device_device_id_top_post200_response.py +0 -95
  976. graphiant_sdk/models/v1_talkers_device_device_id_top_post200_response_apps_utilization_inner.py +0 -89
  977. graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response.py +0 -135
  978. graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response_control_plane.py +0 -106
  979. graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response_system_plane.py +0 -159
  980. graphiant_sdk/models/v1_troubleshooting_enterprise_post200_response.py +0 -95
  981. graphiant_sdk/models/v1_troubleshooting_enterprise_post200_response_sites_inner.py +0 -105
  982. graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get200_response.py +0 -95
  983. graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get200_response_connectivity_status_inner.py +0 -89
  984. graphiant_sdk/models/v1_troubleshooting_site_site_id_get200_response.py +0 -99
  985. graphiant_sdk/models/v1_troubleshooting_site_site_id_get200_response_edge_statuses_inner.py +0 -91
  986. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response.py +0 -101
  987. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane.py +0 -95
  988. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane_site_counts_inner.py +0 -89
  989. graphiant_sdk/models/v1_version_post200_response.py +0 -91
  990. graphiant_sdk/models/v1_zones_get200_response.py +0 -101
  991. graphiant_sdk/models/v2_aggregated_notification_get_state_get200_response.py +0 -87
  992. graphiant_sdk/models/v2_allowlist_rule_id_get200_response.py +0 -95
  993. graphiant_sdk/models/v2_allowlist_rule_id_get200_response_records_inner.py +0 -111
  994. graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response.py +0 -115
  995. graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py +0 -91
  996. graphiant_sdk/models/v2_assistant_add_to_conversation_post_request_question.py +0 -93
  997. graphiant_sdk/models/v2_assistant_conversation_interface_state_get200_response.py +0 -87
  998. graphiant_sdk/models/v2_assistant_get_conversation_details_post200_response.py +0 -99
  999. graphiant_sdk/models/v2_assistant_get_conversations_post200_response.py +0 -97
  1000. graphiant_sdk/models/v2_assistant_get_conversations_post200_response_conversation_list_inner.py +0 -93
  1001. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response.py +0 -97
  1002. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record.py +0 -153
  1003. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record_exchange_service_inner.py +0 -89
  1004. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record_flex_algo_inner.py +0 -89
  1005. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_name_record.py +0 -141
  1006. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response.py +0 -91
  1007. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary.py +0 -95
  1008. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner.py +0 -115
  1009. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_bucket_stats.py +0 -93
  1010. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_child_bucket_stats_list_inner.py +0 -93
  1011. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response.py +0 -95
  1012. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner.py +0 -110
  1013. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_added_servers_inner.py +0 -91
  1014. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_app.py +0 -89
  1015. graphiant_sdk/models/v2_assurance_bucket_app_servers_post200_response.py +0 -95
  1016. graphiant_sdk/models/v2_assurance_bucket_app_servers_post200_response_app_servers_inner.py +0 -95
  1017. graphiant_sdk/models/v2_assurance_bucket_apps_post200_response.py +0 -95
  1018. graphiant_sdk/models/v2_assurance_bucket_apps_post200_response_apps_inner.py +0 -105
  1019. graphiant_sdk/models/v2_assurance_bucket_services_post200_response.py +0 -95
  1020. graphiant_sdk/models/v2_assurance_bucket_topologies_post200_response.py +0 -95
  1021. graphiant_sdk/models/v2_assurance_bucketdetails_post200_response.py +0 -91
  1022. graphiant_sdk/models/v2_assurance_bucketdetails_post200_response_bucket_details.py +0 -135
  1023. graphiant_sdk/models/v2_assurance_bucketdetails_post200_response_bucket_details_trend_value_list_inner.py +0 -91
  1024. graphiant_sdk/models/v2_assurance_create_user_report_post200_response.py +0 -87
  1025. graphiant_sdk/models/v2_assurance_createclassifiedapplication_post200_response.py +0 -87
  1026. graphiant_sdk/models/v2_assurance_download_user_report_get200_response.py +0 -87
  1027. graphiant_sdk/models/v2_assurance_endpoint_intel_post200_response.py +0 -91
  1028. graphiant_sdk/models/v2_assurance_enterprisesummary_post200_response.py +0 -91
  1029. graphiant_sdk/models/v2_assurance_enterprisesummary_post200_response_enterprise_summary.py +0 -97
  1030. graphiant_sdk/models/v2_assurance_flow_summary_post200_response.py +0 -123
  1031. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint.py +0 -123
  1032. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_edges_inner.py +0 -89
  1033. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_jitter.py +0 -91
  1034. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_site.py +0 -91
  1035. graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get200_response.py +0 -95
  1036. graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get200_response_classified_application_list_inner.py +0 -95
  1037. graphiant_sdk/models/v2_assurance_read_user_report_list_get200_response.py +0 -95
  1038. graphiant_sdk/models/v2_assurance_read_user_report_list_get200_response_user_report_list_inner.py +0 -101
  1039. graphiant_sdk/models/v2_assurance_scoredetails_post200_response.py +0 -91
  1040. graphiant_sdk/models/v2_assurance_scoredetails_post200_response_score_details.py +0 -95
  1041. graphiant_sdk/models/v2_assurance_scoredetails_post200_response_score_details_score_bucket_list_inner.py +0 -91
  1042. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response.py +0 -91
  1043. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session.py +0 -179
  1044. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_client_endpoint.py +0 -125
  1045. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_client_links_inner.py +0 -95
  1046. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_local_dia_links_inner.py +0 -87
  1047. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_pop_links_inner.py +0 -95
  1048. graphiant_sdk/models/v2_assurance_topology_client_sessions_post200_response.py +0 -95
  1049. graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request_filter.py +0 -91
  1050. graphiant_sdk/models/v2_assurance_topology_client_summaries_post200_response.py +0 -95
  1051. graphiant_sdk/models/v2_assurance_topology_client_summaries_post200_response_summaries_inner.py +0 -99
  1052. graphiant_sdk/models/v2_assurance_topology_flows_post200_response.py +0 -95
  1053. graphiant_sdk/models/v2_assurance_topology_flows_post200_response_flows_inner.py +0 -117
  1054. graphiant_sdk/models/v2_assurance_topology_inventory_post200_response.py +0 -126
  1055. graphiant_sdk/models/v2_assurance_topology_inventory_post200_response_regions_inner.py +0 -89
  1056. graphiant_sdk/models/v2_assurance_topology_overview_post200_response.py +0 -115
  1057. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology.py +0 -115
  1058. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_edges_inner.py +0 -99
  1059. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_edges_inner_performance_inner.py +0 -91
  1060. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_nodes_inner.py +0 -99
  1061. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_nodes_inner_location.py +0 -89
  1062. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_paths_inner.py +0 -87
  1063. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_traffic_regions_inner.py +0 -93
  1064. graphiant_sdk/models/v2_assurance_topology_region_summary_post200_response.py +0 -95
  1065. graphiant_sdk/models/v2_assurance_topology_region_summary_post200_response_sites_inner.py +0 -99
  1066. graphiant_sdk/models/v2_assurance_topology_site_summaries_post200_response.py +0 -95
  1067. graphiant_sdk/models/v2_assurance_topology_site_summaries_post200_response_summaries_inner.py +0 -97
  1068. graphiant_sdk/models/v2_audit_logs_post200_response.py +0 -100
  1069. graphiant_sdk/models/v2_audit_logs_post200_response_logs_inner.py +0 -112
  1070. graphiant_sdk/models/v2_audit_logs_post_request_selector.py +0 -110
  1071. graphiant_sdk/models/v2_childalertlist_post200_response.py +0 -95
  1072. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner.py +0 -150
  1073. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list.py +0 -95
  1074. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner.py +0 -150
  1075. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +0 -95
  1076. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +0 -150
  1077. 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 +0 -95
  1078. 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 +0 -150
  1079. 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 +0 -95
  1080. 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 +0 -146
  1081. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response.py +0 -95
  1082. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner.py +0 -97
  1083. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner.py +0 -101
  1084. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner_vrf_route_inner.py +0 -93
  1085. graphiant_sdk/models/v2_device_device_id_topology_post200_response.py +0 -115
  1086. graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner.py +0 -114
  1087. graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner_circuits_info_inner.py +0 -109
  1088. graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner_connections_inner.py +0 -109
  1089. graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner.py +0 -120
  1090. graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner_circuit_info_inner.py +0 -116
  1091. graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner_node_info.py +0 -121
  1092. graphiant_sdk/models/v2_device_device_id_topology_post200_response_snapshots_inner.py +0 -93
  1093. graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post200_response.py +0 -95
  1094. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post200_response.py +0 -115
  1095. graphiant_sdk/models/v2_extranet_total_usage_post200_response.py +0 -87
  1096. graphiant_sdk/models/v2_extranets_monitoring_consumers_post200_response.py +0 -95
  1097. graphiant_sdk/models/v2_extranets_monitoring_consumers_post200_response_consumers_inner.py +0 -91
  1098. graphiant_sdk/models/v2_integration_getall_enterprise_id_get200_response.py +0 -95
  1099. graphiant_sdk/models/v2_integration_integration_id_put_request_integration_body.py +0 -101
  1100. graphiant_sdk/models/v2_integration_post200_response.py +0 -91
  1101. graphiant_sdk/models/v2_integration_post200_response_integration.py +0 -105
  1102. graphiant_sdk/models/v2_integration_post_request_integration_body.py +0 -107
  1103. graphiant_sdk/models/v2_integration_post_request_integration_body_details.py +0 -91
  1104. graphiant_sdk/models/v2_monitoring_bfd_post200_response.py +0 -95
  1105. graphiant_sdk/models/v2_monitoring_bfd_post200_response_data_inner.py +0 -101
  1106. graphiant_sdk/models/v2_monitoring_bfd_post200_response_data_inner_samples_inner.py +0 -95
  1107. graphiant_sdk/models/v2_monitoring_bfd_post_request_selectors_inner.py +0 -92
  1108. graphiant_sdk/models/v2_monitoring_bgp_post200_response.py +0 -95
  1109. graphiant_sdk/models/v2_monitoring_bgp_post200_response_data_inner.py +0 -101
  1110. graphiant_sdk/models/v2_monitoring_bgp_post_request_selectors_inner.py +0 -91
  1111. graphiant_sdk/models/v2_monitoring_circuits_summary_post200_response.py +0 -95
  1112. graphiant_sdk/models/v2_monitoring_circuits_summary_post200_response_circuit_summaries_inner.py +0 -136
  1113. graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response.py +0 -95
  1114. graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response_data_inner.py +0 -104
  1115. graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response_data_inner_queue_utilization_inner.py +0 -98
  1116. graphiant_sdk/models/v2_monitoring_extranet_edge_status_get200_response.py +0 -95
  1117. graphiant_sdk/models/v2_monitoring_extranet_edge_status_get200_response_edge_statuses_inner.py +0 -101
  1118. graphiant_sdk/models/v2_monitoring_extranet_log_details_post200_response.py +0 -95
  1119. graphiant_sdk/models/v2_monitoring_extranet_log_details_post200_response_logs_inner.py +0 -99
  1120. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response.py +0 -95
  1121. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response_statuses_inner.py +0 -101
  1122. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response_statuses_inner_statuses_inner.py +0 -89
  1123. graphiant_sdk/models/v2_monitoring_extranet_service_status_get200_response.py +0 -95
  1124. graphiant_sdk/models/v2_monitoring_extranet_status_details_get200_response.py +0 -105
  1125. graphiant_sdk/models/v2_monitoring_ike_error_history_post200_response.py +0 -95
  1126. graphiant_sdk/models/v2_monitoring_ike_error_history_post200_response_data_inner.py +0 -101
  1127. graphiant_sdk/models/v2_monitoring_interface_post200_response.py +0 -95
  1128. graphiant_sdk/models/v2_monitoring_interface_post200_response_data_inner.py +0 -101
  1129. graphiant_sdk/models/v2_monitoring_interface_post_request_selectors_inner.py +0 -89
  1130. graphiant_sdk/models/v2_monitoring_ipsec_post200_response.py +0 -95
  1131. graphiant_sdk/models/v2_monitoring_ipsec_post200_response_data_inner.py +0 -101
  1132. graphiant_sdk/models/v2_monitoring_ipsec_post_request_selectors_inner.py +0 -89
  1133. graphiant_sdk/models/v2_monitoring_ospf_post200_response.py +0 -95
  1134. graphiant_sdk/models/v2_monitoring_ospf_post200_response_data_inner.py +0 -101
  1135. graphiant_sdk/models/v2_monitoring_ospf_post_request_selectors_inner.py +0 -91
  1136. graphiant_sdk/models/v2_monitoring_policy_post200_response.py +0 -95
  1137. graphiant_sdk/models/v2_monitoring_policy_post200_response_data_inner.py +0 -101
  1138. graphiant_sdk/models/v2_monitoring_policy_post_request_selectors_inner.py +0 -90
  1139. graphiant_sdk/models/v2_monitoring_queue_instant_post200_response.py +0 -95
  1140. graphiant_sdk/models/v2_monitoring_queue_instant_post200_response_data_inner.py +0 -101
  1141. graphiant_sdk/models/v2_monitoring_queue_instant_post_request_selectors_inner.py +0 -91
  1142. graphiant_sdk/models/v2_monitoring_queue_post200_response.py +0 -95
  1143. graphiant_sdk/models/v2_monitoring_queue_post200_response_data_inner.py +0 -101
  1144. graphiant_sdk/models/v2_monitoring_queue_post_request_selectors_inner.py +0 -93
  1145. graphiant_sdk/models/v2_monitoring_segment_route_counts_post200_response.py +0 -95
  1146. graphiant_sdk/models/v2_monitoring_segment_route_counts_post200_response_data_inner.py +0 -101
  1147. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post200_response.py +0 -95
  1148. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post200_response_data_inner.py +0 -110
  1149. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post200_response.py +0 -95
  1150. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post200_response_data_inner.py +0 -106
  1151. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request_selectors_inner.py +0 -94
  1152. graphiant_sdk/models/v2_monitoring_system_generic_post200_response.py +0 -95
  1153. graphiant_sdk/models/v2_monitoring_system_generic_post200_response_data_inner.py +0 -101
  1154. graphiant_sdk/models/v2_monitoring_twamp_post200_response.py +0 -95
  1155. graphiant_sdk/models/v2_monitoring_twamp_post200_response_data_inner.py +0 -101
  1156. graphiant_sdk/models/v2_notification_create_post_request_notification_body.py +0 -106
  1157. graphiant_sdk/models/v2_notificationlist_post200_response.py +0 -95
  1158. graphiant_sdk/models/v2_notificationlist_post200_response_notification_list_inner.py +0 -104
  1159. graphiant_sdk/models/v2_notificationlist_post_request_time_window.py +0 -99
  1160. graphiant_sdk/models/v2_rulelist_post200_response.py +0 -95
  1161. graphiant_sdk/models/v2_rulelist_post200_response_rule_list_inner.py +0 -103
  1162. graphiant_sdk/models/v2_site_site_id_detail_post200_response.py +0 -101
  1163. graphiant_sdk/models/v2_site_site_id_detail_post200_response_site.py +0 -93
  1164. graphiant_sdk/models/v2_version_post200_response.py +0 -87
  1165. test/test_v1_account_mfa_confirmation_post200_response.py +0 -53
  1166. test/test_v1_account_mfa_get200_response.py +0 -51
  1167. test/test_v1_account_mfa_put200_response.py +0 -53
  1168. test/test_v1_activity_logs_post200_response.py +0 -114
  1169. test/test_v1_activity_logs_post200_response_details_inner.py +0 -106
  1170. test/test_v1_activity_logs_post200_response_details_inner_targets_inner.py +0 -74
  1171. test/test_v1_activity_logs_post200_response_details_inner_targets_inner_events_inner.py +0 -56
  1172. test/test_v1_activity_logs_post200_response_filter_entities_value.py +0 -56
  1173. test/test_v1_activity_logs_post_request_selector.py +0 -66
  1174. test/test_v1_activity_logs_post_request_selector_job_entity.py +0 -53
  1175. test/test_v1_activity_logs_post_request_selector_v2.py +0 -71
  1176. test/test_v1_alarm_history_get200_response.py +0 -61
  1177. test/test_v1_alarm_history_get200_response_history_inner.py +0 -58
  1178. test/test_v1_alarm_history_get200_response_history_inner_time.py +0 -52
  1179. test/test_v1_alarms_events_get200_response.py +0 -53
  1180. test/test_v1_alarms_list_get200_response.py +0 -74
  1181. test/test_v1_alarms_list_get200_response_alarms_inner.py +0 -73
  1182. test/test_v1_apps_app_summary_post200_response.py +0 -72
  1183. test/test_v1_apps_app_summary_post200_response_app_summary.py +0 -102
  1184. test/test_v1_apps_app_summary_post200_response_app_summary_app_incidents.py +0 -58
  1185. test/test_v1_apps_app_summary_post200_response_app_summary_app_incidents_data_inner.py +0 -55
  1186. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner.py +0 -65
  1187. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner.py +0 -63
  1188. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner_dl_incidents.py +0 -52
  1189. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner.py +0 -67
  1190. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner_data.py +0 -66
  1191. test/test_v1_apps_bandwidth_post200_response.py +0 -58
  1192. test/test_v1_apps_bandwidth_post200_response_stats_inner.py +0 -55
  1193. test/test_v1_apps_device_device_id_top_post200_response.py +0 -57
  1194. test/test_v1_apps_device_device_id_top_post200_response_apps_utilization_inner.py +0 -53
  1195. test/test_v1_apps_visualization_post200_response.py +0 -78
  1196. test/test_v1_apps_visualization_post200_response_apps_visualization_inner.py +0 -70
  1197. test/test_v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value.py +0 -61
  1198. test/test_v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value_stats.py +0 -56
  1199. test/test_v1_audit_logs_post200_response.py +0 -88
  1200. test/test_v1_audit_logs_post200_response_histogram_inner.py +0 -54
  1201. test/test_v1_audit_logs_post200_response_logs_inner.py +0 -79
  1202. test/test_v1_audit_logs_post200_response_logs_inner_failed_target_results_inner.py +0 -55
  1203. test/test_v1_audit_logs_post200_response_logs_inner_failed_target_results_inner_target.py +0 -52
  1204. test/test_v1_audit_logs_post_request_selectors_inner.py +0 -54
  1205. test/test_v1_auth_get200_response.py +0 -54
  1206. test/test_v1_auth_login_post200_response.py +0 -53
  1207. test/test_v1_auth_login_pre_get200_response.py +0 -52
  1208. test/test_v1_auth_login_temp_post200_response.py +0 -53
  1209. test/test_v1_auth_put204_response.py +0 -54
  1210. test/test_v1_auth_user_get200_response.py +0 -57
  1211. test/test_v1_b2b_extranet_monitoring_filter_post200_response.py +0 -65
  1212. test/test_v1_b2b_extranet_monitoring_filter_post200_response_filters.py +0 -64
  1213. test/test_v1_b2b_extranet_monitoring_filter_post200_response_filters_customers_inner.py +0 -54
  1214. test/test_v1_backbone_health_device_device_id_post200_response.py +0 -190
  1215. test/test_v1_backbone_health_device_device_id_post200_response_control_plane.py +0 -61
  1216. test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions.py +0 -54
  1217. test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner.py +0 -60
  1218. test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner_transitions_inner.py +0 -56
  1219. test/test_v1_backbone_health_device_device_id_post200_response_data_plane.py +0 -79
  1220. test/test_v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner.py +0 -62
  1221. test/test_v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner_values_inner.py +0 -58
  1222. test/test_v1_backbone_health_device_device_id_post200_response_issues_inner.py +0 -67
  1223. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix.py +0 -84
  1224. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_devices_inner.py +0 -55
  1225. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner.py +0 -73
  1226. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner_box_inner.py +0 -61
  1227. test/test_v1_backbone_health_device_device_id_post200_response_system_plane.py +0 -121
  1228. test/test_v1_backbone_health_device_device_id_post200_response_system_plane_crashes_inner.py +0 -53
  1229. test/test_v1_backbone_health_device_device_id_post200_response_system_plane_last_crash.py +0 -55
  1230. test/test_v1_backbone_health_et_wan_matrix_get200_response.py +0 -67
  1231. test/test_v1_backbone_health_et_wan_matrix_get200_response_device_etwan_summary_inner.py +0 -57
  1232. test/test_v1_backbone_health_et_wan_matrix_get200_response_region_sla_status_inner.py +0 -54
  1233. test/test_v1_backbone_health_etet_sla_matrix_get200_response.py +0 -89
  1234. test/test_v1_backbone_health_etet_sla_matrix_get200_response_region_status_inner.py +0 -57
  1235. test/test_v1_backbone_health_etet_sla_matrix_get200_response_sla_matrix_inner.py +0 -68
  1236. test/test_v1_backbone_health_filter_get200_response.py +0 -74
  1237. test/test_v1_backbone_health_filter_get200_response_lan_segments_inner.py +0 -51
  1238. test/test_v1_backbone_health_filter_get200_response_regions_inner.py +0 -53
  1239. test/test_v1_backbone_health_filter_get200_response_sites_inner.py +0 -52
  1240. test/test_v1_backbone_health_overview_post200_response.py +0 -64
  1241. test/test_v1_backbone_health_overview_post200_response_devices_inner.py +0 -61
  1242. test/test_v1_backbone_health_overview_post_request_filter.py +0 -65
  1243. test/test_v1_backbone_health_top_devices_by_alerts_post200_response.py +0 -68
  1244. test/test_v1_backbone_health_top_devices_by_alerts_post200_response_control_plane.py +0 -55
  1245. test/test_v1_backbone_health_top_devices_by_alerts_post200_response_control_plane_device_counts_inner.py +0 -52
  1246. test/test_v1_bwtracker_enterprise_csv_post200_response.py +0 -61
  1247. test/test_v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details.py +0 -60
  1248. test/test_v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details_bwusage_csv_record_inner.py +0 -57
  1249. test/test_v1_bwtracker_enterprise_details_post200_response.py +0 -67
  1250. test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details.py +0 -66
  1251. test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_region_inner.py +0 -54
  1252. test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_site_inner.py +0 -56
  1253. test/test_v1_bwtracker_enterprise_summary_post200_response.py +0 -70
  1254. test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary.py +0 -75
  1255. test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_role_summary_inner.py +0 -53
  1256. test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_top_regions_inner.py +0 -58
  1257. test/test_v1_bwtracker_region_cloud_chart_post200_response.py +0 -61
  1258. test/test_v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart.py +0 -60
  1259. test/test_v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart_bwusage_chart_inner.py +0 -56
  1260. test/test_v1_bwtracker_region_cloud_summary_post200_response.py +0 -63
  1261. test/test_v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary.py +0 -62
  1262. test/test_v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary_bwusage_top_providers_inner.py +0 -54
  1263. test/test_v1_bwtracker_region_edge_details_post200_response.py +0 -60
  1264. test/test_v1_bwtracker_region_edge_details_post200_response_bwusage_details.py +0 -59
  1265. test/test_v1_bwtracker_region_edge_summary_post200_response.py +0 -61
  1266. test/test_v1_bwtracker_region_edge_summary_post200_response_bwusage_summary.py +0 -60
  1267. test/test_v1_bwtracker_region_edge_summary_post200_response_bwusage_summary_bwusage_top_sites_inner.py +0 -53
  1268. test/test_v1_bwtracker_region_site_details_post200_response.py +0 -65
  1269. test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details.py +0 -64
  1270. test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py +0 -55
  1271. test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py +0 -53
  1272. test/test_v1_bwtracker_region_site_gateway_summary_post200_response.py +0 -61
  1273. test/test_v1_bwtracker_region_site_gateway_summary_post200_response_bwusage_summary.py +0 -60
  1274. test/test_v1_bwtracker_region_site_summary_post200_response.py +0 -61
  1275. test/test_v1_bwtracker_region_site_summary_post200_response_bwusage_summary.py +0 -60
  1276. test/test_v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py +0 -77
  1277. test/test_v1_data_assurance_assurances_applications_bucket_app_name_get200_response_assurances_inner.py +0 -74
  1278. test/test_v1_data_assurance_assurances_global_get200_response.py +0 -74
  1279. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner.py +0 -71
  1280. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_apps_inner.py +0 -51
  1281. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_lans_inner.py +0 -51
  1282. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_sites_inner.py +0 -51
  1283. test/test_v1_data_assurance_assurances_global_id_put200_response.py +0 -53
  1284. test/test_v1_data_assurance_assurances_global_post200_response.py +0 -54
  1285. test/test_v1_data_assurance_assurances_global_post_request_config.py +0 -72
  1286. test/test_v1_data_assurance_assurances_global_post_request_config_apps_inner.py +0 -62
  1287. test/test_v1_data_assurance_assurances_global_post_request_config_apps_inner_servers_inner.py +0 -53
  1288. test/test_v1_data_assurance_flex_algos_get200_response.py +0 -56
  1289. test/test_v1_data_assurance_flex_algos_get200_response_entries_inner.py +0 -53
  1290. test/test_v1_device_routing_bgp_nbr_stats_get200_response.py +0 -61
  1291. test/test_v1_device_routing_bgp_nbr_stats_get200_response_stats.py +0 -51
  1292. test/test_v1_device_routing_bgp_nbrid_get200_response.py +0 -62
  1293. test/test_v1_device_routing_bgp_nbrs_counters_get200_response.py +0 -59
  1294. test/test_v1_device_routing_bgp_nbrs_counters_get200_response_counters_inner.py +0 -56
  1295. test/test_v1_device_routing_bgp_nbrs_details_get200_response.py +0 -53
  1296. test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response.py +0 -56
  1297. test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response_prefixes_inner.py +0 -53
  1298. test/test_v1_device_routing_ospfv2_area_interface_get200_response.py +0 -74
  1299. test/test_v1_device_routing_ospfv2_area_interface_get200_response_interfaces_inner.py +0 -62
  1300. test/test_v1_device_routing_ospfv2_area_interface_nbrid_get200_response.py +0 -62
  1301. test/test_v1_device_routing_ospfv2_area_interfaceid_get200_response.py +0 -62
  1302. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response.py +0 -92
  1303. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner.py +0 -84
  1304. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa.py +0 -58
  1305. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa_tos_metric.py +0 -52
  1306. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_network_lsa.py +0 -54
  1307. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa.py +0 -59
  1308. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa_links_inner.py +0 -57
  1309. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_summary_lsa.py +0 -53
  1310. test/test_v1_device_routing_ospfv2_area_nbr_get200_response.py +0 -70
  1311. test/test_v1_device_routing_ospfv2_area_nbr_get200_response_nbrs_inner.py +0 -58
  1312. test/test_v1_device_routing_ospfv2_areaid_get200_response.py +0 -62
  1313. test/test_v1_device_routing_ospfv2_rib_get200_response.py +0 -74
  1314. test/test_v1_device_routing_ospfv2_rib_get200_response_routes_inner.py +0 -62
  1315. test/test_v1_device_routing_ospfv2_rib_get200_response_routes_inner_path_inner.py +0 -58
  1316. test/test_v1_device_routing_ospfv2_statistics_get200_response.py +0 -55
  1317. test/test_v1_device_routing_ospfv2_statistics_get200_response_statistics_value.py +0 -52
  1318. test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get200_response.py +0 -65
  1319. test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get200_response_ebgp_route_count.py +0 -52
  1320. test/test_v1_device_routing_vrf_bgp_graphiant_eiroute_count_get200_response.py +0 -53
  1321. test/test_v1_device_routing_vrf_bgp_route_count_post200_response.py +0 -55
  1322. test/test_v1_device_routing_vrf_bgp_route_count_post200_response_counts_inner.py +0 -52
  1323. test/test_v1_device_snapshot_device_id_get200_response.py +0 -104
  1324. test/test_v1_device_snapshot_get200_response.py +0 -206
  1325. test/test_v1_device_snapshot_get200_response_first_snapshot.py +0 -101
  1326. test/test_v1_device_snapshot_get200_response_first_snapshot_author.py +0 -74
  1327. test/test_v1_device_snapshot_get200_response_first_snapshot_data.py +0 -68
  1328. test/test_v1_device_status_history_post200_response.py +0 -61
  1329. test/test_v1_device_status_history_post200_response_mappings_inner.py +0 -58
  1330. test/test_v1_device_status_post200_response.py +0 -61
  1331. test/test_v1_device_status_post200_response_mappings_inner.py +0 -58
  1332. test/test_v1_devices_bringup_post200_response.py +0 -62
  1333. test/test_v1_devices_bringup_post200_response_summaries_inner.py +0 -59
  1334. test/test_v1_devices_bringup_token_post200_response.py +0 -54
  1335. test/test_v1_devices_device_id_arp_get200_response.py +0 -57
  1336. test/test_v1_devices_device_id_arp_get200_response_arp_entry_inner.py +0 -54
  1337. test/test_v1_devices_device_id_candidate_circuits_get200_response.py +0 -57
  1338. test/test_v1_devices_device_id_candidate_circuits_get200_response_circuits_inner.py +0 -54
  1339. test/test_v1_devices_device_id_circuits_vrf_associations_get200_response.py +0 -56
  1340. test/test_v1_devices_device_id_circuits_vrf_associations_get200_response_vrf_associations_value.py +0 -53
  1341. test/test_v1_devices_device_id_config_put202_response.py +0 -52
  1342. test/test_v1_devices_device_id_config_put_request_core.py +0 -979
  1343. test/test_v1_devices_device_id_config_put_request_core_bgp_instance.py +0 -56
  1344. test/test_v1_devices_device_id_config_put_request_core_core_vrf.py +0 -287
  1345. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value.py +0 -54
  1346. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value_config.py +0 -53
  1347. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value.py +0 -84
  1348. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +0 -83
  1349. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_allow_as_in.py +0 -51
  1350. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd.py +0 -54
  1351. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd_bfd.py +0 -53
  1352. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_ebgp_multihop_ttl.py +0 -51
  1353. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_hold_timer_value.py +0 -51
  1354. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_max_prefix_value.py +0 -51
  1355. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +0 -52
  1356. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value.py +0 -81
  1357. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet.py +0 -80
  1358. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_ip_ranges_v2.py +0 -55
  1359. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value.py +0 -54
  1360. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value_lease.py +0 -53
  1361. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ebgp_multipath.py +0 -53
  1362. test/test_v1_devices_device_id_config_put_request_core_core_vrf_nat_ruleset.py +0 -51
  1363. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2.py +0 -91
  1364. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process.py +0 -90
  1365. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_admin_distance.py +0 -51
  1366. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value.py +0 -72
  1367. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area.py +0 -71
  1368. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value.py +0 -65
  1369. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface.py +0 -64
  1370. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_bfd.py +0 -51
  1371. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_dead_interval_value.py +0 -51
  1372. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_hello_interval_value.py +0 -51
  1373. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_retransmit_interval_value.py +0 -51
  1374. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value.py +0 -54
  1375. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value_protocol.py +0 -53
  1376. test/test_v1_devices_device_id_config_put_request_core_core_vrf_overlay_filters.py +0 -54
  1377. test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value.py +0 -71
  1378. test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route.py +0 -70
  1379. test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route_next_hop.py +0 -55
  1380. test/test_v1_devices_device_id_config_put_request_core_interfaces_value.py +0 -170
  1381. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface.py +0 -235
  1382. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor.py +0 -62
  1383. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost.py +0 -54
  1384. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost_dynamic.py +0 -52
  1385. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_flex_algos.py +0 -53
  1386. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw.py +0 -73
  1387. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw.py +0 -73
  1388. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp.py +0 -55
  1389. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp_dhcp_relay.py +0 -53
  1390. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp.py +0 -64
  1391. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp_group.py +0 -63
  1392. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type.py +0 -69
  1393. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan.py +0 -74
  1394. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw.py +0 -71
  1395. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw.py +0 -70
  1396. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp.py +0 -62
  1397. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp_group.py +0 -61
  1398. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ipsec.py +0 -69
  1399. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface.py +0 -65
  1400. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface_interface.py +0 -64
  1401. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value.py +0 -108
  1402. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface.py +0 -120
  1403. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface.py +0 -101
  1404. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type.py +0 -69
  1405. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan.py +0 -53
  1406. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw.py +0 -54
  1407. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw_gw.py +0 -53
  1408. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan.py +0 -60
  1409. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw.py +0 -57
  1410. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw.py +0 -56
  1411. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_dhcp.py +0 -52
  1412. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_vrrp.py +0 -51
  1413. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_wan.py +0 -76
  1414. test/test_v1_devices_device_id_config_put_request_core_prometheus.py +0 -75
  1415. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value.py +0 -57
  1416. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group.py +0 -63
  1417. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value.py +0 -57
  1418. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value_rule_group.py +0 -56
  1419. test/test_v1_devices_device_id_config_put_request_core_prometheus_sink.py +0 -55
  1420. test/test_v1_devices_device_id_config_put_request_core_prometheus_sink_sink.py +0 -54
  1421. test/test_v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value.py +0 -56
  1422. test/test_v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value_sysdb_monitor.py +0 -55
  1423. test/test_v1_devices_device_id_config_put_request_edge.py +0 -963
  1424. test/test_v1_devices_device_id_config_put_request_edge_circuits_value.py +0 -145
  1425. test/test_v1_devices_device_id_config_put_request_edge_circuits_value_pat_addresses.py +0 -53
  1426. test/test_v1_devices_device_id_config_put_request_edge_dns.py +0 -62
  1427. test/test_v1_devices_device_id_config_put_request_edge_dns_dns.py +0 -61
  1428. test/test_v1_devices_device_id_config_put_request_edge_dns_dns_dynamic.py +0 -52
  1429. test/test_v1_devices_device_id_config_put_request_edge_dns_dns_static.py +0 -58
  1430. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value.py +0 -113
  1431. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface.py +0 -176
  1432. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value.py +0 -91
  1433. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface.py +0 -127
  1434. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v4_tcp_mss.py +0 -51
  1435. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v6_tcp_mss.py +0 -51
  1436. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value.py +0 -89
  1437. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface.py +0 -141
  1438. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_lag_members_value.py +0 -51
  1439. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value.py +0 -80
  1440. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value_interface.py +0 -101
  1441. test/test_v1_devices_device_id_config_put_request_edge_nat_policy.py +0 -69
  1442. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value.py +0 -66
  1443. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset.py +0 -65
  1444. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value.py +0 -60
  1445. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value_rule.py +0 -59
  1446. test/test_v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value.py +0 -87
  1447. test/test_v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +0 -86
  1448. test/test_v1_devices_device_id_connectivity_get200_response.py +0 -110
  1449. test/test_v1_devices_device_id_dhcp_server_leases_get200_response.py +0 -92
  1450. test/test_v1_devices_device_id_draft_get200_response.py +0 -871
  1451. test/test_v1_devices_device_id_draft_get200_response_draft.py +0 -870
  1452. test/test_v1_devices_device_id_draft_get200_response_draft_version_info.py +0 -53
  1453. test/test_v1_devices_device_id_draft_post201_response.py +0 -51
  1454. test/test_v1_devices_device_id_edges_get200_response.py +0 -876
  1455. test/test_v1_devices_device_id_get200_response.py +0 -866
  1456. test/test_v1_devices_device_id_interfaces_get200_response.py +0 -196
  1457. test/test_v1_devices_device_id_jobs_job_id_get200_response.py +0 -62
  1458. test/test_v1_devices_device_id_jobs_job_id_get200_response_job_status.py +0 -60
  1459. test/test_v1_devices_device_id_ndcache_get200_response.py +0 -57
  1460. test/test_v1_devices_device_id_ndcache_get200_response_nd_entry_inner.py +0 -54
  1461. test/test_v1_devices_device_id_ospfv2_default_originate_get200_response.py +0 -53
  1462. test/test_v1_devices_device_id_policy_zonepairs_get200_response.py +0 -99
  1463. test/test_v1_devices_device_id_policy_zonepairs_get200_response_zone_pairs_inner.py +0 -96
  1464. test/test_v1_devices_device_id_slice_peers_get200_response.py +0 -249
  1465. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner.py +0 -246
  1466. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner.py +0 -240
  1467. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_bgp_connection.py +0 -58
  1468. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_ipsec_connection.py +0 -340
  1469. test/test_v1_devices_device_id_staged_config_compare_get200_response.py +0 -51
  1470. test/test_v1_devices_device_id_twamp_core_get200_response.py +0 -53
  1471. test/test_v1_devices_device_id_versions_compare_get200_response.py +0 -51
  1472. test/test_v1_devices_device_id_versions_get200_response.py +0 -56
  1473. test/test_v1_devices_device_id_versions_version_get200_response.py +0 -871
  1474. test/test_v1_devices_device_id_vrf_bgp_as_get200_response.py +0 -51
  1475. test/test_v1_devices_device_id_vrf_protocols_get200_response.py +0 -56
  1476. test/test_v1_devices_device_id_vrrp_get200_response.py +0 -64
  1477. test/test_v1_devices_device_id_vrrp_get200_response_vrrp_entry_inner.py +0 -61
  1478. test/test_v1_devices_inventory_get200_response.py +0 -81
  1479. test/test_v1_devices_inventory_get200_response_inventory_inner.py +0 -70
  1480. test/test_v1_devices_inventory_post200_response.py +0 -55
  1481. test/test_v1_devices_inventory_post200_response_data_inner.py +0 -52
  1482. test/test_v1_devices_inventory_serial_num_post200_response.py +0 -73
  1483. test/test_v1_devices_oauth_redirect_get200_response.py +0 -56
  1484. test/test_v1_devices_oauth_redirect_get200_response_onboarding_redirection.py +0 -55
  1485. test/test_v1_devices_routing_vrf_protocol_route_count_get200_response.py +0 -57
  1486. test/test_v1_devices_routing_vrf_protocol_route_count_get200_response_counts_inner.py +0 -54
  1487. test/test_v1_devices_running_version_post200_response.py +0 -57
  1488. test/test_v1_devices_running_version_post200_response_versions_inner.py +0 -54
  1489. test/test_v1_devices_session_status_post200_response.py +0 -71
  1490. test/test_v1_devices_session_status_post200_response_bgp_session_data_map_value.py +0 -54
  1491. test/test_v1_devices_summary_get200_response.py +0 -70
  1492. test/test_v1_devices_summary_get200_response_sites_inner.py +0 -67
  1493. test/test_v1_devices_summary_get200_response_sites_inner_devices_inner.py +0 -62
  1494. test/test_v1_diagnostic_archive_create_device_id_post201_response.py +0 -51
  1495. test/test_v1_diagnostic_archives_device_id_get200_response.py +0 -64
  1496. test/test_v1_diagnostic_archives_device_id_get200_response_archives_inner.py +0 -61
  1497. test/test_v1_diagnostic_clear_arp_device_id_put_request_entry_inner.py +0 -56
  1498. test/test_v1_diagnostic_clear_arp_device_id_put_request_entry_inner_address.py +0 -53
  1499. test/test_v1_diagnostic_gnmi_ping_get200_response.py +0 -59
  1500. test/test_v1_diagnostic_gnmi_ping_get200_response_results_inner.py +0 -56
  1501. test/test_v1_diagnostic_otp_device_id_get200_response.py +0 -51
  1502. test/test_v1_diagnostic_packetcapture_pcap_id_get200_response.py +0 -55
  1503. test/test_v1_diagnostic_packetcapture_start_post201_response.py +0 -51
  1504. test/test_v1_diagnostic_packetcapture_start_post_request_filter.py +0 -58
  1505. test/test_v1_diagnostic_packetcapture_start_post_request_filter_destination.py +0 -52
  1506. test/test_v1_diagnostic_packetcapture_start_post_request_target.py +0 -52
  1507. test/test_v1_diagnostic_ping_pause_resume_post204_response.py +0 -87
  1508. test/test_v1_diagnostic_ping_pause_resume_post204_response_result.py +0 -85
  1509. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_ping_result.py +0 -58
  1510. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_route_info.py +0 -53
  1511. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result.py +0 -71
  1512. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner.py +0 -60
  1513. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner_stats.py +0 -56
  1514. test/test_v1_diagnostic_ping_pause_resume_post_request_params.py +0 -59
  1515. test/test_v1_diagnostic_speedtest_post200_response.py +0 -69
  1516. test/test_v1_diagnostic_speedtest_post200_response_result.py +0 -67
  1517. test/test_v1_diagnostic_speedtest_post_request_params.py +0 -56
  1518. test/test_v1_diagnostic_speedtest_providers_get200_response.py +0 -53
  1519. test/test_v1_diagnostic_speedtest_report_put200_response.py +0 -52
  1520. test/test_v1_diagnostic_speedtest_servers_get200_response.py +0 -59
  1521. test/test_v1_diagnostic_speedtest_servers_get200_response_server_inner.py +0 -56
  1522. test/test_v1_edges_hardware_assigned_get200_response.py +0 -114
  1523. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner.py +0 -117
  1524. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py +0 -74
  1525. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_last_running_version.py +0 -53
  1526. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_running_version.py +0 -53
  1527. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py +0 -61
  1528. test/test_v1_edges_hardware_unassigned_get200_response.py +0 -74
  1529. test/test_v1_enterprise_allocation_get200_response.py +0 -101
  1530. test/test_v1_enterprise_allocation_get200_response_consumption_summary.py +0 -79
  1531. test/test_v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary.py +0 -56
  1532. test/test_v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary_expiration_date.py +0 -52
  1533. test/test_v1_enterprise_allocation_get200_response_consumption_summary_global_summary.py +0 -53
  1534. test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value.py +0 -65
  1535. test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_allocation.py +0 -55
  1536. test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_internet_consumption.py +0 -52
  1537. test/test_v1_enterprise_allocation_get200_response_conversion_holders_value.py +0 -59
  1538. test/test_v1_enterprise_allocation_get200_response_conversion_holders_value_bins_inner.py +0 -56
  1539. test/test_v1_enterprise_allocation_get200_response_regional_allocations_inner.py +0 -56
  1540. test/test_v1_enterprise_configuration_get200_response.py +0 -53
  1541. test/test_v1_enterprise_configuration_get200_response_configuration.py +0 -52
  1542. test/test_v1_enterprise_snapshot_get200_response.py +0 -173
  1543. test/test_v1_enterprise_snapshot_get200_response_device_snapshot_map_value.py +0 -105
  1544. test/test_v1_enterprise_snapshot_get200_response_device_snapshot_records_inner.py +0 -112
  1545. test/test_v1_enterprises_enterprise_id_admin_get200_response.py +0 -51
  1546. test/test_v1_enterprises_get200_response.py +0 -91
  1547. test/test_v1_enterprises_get200_response_enterprises_inner.py +0 -102
  1548. test/test_v1_enterprises_get200_response_enterprises_inner_counts.py +0 -63
  1549. test/test_v1_enterprises_get200_response_enterprises_inner_customers_value.py +0 -68
  1550. test/test_v1_enterprises_managed_get200_response.py +0 -105
  1551. test/test_v1_event_device_get200_response.py +0 -66
  1552. test/test_v1_event_device_get200_response_events_inner.py +0 -63
  1553. test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response.py +0 -67
  1554. test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response_dl_stats_inner.py +0 -55
  1555. test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response.py +0 -58
  1556. test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response_top_consumers_inner.py +0 -53
  1557. test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response.py +0 -81
  1558. test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response_first_level_inner.py +0 -57
  1559. test/test_v1_extranet_b2b_monitoring_peering_service_service_customer_list_post200_response.py +0 -53
  1560. test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post200_response.py +0 -62
  1561. test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner.py +0 -62
  1562. test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner_customer_prefix_health.py +0 -54
  1563. test/test_v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post200_response.py +0 -66
  1564. test/test_v1_extranet_sites_usage_post200_response.py +0 -67
  1565. test/test_v1_extranet_sites_usage_top_post200_response.py +0 -56
  1566. test/test_v1_extranet_sites_usage_top_post200_response_top_sites_inner.py +0 -53
  1567. test/test_v1_extranets_b2b_consumer_device_status_id_get200_response.py +0 -61
  1568. test/test_v1_extranets_b2b_consumer_device_status_id_get200_response_summary_inner.py +0 -57
  1569. test/test_v1_extranets_b2b_consumer_id_get200_response.py +0 -112
  1570. test/test_v1_extranets_b2b_consumer_post200_response.py +0 -120
  1571. test/test_v1_extranets_b2b_consumer_post200_response_device_inner.py +0 -56
  1572. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner.py +0 -104
  1573. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner.py +0 -61
  1574. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner_match.py +0 -56
  1575. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner.py +0 -64
  1576. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner_action.py +0 -54
  1577. test/test_v1_extranets_b2b_consumer_post_request_policy_inner.py +0 -59
  1578. test/test_v1_extranets_b2b_consumer_post_request_policy_inner_rules_inner.py +0 -52
  1579. test/test_v1_extranets_b2b_consumer_post_request_site_information_inner.py +0 -64
  1580. test/test_v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists.py +0 -52
  1581. test/test_v1_extranets_b2b_consumer_summary_get200_response.py +0 -66
  1582. test/test_v1_extranets_b2b_consumer_summary_get200_response_summary_inner.py +0 -63
  1583. test/test_v1_extranets_b2b_customer_info_id_get200_response.py +0 -54
  1584. test/test_v1_extranets_b2b_general_customers_summary_get200_response.py +0 -64
  1585. test/test_v1_extranets_b2b_general_customers_summary_get200_response_customers_inner.py +0 -61
  1586. test/test_v1_extranets_b2b_id_customer_post200_response.py +0 -62
  1587. test/test_v1_extranets_b2b_id_customer_post200_response_responses_inner.py +0 -59
  1588. test/test_v1_extranets_b2b_id_customer_post_request_invites_inner.py +0 -58
  1589. test/test_v1_extranets_b2b_id_customer_summary_get200_response.py +0 -61
  1590. test/test_v1_extranets_b2b_id_customer_summary_get200_response_customers_inner.py +0 -58
  1591. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response.py +0 -224
  1592. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_ipsec_tunnel_config_inner.py +0 -82
  1593. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details.py +0 -74
  1594. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_customer.py +0 -56
  1595. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service.py +0 -57
  1596. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service_prefixes_inner.py +0 -53
  1597. test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response.py +0 -75
  1598. test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner.py +0 -72
  1599. test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_customer.py +0 -56
  1600. test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_service.py +0 -56
  1601. test/test_v1_extranets_b2b_peering_consumer_id_post200_response.py +0 -74
  1602. test/test_v1_extranets_b2b_peering_consumer_id_post_request.py +0 -123
  1603. test/test_v1_extranets_b2b_peering_consumer_id_post_request_policy_inner.py +0 -54
  1604. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn.py +0 -92
  1605. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +0 -87
  1606. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +0 -69
  1607. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +0 -64
  1608. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +0 -56
  1609. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +0 -55
  1610. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +0 -51
  1611. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +0 -53
  1612. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +0 -54
  1613. test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get200_response.py +0 -77
  1614. test/test_v1_extranets_b2b_peering_consumer_match_id_post200_response.py +0 -74
  1615. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_global_object_ops_value.py +0 -53
  1616. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_policy_inner.py +0 -54
  1617. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn.py +0 -92
  1618. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +0 -87
  1619. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +0 -69
  1620. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +0 -64
  1621. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +0 -56
  1622. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +0 -55
  1623. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +0 -51
  1624. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +0 -53
  1625. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +0 -54
  1626. test/test_v1_extranets_b2b_peering_customer_id_get200_response.py +0 -57
  1627. test/test_v1_extranets_b2b_peering_customer_post200_response.py +0 -56
  1628. test/test_v1_extranets_b2b_peering_customer_post_request_invite.py +0 -54
  1629. test/test_v1_extranets_b2b_peering_match_customers_post200_response.py +0 -64
  1630. test/test_v1_extranets_b2b_peering_match_customers_post_request.py +0 -65
  1631. test/test_v1_extranets_b2b_peering_match_customers_post_request_info_inner.py +0 -61
  1632. test/test_v1_extranets_b2b_peering_match_service_to_customer_post200_response.py +0 -66
  1633. test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service.py +0 -63
  1634. test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner.py +0 -52
  1635. test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service_service_prefixes_inner.py +0 -52
  1636. test/test_v1_extranets_b2b_peering_match_service_to_customer_put200_response.py +0 -64
  1637. test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request.py +0 -65
  1638. test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request_service.py +0 -63
  1639. test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request_service_nat_inner.py +0 -52
  1640. test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request_service_service_prefixes_inner.py +0 -52
  1641. test/test_v1_extranets_b2b_peering_match_services_summary_get200_response.py +0 -62
  1642. test/test_v1_extranets_b2b_peering_match_services_summary_get200_response_services_inner.py +0 -59
  1643. test/test_v1_extranets_b2b_peering_producer_id_get200_response.py +0 -80
  1644. test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response.py +0 -64
  1645. test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response_info_inner.py +0 -61
  1646. test/test_v1_extranets_b2b_peering_producer_id_put_request.py +0 -76
  1647. test/test_v1_extranets_b2b_peering_producer_post200_response.py +0 -79
  1648. test/test_v1_extranets_b2b_peering_producer_post200_response_policy.py +0 -77
  1649. test/test_v1_extranets_b2b_peering_producer_post_request_policy.py +0 -75
  1650. test/test_v1_extranets_b2b_post200_response.py +0 -112
  1651. test/test_v1_extranets_b2b_post200_response_policy.py +0 -117
  1652. test/test_v1_extranets_b2b_post_request_policy.py +0 -86
  1653. test/test_v1_extranets_b2b_post_request_policy_global_object_device_summaries_value.py +0 -67
  1654. test/test_v1_extranets_b2b_post_request_policy_global_object_device_summaries_value_routing_policies_inner.py +0 -64
  1655. test/test_v1_extranets_b2b_post_request_policy_profiles_inner.py +0 -54
  1656. test/test_v1_extranets_b2b_post_request_policy_sla.py +0 -53
  1657. test/test_v1_extranets_b2b_producer_device_status_id_get200_response.py +0 -60
  1658. test/test_v1_extranets_b2b_producers_summary_get200_response.py +0 -64
  1659. test/test_v1_extranets_b2b_producers_summary_get200_response_info_inner.py +0 -61
  1660. test/test_v1_extranets_get200_response.py +0 -934
  1661. test/test_v1_extranets_get200_response_policies_inner.py +0 -2241
  1662. test/test_v1_extranets_get200_response_policies_inner_auto.py +0 -54
  1663. test/test_v1_extranets_get200_response_policies_inner_branches.py +0 -927
  1664. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner.py +0 -1090
  1665. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_bgp.py +0 -53
  1666. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner.py +0 -188
  1667. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_aggregations_inner.py +0 -54
  1668. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_multipath.py +0 -52
  1669. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner.py +0 -101
  1670. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_address_families_inner.py +0 -54
  1671. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd.py +0 -53
  1672. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor.py +0 -67
  1673. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_redistributions.py +0 -55
  1674. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner.py +0 -55
  1675. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile.py +0 -58
  1676. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile_queues_inner.py +0 -53
  1677. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner.py +0 -72
  1678. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop.py +0 -57
  1679. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns.py +0 -115
  1680. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner.py +0 -57
  1681. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2.py +0 -64
  1682. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2_servers_value.py +0 -60
  1683. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_static_servers_v2.py +0 -82
  1684. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner.py +0 -324
  1685. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ip_sec.py +0 -78
  1686. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4.py +0 -92
  1687. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_dhcp_relay.py +0 -57
  1688. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group.py +0 -79
  1689. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_group_members_inner.py +0 -59
  1690. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_tracked_interfaces_inner.py +0 -52
  1691. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface.py +0 -58
  1692. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface_lacp_config.py +0 -52
  1693. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_sfp_optical_strength_inner.py +0 -55
  1694. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_subinterfaces_inner.py +0 -205
  1695. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipfix_exporters_inner.py +0 -67
  1696. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +0 -83
  1697. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_bgp.py +0 -62
  1698. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_static.py +0 -53
  1699. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_location.py +0 -61
  1700. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy.py +0 -70
  1701. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner.py +0 -67
  1702. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner_rules_inner.py +0 -61
  1703. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner.py +0 -72
  1704. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_entries_inner.py +0 -55
  1705. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_policies_inner.py +0 -53
  1706. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +0 -52
  1707. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner.py +0 -96
  1708. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner.py +0 -88
  1709. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_actions_inner.py +0 -66
  1710. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_matches_inner.py +0 -64
  1711. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner.py +0 -358
  1712. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner.py +0 -89
  1713. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_leases_inner.py +0 -57
  1714. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_nameservers.py +0 -52
  1715. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_ranges_inner.py +0 -52
  1716. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_static_leases_inner.py +0 -55
  1717. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process.py +0 -110
  1718. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner.py +0 -120
  1719. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner_interfaces_inner.py +0 -89
  1720. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_redistributed_protocols_inner.py +0 -53
  1721. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv3_process.py +0 -110
  1722. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_overlay_filters.py +0 -52
  1723. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_syslog_targets_inner.py +0 -63
  1724. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site.py +0 -94
  1725. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_devices_inner.py +0 -52
  1726. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag.py +0 -62
  1727. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one.py +0 -53
  1728. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp.py +0 -165
  1729. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_communities_inner.py +0 -52
  1730. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_engine_endpoints_inner.py +0 -59
  1731. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner.py +0 -58
  1732. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner_include_exclude_list_inner.py +0 -53
  1733. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_targets_inner.py +0 -61
  1734. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_local_users_inner.py +0 -56
  1735. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_remote_users_inner.py +0 -56
  1736. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner.py +0 -81
  1737. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_accesses_inner.py +0 -57
  1738. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_group_members_inner.py +0 -55
  1739. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner.py +0 -58
  1740. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner_include_exclude_inner.py +0 -53
  1741. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy.py +0 -191
  1742. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_dpi_applications_inner.py +0 -62
  1743. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_network_lists_inner.py +0 -55
  1744. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_port_lists_inner.py +0 -55
  1745. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner.py +0 -91
  1746. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner.py +0 -81
  1747. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner_match.py +0 -69
  1748. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner.py +0 -95
  1749. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner.py +0 -85
  1750. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner_action.py +0 -59
  1751. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner.py +0 -58
  1752. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_ip.py +0 -53
  1753. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_udp.py +0 -52
  1754. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_pairs_inner.py +0 -54
  1755. test/test_v1_extranets_get200_response_policies_inner_branches_prefix_set.py +0 -61
  1756. test/test_v1_extranets_get200_response_policies_inner_manual.py +0 -53
  1757. test/test_v1_extranets_id_apply_post202_response.py +0 -58
  1758. test/test_v1_extranets_id_apply_post202_response_devices_inner.py +0 -54
  1759. test/test_v1_extranets_id_delete200_response.py +0 -57
  1760. test/test_v1_extranets_monitoring_lan_segments_get200_response.py +0 -55
  1761. test/test_v1_extranets_monitoring_lan_segments_get200_response_vrfs_inner.py +0 -52
  1762. test/test_v1_extranets_monitoring_nat_usage_get200_response.py +0 -60
  1763. test/test_v1_extranets_monitoring_nat_usage_get200_response_allocations_inner.py +0 -55
  1764. test/test_v1_extranets_monitoring_traffic_security_policy_post200_response.py +0 -91
  1765. test/test_v1_extranets_monitoring_traffic_security_policy_post200_response_security_rules_inner.py +0 -66
  1766. test/test_v1_extranets_monitoring_traffic_security_policy_post200_response_traffic_rules_inner.py +0 -69
  1767. test/test_v1_extranets_post200_response.py +0 -924
  1768. test/test_v1_extranets_post_request_policy.py +0 -119
  1769. test/test_v1_extranets_post_request_policy_branches.py +0 -68
  1770. test/test_v1_extranets_post_request_policy_branches_prefix_set.py +0 -61
  1771. test/test_v1_extranets_resolve_policy_target_post200_response.py +0 -868
  1772. test/test_v1_extranets_source_segments_post200_response.py +0 -294
  1773. test/test_v1_flows_flow_table_post200_response.py +0 -73
  1774. test/test_v1_flows_flow_table_post200_response_flow_table_inner.py +0 -67
  1775. test/test_v1_flows_flow_table_post_request_selector.py +0 -56
  1776. test/test_v1_flows_topology_post200_response.py +0 -121
  1777. test/test_v1_flows_topology_post200_response_network_topology_inner.py +0 -174
  1778. test/test_v1_flows_topology_post200_response_network_topology_inner_delta.py +0 -170
  1779. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner.py +0 -76
  1780. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections.py +0 -83
  1781. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections_control_connection_inner.py +0 -58
  1782. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_nodes_added_inner.py +0 -78
  1783. test/test_v1_flows_topology_post_request_app_selector.py +0 -53
  1784. test/test_v1_gateways_guest_consumer_get200_response.py +0 -93
  1785. test/test_v1_gateways_guest_consumer_match_id_get200_response.py +0 -131
  1786. test/test_v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get200_response.py +0 -52
  1787. test/test_v1_gateways_post200_response.py +0 -52
  1788. test/test_v1_gateways_put_request_details.py +0 -139
  1789. test/test_v1_gateways_put_request_details_aws.py +0 -84
  1790. test/test_v1_gateways_put_request_details_aws_advance_settings.py +0 -58
  1791. test/test_v1_gateways_put_request_details_aws_transit_connection.py +0 -73
  1792. test/test_v1_gateways_put_request_details_aws_transit_connection_credentials.py +0 -52
  1793. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway.py +0 -67
  1794. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner.py +0 -61
  1795. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner.py +0 -56
  1796. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner_subnets_inner.py +0 -52
  1797. test/test_v1_gateways_put_request_details_azure.py +0 -53
  1798. test/test_v1_gateways_put_request_details_gcp.py +0 -53
  1799. test/test_v1_gateways_put_request_details_ipsec_gateway.py +0 -87
  1800. test/test_v1_gateways_put_request_details_ipsec_gateway_routing.py +0 -69
  1801. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp.py +0 -64
  1802. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value.py +0 -56
  1803. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value_family.py +0 -55
  1804. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_md5_password.py +0 -51
  1805. test/test_v1_gateways_put_request_details_ipsec_gateway_tunnel1.py +0 -54
  1806. test/test_v1_gateways_put_request_details_oci.py +0 -53
  1807. test/test_v1_gateways_regions_get200_response.py +0 -55
  1808. test/test_v1_gateways_status_post_request_device_info_inner.py +0 -52
  1809. test/test_v1_gateways_summary_get200_response.py +0 -73
  1810. test/test_v1_gateways_summary_get200_response_summaries_inner.py +0 -70
  1811. test/test_v1_gateways_summary_get200_response_summaries_inner_gateway_device_summary_inner.py +0 -54
  1812. test/test_v1_global_apps_app_list_options_get200_response.py +0 -58
  1813. test/test_v1_global_apps_app_lists_get200_response.py +0 -61
  1814. test/test_v1_global_apps_app_lists_get200_response_entries_inner.py +0 -58
  1815. test/test_v1_global_apps_app_lists_get200_response_entries_inner_app_list.py +0 -55
  1816. test/test_v1_global_apps_app_lists_get200_response_entries_inner_app_list_identifier.py +0 -52
  1817. test/test_v1_global_apps_app_lists_post200_response.py +0 -53
  1818. test/test_v1_global_apps_app_lists_post_request_app_list_config.py +0 -57
  1819. test/test_v1_global_apps_categories_get200_response.py +0 -60
  1820. test/test_v1_global_apps_categories_get200_response_entries_inner.py +0 -57
  1821. test/test_v1_global_apps_custom_app_id_details_app_lists_get200_response.py +0 -58
  1822. test/test_v1_global_apps_custom_get200_response.py +0 -77
  1823. test/test_v1_global_apps_custom_get200_response_entries_inner.py +0 -74
  1824. test/test_v1_global_apps_custom_get200_response_entries_inner_app_config.py +0 -65
  1825. test/test_v1_global_apps_graphiant_get200_response.py +0 -61
  1826. test/test_v1_global_apps_graphiant_get200_response_entries_inner.py +0 -58
  1827. test/test_v1_global_attached_edges_post200_response.py +0 -62
  1828. test/test_v1_global_attached_edges_post200_response_statuses_inner.py +0 -59
  1829. test/test_v1_global_config_patch200_response.py +0 -75
  1830. test/test_v1_global_config_patch_request_global_prefix_sets_value.py +0 -64
  1831. test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set.py +0 -63
  1832. test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value.py +0 -55
  1833. test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value_entry.py +0 -54
  1834. test/test_v1_global_config_patch_request_ipfix_exporters_value.py +0 -63
  1835. test/test_v1_global_config_patch_request_ipfix_exporters_value_exporter.py +0 -62
  1836. test/test_v1_global_config_patch_request_prefix_sets_value.py +0 -61
  1837. test/test_v1_global_config_patch_request_prefix_sets_value_target.py +0 -60
  1838. test/test_v1_global_config_patch_request_prefix_sets_value_target_prefix_set.py +0 -59
  1839. test/test_v1_global_config_patch_request_routing_policies_value.py +0 -104
  1840. test/test_v1_global_config_patch_request_routing_policies_value_policy.py +0 -104
  1841. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value.py +0 -95
  1842. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement.py +0 -95
  1843. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value.py +0 -72
  1844. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action.py +0 -71
  1845. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_administrative_distance.py +0 -51
  1846. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_aspath_prepend.py +0 -51
  1847. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_bgp_set_next_hop.py +0 -51
  1848. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy.py +0 -51
  1849. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities.py +0 -55
  1850. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities_community.py +0 -54
  1851. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_local_pref.py +0 -51
  1852. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_metric.py +0 -52
  1853. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_weight.py +0 -51
  1854. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value.py +0 -66
  1855. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match.py +0 -68
  1856. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community.py +0 -51
  1857. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community_community.py +0 -53
  1858. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_prefix_set.py +0 -51
  1859. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_protocol_route_type.py +0 -51
  1860. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag.py +0 -54
  1861. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry.py +0 -53
  1862. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_interface.py +0 -51
  1863. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_protocol.py +0 -51
  1864. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_stale.py +0 -51
  1865. test/test_v1_global_config_patch_request_snmps_value.py +0 -156
  1866. test/test_v1_global_config_patch_request_snmps_value_config.py +0 -160
  1867. test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value.py +0 -60
  1868. test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint.py +0 -59
  1869. test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint_addresses_value.py +0 -51
  1870. test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value.py +0 -56
  1871. test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +0 -55
  1872. test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile_include_exclude_list_value.py +0 -51
  1873. test/test_v1_global_config_patch_request_snmps_value_config_targets_value.py +0 -61
  1874. test/test_v1_global_config_patch_request_snmps_value_config_targets_value_target.py +0 -60
  1875. test/test_v1_global_config_patch_request_snmps_value_config_usm_local_users_value.py +0 -56
  1876. test/test_v1_global_config_patch_request_snmps_value_config_usm_local_users_value_local_user.py +0 -55
  1877. test/test_v1_global_config_patch_request_snmps_value_config_usm_remote_users_value.py +0 -56
  1878. test/test_v1_global_config_patch_request_snmps_value_config_usm_remote_users_value_remote_user.py +0 -55
  1879. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value.py +0 -71
  1880. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group.py +0 -70
  1881. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value.py +0 -58
  1882. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value_access.py +0 -57
  1883. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value.py +0 -55
  1884. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value_member.py +0 -54
  1885. test/test_v1_global_config_patch_request_snmps_value_config_vacm_views_value.py +0 -56
  1886. test/test_v1_global_config_patch_request_syslog_servers_value.py +0 -61
  1887. test/test_v1_global_config_patch_request_syslog_servers_value_target.py +0 -60
  1888. test/test_v1_global_config_patch_request_traffic_policies.py +0 -212
  1889. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value.py +0 -77
  1890. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application.py +0 -82
  1891. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_networks.py +0 -54
  1892. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_ports.py +0 -54
  1893. test/test_v1_global_config_patch_request_traffic_policies_network_lists_value.py +0 -55
  1894. test/test_v1_global_config_patch_request_traffic_policies_port_lists_value.py +0 -55
  1895. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value.py +0 -88
  1896. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset.py +0 -87
  1897. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value.py +0 -80
  1898. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule.py +0 -81
  1899. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_downlink_burst_rate.py +0 -51
  1900. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match.py +0 -76
  1901. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application.py +0 -53
  1902. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application_match.py +0 -52
  1903. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter.py +0 -54
  1904. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter_match.py +0 -53
  1905. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_network.py +0 -51
  1906. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_port_range.py +0 -52
  1907. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list.py +0 -54
  1908. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list_match.py +0 -53
  1909. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp.py +0 -52
  1910. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp_match.py +0 -51
  1911. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_protocol.py +0 -51
  1912. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_source_network.py +0 -51
  1913. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value.py +0 -98
  1914. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset.py +0 -97
  1915. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value.py +0 -90
  1916. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule.py +0 -89
  1917. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action.py +0 -67
  1918. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_backup_circuit_label.py +0 -52
  1919. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_remark.py +0 -52
  1920. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_set_sla_class.py +0 -51
  1921. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value.py +0 -59
  1922. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall.py +0 -58
  1923. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip.py +0 -54
  1924. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip_session_limit.py +0 -51
  1925. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_udp.py +0 -52
  1926. test/test_v1_global_config_patch_request_traffic_policies_zones_value.py +0 -59
  1927. test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone.py +0 -58
  1928. test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value.py +0 -54
  1929. test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value_pair.py +0 -53
  1930. test/test_v1_global_config_patch_request_vpn_profiles_value.py +0 -64
  1931. test/test_v1_global_config_patch_request_vpn_profiles_value_vpn_profile.py +0 -63
  1932. test/test_v1_global_config_site_post_request_ipfix_exporter_ops_v2_value.py +0 -52
  1933. test/test_v1_global_ipfix_device_get200_response.py +0 -70
  1934. test/test_v1_global_ipsec_profile_get200_response.py +0 -56
  1935. test/test_v1_global_ipsec_profile_get200_response_ipsec_profiles_inner.py +0 -53
  1936. test/test_v1_global_ipsec_profile_id_get200_response.py +0 -64
  1937. test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response.py +0 -57
  1938. test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response_site_to_site_vpn_inner.py +0 -54
  1939. test/test_v1_global_lan_segments_get200_response.py +0 -62
  1940. test/test_v1_global_lan_segments_get200_response_entries_inner.py +0 -59
  1941. test/test_v1_global_lan_segments_post200_response.py +0 -52
  1942. test/test_v1_global_lan_segments_vrf_id_devices_get200_response.py +0 -59
  1943. test/test_v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py +0 -55
  1944. test/test_v1_global_prefix_sets_device_get200_response.py +0 -75
  1945. test/test_v1_global_routing_policies_device_get200_response.py +0 -99
  1946. test/test_v1_global_site_lists_get200_response.py +0 -63
  1947. test/test_v1_global_site_lists_get200_response_entries_inner.py +0 -59
  1948. test/test_v1_global_site_lists_id_get200_response.py +0 -59
  1949. test/test_v1_global_site_lists_id_sites_get200_response.py +0 -64
  1950. test/test_v1_global_site_lists_id_sites_get200_response_entries_inner.py +0 -61
  1951. test/test_v1_global_site_lists_id_sites_get200_response_entries_inner_tag_inner.py +0 -53
  1952. test/test_v1_global_site_lists_post_request_entries_inner.py +0 -55
  1953. test/test_v1_global_site_lists_post_request_entries_inner_tag.py +0 -53
  1954. test/test_v1_global_snmps_device_get200_response.py +0 -168
  1955. test/test_v1_global_summary_post200_response.py +0 -67
  1956. test/test_v1_global_summary_post200_response_summaries_inner.py +0 -64
  1957. test/test_v1_global_syslogs_device_get200_response.py +0 -66
  1958. test/test_v1_global_traffic_policies_device_get200_response.py +0 -154
  1959. test/test_v1_groups_get200_response.py +0 -81
  1960. test/test_v1_groups_get200_response_groups_inner_permissions.py +0 -68
  1961. test/test_v1_groups_id_get200_response.py +0 -79
  1962. test/test_v1_groups_id_members_get200_response.py +0 -62
  1963. test/test_v1_groups_id_members_get200_response_users_inner.py +0 -59
  1964. test/test_v1_groups_id_members_post204_response.py +0 -54
  1965. test/test_v1_healthcheck_devices_get200_response.py +0 -83
  1966. test/test_v1_healthcheck_devices_get200_response_details_inner.py +0 -80
  1967. test/test_v1_healthcheck_devices_get200_response_details_inner_odp_status.py +0 -52
  1968. test/test_v1_healthcheck_devices_get200_response_details_inner_onboarding_status.py +0 -52
  1969. test/test_v1_lan_segments_get200_response.py +0 -302
  1970. test/test_v1_lldp_interface_id_neighbors_get200_response.py +0 -60
  1971. test/test_v1_lldp_interface_id_neighbors_get200_response_neighbors_inner.py +0 -57
  1972. test/test_v1_lldp_interface_id_summary_get200_response.py +0 -52
  1973. test/test_v1_lldp_interface_id_vendors_get200_response.py +0 -55
  1974. test/test_v1_lldp_interface_id_vendors_get200_response_vendors_inner.py +0 -52
  1975. test/test_v1_logs_post200_response.py +0 -70
  1976. test/test_v1_logs_post200_response_logs_inner.py +0 -58
  1977. test/test_v1_logs_post_request_selectors_inner.py +0 -54
  1978. test/test_v1_monitoring_circuits_bandwidth_post200_response.py +0 -71
  1979. test/test_v1_monitoring_circuits_bandwidth_post200_response_data_inner.py +0 -71
  1980. test/test_v1_monitoring_circuits_bandwidth_post_request_selectors_inner.py +0 -52
  1981. test/test_v1_monitoring_circuits_incidents_post200_response.py +0 -68
  1982. test/test_v1_monitoring_circuits_summary_post200_response.py +0 -67
  1983. test/test_v1_monitoring_circuits_summary_post200_response_summaries_inner.py +0 -64
  1984. test/test_v1_monitoring_circuits_utilization_post200_response.py +0 -63
  1985. test/test_v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner.py +0 -60
  1986. test/test_v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner_queue_utilization_inner.py +0 -55
  1987. test/test_v1_monitoring_circuits_visualization_post200_response.py +0 -66
  1988. test/test_v1_monitoring_circuits_visualization_post200_response_data_inner.py +0 -62
  1989. test/test_v1_monitoring_circuits_visualization_post_request_selectors_inner.py +0 -53
  1990. test/test_v1_nat_entries_device_id_get200_response.py +0 -76
  1991. test/test_v1_nat_entries_device_id_get200_response_nat_entries_inner.py +0 -62
  1992. test/test_v1_nat_entries_device_id_get200_response_page_info.py +0 -57
  1993. test/test_v1_nat_utilization_device_id_get200_response.py +0 -59
  1994. test/test_v1_nat_utilization_device_id_get200_response_nat_usage.py +0 -55
  1995. test/test_v1_onboarding_cloudinit_get200_response.py +0 -82
  1996. test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner.py +0 -79
  1997. test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config.py +0 -67
  1998. test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner.py +0 -60
  1999. test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner_ipv4.py +0 -53
  2000. test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_token.py +0 -57
  2001. test/test_v1_policy_applications_get200_response.py +0 -65
  2002. test/test_v1_policy_applications_get200_response_applications_inner.py +0 -54
  2003. test/test_v1_policy_prefix_sets_post200_response.py +0 -73
  2004. test/test_v1_policy_prefix_sets_post_request_entries_value.py +0 -53
  2005. test/test_v1_policy_route_tag_sets_post200_response.py +0 -51
  2006. test/test_v1_policy_route_tag_sets_tag_detail_get200_response.py +0 -60
  2007. test/test_v1_policy_route_tag_sets_tag_detail_get200_response_devices_inner.py +0 -57
  2008. test/test_v1_policy_route_tag_sets_tags_get200_response.py +0 -62
  2009. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner.py +0 -65
  2010. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner.py +0 -59
  2011. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner.py +0 -59
  2012. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -65
  2013. 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 +0 -65
  2014. 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 +0 -59
  2015. 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 +0 -65
  2016. 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 +0 -62
  2017. 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 +0 -56
  2018. test/test_v1_policy_route_tag_sets_tags_summary_get200_response.py +0 -60
  2019. test/test_v1_policy_route_tag_sets_tags_summary_get200_response_tags_inner.py +0 -57
  2020. test/test_v1_portal_apikeys_get200_response.py +0 -57
  2021. test/test_v1_portal_apikeys_get200_response_api_key_info_inner.py +0 -54
  2022. test/test_v1_portal_apikeys_post200_response.py +0 -51
  2023. test/test_v1_portal_private_details_get200_response.py +0 -60
  2024. test/test_v1_portal_private_inventory_details_get200_response.py +0 -57
  2025. test/test_v1_portal_private_inventory_details_get200_response_details_inner.py +0 -54
  2026. test/test_v1_portal_private_post_request_details.py +0 -57
  2027. test/test_v1_portal_private_sync_post_request_inventory_inner.py +0 -54
  2028. test/test_v1_presharedkey_get200_response.py +0 -51
  2029. test/test_v1_qos_circuit_profiles_get200_response.py +0 -61
  2030. test/test_v1_search_get200_response.py +0 -56
  2031. test/test_v1_search_get200_response_results_inner.py +0 -53
  2032. test/test_v1_site_details_sitelists_post200_response.py +0 -57
  2033. test/test_v1_site_details_sitelists_post200_response_site_lists_inner.py +0 -54
  2034. test/test_v1_site_id_details_interfaces_get200_response.py +0 -53
  2035. test/test_v1_sites_details_get200_response.py +0 -97
  2036. test/test_v1_sites_get200_response.py +0 -105
  2037. test/test_v1_sites_post200_response.py +0 -95
  2038. test/test_v1_sites_post_request_site.py +0 -99
  2039. test/test_v1_sites_site_id_circuits_get200_response.py +0 -195
  2040. test/test_v1_sites_site_id_circuits_get200_response_data_inner.py +0 -192
  2041. test/test_v1_sites_site_id_devices_get200_response.py +0 -69
  2042. test/test_v1_sites_site_id_devices_get200_response_device_inner.py +0 -66
  2043. test/test_v1_software_auto_upgrade_default_get200_response.py +0 -57
  2044. test/test_v1_software_auto_upgrade_default_get200_response_details.py +0 -55
  2045. test/test_v1_software_auto_upgrade_default_get200_response_profile.py +0 -58
  2046. test/test_v1_software_auto_upgrade_default_get200_response_profile_occurrence.py +0 -54
  2047. test/test_v1_software_gcsrelease_upload_notes_post_request_details.py +0 -59
  2048. test/test_v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py +0 -52
  2049. test/test_v1_software_release_notes_get200_response.py +0 -51
  2050. test/test_v1_software_releases_download_get200_response.py +0 -51
  2051. test/test_v1_software_releases_summary_get200_response.py +0 -61
  2052. test/test_v1_software_releases_summary_get200_response_summaries_inner.py +0 -58
  2053. test/test_v1_software_releases_summary_get200_response_summaries_inner_key.py +0 -52
  2054. test/test_v1_software_running_details_get200_response.py +0 -57
  2055. test/test_v1_software_running_details_get200_response_devices_inner.py +0 -54
  2056. test/test_v1_software_running_summary_get200_response.py +0 -56
  2057. test/test_v1_software_running_summary_get200_response_versions_inner.py +0 -53
  2058. test/test_v1_talkers_device_device_id_top_post200_response.py +0 -55
  2059. test/test_v1_talkers_device_device_id_top_post200_response_apps_utilization_inner.py +0 -52
  2060. test/test_v1_troubleshooting_device_device_id_post200_response.py +0 -170
  2061. test/test_v1_troubleshooting_device_device_id_post200_response_control_plane.py +0 -77
  2062. test/test_v1_troubleshooting_device_device_id_post200_response_system_plane.py +0 -121
  2063. test/test_v1_troubleshooting_enterprise_post200_response.py +0 -63
  2064. test/test_v1_troubleshooting_enterprise_post200_response_sites_inner.py +0 -60
  2065. test/test_v1_troubleshooting_site_connectivity_status_get200_response.py +0 -55
  2066. test/test_v1_troubleshooting_site_connectivity_status_get200_response_connectivity_status_inner.py +0 -52
  2067. test/test_v1_troubleshooting_site_site_id_get200_response.py +0 -58
  2068. test/test_v1_troubleshooting_site_site_id_get200_response_edge_statuses_inner.py +0 -53
  2069. test/test_v1_troubleshooting_top_sites_by_alerts_post200_response.py +0 -68
  2070. test/test_v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane.py +0 -55
  2071. test/test_v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane_site_counts_inner.py +0 -52
  2072. test/test_v1_version_post200_response.py +0 -54
  2073. test/test_v1_version_post_request_configuration_metadata.py +0 -53
  2074. test/test_v1_zones_get200_response.py +0 -64
  2075. test/test_v1_zones_get200_response_zones_inner.py +0 -53
  2076. test/test_v2_aggregated_notification_get_state_get200_response.py +0 -51
  2077. test/test_v2_allowlist_rule_id_get200_response.py +0 -66
  2078. test/test_v2_allowlist_rule_id_get200_response_records_inner.py +0 -63
  2079. test/test_v2_assistant_add_to_conversation_post200_response.py +0 -69
  2080. test/test_v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py +0 -55
  2081. test/test_v2_assistant_add_to_conversation_post_request_question.py +0 -54
  2082. test/test_v2_assistant_conversation_interface_state_get200_response.py +0 -51
  2083. test/test_v2_assistant_get_conversation_details_post200_response.py +0 -74
  2084. test/test_v2_assistant_get_conversations_post200_response.py +0 -56
  2085. test/test_v2_assistant_get_conversations_post200_response_conversation_list_inner.py +0 -53
  2086. test/test_v2_assurance_applicationdetailsbyname_post200_response.py +0 -145
  2087. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record.py +0 -86
  2088. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record_exchange_service_inner.py +0 -52
  2089. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record_flex_algo_inner.py +0 -52
  2090. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_name_record.py +0 -107
  2091. test/test_v2_assurance_applicationprofilesummary_post200_response.py +0 -77
  2092. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary.py +0 -76
  2093. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner.py +0 -73
  2094. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_bucket_stats.py +0 -54
  2095. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_child_bucket_stats_list_inner.py +0 -54
  2096. test/test_v2_assurance_bucket_app_servers_all_get200_response.py +0 -68
  2097. test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner.py +0 -65
  2098. test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_added_servers_inner.py +0 -53
  2099. test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_app.py +0 -52
  2100. test/test_v2_assurance_bucket_app_servers_post200_response.py +0 -58
  2101. test/test_v2_assurance_bucket_app_servers_post200_response_app_servers_inner.py +0 -55
  2102. test/test_v2_assurance_bucket_apps_post200_response.py +0 -60
  2103. test/test_v2_assurance_bucket_apps_post200_response_apps_inner.py +0 -57
  2104. test/test_v2_assurance_bucket_services_post200_response.py +0 -55
  2105. test/test_v2_assurance_bucket_topologies_post200_response.py +0 -55
  2106. test/test_v2_assurance_bucketdetails_post200_response.py +0 -122
  2107. test/test_v2_assurance_bucketdetails_post200_response_bucket_details.py +0 -165
  2108. test/test_v2_assurance_bucketdetails_post200_response_bucket_details_trend_value_list_inner.py +0 -53
  2109. test/test_v2_assurance_create_user_report_post200_response.py +0 -51
  2110. test/test_v2_assurance_createclassifiedapplication_post200_response.py +0 -51
  2111. test/test_v2_assurance_download_user_report_get200_response.py +0 -51
  2112. test/test_v2_assurance_endpoint_intel_post200_response.py +0 -55
  2113. test/test_v2_assurance_enterprisesummary_post200_response.py +0 -57
  2114. test/test_v2_assurance_enterprisesummary_post200_response_enterprise_summary.py +0 -56
  2115. test/test_v2_assurance_flow_summary_post200_response.py +0 -112
  2116. test/test_v2_assurance_flow_summary_post200_response_client_endpoint.py +0 -76
  2117. test/test_v2_assurance_flow_summary_post200_response_client_endpoint_edges_inner.py +0 -52
  2118. test/test_v2_assurance_flow_summary_post200_response_client_endpoint_jitter.py +0 -53
  2119. test/test_v2_assurance_flow_summary_post200_response_client_endpoint_site.py +0 -53
  2120. test/test_v2_assurance_getclassifiedapplicationlist_get200_response.py +0 -64
  2121. test/test_v2_assurance_getclassifiedapplicationlist_get200_response_classified_application_list_inner.py +0 -61
  2122. test/test_v2_assurance_read_user_report_list_get200_response.py +0 -65
  2123. test/test_v2_assurance_read_user_report_list_get200_response_user_report_list_inner.py +0 -62
  2124. test/test_v2_assurance_scoredetails_post200_response.py +0 -57
  2125. test/test_v2_assurance_scoredetails_post200_response_score_details.py +0 -56
  2126. test/test_v2_assurance_scoredetails_post200_response_score_details_score_bucket_list_inner.py +0 -53
  2127. test/test_v2_assurance_topology_client_session_details_post200_response.py +0 -125
  2128. test/test_v2_assurance_topology_client_session_details_post200_response_session.py +0 -154
  2129. test/test_v2_assurance_topology_client_session_details_post200_response_session_client_endpoint.py +0 -77
  2130. test/test_v2_assurance_topology_client_session_details_post200_response_session_client_links_inner.py +0 -55
  2131. test/test_v2_assurance_topology_client_session_details_post200_response_session_local_dia_links_inner.py +0 -51
  2132. test/test_v2_assurance_topology_client_session_details_post200_response_session_pop_links_inner.py +0 -55
  2133. test/test_v2_assurance_topology_client_sessions_post200_response.py +0 -127
  2134. test/test_v2_assurance_topology_client_sessions_post_request_filter.py +0 -59
  2135. test/test_v2_assurance_topology_client_summaries_post200_response.py +0 -62
  2136. test/test_v2_assurance_topology_client_summaries_post200_response_summaries_inner.py +0 -59
  2137. test/test_v2_assurance_topology_flows_post200_response.py +0 -72
  2138. test/test_v2_assurance_topology_flows_post200_response_flows_inner.py +0 -69
  2139. test/test_v2_assurance_topology_inventory_post200_response.py +0 -75
  2140. test/test_v2_assurance_topology_inventory_post200_response_regions_inner.py +0 -52
  2141. test/test_v2_assurance_topology_overview_post200_response.py +0 -92
  2142. test/test_v2_assurance_topology_overview_post200_response_topology.py +0 -77
  2143. test/test_v2_assurance_topology_overview_post200_response_topology_edges_inner.py +0 -58
  2144. test/test_v2_assurance_topology_overview_post200_response_topology_edges_inner_performance_inner.py +0 -53
  2145. test/test_v2_assurance_topology_overview_post200_response_topology_nodes_inner.py +0 -57
  2146. test/test_v2_assurance_topology_overview_post200_response_topology_nodes_inner_location.py +0 -52
  2147. test/test_v2_assurance_topology_overview_post200_response_topology_paths_inner.py +0 -53
  2148. test/test_v2_assurance_topology_overview_post200_response_traffic_regions_inner.py +0 -54
  2149. test/test_v2_assurance_topology_region_summary_post200_response.py +0 -66
  2150. test/test_v2_assurance_topology_region_summary_post200_response_sites_inner.py +0 -63
  2151. test/test_v2_assurance_topology_site_summaries_post200_response.py +0 -62
  2152. test/test_v2_assurance_topology_site_summaries_post200_response_summaries_inner.py +0 -59
  2153. test/test_v2_audit_logs_post200_response.py +0 -71
  2154. test/test_v2_audit_logs_post200_response_logs_inner.py +0 -66
  2155. test/test_v2_audit_logs_post_request_selector.py +0 -71
  2156. test/test_v2_childalertlist_post200_response.py +0 -116
  2157. test/test_v2_childalertlist_post200_response_alert_list_inner.py +0 -117
  2158. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list.py +0 -85
  2159. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner.py +0 -116
  2160. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +0 -85
  2161. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +0 -117
  2162. 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 +0 -85
  2163. 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 +0 -116
  2164. 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 +0 -85
  2165. 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 +0 -82
  2166. test/test_v2_device_device_id_lan_segments_post200_response.py +0 -67
  2167. test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner.py +0 -64
  2168. test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner.py +0 -60
  2169. test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner_vrf_route_inner.py +0 -54
  2170. test/test_v2_device_device_id_topology_post200_response.py +0 -153
  2171. test/test_v2_device_device_id_topology_post200_response_edges_inner.py +0 -84
  2172. test/test_v2_device_device_id_topology_post200_response_edges_inner_circuits_info_inner.py +0 -62
  2173. test/test_v2_device_device_id_topology_post200_response_edges_inner_connections_inner.py +0 -62
  2174. test/test_v2_device_device_id_topology_post200_response_nodes_inner.py +0 -106
  2175. test/test_v2_device_device_id_topology_post200_response_nodes_inner_circuit_info_inner.py +0 -65
  2176. test/test_v2_device_device_id_topology_post200_response_nodes_inner_node_info.py +0 -68
  2177. test/test_v2_device_device_id_topology_post200_response_snapshots_inner.py +0 -54
  2178. test/test_v2_extranet_consumers_usage_top_post200_response.py +0 -56
  2179. test/test_v2_extranet_consumers_usage_top_post200_response_top_consumers_inner.py +0 -53
  2180. test/test_v2_extranet_lan_segments_usage_top_post200_response.py +0 -56
  2181. test/test_v2_extranet_service_overtime_consumption_post200_response.py +0 -66
  2182. test/test_v2_extranet_service_overtime_consumption_post200_response_dl_agg_stats_inner.py +0 -55
  2183. test/test_v2_extranet_sites_consumption_overview_post200_response.py +0 -81
  2184. test/test_v2_extranet_sites_consumption_overview_post200_response_lan_segments_inner.py +0 -57
  2185. test/test_v2_extranet_total_usage_post200_response.py +0 -51
  2186. test/test_v2_extranets_monitoring_consumers_post200_response.py +0 -58
  2187. test/test_v2_extranets_monitoring_consumers_post200_response_consumers_inner.py +0 -55
  2188. test/test_v2_integration_getall_enterprise_id_get200_response.py +0 -64
  2189. test/test_v2_integration_integration_id_put_request_integration_body.py +0 -59
  2190. test/test_v2_integration_post200_response.py +0 -62
  2191. test/test_v2_integration_post200_response_integration.py +0 -61
  2192. test/test_v2_integration_post_request_integration_body.py +0 -62
  2193. test/test_v2_integration_post_request_integration_body_details.py +0 -53
  2194. test/test_v2_monitoring_bfd_post200_response.py +0 -65
  2195. test/test_v2_monitoring_bfd_post200_response_data_inner.py +0 -62
  2196. test/test_v2_monitoring_bfd_post200_response_data_inner_samples_inner.py +0 -55
  2197. test/test_v2_monitoring_bfd_post_request_selectors_inner.py +0 -53
  2198. test/test_v2_monitoring_bgp_post200_response.py +0 -65
  2199. test/test_v2_monitoring_bgp_post200_response_data_inner.py +0 -62
  2200. test/test_v2_monitoring_bgp_post_request_selectors_inner.py +0 -53
  2201. test/test_v2_monitoring_circuits_summary_post200_response.py +0 -78
  2202. test/test_v2_monitoring_circuits_summary_post200_response_circuit_summaries_inner.py +0 -75
  2203. test/test_v2_monitoring_circuits_utilization_post200_response.py +0 -65
  2204. test/test_v2_monitoring_circuits_utilization_post200_response_data_inner.py +0 -62
  2205. test/test_v2_monitoring_circuits_utilization_post200_response_data_inner_queue_utilization_inner.py +0 -56
  2206. test/test_v2_monitoring_extranet_edge_status_get200_response.py +0 -61
  2207. test/test_v2_monitoring_extranet_edge_status_get200_response_edge_statuses_inner.py +0 -58
  2208. test/test_v2_monitoring_extranet_log_details_post200_response.py +0 -60
  2209. test/test_v2_monitoring_extranet_log_details_post200_response_logs_inner.py +0 -57
  2210. test/test_v2_monitoring_extranet_service_status_details_get200_response.py +0 -61
  2211. test/test_v2_monitoring_extranet_service_status_details_get200_response_statuses_inner.py +0 -58
  2212. test/test_v2_monitoring_extranet_service_status_details_get200_response_statuses_inner_statuses_inner.py +0 -52
  2213. test/test_v2_monitoring_extranet_service_status_get200_response.py +0 -55
  2214. test/test_v2_monitoring_extranet_status_details_get200_response.py +0 -72
  2215. test/test_v2_monitoring_ike_error_history_post200_response.py +0 -61
  2216. test/test_v2_monitoring_ike_error_history_post200_response_data_inner.py +0 -58
  2217. test/test_v2_monitoring_interface_post200_response.py +0 -64
  2218. test/test_v2_monitoring_interface_post200_response_data_inner.py +0 -61
  2219. test/test_v2_monitoring_interface_post_request_selectors_inner.py +0 -52
  2220. test/test_v2_monitoring_ipsec_post200_response.py +0 -64
  2221. test/test_v2_monitoring_ipsec_post200_response_data_inner.py +0 -61
  2222. test/test_v2_monitoring_ipsec_post_request_selectors_inner.py +0 -52
  2223. test/test_v2_monitoring_ospf_post200_response.py +0 -65
  2224. test/test_v2_monitoring_ospf_post200_response_data_inner.py +0 -62
  2225. test/test_v2_monitoring_ospf_post_request_selectors_inner.py +0 -53
  2226. test/test_v2_monitoring_policy_post200_response.py +0 -64
  2227. test/test_v2_monitoring_policy_post200_response_data_inner.py +0 -61
  2228. test/test_v2_monitoring_policy_post_request_selectors_inner.py +0 -52
  2229. test/test_v2_monitoring_queue_instant_post200_response.py +0 -65
  2230. test/test_v2_monitoring_queue_instant_post200_response_data_inner.py +0 -62
  2231. test/test_v2_monitoring_queue_instant_post_request_selectors_inner.py +0 -53
  2232. test/test_v2_monitoring_queue_post200_response.py +0 -66
  2233. test/test_v2_monitoring_queue_post200_response_data_inner.py +0 -63
  2234. test/test_v2_monitoring_queue_post_request_selectors_inner.py +0 -54
  2235. test/test_v2_monitoring_segment_route_counts_post200_response.py +0 -64
  2236. test/test_v2_monitoring_segment_route_counts_post200_response_data_inner.py +0 -64
  2237. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post200_response.py +0 -69
  2238. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post200_response_data_inner.py +0 -69
  2239. test/test_v2_monitoring_site_twamp_site_id_post200_response.py +0 -68
  2240. test/test_v2_monitoring_site_twamp_site_id_post200_response_data_inner.py +0 -65
  2241. test/test_v2_monitoring_site_twamp_site_id_post_request_selectors_inner.py +0 -54
  2242. test/test_v2_monitoring_system_generic_post200_response.py +0 -63
  2243. test/test_v2_monitoring_system_generic_post200_response_data_inner.py +0 -60
  2244. test/test_v2_monitoring_twamp_post200_response.py +0 -66
  2245. test/test_v2_monitoring_twamp_post200_response_data_inner.py +0 -63
  2246. test/test_v2_notification_create_post_request_notification_body.py +0 -68
  2247. test/test_v2_notificationlist_post200_response.py +0 -78
  2248. test/test_v2_notificationlist_post200_response_notification_list_inner.py +0 -75
  2249. test/test_v2_notificationlist_post_request_time_window.py +0 -57
  2250. test/test_v2_rulelist_post200_response.py +0 -62
  2251. test/test_v2_rulelist_post200_response_rule_list_inner.py +0 -59
  2252. test/test_v2_site_site_id_detail_post200_response.py +0 -60
  2253. test/test_v2_site_site_id_detail_post200_response_site.py +0 -54
  2254. test/test_v2_version_post200_response.py +0 -51
  2255. {graphiant_sdk-25.11.1.dist-info → graphiant_sdk-25.12.1.dist-info}/WHEEL +0 -0
  2256. {graphiant_sdk-25.11.1.dist-info → graphiant_sdk-25.12.1.dist-info}/licenses/LICENSE +0 -0
  2257. {graphiant_sdk-25.11.1.dist-info → graphiant_sdk-25.12.1.dist-info}/top_level.txt +0 -0
@@ -1,868 +0,0 @@
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.models.v1_extranets_resolve_policy_target_post200_response import V1ExtranetsResolvePolicyTargetPost200Response
18
-
19
- class TestV1ExtranetsResolvePolicyTargetPost200Response(unittest.TestCase):
20
- """V1ExtranetsResolvePolicyTargetPost200Response unit test stubs"""
21
-
22
- def setUp(self):
23
- pass
24
-
25
- def tearDown(self):
26
- pass
27
-
28
- def make_instance(self, include_optional) -> V1ExtranetsResolvePolicyTargetPost200Response:
29
- """Test V1ExtranetsResolvePolicyTargetPost200Response
30
- include_optional is a boolean, when False only required
31
- params are included, when True both required and
32
- optional params are included """
33
- # uncomment below to create an instance of `V1ExtranetsResolvePolicyTargetPost200Response`
34
- """
35
- model = V1ExtranetsResolvePolicyTargetPost200Response()
36
- if include_optional:
37
- return V1ExtranetsResolvePolicyTargetPost200Response(
38
- devices = [
39
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner(
40
- bgp = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_bgp._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_bgp(
41
- asn = 123,
42
- id = 1234567891011,
43
- router_id = 'example string', ),
44
- bgp_enabled = True,
45
- circuits = [
46
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner(
47
- bgp_aggregations = [
48
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_aggregations_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_bgpAggregations_inner(
49
- as_set = True,
50
- id = 1234567891011,
51
- prefix = 'example string',
52
- summary_only = True, )
53
- ],
54
- bgp_multipath = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_multipath._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_bgpMultipath(
55
- enabled = True,
56
- vrf_id = 1234567891011, ),
57
- bgp_neighbors = [
58
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_bgpNeighbors_inner(
59
- address_families = [
60
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_address_families_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_bgpNeighbors_inner_addressFamilies_inner(
61
- address_family = 'ENUM_VALUE',
62
- id = 1234567891011,
63
- inbound_policy = 'example string',
64
- outbound_policy = 'example string', )
65
- ],
66
- allow_as_in = 123,
67
- as_override = True,
68
- bfd = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_bgpNeighbors_inner_bfd(
69
- enabled = True,
70
- minimum_interval = 123,
71
- multiplier = 123, ),
72
- bfd_neighbor = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_bgpNeighbors_inner_bfdNeighbor(
73
- desired_minimum_tx_interval = 123,
74
- if_index = 123,
75
- interface = 'example string',
76
- last_updated = graphiant_sdk.models._v1_alarm_history_get_200_response_history_inner_time._v1_alarm_history_get_200_response_history_inner_time(
77
- nanos = 123,
78
- seconds = 1234567891011, ),
79
- local_diag = 'ENUM_VALUE',
80
- peer_address = 'example string',
81
- remote_diag = 'ENUM_VALUE',
82
- required_minimum_rx_interval = 123,
83
- segment_name = 'example string',
84
- source_address = 'example string',
85
- state = 'ENUM_VALUE',
86
- time_in_state = graphiant_sdk.models._v1_alarm_history_get_200_response_history_inner_time._v1_alarm_history_get_200_response_history_inner_time(
87
- nanos = 123,
88
- seconds = 1234567891011, ),
89
- up = True, ),
90
- bgp_type = 'ENUM_VALUE',
91
- default_originate = 'ENUM_VALUE',
92
- enabled = True,
93
- hold_timer = 123,
94
- id = 1234567891011,
95
- keepalive_timer = 123,
96
- local_address = 'example string',
97
- local_interface = 'example string',
98
- max_prefix = 10000,
99
- md5_password = 'example string',
100
- multi_hop = 5,
101
- peer_asn = 123,
102
- remote_address = 'example string',
103
- remove_private_as = True,
104
- send_community = False,
105
- state = 'ENUM_VALUE',
106
- time_since_last_oper_change = ,
107
- up = True, )
108
- ],
109
- bgp_redistributions = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_redistributions._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_bgpRedistributions(
110
- connected = True,
111
- dia = True,
112
- ospfv2 = True,
113
- static = True, ),
114
- carrier = 'example string',
115
- circuit_type = 'ENUM_VALUE',
116
- connection_type = 'ENUM_VALUE',
117
- core_logical_interfaces_v2 = [
118
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_coreLogicalInterfacesV2_inner(
119
- admin_status = True,
120
- id = 1234567891011,
121
- index = 1234567891011,
122
- name = 'example string',
123
- oper_status = True, )
124
- ],
125
- description = 'example string',
126
- dia_enabled = True,
127
- dia_snmp_index = 1234567891011,
128
- discovered_public_ip = 'example string',
129
- drop_mechanism = 'ENUM_VALUE',
130
- id = 1234567891011,
131
- interface_name = 'example string',
132
- label = 'ENUM_VALUE',
133
- last_resort = True,
134
- link_down_speed_mbps = 123,
135
- link_up_speed_mbps = 123,
136
- loopback = True,
137
- name = 'example string',
138
- pat_addresses = [
139
- 'example string'
140
- ],
141
- private_ip = 'example string',
142
- profile = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_profile(
143
- kind = 'ENUM_VALUE',
144
- queues = [
145
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile_queues_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_profile_queues_inner(
146
- bandwidth_percent = 123,
147
- default_queue = True,
148
- sla_class = 'ENUM_VALUE', )
149
- ], ),
150
- qos_profile = 'ENUM_VALUE',
151
- qos_profile_type = 'ENUM_VALUE',
152
- snmp_index = 1234567891011,
153
- static_routes = [
154
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_staticRoutes_inner(
155
- administrative_distance = 123,
156
- description = 'example string',
157
- id = 1234567891011,
158
- next_hop = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_staticRoutes_inner_nextHop(
159
- circuit = 'example string',
160
- id = 1234567891011,
161
- metric = 123,
162
- next_hop_address = 'example string',
163
- nexthop = 'example string',
164
- outgoing_interface = 'example string',
165
- third_party_ipsec_tunnel = 'example string', ),
166
- next_hops = [
167
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_staticRoutes_inner_nextHop(
168
- circuit = 'example string',
169
- id = 1234567891011,
170
- metric = 123,
171
- next_hop_address = 'example string',
172
- nexthop = 'example string',
173
- outgoing_interface = 'example string',
174
- third_party_ipsec_tunnel = 'example string', )
175
- ],
176
- prefix = 'example string', )
177
- ],
178
- wan_interface_v2 = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_coreLogicalInterfacesV2_inner(
179
- admin_status = True,
180
- id = 1234567891011,
181
- index = 1234567891011,
182
- name = 'example string',
183
- oper_status = True, ), )
184
- ],
185
- config_updated_at = ,
186
- created_at = ,
187
- dhcp_server_enabled = True,
188
- dns = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_dns._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_dns(
189
- cloudflare_servers = [
190
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_dns_cloudflareServers_inner(
191
- circuit_name = 'example string',
192
- interface_name = 'example string',
193
- ipv4 = 'example string',
194
- ipv6 = 'example string',
195
- source = 'example string',
196
- stale = True,
197
- type = 'ENUM_VALUE', )
198
- ],
199
- dynamic_servers = [
200
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_dns_cloudflareServers_inner(
201
- circuit_name = 'example string',
202
- interface_name = 'example string',
203
- ipv4 = 'example string',
204
- ipv6 = 'example string',
205
- source = 'example string',
206
- stale = True,
207
- type = 'ENUM_VALUE', )
208
- ],
209
- dynamic_servers_v2 = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_dns_dynamicServersV2(
210
- circuit = 'example string',
211
- servers = {
212
- 'key' : graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2_servers_value._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_dns_dynamicServersV2_servers_value()
213
- }, ),
214
- mode = 'ENUM_VALUE',
215
- static_servers = [
216
-
217
- ],
218
- static_servers_v2 = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_dns_static_servers_v2._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_dns_staticServersV2(
219
- primary_ipv4_server = ,
220
- primary_ipv6_server = ,
221
- secondary_ipv4_server = ,
222
- secondary_ipv6_server = , ), ),
223
- gdi = 123,
224
- hostname = 'example string',
225
- id = 1234567891011,
226
- interfaces = [
227
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_interfaces_inner(
228
- alias = 'example string',
229
- circuit = 'example string',
230
- circuit_name = 'example string',
231
- configured_max_transmission_unit = 123,
232
- description = 'example string',
233
- duplex = 'example string',
234
- enabled = True,
235
- id = 1234567891011,
236
- ip_sec = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ip_sec._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_interfaces_inner_ipSec(
237
- anti_replay_window_size = 123,
238
- dh_group = 'ENUM_VALUE',
239
- dpd_interval = 123,
240
- encryption_alg = 'ENUM_VALUE',
241
- esn = True,
242
- established_time = ,
243
- ike_integrity = 'ENUM_VALUE',
244
- ipsec_encryption_alg = 'ENUM_VALUE',
245
- ipsec_integrity = 'ENUM_VALUE',
246
- label = 'ENUM_VALUE',
247
- local_address = 'example string',
248
- local_circuit = 'example string',
249
- local_ike_peer_identity = 'example string',
250
- local_ikesa_spi = 12345678910,
251
- local_port = 123,
252
- negotiated_algo = 'example string',
253
- oper_state = True,
254
- perfect_forward_secrecy = 'example string',
255
- preshared_key = 'example string',
256
- protocol = 'example string',
257
- reauth_interval = 1234567891011,
258
- rekey_interval = 1234567891011,
259
- remote_address = 'example string',
260
- remote_ike_peer_identity = 'example string',
261
- remote_ikesa_spi = 12345678910,
262
- remote_port = 123, ),
263
- ipv4 = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_interfaces_inner_ipv4(
264
- address = 'example string',
265
- dhcp_client = True,
266
- dhcp_relay = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_dhcp_relay._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_interfaces_inner_ipv4_dhcpRelay(
267
- dhcpv4_relays = [
268
- 'example string'
269
- ],
270
- dhcpv6_relays = [
271
- 'example string'
272
- ],
273
- id = 1234567891011, ),
274
- dhcp_server = True,
275
- origin = 'ENUM_VALUE',
276
- vrrp_group = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_interfaces_inner_ipv4_vrrpGroup(
277
- accept_mode = True,
278
- allow_inter_operability = True,
279
- description = 'example string',
280
- effective_priority = 123,
281
- enabled = True,
282
- group_members = [
283
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_group_members_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_interfaces_inner_ipv4_vrrpGroup_groupMembers_inner(
284
- circuit = 'example string',
285
- device_id = 1234567891011,
286
- effective_priority = 123,
287
- hostname = 'example string',
288
- interface = 'example string',
289
- lan = 'example string',
290
- local_ip_address = 'example string',
291
- priority = 123,
292
- state = 'ENUM_VALUE', )
293
- ],
294
- id = 1234567891011,
295
- name = 'example string',
296
- preempt = True,
297
- priority = 123,
298
- state = 'ENUM_VALUE',
299
- tracked_interfaces = [
300
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_tracked_interfaces_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_interfaces_inner_ipv4_vrrpGroup_trackedInterfaces_inner(
301
- interface = 'example string',
302
- priority_decrement = 123, )
303
- ],
304
- virtual_ip_address = 'example string',
305
- virtual_mac_address = 'example string', ), ),
306
- ipv6 = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_interfaces_inner_ipv4(
307
- address = 'example string',
308
- dhcp_client = True,
309
- dhcp_server = True,
310
- origin = 'ENUM_VALUE', ),
311
- ipv6_addresses = [
312
-
313
- ],
314
- lan = 'example string',
315
- lldp_enabled = True,
316
- max_transmission_unit = 123,
317
- name = 'example string',
318
- oper_updated_at = ,
319
- phy_address = 'example string',
320
- security_zone = 'example string',
321
- sfp_optical_strength = [
322
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_sfp_optical_strength_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_interfaces_inner_sfpOpticalStrength_inner(
323
- index = 123,
324
- rx_power = 12.34,
325
- tx_bias = 12.34,
326
- tx_power = 12.34,
327
- voltage = 12.34, )
328
- ],
329
- speed_mbps = 123,
330
- subinterfaces = [
331
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_subinterfaces_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_interfaces_inner_subinterfaces_inner(
332
- alias = 'example string',
333
- circuit = 'example string',
334
- description = 'example string',
335
- duplex = 'example string',
336
- enabled = True,
337
- id = 1234567891011,
338
- lan = 'example string',
339
- mac_address = 'example string',
340
- max_transmission_unit = 123,
341
- name = 'example string',
342
- parent_mac_address = 'example string',
343
- security_zone = 'example string',
344
- speed_mbps = 123,
345
- tcp_mss = 123,
346
- tcp_mss_v4 = 123,
347
- tcp_mss_v6 = 123,
348
- up = True,
349
- vlan = 123, )
350
- ],
351
- tcp_mss = 123,
352
- tcp_mss_v4 = 123,
353
- tcp_mss_v6 = 123,
354
- type = 'ENUM_VALUE',
355
- up = True,
356
- vrf_function_id = 123,
357
- vrf_name = 'example string', )
358
- ],
359
- internal_state = 'ENUM_VALUE',
360
- ipfix_enabled = True,
361
- ipfix_exporters = [
362
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_ipfix_exporters_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_ipfixExporters_inner(
363
- destination_address = 'example string',
364
- destination_port = 123,
365
- error_message = 'example string',
366
- global_id = 1234567891011,
367
- id = 1234567891011,
368
- monitored_segments = [
369
- 'example string'
370
- ],
371
- name = 'example string',
372
- sample_mode = 'example string',
373
- sample_rate = 1234567891011,
374
- source_address = 'example string',
375
- source_interface = 'example string',
376
- source_segment = 'example string',
377
- status = 'ENUM_VALUE',
378
- vrf_id = 1234567891011,
379
- vrf_name = 'example string', )
380
- ],
381
- ipsec_tunnels = [
382
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_ipsecTunnels_inner(
383
- destination_address = 'example string',
384
- ike_initiator = True,
385
- ipsec_label = 'ENUM_VALUE',
386
- lan = 'example string',
387
- local_address_v4 = 'example string',
388
- local_address_v6 = 'example string',
389
- local_circuit = 'example string',
390
- local_ike_peer_identity = 'example string',
391
- mtu = 123,
392
- name = 'example string',
393
- preshared_key = 'example string',
394
- remote_address_v4 = 'example string',
395
- remote_address_v6 = 'example string',
396
- remote_ike_peer_identity = 'example string',
397
- static = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_static._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_ipsecTunnels_inner_static(
398
- destination_prefix = [
399
- 'example string'
400
- ], ),
401
- tcp_mss = 123,
402
- vpn_profile = 'example string', )
403
- ],
404
- last_booted_at = ,
405
- lldp_enabled = True,
406
- local_route_tag = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_matches_value_match_routeTag_entry(
407
- level_one = 'example string',
408
- level_two = 'example string',
409
- level_zero = 'example string', ),
410
- local_web_server_password = 'example string',
411
- location = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_location._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_location(
412
- address_line1 = 'example string',
413
- address_line2 = 'example string',
414
- city = 'example string',
415
- country = 'example string',
416
- country_code = 'example string',
417
- latitude = 123.45,
418
- longitude = 123.45,
419
- notes = 'example string',
420
- province_code = 'example string',
421
- state = 'example string',
422
- state_code = 'example string', ),
423
- maintenance_mode = True,
424
- nat_policy = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_nat_policy._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_natPolicy(
425
- nat_policy_rulesets = [
426
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_natPolicy_natPolicyRulesets_inner(
427
- description = 'example string',
428
- id = 1234567891011,
429
- name = 'example string',
430
- rules = [
431
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner_rules_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_natPolicy_natPolicyRulesets_inner_rules_inner(
432
- advertise_pre_nat_prefixes = True,
433
- description = 'example string',
434
- id = 1234567891011,
435
- index = 123,
436
- name = 'example string',
437
- original_dst_ip_prefix = 'example string',
438
- original_src_ip_prefix = 'example string',
439
- seq = 123,
440
- translated_dst_ip_prefix = 'example string',
441
- translated_src_ip_prefix = 'example string',
442
- type = 'ENUM_VALUE', )
443
- ], )
444
- ], ),
445
- notes = 'example string',
446
- oper_staled = True,
447
- oper_staled_at = ,
448
- oper_updated_at = ,
449
- ospfv2_enabled = True,
450
- ospfv3_enabled = True,
451
- platform = 'example string',
452
- prefix_sets = [
453
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_prefixSets_inner(
454
- description = 'example string',
455
- entries = [
456
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_entries_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_prefixSets_inner_entries_inner(
457
- id = 1234567891011,
458
- ip_prefix = 'example string',
459
- mask_lower = 123,
460
- mask_upper = 123,
461
- seq = 123, )
462
- ],
463
- error_message = 'example string',
464
- global_id = 1234567891011,
465
- id = 1234567891011,
466
- mode = 'ENUM_VALUE',
467
- name = 'example string',
468
- policies = [
469
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_policies_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_prefixSets_inner_policies_inner(
470
- attach_point = 'ENUM_VALUE',
471
- id = 1234567891011,
472
- name = 'example string', )
473
- ],
474
- policy_count = 123,
475
- status = 'ENUM_VALUE', )
476
- ],
477
- reboot_reason = 'example string',
478
- region = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_region._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_region(
479
- id = 123,
480
- name = 'example string', ),
481
- region_override = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_region._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_region(
482
- id = 123,
483
- name = 'example string', ),
484
- role = 'ENUM_VALUE',
485
- routing_policies = [
486
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_routingPolicies_inner(
487
- attach_point = 'ENUM_VALUE',
488
- default_action = 'ENUM_VALUE',
489
- description = 'example string',
490
- error_message = 'example string',
491
- global_id = 1234567891011,
492
- id = 1234567891011,
493
- name = 'example string',
494
- statements = [
495
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_routingPolicies_inner_statements_inner(
496
- actions = [
497
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_actions_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_routingPolicies_inner_statements_inner_actions_inner(
498
- administrative_distance = 123,
499
- aspath_prepend = 123,
500
- bgp_set_next_hop = 'example string',
501
- call_policy = 'example string',
502
- community = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities_community._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_communities_community(
503
- additive = True,
504
- community_list = [
505
- 'example string'
506
- ], ),
507
- id = 1234567891011,
508
- local_pref = 123,
509
- metric_absolute = 123,
510
- metric_modifier = 123,
511
- result = 'ENUM_VALUE',
512
- seq = 123,
513
- weight = 123, )
514
- ],
515
- id = 1234567891011,
516
- matches = [
517
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_matches_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_routingPolicies_inner_statements_inner_matches_inner(
518
- id = 1234567891011,
519
- prefix_set = 'example string',
520
- protocol_route_type = 'ENUM_VALUE',
521
- route_tag = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_matches_value_match_routeTag_entry(
522
- level_one = 'example string',
523
- level_two = 'example string',
524
- level_zero = 'example string', ),
525
- seq = 123,
526
- source_interface = 'example string',
527
- source_protocol = 'ENUM_VALUE',
528
- stale_purge = True, )
529
- ],
530
- seq = 123, )
531
- ],
532
- status = 'ENUM_VALUE', )
533
- ],
534
- segments = [
535
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner(
536
- description = 'example string',
537
- dhcp_subnets = [
538
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_dhcpSubnets_inner(
539
- default_lease_time_secs = 123,
540
- description = 'example string',
541
- domain_name = 'example string',
542
- gateway = 'example string',
543
- id = 1234567891011,
544
- interface = 'example string',
545
- ip_prefix = 'example string',
546
- ip_version = 123,
547
- leases = [
548
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_leases_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_dhcpSubnets_inner_leases_inner(
549
- ends_at = ,
550
- id = 1234567891011,
551
- ip_address = 'example string',
552
- mac_address = 'example string',
553
- vrf = 'example string', )
554
- ],
555
- max_lease_time_secs = 123,
556
- min_lease_time_secs = 123,
557
- name = 'example string',
558
- nameservers = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_nameservers._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_dhcpSubnets_inner_nameservers(
559
- primary = 'example string',
560
- secondary = 'example string', ),
561
- ranges = [
562
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_ranges_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_dhcpSubnets_inner_ranges_inner(
563
- end = 'example string',
564
- start = 'example string', )
565
- ],
566
- static_leases = [
567
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_static_leases_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_dhcpSubnets_inner_staticLeases_inner(
568
- hostname = 'example string',
569
- id = 1234567891011,
570
- ip_address = 'example string',
571
- mac_address = 'example string',
572
- vrf = 'example string', )
573
- ],
574
- total_addresses = 12345678910,
575
- utilization = 123, )
576
- ],
577
- enterprise_id = 1234567891011,
578
- function = 'example string',
579
- id = 1234567891011,
580
- name = 'example string',
581
- nat_ruleset = 'example string',
582
- networks = [
583
- 'example string'
584
- ],
585
- ospfv2_process = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_ospfv2Process(
586
- admin_distance = 100,
587
- areas = [
588
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_ospfv2Process_areas_inner(
589
- area_id = 'example string',
590
- bfd_neighbors = [
591
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_circuits_inner_bgpNeighbors_inner_bfdNeighbor(
592
- desired_minimum_tx_interval = 123,
593
- if_index = 123,
594
- interface = 'example string',
595
- local_diag = 'ENUM_VALUE',
596
- peer_address = 'example string',
597
- remote_diag = 'ENUM_VALUE',
598
- required_minimum_rx_interval = 123,
599
- segment_name = 'example string',
600
- source_address = 'example string',
601
- state = 'ENUM_VALUE',
602
- up = True, )
603
- ],
604
- id = 1234567891011,
605
- name = 'example string',
606
- type = 'ENUM_VALUE', )
607
- ],
608
- auto_router_id = True,
609
- default_originate = 'ENUM_VALUE',
610
- id = 1234567891011,
611
- redistributed_protocols = [
612
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_redistributed_protocols_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_ospfv2Process_redistributedProtocols_inner(
613
- metric = 123,
614
- metric_type = 'ENUM_VALUE',
615
- redist_type = 'ENUM_VALUE', )
616
- ],
617
- router_id = 'example string', ),
618
- ospfv3_process = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv3_process._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_ospfv3Process(
619
- admin_distance = 100,
620
- default_originate = 'ENUM_VALUE',
621
- id = 1234567891011,
622
- router_id = 'example string',
623
- version = 123, ),
624
- overlay_filters = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_overlay_filters._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_overlayFilters(
625
- inbound_filter = 'example string',
626
- outbound_filter = 'example string', ),
627
- routable = True,
628
- route_distinguisher = 'example string',
629
- syslog_targets = [
630
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_segments_inner_syslog_targets_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_segments_inner_syslogTargets_inner(
631
- destination_host = 'example string',
632
- destination_port = 123,
633
- enabled = True,
634
- error_message = 'example string',
635
- global_id = 1234567891011,
636
- id = 1234567891011,
637
- name = 'example string',
638
- severity = 'ENUM_VALUE',
639
- source_interface = 'example string',
640
- status = 'ENUM_VALUE',
641
- transport = 'ENUM_VALUE',
642
- vrf_id = 1234567891011,
643
- vrf_name = 'example string', )
644
- ],
645
- traffic_ruleset = 'example string', )
646
- ],
647
- serial_number = 'example string',
648
- site = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_site._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_site(
649
- address = 'example string',
650
- devices = [
651
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_site_devices_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_site_devices_inner(
652
- hostname = 'example string',
653
- id = 1234567891011, )
654
- ],
655
- edge_count = 123,
656
- id = 1234567891011,
657
- name = 'example string',
658
- notes = 'example string',
659
- policy_reference_count = 123,
660
- policy_tag = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_site_policyTag(
661
- level_one = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_site_policyTag_levelOne(
662
- id = 1234567891011,
663
- tag = 'example string',
664
- tag_value = 123, ),
665
- level_two = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_site_policyTag_levelOne(
666
- id = 1234567891011,
667
- tag = 'example string',
668
- tag_value = 123, ),
669
- level_zero = , ),
670
- segment_count = 123,
671
- site_list_reference_count = 123,
672
- tags = [
673
- 'example string'
674
- ],
675
- updated_at = , ),
676
- snmp = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp(
677
- communities = [
678
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_communities_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_communities_inner(
679
- community_string = 'example string',
680
- id = 1234567891011, )
681
- ],
682
- engine_enable_authen_traps = True,
683
- engine_enable_high_memory_traps = True,
684
- engine_enable_high_cpu_traps = True,
685
- engine_enable_local_acess_v4 = True,
686
- engine_enable_local_acess_v6 = True,
687
- engine_enable_user_hints = True,
688
- engine_enable_user_validation = True,
689
- engine_enabled = True,
690
- engine_endpoints = [
691
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_engine_endpoints_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_engineEndpoints_inner(
692
- addresses = [
693
- 'example string'
694
- ],
695
- auto_ipv4 = True,
696
- auto_ipv6 = True,
697
- id = 1234567891011,
698
- interface_name = 'example string',
699
- lan_segment = 'example string',
700
- name = 'example string', )
701
- ],
702
- engine_id_admin_octets = 'example string',
703
- engine_id_admin_text = 'example string',
704
- engine_id_ipv4 = 'example string',
705
- engine_id_ipv6 = 'example string',
706
- engine_id_mac = 'example string',
707
- engine_id_raw = 'example string',
708
- error_message = 'example string',
709
- global_id = 1234567891011,
710
- id = 1234567891011,
711
- name = 'example string',
712
- notify_filter_profiles = [
713
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_notifyFilterProfiles_inner(
714
- id = 1234567891011,
715
- include_exclude_list = [
716
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner_include_exclude_list_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_notifyFilterProfiles_inner_includeExcludeList_inner(
717
- id = 1234567891011,
718
- include = True,
719
- subtree = 'example string', )
720
- ],
721
- name = 'example string', )
722
- ],
723
- status = 'ENUM_VALUE',
724
- targets = [
725
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_targets_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_targets_inner(
726
- id = 1234567891011,
727
- name = 'example string',
728
- notify_filter_profile = 'example string',
729
- notify_type = 'ENUM_VALUE',
730
- source_ip = 'example string',
731
- target_ip = 'example string',
732
- target_type = 'ENUM_VALUE',
733
- usm_security_level = 'ENUM_VALUE',
734
- usm_user_name = 'example string',
735
- vrf_name = 'example string', )
736
- ],
737
- usm_local_users = [
738
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_local_users_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_usmLocalUsers_inner(
739
- auth_passphrase = 'example string',
740
- auth_protocol = 'ENUM_VALUE',
741
- encryption_passphrase = 'example string',
742
- encryption_protocol = 'ENUM_VALUE',
743
- id = 1234567891011,
744
- name = 'example string', )
745
- ],
746
- usm_remote_users = [
747
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_remote_users_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_usmRemoteUsers_inner(
748
- auth_loc_key = 'example string',
749
- auth_protocol = 'ENUM_VALUE',
750
- encryption_loc_key = 'example string',
751
- encryption_protocol = 'ENUM_VALUE',
752
- id = 1234567891011,
753
- name = 'example string', )
754
- ],
755
- v2c_enabled = True,
756
- v3_enabled = True,
757
- vacm_groups = [
758
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_vacmGroups_inner(
759
- accesses = [
760
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_accesses_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_vacmGroups_inner_accesses_inner(
761
- context = 'example string',
762
- group_context_match = 'ENUM_VALUE',
763
- id = 1234567891011,
764
- name = 'example string',
765
- read_view = 'example string',
766
- security_level = 'ENUM_VALUE',
767
- write_view = 'example string', )
768
- ],
769
- id = 1234567891011,
770
- name = 'example string',
771
- views = [
772
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_vacmGroups_inner_views_inner(
773
- id = 1234567891011,
774
- include_exclude = [
775
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner_include_exclude_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_snmp_vacmGroups_inner_views_inner_includeExclude_inner(
776
- id = 1234567891011,
777
- include = True,
778
- name = 'example string', )
779
- ],
780
- name = 'example string', )
781
- ], )
782
- ], ),
783
- software_version = 'example string',
784
- static_routes_enabled = True,
785
- status = 'ENUM_VALUE',
786
- traffic_policy = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_traffic_policy._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_trafficPolicy(
787
- dpi_applications = [
788
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_dpi_applications_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_trafficPolicy_dpiApplications_inner(
789
- description = 'example string',
790
- destination_network = 'example string',
791
- destination_network_list = 'example string',
792
- destination_port = 123,
793
- destination_port_list = 'example string',
794
- id = 1234567891011,
795
- ip_protocol = 'ENUM_VALUE',
796
- name = 'example string',
797
- source_network = 'example string',
798
- source_network_list = 'example string',
799
- source_port = 123,
800
- source_port_list = 'example string', )
801
- ],
802
- network_lists = [
803
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_network_lists_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_trafficPolicy_networkLists_inner(
804
- id = 1234567891011,
805
- name = 'example string', )
806
- ],
807
- port_lists = [
808
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_port_lists_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_trafficPolicy_portLists_inner(
809
- id = 1234567891011,
810
- name = 'example string',
811
- ports = [
812
- 123
813
- ], )
814
- ],
815
- security_rulesets = [
816
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_trafficPolicy_securityRulesets_inner(
817
- description = 'example string',
818
- error_message = 'example string',
819
- global_id = 1234567891011,
820
- id = 1234567891011,
821
- index = 123,
822
- name = 'example string',
823
- status = 'ENUM_VALUE', )
824
- ],
825
- traffic_rulesets = [
826
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_trafficPolicy_trafficRulesets_inner(
827
- description = 'example string',
828
- error_message = 'example string',
829
- global_id = 1234567891011,
830
- id = 1234567891011,
831
- index = 123,
832
- name = 'example string',
833
- status = 'ENUM_VALUE', )
834
- ],
835
- zone_firewalls = [
836
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_trafficPolicy_zoneFirewalls_inner(
837
- ip = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_ip._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_trafficPolicy_zoneFirewalls_inner_ip(
838
- block_land_attacks = True,
839
- session_limit = 123,
840
- urpf = 'ENUM_VALUE', ),
841
- udp = graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_udp._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_trafficPolicy_zoneFirewalls_inner_udp(
842
- expiry = 123,
843
- unidirectional_flow_limit = 123, ),
844
- zone_name = 'example string', )
845
- ],
846
- zone_pairs = [
847
- graphiant_sdk.models._v1_extranets_get_200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_pairs_inner._v1_extranets_get_200_response_policies_inner_branches_excludedDevices_inner_trafficPolicy_zonePairs_inner(
848
- inside = 'example string',
849
- outside = 'example string',
850
- ruleset = 'example string',
851
- tcp_protection = True, )
852
- ], ),
853
- uptime = ,
854
- vrrp_enabled = True, )
855
- ]
856
- )
857
- else:
858
- return V1ExtranetsResolvePolicyTargetPost200Response(
859
- )
860
- """
861
-
862
- def testV1ExtranetsResolvePolicyTargetPost200Response(self):
863
- """Test V1ExtranetsResolvePolicyTargetPost200Response"""
864
- # inst_req_only = self.make_instance(include_optional=False)
865
- # inst_req_and_optional = self.make_instance(include_optional=True)
866
-
867
- if __name__ == '__main__':
868
- unittest.main()