graphiant-sdk 25.10.2__py3-none-any.whl → 25.11.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 (3093) hide show
  1. graphiant_sdk/__init__.py +2791 -2083
  2. graphiant_sdk/api/default_api.py +19573 -14325
  3. graphiant_sdk/api_client.py +1 -1
  4. graphiant_sdk/configuration.py +1 -1
  5. graphiant_sdk/models/__init__.py +1395 -1041
  6. graphiant_sdk/models/alarms_alarm_data.py +130 -0
  7. graphiant_sdk/models/alarms_alarm_history.py +102 -0
  8. graphiant_sdk/models/alertservice_alert_record.py +152 -0
  9. graphiant_sdk/models/alertservice_allow_alert_notifcation_list_record.py +111 -0
  10. graphiant_sdk/models/alertservice_children_alert_list_response.py +97 -0
  11. graphiant_sdk/models/alertservice_create_integration_body.py +107 -0
  12. graphiant_sdk/models/alertservice_integration.py +105 -0
  13. graphiant_sdk/models/alertservice_integration_details.py +91 -0
  14. graphiant_sdk/models/alertservice_notification_body.py +106 -0
  15. graphiant_sdk/models/alertservice_notification_record.py +104 -0
  16. graphiant_sdk/models/alertservice_rule_record.py +103 -0
  17. graphiant_sdk/models/alertservice_time_window.py +99 -0
  18. graphiant_sdk/models/alertservice_update_integration_body.py +101 -0
  19. graphiant_sdk/models/assistant_assistant_conversation.py +93 -0
  20. graphiant_sdk/models/assistant_assistant_question.py +93 -0
  21. graphiant_sdk/models/assistant_assistant_response.py +115 -0
  22. graphiant_sdk/models/assistant_dataframe_dictionary.py +91 -0
  23. graphiant_sdk/models/assistant_time_window.py +99 -0
  24. graphiant_sdk/models/assurance_app_id_record.py +153 -0
  25. graphiant_sdk/models/assurance_app_name_record.py +141 -0
  26. graphiant_sdk/models/assurance_application_flow.py +117 -0
  27. graphiant_sdk/models/assurance_application_profile_summary.py +95 -0
  28. graphiant_sdk/models/assurance_bucket_app.py +105 -0
  29. graphiant_sdk/models/assurance_bucket_app_identifier.py +89 -0
  30. graphiant_sdk/models/assurance_bucket_app_server.py +95 -0
  31. graphiant_sdk/models/assurance_bucket_app_server_changes_list.py +110 -0
  32. graphiant_sdk/models/assurance_bucket_app_server_list.py +101 -0
  33. graphiant_sdk/models/assurance_bucket_details.py +135 -0
  34. graphiant_sdk/models/assurance_bucket_stats.py +93 -0
  35. graphiant_sdk/models/assurance_bucket_stats_with_id.py +93 -0
  36. graphiant_sdk/models/assurance_bucket_summary.py +115 -0
  37. graphiant_sdk/models/assurance_classified_application.py +95 -0
  38. graphiant_sdk/models/assurance_client_session.py +179 -0
  39. graphiant_sdk/models/assurance_client_session_dia_link.py +87 -0
  40. graphiant_sdk/models/assurance_client_session_endpoint_details.py +125 -0
  41. graphiant_sdk/models/assurance_client_session_endpoint_details_statistics.py +91 -0
  42. graphiant_sdk/models/assurance_client_session_endpoint_link.py +95 -0
  43. graphiant_sdk/models/assurance_client_session_pop_link.py +95 -0
  44. graphiant_sdk/models/assurance_edge.py +89 -0
  45. graphiant_sdk/models/assurance_enterprise_summary.py +97 -0
  46. graphiant_sdk/models/assurance_exchange_service_identifier.py +89 -0
  47. graphiant_sdk/models/assurance_flex_algo_identifier.py +89 -0
  48. graphiant_sdk/models/assurance_geolocation.py +89 -0
  49. graphiant_sdk/models/assurance_region.py +89 -0
  50. graphiant_sdk/models/assurance_score_bucket_count.py +91 -0
  51. graphiant_sdk/models/assurance_score_details.py +95 -0
  52. graphiant_sdk/models/assurance_server.py +91 -0
  53. graphiant_sdk/models/assurance_site.py +91 -0
  54. graphiant_sdk/models/assurance_time_window.py +99 -0
  55. graphiant_sdk/models/assurance_topology.py +115 -0
  56. graphiant_sdk/models/assurance_topology_edge.py +99 -0
  57. graphiant_sdk/models/assurance_topology_edge_link_performance.py +91 -0
  58. graphiant_sdk/models/assurance_topology_filter.py +91 -0
  59. graphiant_sdk/models/assurance_topology_node.py +99 -0
  60. graphiant_sdk/models/assurance_topology_path.py +87 -0
  61. graphiant_sdk/models/assurance_trend_value.py +91 -0
  62. graphiant_sdk/models/assurance_user_report.py +101 -0
  63. graphiant_sdk/models/audit_activity_item.py +91 -0
  64. graphiant_sdk/models/audit_audit_entry.py +129 -0
  65. graphiant_sdk/models/audit_target.py +90 -0
  66. graphiant_sdk/models/audit_target_result.py +95 -0
  67. graphiant_sdk/models/auditmon_activity_details.py +151 -0
  68. graphiant_sdk/models/auditmon_activity_details_target.py +122 -0
  69. graphiant_sdk/models/auditmon_activity_details_target_event.py +97 -0
  70. graphiant_sdk/models/auditmon_activity_logs_selector.py +108 -0
  71. graphiant_sdk/models/auditmon_activity_logs_selector_v2.py +105 -0
  72. graphiant_sdk/models/auditmon_audit_log.py +112 -0
  73. graphiant_sdk/models/auditmon_audit_logs_v2_selector.py +110 -0
  74. graphiant_sdk/models/auditmon_histogram.py +94 -0
  75. graphiant_sdk/models/auditmon_selector.py +89 -0
  76. graphiant_sdk/models/auth_permissions.py +277 -0
  77. graphiant_sdk/models/common_circuit_bandwidth_stats.py +95 -0
  78. graphiant_sdk/models/common_circuit_bandwidth_stats_selector.py +87 -0
  79. graphiant_sdk/models/common_page_info.py +100 -0
  80. graphiant_sdk/models/common_page_request.py +96 -0
  81. graphiant_sdk/models/common_permissions.py +123 -0
  82. graphiant_sdk/models/common_user.py +109 -0
  83. graphiant_sdk/models/common_user_info.py +101 -0
  84. graphiant_sdk/models/config_worker_job_status.py +104 -0
  85. graphiant_sdk/models/diagnostic_tools_archive.py +107 -0
  86. graphiant_sdk/models/diagnostic_tools_arp_entry.py +95 -0
  87. graphiant_sdk/models/diagnostic_tools_arp_entry_address.py +87 -0
  88. graphiant_sdk/models/diagnostic_tools_diagnostic_params.py +104 -0
  89. graphiant_sdk/models/diagnostic_tools_diagnostic_result.py +103 -0
  90. graphiant_sdk/models/diagnostic_tools_hop_info.py +98 -0
  91. graphiant_sdk/models/diagnostic_tools_hop_stats.py +98 -0
  92. graphiant_sdk/models/diagnostic_tools_p_cap_filter.py +101 -0
  93. graphiant_sdk/models/diagnostic_tools_ping_result.py +101 -0
  94. graphiant_sdk/models/diagnostic_tools_prefix_port.py +90 -0
  95. graphiant_sdk/models/diagnostic_tools_route_lookup_result.py +91 -0
  96. graphiant_sdk/models/diagnostic_tools_speedtest_params.py +97 -0
  97. graphiant_sdk/models/diagnostic_tools_speedtest_result.py +111 -0
  98. graphiant_sdk/models/diagnostic_tools_speedtest_server.py +97 -0
  99. graphiant_sdk/models/diagnostic_tools_target_type.py +89 -0
  100. graphiant_sdk/models/diagnostic_tools_traceroute_result.py +112 -0
  101. graphiant_sdk/models/event_event.py +108 -0
  102. graphiant_sdk/models/event_event_filter.py +100 -0
  103. graphiant_sdk/models/google_protobuf_duration.py +89 -0
  104. graphiant_sdk/models/google_protobuf_timestamp.py +89 -0
  105. graphiant_sdk/models/healthcheck_odp_status_details.py +89 -0
  106. graphiant_sdk/models/healthcheck_onboarding_status_details.py +89 -0
  107. graphiant_sdk/models/healthcheck_status_details.py +125 -0
  108. graphiant_sdk/models/healthcheck_t2_status_details.py +89 -0
  109. graphiant_sdk/models/iam_api_key_info.py +93 -0
  110. graphiant_sdk/models/iam_counts.py +111 -0
  111. graphiant_sdk/models/iam_customer.py +99 -0
  112. graphiant_sdk/models/iam_enterprise.py +142 -0
  113. graphiant_sdk/models/iam_group.py +105 -0
  114. graphiant_sdk/models/ipfix_app_bandwidth_stats.py +95 -0
  115. graphiant_sdk/models/ipfix_app_flow_table.py +120 -0
  116. graphiant_sdk/models/ipfix_app_flow_table_selector.py +89 -0
  117. graphiant_sdk/models/ipfix_app_incidents.py +95 -0
  118. graphiant_sdk/models/ipfix_app_incidents_data.py +96 -0
  119. graphiant_sdk/models/ipfix_app_state_summary_count.py +118 -0
  120. graphiant_sdk/models/ipfix_app_topology_selector.py +92 -0
  121. graphiant_sdk/models/ipfix_app_utilization_summary.py +92 -0
  122. graphiant_sdk/models/ipfix_app_visualization.py +109 -0
  123. graphiant_sdk/models/ipfix_circuit_metrics.py +99 -0
  124. graphiant_sdk/models/ipfix_client_usage_summary.py +89 -0
  125. graphiant_sdk/models/ipfix_connection_map.py +92 -0
  126. graphiant_sdk/models/ipfix_entity_usage.py +91 -0
  127. graphiant_sdk/models/ipfix_nat_entry.py +110 -0
  128. graphiant_sdk/models/ipfix_nat_entry_filter.py +102 -0
  129. graphiant_sdk/models/ipfix_nat_usage.py +96 -0
  130. graphiant_sdk/models/ipfix_network_topology.py +122 -0
  131. graphiant_sdk/models/ipfix_network_topology_delta.py +123 -0
  132. graphiant_sdk/models/ipfix_stats.py +95 -0
  133. graphiant_sdk/models/ipfix_time_window.py +99 -0
  134. graphiant_sdk/models/ipfix_twamp_metrics.py +97 -0
  135. graphiant_sdk/models/mana_v2_allocation_conversion_holder.py +95 -0
  136. graphiant_sdk/models/mana_v2_allocation_conversion_holder_bin.py +97 -0
  137. graphiant_sdk/models/mana_v2_app.py +95 -0
  138. graphiant_sdk/models/mana_v2_app_identifier.py +89 -0
  139. graphiant_sdk/models/mana_v2_app_list_config.py +99 -0
  140. graphiant_sdk/models/mana_v2_application_match_config.py +89 -0
  141. graphiant_sdk/models/mana_v2_application_profile.py +89 -0
  142. graphiant_sdk/models/mana_v2_assurance_config.py +105 -0
  143. graphiant_sdk/models/mana_v2_aws_advance_settings.py +97 -0
  144. graphiant_sdk/models/mana_v2_aws_credentials.py +89 -0
  145. graphiant_sdk/models/mana_v2_aws_direct_connect_gateway.py +102 -0
  146. graphiant_sdk/models/mana_v2_aws_gateway_details.py +99 -0
  147. graphiant_sdk/models/mana_v2_aws_gateway_details_transit_connection.py +102 -0
  148. graphiant_sdk/models/mana_v2_aws_transit_gateway.py +100 -0
  149. graphiant_sdk/models/mana_v2_aws_transit_gateway_vpc.py +97 -0
  150. graphiant_sdk/models/mana_v2_azure_gateway_details.py +92 -0
  151. graphiant_sdk/models/mana_v2_b2_b_extranet_service_customer_match_details_customer.py +94 -0
  152. graphiant_sdk/models/mana_v2_b2_b_extranet_service_customer_match_details_producer_prefix.py +91 -0
  153. graphiant_sdk/models/mana_v2_b2_b_extranet_service_customer_match_details_service.py +95 -0
  154. graphiant_sdk/models/mana_v2_b2b_application_customer_summary.py +101 -0
  155. graphiant_sdk/models/mana_v2_b2b_extranet_application.py +117 -0
  156. graphiant_sdk/models/mana_v2_b2b_extranet_application_invite.py +98 -0
  157. graphiant_sdk/models/mana_v2_b2b_extranet_application_invite_response.py +100 -0
  158. graphiant_sdk/models/mana_v2_b2b_extranet_consumers_summary.py +112 -0
  159. graphiant_sdk/models/mana_v2_b2b_extranet_customer_match_services_summary.py +104 -0
  160. graphiant_sdk/models/mana_v2_b2b_extranet_customer_services_summary.py +104 -0
  161. graphiant_sdk/models/mana_v2_b2b_extranet_filter.py +104 -0
  162. graphiant_sdk/models/mana_v2_b2b_extranet_match_service_to_customer.py +112 -0
  163. graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_consumer_lan_segment_policy.py +89 -0
  164. graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_customer_invite.py +90 -0
  165. graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_policy_response.py +93 -0
  166. graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_producer_policy.py +126 -0
  167. graphiant_sdk/models/mana_v2_b2b_extranet_policy_response.py +115 -0
  168. graphiant_sdk/models/mana_v2_b2b_extranet_prefix_tag.py +89 -0
  169. graphiant_sdk/models/mana_v2_b2b_extranet_producer_policy.py +165 -0
  170. graphiant_sdk/models/mana_v2_b2b_extranet_service_customer_match_details.py +109 -0
  171. graphiant_sdk/models/mana_v2_b2b_extranet_status_summary.py +99 -0
  172. graphiant_sdk/models/mana_v2_b2b_nat.py +89 -0
  173. graphiant_sdk/models/mana_v2_b2b_site_information.py +104 -0
  174. graphiant_sdk/models/mana_v2_bandwidth_consumption_summary.py +112 -0
  175. graphiant_sdk/models/mana_v2_bandwidth_info.py +95 -0
  176. graphiant_sdk/models/mana_v2_bfd_instance.py +92 -0
  177. graphiant_sdk/models/mana_v2_bfd_instance_config.py +92 -0
  178. graphiant_sdk/models/mana_v2_bfd_neighbor.py +120 -0
  179. graphiant_sdk/models/mana_v2_bgp_aggregation.py +93 -0
  180. graphiant_sdk/models/mana_v2_bgp_aggregations_config.py +91 -0
  181. graphiant_sdk/models/mana_v2_bgp_connection.py +101 -0
  182. graphiant_sdk/models/mana_v2_bgp_instance.py +92 -0
  183. graphiant_sdk/models/mana_v2_bgp_instance_config.py +94 -0
  184. graphiant_sdk/models/mana_v2_bgp_multipath.py +89 -0
  185. graphiant_sdk/models/mana_v2_bgp_multipath_config.py +89 -0
  186. graphiant_sdk/models/mana_v2_bgp_neighbor.py +152 -0
  187. graphiant_sdk/models/mana_v2_bgp_neighbor_address_family.py +93 -0
  188. graphiant_sdk/models/mana_v2_bgp_neighbor_address_family_config.py +98 -0
  189. graphiant_sdk/models/mana_v2_bgp_neighbor_config.py +169 -0
  190. graphiant_sdk/models/mana_v2_bgp_redistribute.py +95 -0
  191. graphiant_sdk/models/mana_v2_bgp_redistribute_protocol_config.py +87 -0
  192. graphiant_sdk/models/mana_v2_bucket_app.py +107 -0
  193. graphiant_sdk/models/mana_v2_bucket_app_server.py +91 -0
  194. graphiant_sdk/models/mana_v2_circuit.py +191 -0
  195. graphiant_sdk/models/mana_v2_circuit_config.py +186 -0
  196. graphiant_sdk/models/mana_v2_circuit_interface.py +95 -0
  197. graphiant_sdk/models/mana_v2_community_container.py +87 -0
  198. graphiant_sdk/models/mana_v2_community_type.py +89 -0
  199. graphiant_sdk/models/mana_v2_configuration_metadata.py +91 -0
  200. graphiant_sdk/models/mana_v2_connectivity_graph_edge.py +98 -0
  201. graphiant_sdk/models/mana_v2_connectivity_graph_node.py +102 -0
  202. graphiant_sdk/models/mana_v2_consumer.py +91 -0
  203. graphiant_sdk/models/mana_v2_consumer_device_information.py +97 -0
  204. graphiant_sdk/models/mana_v2_content_filter_match_config.py +87 -0
  205. graphiant_sdk/models/mana_v2_contractual_bandwidth_consumption_summary.py +97 -0
  206. graphiant_sdk/models/mana_v2_core_device_config.py +211 -0
  207. graphiant_sdk/models/mana_v2_core_interface_config.py +115 -0
  208. graphiant_sdk/models/mana_v2_core_link_cost.py +94 -0
  209. graphiant_sdk/models/mana_v2_core_vlan_interface_config.py +120 -0
  210. graphiant_sdk/models/mana_v2_customer_match_info.py +106 -0
  211. graphiant_sdk/models/mana_v2_device.py +291 -0
  212. graphiant_sdk/models/mana_v2_device_filter.py +93 -0
  213. graphiant_sdk/models/mana_v2_device_snapshot.py +111 -0
  214. graphiant_sdk/models/mana_v2_device_snapshot_data.py +114 -0
  215. graphiant_sdk/models/mana_v2_device_snapshot_list.py +97 -0
  216. graphiant_sdk/models/mana_v2_dhcp_lease.py +99 -0
  217. graphiant_sdk/models/mana_v2_dhcp_relay.py +91 -0
  218. graphiant_sdk/models/mana_v2_dhcp_relay_config.py +87 -0
  219. graphiant_sdk/models/mana_v2_dhcp_server_dns_parameters_config.py +89 -0
  220. graphiant_sdk/models/mana_v2_dhcp_server_ip_range.py +89 -0
  221. graphiant_sdk/models/mana_v2_dhcp_server_pool.py +148 -0
  222. graphiant_sdk/models/mana_v2_dhcp_static_lease.py +95 -0
  223. graphiant_sdk/models/mana_v2_dhcp_subnet_config.py +141 -0
  224. graphiant_sdk/models/mana_v2_dhcp_subnet_static_lease_config.py +91 -0
  225. graphiant_sdk/models/mana_v2_dhcpip_range_config.py +89 -0
  226. graphiant_sdk/models/mana_v2_dns.py +127 -0
  227. graphiant_sdk/models/mana_v2_dns_config.py +99 -0
  228. graphiant_sdk/models/mana_v2_dns_config_dynamic.py +89 -0
  229. graphiant_sdk/models/mana_v2_dns_config_static.py +107 -0
  230. graphiant_sdk/models/mana_v2_dns_servers.py +89 -0
  231. graphiant_sdk/models/mana_v2_dnsip_address.py +99 -0
  232. graphiant_sdk/models/mana_v2_dnsip_addresses.py +95 -0
  233. graphiant_sdk/models/mana_v2_domain_category.py +93 -0
  234. graphiant_sdk/models/mana_v2_domain_list_match_config.py +87 -0
  235. graphiant_sdk/models/mana_v2_dpi_application_config.py +132 -0
  236. graphiant_sdk/models/mana_v2_dpi_custom_application.py +110 -0
  237. graphiant_sdk/models/mana_v2_dscp.py +88 -0
  238. graphiant_sdk/models/mana_v2_dynamic_dns_servers.py +102 -0
  239. graphiant_sdk/models/mana_v2_edge_device_config.py +293 -0
  240. graphiant_sdk/models/mana_v2_enterprise_configuration.py +89 -0
  241. graphiant_sdk/models/mana_v2_enterprise_prefix_set.py +103 -0
  242. graphiant_sdk/models/mana_v2_enterprise_prefix_set_config.py +91 -0
  243. graphiant_sdk/models/mana_v2_enterprise_prefix_set_data.py +99 -0
  244. graphiant_sdk/models/mana_v2_enterprise_prefix_set_data_entry.py +94 -0
  245. graphiant_sdk/models/mana_v2_enterprise_prefix_set_entry.py +94 -0
  246. graphiant_sdk/models/mana_v2_enterprise_prefix_set_input.py +108 -0
  247. graphiant_sdk/models/mana_v2_enterprise_prefix_set_input_entry.py +94 -0
  248. graphiant_sdk/models/mana_v2_extranet_auto_reverse_routes.py +89 -0
  249. graphiant_sdk/models/mana_v2_extranet_consumer_lan_segment_policy.py +99 -0
  250. graphiant_sdk/models/mana_v2_extranet_consumer_lan_segment_policy_response.py +128 -0
  251. graphiant_sdk/models/mana_v2_extranet_consumer_nat_rule.py +89 -0
  252. graphiant_sdk/models/mana_v2_extranet_device_status.py +93 -0
  253. graphiant_sdk/models/mana_v2_extranet_manual_reverse_routes.py +87 -0
  254. graphiant_sdk/models/mana_v2_extranet_policy.py +152 -0
  255. graphiant_sdk/models/mana_v2_extranet_policy_input.py +126 -0
  256. graphiant_sdk/models/mana_v2_firewall_zone_pair.py +99 -0
  257. graphiant_sdk/models/mana_v2_forwarding_policy.py +155 -0
  258. graphiant_sdk/models/mana_v2_forwarding_policy_config.py +190 -0
  259. graphiant_sdk/models/mana_v2_forwarding_policy_match.py +123 -0
  260. graphiant_sdk/models/mana_v2_forwarding_policy_match_config.py +147 -0
  261. graphiant_sdk/models/mana_v2_gateway_details.py +123 -0
  262. graphiant_sdk/models/mana_v2_gateway_summary.py +120 -0
  263. graphiant_sdk/models/mana_v2_gateway_summary_gateway_device_summary.py +93 -0
  264. graphiant_sdk/models/mana_v2_gcp_gateway_details.py +91 -0
  265. graphiant_sdk/models/mana_v2_global_app_config.py +107 -0
  266. graphiant_sdk/models/mana_v2_global_app_port_range.py +90 -0
  267. graphiant_sdk/models/mana_v2_global_bandwidth_consumption_summary.py +95 -0
  268. graphiant_sdk/models/mana_v2_global_object_device_status.py +103 -0
  269. graphiant_sdk/models/mana_v2_global_object_operation_config.py +93 -0
  270. graphiant_sdk/models/mana_v2_global_object_service_ops.py +87 -0
  271. graphiant_sdk/models/mana_v2_global_object_service_summaries.py +95 -0
  272. graphiant_sdk/models/mana_v2_global_object_summary.py +114 -0
  273. graphiant_sdk/models/mana_v2_graphiant_connections.py +113 -0
  274. graphiant_sdk/models/mana_v2_guest_consumer_site_to_site_vpn_config.py +95 -0
  275. graphiant_sdk/models/mana_v2_i_psec_bgp_route_config.py +115 -0
  276. graphiant_sdk/models/mana_v2_i_psec_gateway_details.py +117 -0
  277. graphiant_sdk/models/mana_v2_i_psec_gateway_tunnel_details.py +93 -0
  278. graphiant_sdk/models/mana_v2_i_psec_profile.py +112 -0
  279. graphiant_sdk/models/mana_v2_i_psec_static_route_config.py +87 -0
  280. graphiant_sdk/models/mana_v2_i_psec_tunnel.py +124 -0
  281. graphiant_sdk/models/mana_v2_interface.py +195 -0
  282. graphiant_sdk/models/mana_v2_interface_address.py +105 -0
  283. graphiant_sdk/models/mana_v2_interface_config.py +158 -0
  284. graphiant_sdk/models/mana_v2_interface_core_config.py +222 -0
  285. graphiant_sdk/models/mana_v2_interface_core_flex_algo_config.py +87 -0
  286. graphiant_sdk/models/mana_v2_interface_core_to_core_peer_config.py +100 -0
  287. graphiant_sdk/models/mana_v2_interface_core_to_gateway_peer_config.py +87 -0
  288. graphiant_sdk/models/mana_v2_interface_dhcp_config.py +93 -0
  289. graphiant_sdk/models/mana_v2_interface_i_psec.py +142 -0
  290. graphiant_sdk/models/mana_v2_interface_i_psec_config.py +124 -0
  291. graphiant_sdk/models/mana_v2_interface_ip_config.py +103 -0
  292. graphiant_sdk/models/mana_v2_interface_lagvlan_config.py +107 -0
  293. graphiant_sdk/models/mana_v2_interface_sfp_optical_strength.py +96 -0
  294. graphiant_sdk/models/mana_v2_interface_tunnel.py +131 -0
  295. graphiant_sdk/models/mana_v2_interface_vlan.py +153 -0
  296. graphiant_sdk/models/mana_v2_interface_vlan_config.py +139 -0
  297. graphiant_sdk/models/mana_v2_interface_wan_config.py +95 -0
  298. graphiant_sdk/models/mana_v2_internet_access_bandwidth_info.py +89 -0
  299. graphiant_sdk/models/mana_v2_ip_firewall_policy.py +92 -0
  300. graphiant_sdk/models/mana_v2_ip_network_list.py +91 -0
  301. graphiant_sdk/models/mana_v2_ip_network_list_config.py +89 -0
  302. graphiant_sdk/models/mana_v2_ipfix_exporter.py +116 -0
  303. graphiant_sdk/models/mana_v2_ipfix_exporter_config.py +106 -0
  304. graphiant_sdk/models/mana_v2_ipsec_connection.py +102 -0
  305. graphiant_sdk/models/mana_v2_ipsec_routing_config.py +97 -0
  306. graphiant_sdk/models/mana_v2_l4_port_list.py +92 -0
  307. graphiant_sdk/models/mana_v2_l4_port_list_config.py +90 -0
  308. graphiant_sdk/models/mana_v2_lacp_config.py +89 -0
  309. graphiant_sdk/models/mana_v2_lag_interface.py +98 -0
  310. graphiant_sdk/models/mana_v2_lag_interface_config.py +145 -0
  311. graphiant_sdk/models/mana_v2_latency_bandwidth.py +89 -0
  312. graphiant_sdk/models/mana_v2_lldp_neighbor.py +99 -0
  313. graphiant_sdk/models/mana_v2_location.py +107 -0
  314. graphiant_sdk/models/mana_v2_mana_configuration.py +97 -0
  315. graphiant_sdk/models/mana_v2_nat_policy.py +95 -0
  316. graphiant_sdk/models/mana_v2_nat_policy_config.py +100 -0
  317. graphiant_sdk/models/mana_v2_nat_policy_ruleset.py +101 -0
  318. graphiant_sdk/models/mana_v2_nat_policy_ruleset_config.py +104 -0
  319. graphiant_sdk/models/mana_v2_nat_policy_ruleset_config_nullable_rule.py +91 -0
  320. graphiant_sdk/models/mana_v2_nat_policy_ruleset_config_nullable_rule_rule.py +103 -0
  321. graphiant_sdk/models/mana_v2_nat_policy_ruleset_rule.py +108 -0
  322. graphiant_sdk/models/mana_v2_network_slice.py +101 -0
  323. graphiant_sdk/models/mana_v2_network_slice_peer.py +110 -0
  324. graphiant_sdk/models/mana_v2_new_site.py +144 -0
  325. graphiant_sdk/models/mana_v2_notify_filter_profile_include.py +91 -0
  326. graphiant_sdk/models/mana_v2_notify_filter_profile_include_config.py +87 -0
  327. graphiant_sdk/models/mana_v2_nullable_address.py +87 -0
  328. graphiant_sdk/models/mana_v2_nullable_administrative_distance.py +88 -0
  329. graphiant_sdk/models/mana_v2_nullable_allow_as_in.py +88 -0
  330. graphiant_sdk/models/mana_v2_nullable_application_match_config.py +91 -0
  331. graphiant_sdk/models/mana_v2_nullable_as_path_prepend.py +88 -0
  332. graphiant_sdk/models/mana_v2_nullable_bfd_instance_config.py +91 -0
  333. graphiant_sdk/models/mana_v2_nullable_bgp_aggregations_config.py +91 -0
  334. graphiant_sdk/models/mana_v2_nullable_bgp_multipath_config.py +91 -0
  335. graphiant_sdk/models/mana_v2_nullable_bgp_neighbor_address_family_config.py +91 -0
  336. graphiant_sdk/models/mana_v2_nullable_bgp_neighbor_config.py +91 -0
  337. graphiant_sdk/models/mana_v2_nullable_bgp_redistribute_protocol_config.py +91 -0
  338. graphiant_sdk/models/mana_v2_nullable_bgp_set_next_hop.py +87 -0
  339. graphiant_sdk/models/mana_v2_nullable_call_policy.py +87 -0
  340. graphiant_sdk/models/mana_v2_nullable_communities.py +91 -0
  341. graphiant_sdk/models/mana_v2_nullable_community.py +91 -0
  342. graphiant_sdk/models/mana_v2_nullable_content_filter_match_config.py +91 -0
  343. graphiant_sdk/models/mana_v2_nullable_core_interface_vlan_config.py +91 -0
  344. graphiant_sdk/models/mana_v2_nullable_destination_network_match_config.py +87 -0
  345. graphiant_sdk/models/mana_v2_nullable_dhcp_subnet_config.py +91 -0
  346. graphiant_sdk/models/mana_v2_nullable_dhcp_subnet_static_lease_config.py +91 -0
  347. graphiant_sdk/models/mana_v2_nullable_dhcpip_range_list.py +95 -0
  348. graphiant_sdk/models/mana_v2_nullable_dns_config.py +91 -0
  349. graphiant_sdk/models/mana_v2_nullable_domain_list_match_config.py +91 -0
  350. graphiant_sdk/models/mana_v2_nullable_dpi_application_config.py +91 -0
  351. graphiant_sdk/models/mana_v2_nullable_dscp_match_config.py +91 -0
  352. graphiant_sdk/models/mana_v2_nullable_ebgp_config.py +88 -0
  353. graphiant_sdk/models/mana_v2_nullable_enterprise_prefix_set_config.py +91 -0
  354. graphiant_sdk/models/mana_v2_nullable_hold_timer.py +88 -0
  355. graphiant_sdk/models/mana_v2_nullable_i_psec_tunnel_config.py +91 -0
  356. graphiant_sdk/models/mana_v2_nullable_i_psec_vpn_profiles_config.py +91 -0
  357. graphiant_sdk/models/mana_v2_nullable_interface_config.py +91 -0
  358. graphiant_sdk/models/mana_v2_nullable_interface_core_config.py +91 -0
  359. graphiant_sdk/models/mana_v2_nullable_interface_ip_config.py +91 -0
  360. graphiant_sdk/models/mana_v2_nullable_interface_lagvlan_config.py +91 -0
  361. graphiant_sdk/models/mana_v2_nullable_interface_name.py +87 -0
  362. graphiant_sdk/models/mana_v2_nullable_interface_priority_decrement.py +90 -0
  363. graphiant_sdk/models/mana_v2_nullable_interface_vlan_config.py +91 -0
  364. graphiant_sdk/models/mana_v2_nullable_ip_list.py +87 -0
  365. graphiant_sdk/models/mana_v2_nullable_ip_network_list_config.py +91 -0
  366. graphiant_sdk/models/mana_v2_nullable_ip_protocol.py +87 -0
  367. graphiant_sdk/models/mana_v2_nullable_ipfix_exporter_config.py +91 -0
  368. graphiant_sdk/models/mana_v2_nullable_ipv4_address.py +87 -0
  369. graphiant_sdk/models/mana_v2_nullable_ipv6_address.py +87 -0
  370. graphiant_sdk/models/mana_v2_nullable_keep_alive_timer.py +88 -0
  371. graphiant_sdk/models/mana_v2_nullable_l4_port_list_config.py +91 -0
  372. graphiant_sdk/models/mana_v2_nullable_lag_interface_config.py +91 -0
  373. graphiant_sdk/models/mana_v2_nullable_lag_member_interface.py +87 -0
  374. graphiant_sdk/models/mana_v2_nullable_local_preferance.py +88 -0
  375. graphiant_sdk/models/mana_v2_nullable_max_prefix.py +88 -0
  376. graphiant_sdk/models/mana_v2_nullable_md5_password.py +87 -0
  377. graphiant_sdk/models/mana_v2_nullable_meter_rates.py +88 -0
  378. graphiant_sdk/models/mana_v2_nullable_metric.py +90 -0
  379. graphiant_sdk/models/mana_v2_nullable_nat_policy_ruleset_config.py +91 -0
  380. graphiant_sdk/models/mana_v2_nullable_nat_policy_ruleset_name.py +87 -0
  381. graphiant_sdk/models/mana_v2_nullable_ospf_admin_distance_value.py +88 -0
  382. graphiant_sdk/models/mana_v2_nullable_ospf_area_config.py +91 -0
  383. graphiant_sdk/models/mana_v2_nullable_ospf_dead_interval_value.py +88 -0
  384. graphiant_sdk/models/mana_v2_nullable_ospf_hello_interval_value.py +88 -0
  385. graphiant_sdk/models/mana_v2_nullable_ospf_interface_config.py +91 -0
  386. graphiant_sdk/models/mana_v2_nullable_ospf_process_config.py +91 -0
  387. graphiant_sdk/models/mana_v2_nullable_ospf_redistribute_protocol_config.py +91 -0
  388. graphiant_sdk/models/mana_v2_nullable_ospf_retransmit_interval_value.py +88 -0
  389. graphiant_sdk/models/mana_v2_nullable_policy_name.py +87 -0
  390. graphiant_sdk/models/mana_v2_nullable_prefix_set.py +87 -0
  391. graphiant_sdk/models/mana_v2_nullable_prefix_set_config.py +91 -0
  392. graphiant_sdk/models/mana_v2_nullable_prometheus_remote_write_sink_config.py +91 -0
  393. graphiant_sdk/models/mana_v2_nullable_prometheus_rule_config.py +91 -0
  394. graphiant_sdk/models/mana_v2_nullable_prometheus_rule_group_config.py +91 -0
  395. graphiant_sdk/models/mana_v2_nullable_prometheus_sys_db_monitor_config.py +91 -0
  396. graphiant_sdk/models/mana_v2_nullable_protocol_route_type.py +87 -0
  397. graphiant_sdk/models/mana_v2_nullable_route_tag_set.py +91 -0
  398. graphiant_sdk/models/mana_v2_nullable_routing_policy_config.py +91 -0
  399. graphiant_sdk/models/mana_v2_nullable_routing_protocol.py +87 -0
  400. graphiant_sdk/models/mana_v2_nullable_security_policy_ruleset_config.py +91 -0
  401. graphiant_sdk/models/mana_v2_nullable_security_zone_config.py +91 -0
  402. graphiant_sdk/models/mana_v2_nullable_security_zone_pair_config.py +91 -0
  403. graphiant_sdk/models/mana_v2_nullable_session_limit.py +88 -0
  404. graphiant_sdk/models/mana_v2_nullable_set_circuit_config.py +87 -0
  405. graphiant_sdk/models/mana_v2_nullable_set_circuit_label_config.py +89 -0
  406. graphiant_sdk/models/mana_v2_nullable_set_dscp_config.py +91 -0
  407. graphiant_sdk/models/mana_v2_nullable_set_sla_class_config.py +87 -0
  408. graphiant_sdk/models/mana_v2_nullable_site_interface_name.py +87 -0
  409. graphiant_sdk/models/mana_v2_nullable_snmp_community_config_value.py +87 -0
  410. graphiant_sdk/models/mana_v2_nullable_snmp_config.py +91 -0
  411. graphiant_sdk/models/mana_v2_nullable_snmp_engine_endpoint_config_value.py +91 -0
  412. graphiant_sdk/models/mana_v2_nullable_snmp_engine_endpoints_address.py +87 -0
  413. graphiant_sdk/models/mana_v2_nullable_snmp_notify_filter_profile_config_value.py +91 -0
  414. graphiant_sdk/models/mana_v2_nullable_snmp_target_config_value.py +91 -0
  415. graphiant_sdk/models/mana_v2_nullable_snmp_vacm_group_access_value.py +91 -0
  416. graphiant_sdk/models/mana_v2_nullable_snmp_vacm_group_member_value.py +91 -0
  417. graphiant_sdk/models/mana_v2_nullable_snmp_vacm_view_value.py +91 -0
  418. graphiant_sdk/models/mana_v2_nullable_source_network_match_config.py +87 -0
  419. graphiant_sdk/models/mana_v2_nullable_stale_purge.py +87 -0
  420. graphiant_sdk/models/mana_v2_nullable_static_route_config.py +91 -0
  421. graphiant_sdk/models/mana_v2_nullable_syslog_collector_config.py +91 -0
  422. graphiant_sdk/models/mana_v2_nullable_tcp_mss_v4.py +88 -0
  423. graphiant_sdk/models/mana_v2_nullable_tcp_mss_v6.py +88 -0
  424. graphiant_sdk/models/mana_v2_nullable_traffic_policy_ruleset_config.py +91 -0
  425. graphiant_sdk/models/mana_v2_nullable_traffic_policy_ruleset_name.py +87 -0
  426. graphiant_sdk/models/mana_v2_nullable_usm_local_user_config_value.py +91 -0
  427. graphiant_sdk/models/mana_v2_nullable_usm_remote_user_config_value.py +91 -0
  428. graphiant_sdk/models/mana_v2_nullable_vacm_group_value.py +91 -0
  429. graphiant_sdk/models/mana_v2_nullable_vrrp_group_config.py +91 -0
  430. graphiant_sdk/models/mana_v2_nullable_weight.py +88 -0
  431. graphiant_sdk/models/mana_v2_nullable_zone_firewall_config.py +91 -0
  432. graphiant_sdk/models/mana_v2_oci_gateway_details.py +91 -0
  433. graphiant_sdk/models/mana_v2_osp_fv2_process.py +116 -0
  434. graphiant_sdk/models/mana_v2_osp_fv3_process.py +116 -0
  435. graphiant_sdk/models/mana_v2_ospf_area.py +119 -0
  436. graphiant_sdk/models/mana_v2_ospf_area_config.py +106 -0
  437. graphiant_sdk/models/mana_v2_ospf_interface.py +132 -0
  438. graphiant_sdk/models/mana_v2_ospf_interface_config.py +124 -0
  439. graphiant_sdk/models/mana_v2_ospf_process_config.py +131 -0
  440. graphiant_sdk/models/mana_v2_ospf_redistribute.py +92 -0
  441. graphiant_sdk/models/mana_v2_ospf_redistribute_protocol_config.py +92 -0
  442. graphiant_sdk/models/mana_v2_overlay_filter_config.py +96 -0
  443. graphiant_sdk/models/mana_v2_overlay_filters.py +89 -0
  444. graphiant_sdk/models/mana_v2_policer.py +89 -0
  445. graphiant_sdk/models/mana_v2_policy_match.py +98 -0
  446. graphiant_sdk/models/mana_v2_policy_target.py +111 -0
  447. graphiant_sdk/models/mana_v2_policy_target_input.py +95 -0
  448. graphiant_sdk/models/mana_v2_port_range.py +90 -0
  449. graphiant_sdk/models/mana_v2_port_range_config.py +90 -0
  450. graphiant_sdk/models/mana_v2_prefix_set.py +122 -0
  451. graphiant_sdk/models/mana_v2_prefix_set_config.py +110 -0
  452. graphiant_sdk/models/mana_v2_prefix_set_config_nullable_entry.py +91 -0
  453. graphiant_sdk/models/mana_v2_prefix_set_config_nullable_entry_entry.py +94 -0
  454. graphiant_sdk/models/mana_v2_prefix_set_entry.py +96 -0
  455. graphiant_sdk/models/mana_v2_prefix_set_policy.py +91 -0
  456. graphiant_sdk/models/mana_v2_prometheus_config.py +121 -0
  457. graphiant_sdk/models/mana_v2_prometheus_remote_write_sink_config.py +94 -0
  458. graphiant_sdk/models/mana_v2_prometheus_rule_config.py +98 -0
  459. graphiant_sdk/models/mana_v2_prometheus_rule_group_config.py +107 -0
  460. graphiant_sdk/models/mana_v2_prometheus_sys_db_monitor_config.py +92 -0
  461. graphiant_sdk/models/mana_v2_qo_s_profile.py +99 -0
  462. graphiant_sdk/models/mana_v2_qo_s_profile_queue.py +92 -0
  463. graphiant_sdk/models/mana_v2_region.py +91 -0
  464. graphiant_sdk/models/mana_v2_regional_allocation.py +99 -0
  465. graphiant_sdk/models/mana_v2_regional_bandwidth_consumption_summary.py +108 -0
  466. graphiant_sdk/models/mana_v2_route_tag.py +91 -0
  467. graphiant_sdk/models/mana_v2_route_tag_device.py +97 -0
  468. graphiant_sdk/models/mana_v2_route_tag_element.py +102 -0
  469. graphiant_sdk/models/mana_v2_route_tag_id.py +91 -0
  470. graphiant_sdk/models/mana_v2_route_tag_summary.py +99 -0
  471. graphiant_sdk/models/mana_v2_routing_policy.py +111 -0
  472. graphiant_sdk/models/mana_v2_routing_policy_config.py +112 -0
  473. graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement.py +91 -0
  474. graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement.py +118 -0
  475. graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_action.py +91 -0
  476. graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_action_action.py +138 -0
  477. graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_match.py +91 -0
  478. graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_match_match.py +130 -0
  479. graphiant_sdk/models/mana_v2_routing_policy_statement.py +110 -0
  480. graphiant_sdk/models/mana_v2_routing_policy_statement_action.py +114 -0
  481. graphiant_sdk/models/mana_v2_routing_policy_statement_match.py +108 -0
  482. graphiant_sdk/models/mana_v2_security_policy_rule.py +100 -0
  483. graphiant_sdk/models/mana_v2_security_policy_rule_row.py +99 -0
  484. graphiant_sdk/models/mana_v2_security_policy_ruleset.py +110 -0
  485. graphiant_sdk/models/mana_v2_security_policy_ruleset_config.py +108 -0
  486. graphiant_sdk/models/mana_v2_security_policy_ruleset_config_nullable_rule.py +91 -0
  487. graphiant_sdk/models/mana_v2_security_policy_ruleset_config_nullable_rule_rule.py +123 -0
  488. graphiant_sdk/models/mana_v2_security_policy_ruleset_rule.py +114 -0
  489. graphiant_sdk/models/mana_v2_security_zone.py +93 -0
  490. graphiant_sdk/models/mana_v2_security_zone_config.py +102 -0
  491. graphiant_sdk/models/mana_v2_security_zone_pair_config.py +91 -0
  492. graphiant_sdk/models/mana_v2_single_route_tag.py +101 -0
  493. graphiant_sdk/models/mana_v2_single_route_tag_route_tag_element.py +91 -0
  494. graphiant_sdk/models/mana_v2_site.py +137 -0
  495. graphiant_sdk/models/mana_v2_site_device_stub.py +89 -0
  496. graphiant_sdk/models/mana_v2_site_list.py +94 -0
  497. graphiant_sdk/models/mana_v2_site_list_entry.py +93 -0
  498. graphiant_sdk/models/mana_v2_site_list_site_entry.py +105 -0
  499. graphiant_sdk/models/mana_v2_site_to_site_i_psec.py +130 -0
  500. graphiant_sdk/models/mana_v2_site_to_site_i_psec_i_psec_bgp_routes.py +106 -0
  501. graphiant_sdk/models/mana_v2_site_to_site_i_psec_i_psec_static_routes.py +87 -0
  502. graphiant_sdk/models/mana_v2_sla_information.py +91 -0
  503. graphiant_sdk/models/mana_v2_snmp.py +199 -0
  504. graphiant_sdk/models/mana_v2_snmp_community.py +89 -0
  505. graphiant_sdk/models/mana_v2_snmp_config.py +245 -0
  506. graphiant_sdk/models/mana_v2_snmp_engine_endpoint.py +99 -0
  507. graphiant_sdk/models/mana_v2_snmp_engine_endpoint_config.py +110 -0
  508. graphiant_sdk/models/mana_v2_snmp_notify_filter_profile.py +99 -0
  509. graphiant_sdk/models/mana_v2_snmp_notify_filter_profile_config.py +102 -0
  510. graphiant_sdk/models/mana_v2_snmp_target.py +107 -0
  511. graphiant_sdk/models/mana_v2_snmp_target_config.py +105 -0
  512. graphiant_sdk/models/mana_v2_snmp_usm_local_user.py +97 -0
  513. graphiant_sdk/models/mana_v2_snmp_usm_local_user_config.py +95 -0
  514. graphiant_sdk/models/mana_v2_snmp_usm_remote_user.py +97 -0
  515. graphiant_sdk/models/mana_v2_snmp_usm_remote_user_config.py +95 -0
  516. graphiant_sdk/models/mana_v2_snmp_vacm_group.py +119 -0
  517. graphiant_sdk/models/mana_v2_snmp_vacm_group_access.py +99 -0
  518. graphiant_sdk/models/mana_v2_snmp_vacm_group_access_config.py +99 -0
  519. graphiant_sdk/models/mana_v2_snmp_vacm_group_member.py +95 -0
  520. graphiant_sdk/models/mana_v2_snmp_vacm_group_member_config.py +93 -0
  521. graphiant_sdk/models/mana_v2_snmp_vacm_view.py +99 -0
  522. graphiant_sdk/models/mana_v2_snmp_vacm_view_config.py +102 -0
  523. graphiant_sdk/models/mana_v2_snmp_vacm_view_include.py +91 -0
  524. graphiant_sdk/models/mana_v2_snmp_vacm_view_include_config.py +87 -0
  525. graphiant_sdk/models/mana_v2_static_dns_servers.py +106 -0
  526. graphiant_sdk/models/mana_v2_static_route.py +109 -0
  527. graphiant_sdk/models/mana_v2_static_route_config.py +115 -0
  528. graphiant_sdk/models/mana_v2_static_route_nexthop.py +100 -0
  529. graphiant_sdk/models/mana_v2_static_route_nexthop_config.py +95 -0
  530. graphiant_sdk/models/mana_v2_subnet.py +89 -0
  531. graphiant_sdk/models/mana_v2_syslog_collector.py +112 -0
  532. graphiant_sdk/models/mana_v2_syslog_collector_config.py +106 -0
  533. graphiant_sdk/models/mana_v2_time_period.py +89 -0
  534. graphiant_sdk/models/mana_v2_traffic_policy_action.py +93 -0
  535. graphiant_sdk/models/mana_v2_traffic_policy_rule.py +102 -0
  536. graphiant_sdk/models/mana_v2_traffic_policy_rule_row.py +99 -0
  537. graphiant_sdk/models/mana_v2_traffic_policy_ruleset.py +110 -0
  538. graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config.py +108 -0
  539. graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config_nullable_rule.py +91 -0
  540. graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config_nullable_rule_rule.py +104 -0
  541. graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config_nullable_rule_rule_action.py +123 -0
  542. graphiant_sdk/models/mana_v2_traffic_policy_ruleset_rule.py +108 -0
  543. graphiant_sdk/models/mana_v2_traffic_policy_ruleset_rule_action.py +105 -0
  544. graphiant_sdk/models/mana_v2_udp_flow_table.py +90 -0
  545. graphiant_sdk/models/mana_v2_vacm_group_config.py +117 -0
  546. graphiant_sdk/models/mana_v2_vendor_detail.py +89 -0
  547. graphiant_sdk/models/mana_v2_version_metadata.py +91 -0
  548. graphiant_sdk/models/mana_v2_vrf.py +195 -0
  549. graphiant_sdk/models/mana_v2_vrf_config.py +227 -0
  550. graphiant_sdk/models/mana_v2_vrrp_group.py +129 -0
  551. graphiant_sdk/models/mana_v2_vrrp_group_config.py +112 -0
  552. graphiant_sdk/models/mana_v2_vrrp_group_interface_priority_decrement.py +90 -0
  553. graphiant_sdk/models/mana_v2_vrrp_group_member.py +103 -0
  554. graphiant_sdk/models/mana_v2_zone.py +91 -0
  555. graphiant_sdk/models/mana_v2_zone_firewall_config.py +97 -0
  556. graphiant_sdk/models/mana_v2_zone_firewall_ip_policy_config.py +95 -0
  557. graphiant_sdk/models/mana_v2_zone_firewall_policy.py +99 -0
  558. graphiant_sdk/models/mana_v2_zone_firewall_udp_policy_config.py +91 -0
  559. graphiant_sdk/models/mana_v2device_snapshot_row.py +112 -0
  560. graphiant_sdk/models/mana_v2interface_config_type.py +109 -0
  561. graphiant_sdk/models/mana_v2topology_device.py +118 -0
  562. graphiant_sdk/models/onboarding_cloud_init_configuration.py +103 -0
  563. graphiant_sdk/models/onboarding_cloud_init_token.py +105 -0
  564. graphiant_sdk/models/onboarding_cloud_init_token_token.py +98 -0
  565. graphiant_sdk/models/onboarding_hardware_inventory.py +124 -0
  566. graphiant_sdk/models/onboarding_interface.py +100 -0
  567. graphiant_sdk/models/onboarding_inventory.py +93 -0
  568. graphiant_sdk/models/onboarding_ip.py +91 -0
  569. graphiant_sdk/models/onboarding_onboarding_redirection.py +95 -0
  570. graphiant_sdk/models/onboarding_onboarding_summary.py +104 -0
  571. graphiant_sdk/models/onboarding_private_gcs_details.py +99 -0
  572. graphiant_sdk/models/onboarding_private_gcs_inventory_details.py +93 -0
  573. graphiant_sdk/models/pokedex_device_history_info.py +102 -0
  574. graphiant_sdk/models/pokedex_device_mapping_info.py +102 -0
  575. graphiant_sdk/models/routing_afi_route_count.py +89 -0
  576. graphiant_sdk/models/routing_arp_entry.py +93 -0
  577. graphiant_sdk/models/routing_nbr_stats.py +88 -0
  578. graphiant_sdk/models/routing_nd_entry.py +93 -0
  579. graphiant_sdk/models/routing_ospf_interface.py +105 -0
  580. graphiant_sdk/models/routing_ospf_nbr.py +102 -0
  581. graphiant_sdk/models/routing_ospf_network_lsa.py +90 -0
  582. graphiant_sdk/models/routing_ospf_next_hop.py +102 -0
  583. graphiant_sdk/models/routing_ospf_route.py +97 -0
  584. graphiant_sdk/models/routing_ospf_router_lsa.py +95 -0
  585. graphiant_sdk/models/routing_ospf_router_lsa_link.py +100 -0
  586. graphiant_sdk/models/routing_ospf_statistics.py +90 -0
  587. graphiant_sdk/models/routing_ospf_summary_lsa.py +94 -0
  588. graphiant_sdk/models/routing_ospfas_external_lsa.py +102 -0
  589. graphiant_sdk/models/routing_ospflsa.py +124 -0
  590. graphiant_sdk/models/routing_ospflsa_tos_metric.py +90 -0
  591. graphiant_sdk/models/routing_prefix_filter.py +101 -0
  592. graphiant_sdk/models/routing_vrrp_entry.py +108 -0
  593. graphiant_sdk/models/routingbgp_counter.py +98 -0
  594. graphiant_sdk/models/routingprefix.py +92 -0
  595. graphiant_sdk/models/search_edge_summary.py +160 -0
  596. graphiant_sdk/models/search_search_filter.py +91 -0
  597. graphiant_sdk/models/search_search_result.py +92 -0
  598. graphiant_sdk/models/statsmon_backbonehealth_control_plane.py +98 -0
  599. graphiant_sdk/models/statsmon_backbonehealth_data_plane.py +107 -0
  600. graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response.py +105 -0
  601. graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response_devices_summary.py +95 -0
  602. graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary.py +112 -0
  603. graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary_qoe_session_box.py +106 -0
  604. graphiant_sdk/models/statsmon_backbonehealth_system_plane.py +160 -0
  605. graphiant_sdk/models/statsmon_backbonehealth_transition_series.py +95 -0
  606. graphiant_sdk/models/statsmon_backbonehealth_transitions.py +97 -0
  607. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_enterprise_details.py +114 -0
  608. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_enterprise_summary.py +122 -0
  609. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region.py +94 -0
  610. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region_cloud_summary.py +106 -0
  611. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region_edge_details.py +95 -0
  612. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region_edge_summary.py +104 -0
  613. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_role_summary.py +92 -0
  614. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site.py +98 -0
  615. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_details.py +105 -0
  616. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_edge_provider.py +96 -0
  617. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_provider.py +92 -0
  618. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_summary.py +102 -0
  619. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_top_providers.py +94 -0
  620. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_top_regions.py +100 -0
  621. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_top_sites.py +92 -0
  622. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_chart.py +97 -0
  623. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_chart_value.py +98 -0
  624. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_csv_details.py +95 -0
  625. graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_csv_record.py +100 -0
  626. graphiant_sdk/models/statsmon_bandwidthtracker_time_window.py +99 -0
  627. graphiant_sdk/models/statsmon_circuit_incidents.py +90 -0
  628. graphiant_sdk/models/statsmon_circuit_summary.py +114 -0
  629. graphiant_sdk/models/statsmon_circuit_utilization.py +100 -0
  630. graphiant_sdk/models/statsmon_circuits_incidents.py +97 -0
  631. graphiant_sdk/models/statsmon_circuits_incidents_data.py +109 -0
  632. graphiant_sdk/models/statsmon_circuits_incidents_selector.py +87 -0
  633. graphiant_sdk/models/statsmon_circuits_utilization_selector.py +87 -0
  634. graphiant_sdk/models/statsmon_extranet_edge_status.py +101 -0
  635. graphiant_sdk/models/statsmon_extranet_prefix_health.py +89 -0
  636. graphiant_sdk/models/statsmon_extranet_server_status.py +89 -0
  637. graphiant_sdk/models/statsmon_extranet_service_health.py +100 -0
  638. graphiant_sdk/models/statsmon_extranet_site_status.py +101 -0
  639. graphiant_sdk/models/statsmon_queue_utilization.py +96 -0
  640. graphiant_sdk/models/statsmon_time_window.py +99 -0
  641. graphiant_sdk/models/statsmon_troubleshooting_circuit_filter.py +87 -0
  642. graphiant_sdk/models/statsmon_troubleshooting_control_plane.py +106 -0
  643. graphiant_sdk/models/statsmon_troubleshooting_crash.py +91 -0
  644. graphiant_sdk/models/statsmon_troubleshooting_data_plane.py +107 -0
  645. graphiant_sdk/models/statsmon_troubleshooting_device_filter.py +89 -0
  646. graphiant_sdk/models/statsmon_troubleshooting_edge_status.py +91 -0
  647. graphiant_sdk/models/statsmon_troubleshooting_filter.py +95 -0
  648. graphiant_sdk/models/statsmon_troubleshooting_issue.py +118 -0
  649. graphiant_sdk/models/statsmon_troubleshooting_lan_segment_filter.py +87 -0
  650. graphiant_sdk/models/statsmon_troubleshooting_last_crash.py +95 -0
  651. graphiant_sdk/models/statsmon_troubleshooting_maintenance_window.py +91 -0
  652. graphiant_sdk/models/statsmon_troubleshooting_overheating.py +91 -0
  653. graphiant_sdk/models/statsmon_troubleshooting_region.py +89 -0
  654. graphiant_sdk/models/statsmon_troubleshooting_region_filter.py +91 -0
  655. graphiant_sdk/models/statsmon_troubleshooting_session_sla.py +97 -0
  656. graphiant_sdk/models/statsmon_troubleshooting_site_filter.py +89 -0
  657. graphiant_sdk/models/statsmon_troubleshooting_sla_value.py +101 -0
  658. graphiant_sdk/models/statsmon_troubleshooting_system_plane.py +160 -0
  659. graphiant_sdk/models/statsmon_troubleshooting_system_stat.py +97 -0
  660. graphiant_sdk/models/statsmon_troubleshooting_time_window.py +99 -0
  661. graphiant_sdk/models/statsmon_troubleshooting_transitions.py +97 -0
  662. graphiant_sdk/models/statsmon_twamp_visual_data.py +108 -0
  663. graphiant_sdk/models/statsmon_twamp_visual_selector.py +89 -0
  664. graphiant_sdk/models/statsmon_v2_bfd_stats_selector.py +92 -0
  665. graphiant_sdk/models/statsmon_v2_bgp_stats_selector.py +91 -0
  666. graphiant_sdk/models/statsmon_v2_circuit_bandwidth_stats_selector.py +90 -0
  667. graphiant_sdk/models/statsmon_v2_circuit_incidents.py +91 -0
  668. graphiant_sdk/models/statsmon_v2_circuit_incidents_data.py +101 -0
  669. graphiant_sdk/models/statsmon_v2_circuit_incidents_data_sample.py +109 -0
  670. graphiant_sdk/models/statsmon_v2_circuit_incidents_data_sample_incidents.py +90 -0
  671. graphiant_sdk/models/statsmon_v2_circuit_incidents_selector.py +87 -0
  672. graphiant_sdk/models/statsmon_v2_circuit_summary.py +136 -0
  673. graphiant_sdk/models/statsmon_v2_circuit_utilization_selector.py +87 -0
  674. graphiant_sdk/models/statsmon_v2_connection.py +109 -0
  675. graphiant_sdk/models/statsmon_v2_device_segments.py +97 -0
  676. graphiant_sdk/models/statsmon_v2_edge.py +114 -0
  677. graphiant_sdk/models/statsmon_v2_edgeedge_circuit_info.py +109 -0
  678. graphiant_sdk/models/statsmon_v2_generic_system_stats_selector.py +87 -0
  679. graphiant_sdk/models/statsmon_v2_interface_stats_selector.py +89 -0
  680. graphiant_sdk/models/statsmon_v2_ip_sec_stats_selector.py +89 -0
  681. graphiant_sdk/models/statsmon_v2_node.py +120 -0
  682. graphiant_sdk/models/statsmon_v2_node_circuit_info.py +116 -0
  683. graphiant_sdk/models/statsmon_v2_node_connection.py +109 -0
  684. graphiant_sdk/models/statsmon_v2_node_device_info.py +121 -0
  685. graphiant_sdk/models/statsmon_v2_ospf_stats_selector.py +91 -0
  686. graphiant_sdk/models/statsmon_v2_policy_stats_selector.py +90 -0
  687. graphiant_sdk/models/statsmon_v2_queue_instant_stats_selector.py +91 -0
  688. graphiant_sdk/models/statsmon_v2_queue_stats_selector.py +93 -0
  689. graphiant_sdk/models/statsmon_v2_queue_utilization.py +98 -0
  690. graphiant_sdk/models/statsmon_v2_site_info.py +93 -0
  691. graphiant_sdk/models/statsmon_v2_stats_sample.py +95 -0
  692. graphiant_sdk/models/statsmon_v2_system_stats_selector.py +87 -0
  693. graphiant_sdk/models/statsmon_v2_time_window.py +99 -0
  694. graphiant_sdk/models/statsmon_v2_twamp_stats_selector.py +94 -0
  695. graphiant_sdk/models/statsmon_v2_twamp_visual_selector.py +91 -0
  696. graphiant_sdk/models/statsmon_v2_vrf_route.py +93 -0
  697. graphiant_sdk/models/statsmon_v2_vrf_routes.py +101 -0
  698. graphiant_sdk/models/syslogmon_histogram.py +94 -0
  699. graphiant_sdk/models/syslogmon_log.py +102 -0
  700. graphiant_sdk/models/syslogmon_syslogs_selector.py +89 -0
  701. graphiant_sdk/models/upgrade_gcs_release_category.py +89 -0
  702. graphiant_sdk/models/upgrade_gcs_release_details.py +103 -0
  703. graphiant_sdk/models/upgrade_inventory_key.py +90 -0
  704. graphiant_sdk/models/upgrade_release_summary.py +106 -0
  705. graphiant_sdk/models/upgrade_running_sw_version.py +93 -0
  706. graphiant_sdk/models/upgrade_schedule.py +108 -0
  707. graphiant_sdk/models/upgrade_sw_version.py +91 -0
  708. graphiant_sdk/models/upgrade_upgrade_canary_profile.py +97 -0
  709. graphiant_sdk/models/upgrade_upgrade_occurrence.py +93 -0
  710. graphiant_sdk/models/upgrade_upgrade_summary.py +124 -0
  711. graphiant_sdk/models/v1_account_email_patch_request.py +3 -3
  712. graphiant_sdk/models/v1_account_mfa_confirmation_post_request.py +6 -6
  713. graphiant_sdk/models/v1_account_mfa_confirmation_post_response.py +87 -0
  714. graphiant_sdk/models/v1_account_mfa_delete_request.py +87 -0
  715. graphiant_sdk/models/v1_account_mfa_get_response.py +87 -0
  716. graphiant_sdk/models/v1_account_mfa_put_request.py +1 -1
  717. graphiant_sdk/models/v1_account_mfa_put_response.py +93 -0
  718. graphiant_sdk/models/v1_account_password_patch_request.py +3 -3
  719. graphiant_sdk/models/v1_activity_logs_post_request.py +11 -11
  720. graphiant_sdk/models/v1_activity_logs_post_response.py +117 -0
  721. graphiant_sdk/models/v1_activity_logs_post_response_activity_items.py +95 -0
  722. graphiant_sdk/models/v1_alarm_history_get_request.py +87 -0
  723. graphiant_sdk/models/v1_alarm_history_get_response.py +95 -0
  724. graphiant_sdk/models/v1_alarm_mute_alarm_id_put_request.py +2 -2
  725. graphiant_sdk/models/v1_alarms_events_get_request.py +87 -0
  726. graphiant_sdk/models/v1_alarms_events_get_response.py +87 -0
  727. graphiant_sdk/models/v1_alarms_list_get_response.py +95 -0
  728. graphiant_sdk/models/v1_apps_app_summary_post_request.py +3 -3
  729. graphiant_sdk/models/v1_apps_app_summary_post_response.py +91 -0
  730. graphiant_sdk/models/v1_apps_bandwidth_post_request.py +3 -3
  731. graphiant_sdk/models/v1_apps_bandwidth_post_response.py +95 -0
  732. graphiant_sdk/models/v1_apps_device_device_id_top_post_request.py +4 -4
  733. graphiant_sdk/models/v1_apps_device_device_id_top_post_response.py +97 -0
  734. graphiant_sdk/models/v1_apps_site_site_id_top_post_request.py +94 -0
  735. graphiant_sdk/models/v1_apps_site_site_id_top_post_response.py +97 -0
  736. graphiant_sdk/models/v1_apps_visualization_post_request.py +5 -5
  737. graphiant_sdk/models/v1_apps_visualization_post_response.py +102 -0
  738. graphiant_sdk/models/v1_audit_logs_post_request.py +8 -8
  739. graphiant_sdk/models/v1_audit_logs_post_response.py +110 -0
  740. graphiant_sdk/models/v1_auth_delete_response.py +89 -0
  741. graphiant_sdk/models/v1_auth_error_post_response.py +96 -0
  742. graphiant_sdk/models/v1_auth_gcs_post_request.py +89 -0
  743. graphiant_sdk/models/v1_auth_get_response.py +93 -0
  744. graphiant_sdk/models/v1_auth_login_callback_post500_response.py +87 -0
  745. graphiant_sdk/models/v1_auth_login_post_request.py +3 -3
  746. graphiant_sdk/models/v1_auth_login_post_response.py +101 -0
  747. graphiant_sdk/models/v1_auth_login_pre_get_response.py +102 -0
  748. graphiant_sdk/models/v1_auth_login_saml_get401_response.py +87 -0
  749. graphiant_sdk/models/v1_auth_login_saml_get500_response.py +87 -0
  750. graphiant_sdk/models/v1_auth_login_temp_post_request.py +4 -4
  751. graphiant_sdk/models/v1_auth_mfa_patch_request.py +2 -2
  752. graphiant_sdk/models/v1_auth_mfa_post500_response.py +87 -0
  753. graphiant_sdk/models/v1_auth_mfa_post_request.py +93 -0
  754. graphiant_sdk/models/v1_auth_mfa_types_get_response.py +87 -0
  755. graphiant_sdk/models/v1_auth_mfa_types_put_request.py +87 -0
  756. graphiant_sdk/models/v1_auth_patch_request.py +93 -0
  757. graphiant_sdk/models/v1_auth_patch_response.py +89 -0
  758. graphiant_sdk/models/v1_auth_put_request.py +93 -0
  759. graphiant_sdk/models/v1_auth_put_response.py +89 -0
  760. graphiant_sdk/models/v1_auth_refresh_get200_response.py +137 -0
  761. graphiant_sdk/models/v1_auth_refresh_get403_response.py +87 -0
  762. graphiant_sdk/models/v1_auth_refresh_get422_response.py +87 -0
  763. graphiant_sdk/models/v1_auth_refresh_get_entry_point_response.py +87 -0
  764. graphiant_sdk/models/v1_auth_session_get403_response.py +87 -0
  765. graphiant_sdk/models/v1_auth_session_get422_response.py +87 -0
  766. graphiant_sdk/models/v1_auth_user_get_response.py +97 -0
  767. graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post_response.py +91 -0
  768. graphiant_sdk/models/v1_backbone_health_device_device_id_post_request.py +91 -0
  769. graphiant_sdk/models/v1_backbone_health_device_device_id_post_response.py +137 -0
  770. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get_response.py +105 -0
  771. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get_response_device_et_wan_summary.py +99 -0
  772. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get_response_region_status.py +93 -0
  773. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response.py +115 -0
  774. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response_devices_summary.py +95 -0
  775. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response_region_status.py +98 -0
  776. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response_sla_summary.py +120 -0
  777. graphiant_sdk/models/v1_backbone_health_filter_get_response.py +135 -0
  778. graphiant_sdk/models/v1_backbone_health_overview_post_request.py +3 -3
  779. graphiant_sdk/models/v1_backbone_health_overview_post_response.py +95 -0
  780. graphiant_sdk/models/v1_backbone_health_overview_post_response_device_summary.py +107 -0
  781. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_request.py +3 -3
  782. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_response.py +101 -0
  783. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_response_device_counts.py +95 -0
  784. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_response_device_counts_device_count.py +89 -0
  785. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post_request.py +91 -0
  786. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post_response.py +91 -0
  787. graphiant_sdk/models/v1_bwtracker_enterprise_details_post_request.py +91 -0
  788. graphiant_sdk/models/v1_bwtracker_enterprise_details_post_response.py +91 -0
  789. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post_request.py +91 -0
  790. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post_response.py +91 -0
  791. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post_request.py +3 -3
  792. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post_response.py +91 -0
  793. graphiant_sdk/models/v1_bwtracker_region_cloud_csv_post_request.py +94 -0
  794. graphiant_sdk/models/v1_bwtracker_region_cloud_csv_post_response.py +91 -0
  795. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post_request.py +94 -0
  796. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post_response.py +91 -0
  797. graphiant_sdk/models/v1_bwtracker_region_edge_chart_post_request.py +94 -0
  798. graphiant_sdk/models/v1_bwtracker_region_edge_chart_post_response.py +91 -0
  799. graphiant_sdk/models/v1_bwtracker_region_edge_csv_post_request.py +94 -0
  800. graphiant_sdk/models/v1_bwtracker_region_edge_csv_post_response.py +91 -0
  801. graphiant_sdk/models/v1_bwtracker_region_edge_details_post_request.py +94 -0
  802. graphiant_sdk/models/v1_bwtracker_region_edge_details_post_response.py +91 -0
  803. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post_request.py +94 -0
  804. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post_response.py +91 -0
  805. graphiant_sdk/models/v1_bwtracker_region_gateway_chart_post_request.py +94 -0
  806. graphiant_sdk/models/v1_bwtracker_region_gateway_chart_post_response.py +91 -0
  807. graphiant_sdk/models/v1_bwtracker_region_gateway_csv_post_request.py +94 -0
  808. graphiant_sdk/models/v1_bwtracker_region_gateway_csv_post_response.py +91 -0
  809. graphiant_sdk/models/v1_bwtracker_region_gateway_details_post_request.py +94 -0
  810. graphiant_sdk/models/v1_bwtracker_region_gateway_details_post_response.py +91 -0
  811. graphiant_sdk/models/v1_bwtracker_region_gateway_summary_post_request.py +94 -0
  812. graphiant_sdk/models/v1_bwtracker_region_gateway_summary_post_response.py +91 -0
  813. graphiant_sdk/models/v1_bwtracker_region_site_chart_post_request.py +3 -3
  814. graphiant_sdk/models/v1_bwtracker_region_site_chart_post_response.py +91 -0
  815. graphiant_sdk/models/v1_bwtracker_region_site_details_post_request.py +96 -0
  816. graphiant_sdk/models/v1_bwtracker_region_site_details_post_response.py +91 -0
  817. graphiant_sdk/models/v1_bwtracker_region_site_gateway_chart_post_request.py +96 -0
  818. graphiant_sdk/models/v1_bwtracker_region_site_gateway_chart_post_response.py +91 -0
  819. graphiant_sdk/models/v1_bwtracker_region_site_gateway_details_post_request.py +96 -0
  820. graphiant_sdk/models/v1_bwtracker_region_site_gateway_details_post_response.py +91 -0
  821. graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post_request.py +96 -0
  822. graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post_response.py +91 -0
  823. graphiant_sdk/models/v1_bwtracker_region_site_summary_post_request.py +96 -0
  824. graphiant_sdk/models/v1_bwtracker_region_site_summary_post_response.py +91 -0
  825. graphiant_sdk/models/v1_bwtracker_site_csv_post_request.py +96 -0
  826. graphiant_sdk/models/v1_bwtracker_site_csv_post_response.py +91 -0
  827. graphiant_sdk/models/v1_bwtracker_site_gateway_csv_post_request.py +96 -0
  828. graphiant_sdk/models/v1_bwtracker_site_gateway_csv_post_response.py +91 -0
  829. graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get_response.py +95 -0
  830. graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get_response_assurance.py +93 -0
  831. graphiant_sdk/models/v1_data_assurance_assurances_global_get_response.py +95 -0
  832. graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row.py +132 -0
  833. graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row_app_entry.py +87 -0
  834. graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row_lan_entry.py +87 -0
  835. graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row_site_entry.py +87 -0
  836. graphiant_sdk/models/v1_data_assurance_assurances_global_id_get_response.py +91 -0
  837. graphiant_sdk/models/v1_data_assurance_assurances_global_id_put_request.py +3 -3
  838. graphiant_sdk/models/v1_data_assurance_assurances_global_id_put_response.py +87 -0
  839. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request.py +3 -3
  840. graphiant_sdk/models/v1_data_assurance_assurances_global_post_response.py +89 -0
  841. graphiant_sdk/models/v1_data_assurance_flex_algos_get_response.py +95 -0
  842. graphiant_sdk/models/v1_data_assurance_flex_algos_get_response_entry.py +91 -0
  843. graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get_request.py +91 -0
  844. graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get_response.py +99 -0
  845. graphiant_sdk/models/v1_device_routing_bgp_nbrid_get_request.py +91 -0
  846. graphiant_sdk/models/v1_device_routing_bgp_nbrid_get_response.py +95 -0
  847. graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get_request.py +91 -0
  848. graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get_response.py +95 -0
  849. graphiant_sdk/models/v1_device_routing_bgp_nbrs_details_get_response.py +91 -0
  850. graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get_response.py +95 -0
  851. graphiant_sdk/models/v1_device_routing_odp_nbrid_get_request.py +91 -0
  852. graphiant_sdk/models/v1_device_routing_odp_nbrid_get_response.py +95 -0
  853. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get_request.py +91 -0
  854. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get_response.py +103 -0
  855. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get_request.py +91 -0
  856. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get_response.py +95 -0
  857. graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get_request.py +91 -0
  858. graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get_response.py +95 -0
  859. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get_request.py +91 -0
  860. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get_response.py +103 -0
  861. graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get_request.py +91 -0
  862. graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get_response.py +103 -0
  863. graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get_request.py +91 -0
  864. graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get_response.py +95 -0
  865. graphiant_sdk/models/v1_device_routing_ospfv2_lsdb_get_request.py +91 -0
  866. graphiant_sdk/models/v1_device_routing_ospfv2_lsdb_get_response.py +103 -0
  867. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get_request.py +97 -0
  868. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get_response.py +103 -0
  869. graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get_response.py +100 -0
  870. graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_get_request.py +91 -0
  871. graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_get_response.py +103 -0
  872. graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_nbrid_get_request.py +91 -0
  873. graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_nbrid_get_response.py +95 -0
  874. graphiant_sdk/models/v1_device_routing_ospfv3_area_interfaceid_get_request.py +91 -0
  875. graphiant_sdk/models/v1_device_routing_ospfv3_area_interfaceid_get_response.py +95 -0
  876. graphiant_sdk/models/v1_device_routing_ospfv3_area_lsdb_get_request.py +91 -0
  877. graphiant_sdk/models/v1_device_routing_ospfv3_area_lsdb_get_response.py +103 -0
  878. graphiant_sdk/models/v1_device_routing_ospfv3_area_nbr_get_request.py +91 -0
  879. graphiant_sdk/models/v1_device_routing_ospfv3_area_nbr_get_response.py +103 -0
  880. graphiant_sdk/models/v1_device_routing_ospfv3_areaid_get_request.py +91 -0
  881. graphiant_sdk/models/v1_device_routing_ospfv3_areaid_get_response.py +95 -0
  882. graphiant_sdk/models/v1_device_routing_ospfv3_lsdb_get_request.py +91 -0
  883. graphiant_sdk/models/v1_device_routing_ospfv3_lsdb_get_response.py +103 -0
  884. graphiant_sdk/models/v1_device_routing_ospfv3_rib_get_request.py +97 -0
  885. graphiant_sdk/models/v1_device_routing_ospfv3_rib_get_response.py +103 -0
  886. graphiant_sdk/models/v1_device_routing_ospfv3_statistics_get_response.py +100 -0
  887. graphiant_sdk/models/v1_device_routing_rib_route_count_post_response.py +95 -0
  888. graphiant_sdk/models/v1_device_routing_rib_route_count_post_response_route_count.py +89 -0
  889. graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get_response.py +111 -0
  890. graphiant_sdk/models/v1_device_routing_vrf_bgp_graphiant_eiroute_count_get_response.py +91 -0
  891. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_request.py +3 -3
  892. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_response.py +95 -0
  893. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_response_route_count.py +89 -0
  894. graphiant_sdk/models/v1_device_snapshot_device_id_get_response.py +95 -0
  895. graphiant_sdk/models/v1_device_snapshot_get_request.py +91 -0
  896. graphiant_sdk/models/v1_device_snapshot_get_response.py +101 -0
  897. graphiant_sdk/models/v1_device_status_history_post_response.py +95 -0
  898. graphiant_sdk/models/v1_device_status_post_request.py +90 -0
  899. graphiant_sdk/models/v1_device_status_post_response.py +95 -0
  900. graphiant_sdk/models/v1_devices_bringup_post_response.py +95 -0
  901. graphiant_sdk/models/v1_devices_bringup_token_post_request.py +3 -3
  902. graphiant_sdk/models/v1_devices_bringup_token_post_response.py +93 -0
  903. graphiant_sdk/models/v1_devices_device_id_arp_get_response.py +95 -0
  904. graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get_response.py +95 -0
  905. graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get_response_circuit_info.py +93 -0
  906. graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get_request.py +87 -0
  907. graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get_response.py +100 -0
  908. graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get_response_vrf_associations.py +91 -0
  909. graphiant_sdk/models/v1_devices_device_id_config_put_request.py +9 -9
  910. graphiant_sdk/models/v1_devices_device_id_config_put_response.py +89 -0
  911. graphiant_sdk/models/v1_devices_device_id_connectivity_get_response.py +105 -0
  912. graphiant_sdk/models/v1_devices_device_id_dhcp_server_leases_get_response.py +95 -0
  913. graphiant_sdk/models/v1_devices_device_id_draft_get_response.py +91 -0
  914. graphiant_sdk/models/v1_devices_device_id_draft_post_request.py +3 -3
  915. graphiant_sdk/models/v1_devices_device_id_draft_post_response.py +87 -0
  916. graphiant_sdk/models/v1_devices_device_id_edges_get_request.py +91 -0
  917. graphiant_sdk/models/v1_devices_device_id_edges_get_response.py +101 -0
  918. graphiant_sdk/models/v1_devices_device_id_get_response.py +91 -0
  919. graphiant_sdk/models/v1_devices_device_id_interfaces_get_request.py +91 -0
  920. graphiant_sdk/models/v1_devices_device_id_interfaces_get_response.py +101 -0
  921. graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get_response.py +93 -0
  922. graphiant_sdk/models/v1_devices_device_id_ndcache_get_response.py +95 -0
  923. graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get_request.py +87 -0
  924. graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get_response.py +87 -0
  925. graphiant_sdk/models/v1_devices_device_id_ospfv3_default_originate_get_request.py +87 -0
  926. graphiant_sdk/models/v1_devices_device_id_ospfv3_default_originate_get_response.py +87 -0
  927. graphiant_sdk/models/v1_devices_device_id_policy_applications_get_request.py +91 -0
  928. graphiant_sdk/models/v1_devices_device_id_policy_applications_get_response.py +101 -0
  929. graphiant_sdk/models/v1_devices_device_id_policy_applications_get_response_application.py +93 -0
  930. graphiant_sdk/models/v1_devices_device_id_policy_customapplications_get_request.py +91 -0
  931. graphiant_sdk/models/v1_devices_device_id_policy_customapplications_get_response.py +101 -0
  932. graphiant_sdk/models/v1_devices_device_id_policy_customapplications_get_response_application.py +93 -0
  933. graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get_response.py +95 -0
  934. graphiant_sdk/models/v1_devices_device_id_slice_peers_get_response.py +95 -0
  935. graphiant_sdk/models/v1_devices_device_id_staged_config_compare_get_response.py +87 -0
  936. graphiant_sdk/models/v1_devices_device_id_twamp_core_get_response.py +87 -0
  937. graphiant_sdk/models/v1_devices_device_id_versions_compare_get_request.py +90 -0
  938. graphiant_sdk/models/v1_devices_device_id_versions_compare_get_response.py +87 -0
  939. graphiant_sdk/models/v1_devices_device_id_versions_get_response.py +95 -0
  940. graphiant_sdk/models/v1_devices_device_id_versions_version_get_response.py +91 -0
  941. graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get_request.py +87 -0
  942. graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get_response.py +88 -0
  943. graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get_request.py +89 -0
  944. graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get_response.py +97 -0
  945. graphiant_sdk/models/v1_devices_device_id_vrrp_get_request.py +90 -0
  946. graphiant_sdk/models/v1_devices_device_id_vrrp_get_response.py +95 -0
  947. graphiant_sdk/models/v1_devices_get_request.py +103 -0
  948. graphiant_sdk/models/v1_devices_get_response.py +101 -0
  949. graphiant_sdk/models/v1_devices_inventory_clear_return_post_request.py +87 -0
  950. graphiant_sdk/models/v1_devices_inventory_get_request.py +93 -0
  951. graphiant_sdk/models/v1_devices_inventory_get_response.py +101 -0
  952. graphiant_sdk/models/v1_devices_inventory_post_request.py +3 -3
  953. graphiant_sdk/models/v1_devices_inventory_post_response.py +95 -0
  954. graphiant_sdk/models/v1_devices_inventory_post_response_data.py +89 -0
  955. graphiant_sdk/models/v1_devices_inventory_request_return_post_request.py +87 -0
  956. graphiant_sdk/models/v1_devices_inventory_serial_num_post_request.py +87 -0
  957. graphiant_sdk/models/v1_devices_inventory_serial_num_post_response.py +95 -0
  958. graphiant_sdk/models/v1_devices_oauth_authorization_get_response.py +87 -0
  959. graphiant_sdk/models/v1_devices_oauth_post_request.py +104 -0
  960. graphiant_sdk/models/v1_devices_oauth_post_response.py +91 -0
  961. graphiant_sdk/models/v1_devices_oauth_redirect_get_request.py +87 -0
  962. graphiant_sdk/models/v1_devices_oauth_redirect_get_response.py +91 -0
  963. graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get_response.py +95 -0
  964. graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get_response_protocol_count.py +93 -0
  965. graphiant_sdk/models/v1_devices_running_version_post_request.py +87 -0
  966. graphiant_sdk/models/v1_devices_running_version_post_response.py +95 -0
  967. graphiant_sdk/models/v1_devices_session_status_post_response.py +123 -0
  968. graphiant_sdk/models/v1_devices_session_status_post_response_data.py +93 -0
  969. graphiant_sdk/models/v1_devices_summary_get_request.py +87 -0
  970. graphiant_sdk/models/v1_devices_summary_get_response.py +95 -0
  971. graphiant_sdk/models/v1_devices_summary_get_response_site_summary.py +99 -0
  972. graphiant_sdk/models/v1_devices_summary_get_response_site_summary_device_summary.py +108 -0
  973. graphiant_sdk/models/v1_devices_upgrade_cancel_put_request.py +87 -0
  974. graphiant_sdk/models/v1_devices_upgrade_schedule_put_request.py +9 -9
  975. graphiant_sdk/models/v1_devices_upgrade_schedule_put_request_device_version.py +93 -0
  976. graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post_request.py +2 -2
  977. graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post_response.py +87 -0
  978. graphiant_sdk/models/v1_diagnostic_archive_edit_archive_id_put_request.py +87 -0
  979. graphiant_sdk/models/v1_diagnostic_archives_device_id_get_response.py +95 -0
  980. graphiant_sdk/models/v1_diagnostic_bgp_reset_device_id_put_request.py +4 -4
  981. graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request.py +3 -3
  982. graphiant_sdk/models/v1_diagnostic_gnmi_ping_get_request.py +88 -0
  983. graphiant_sdk/models/v1_diagnostic_gnmi_ping_get_response.py +95 -0
  984. graphiant_sdk/models/v1_diagnostic_gnmi_ping_get_response_result.py +97 -0
  985. graphiant_sdk/models/v1_diagnostic_interface_reset_device_id_put_request.py +2 -2
  986. graphiant_sdk/models/v1_diagnostic_otp_device_id_get_response.py +87 -0
  987. graphiant_sdk/models/v1_diagnostic_packetcapture_pcap_id_get_response.py +96 -0
  988. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request.py +9 -9
  989. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_response.py +87 -0
  990. graphiant_sdk/models/v1_diagnostic_packetcapture_stop_post_request.py +87 -0
  991. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request.py +6 -6
  992. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_response.py +93 -0
  993. graphiant_sdk/models/v1_diagnostic_ping_post_request.py +98 -0
  994. graphiant_sdk/models/v1_diagnostic_ping_post_response.py +93 -0
  995. graphiant_sdk/models/v1_diagnostic_reboot_device_id_put_request.py +3 -3
  996. graphiant_sdk/models/v1_diagnostic_reset_ipsec_session_device_id_put_request.py +3 -3
  997. graphiant_sdk/models/v1_diagnostic_speedtest_post_request.py +4 -4
  998. graphiant_sdk/models/v1_diagnostic_speedtest_post_response.py +93 -0
  999. graphiant_sdk/models/v1_diagnostic_speedtest_providers_get_response.py +87 -0
  1000. graphiant_sdk/models/v1_diagnostic_speedtest_report_put_request.py +3 -3
  1001. graphiant_sdk/models/v1_diagnostic_speedtest_report_put_response.py +89 -0
  1002. graphiant_sdk/models/v1_diagnostic_speedtest_servers_get_request.py +92 -0
  1003. graphiant_sdk/models/v1_diagnostic_speedtest_servers_get_response.py +95 -0
  1004. graphiant_sdk/models/v1_diagnostic_traceroute_post_request.py +98 -0
  1005. graphiant_sdk/models/v1_diagnostic_traceroute_post_response.py +93 -0
  1006. graphiant_sdk/models/v1_edges_hardware_assigned_get_request.py +87 -0
  1007. graphiant_sdk/models/v1_edges_hardware_assigned_get_response.py +95 -0
  1008. graphiant_sdk/models/v1_edges_hardware_unassigned_get_response.py +98 -0
  1009. graphiant_sdk/models/v1_edges_summary_get_request.py +97 -0
  1010. graphiant_sdk/models/v1_edges_summary_get_response.py +98 -0
  1011. graphiant_sdk/models/v1_enterprise_allocation_get_request.py +91 -0
  1012. graphiant_sdk/models/v1_enterprise_allocation_get_response.py +116 -0
  1013. graphiant_sdk/models/v1_enterprise_configuration_get_response.py +91 -0
  1014. graphiant_sdk/models/v1_enterprise_configuration_put_request.py +91 -0
  1015. graphiant_sdk/models/v1_enterprise_contract_put_request.py +4 -4
  1016. graphiant_sdk/models/v1_enterprise_snapshot_get_response.py +110 -0
  1017. graphiant_sdk/models/v1_enterprises_enterprise_id_admin_get_response.py +87 -0
  1018. graphiant_sdk/models/v1_enterprises_enterprise_id_delete_response.py +89 -0
  1019. graphiant_sdk/models/v1_enterprises_enterprise_id_device_status_get_request.py +87 -0
  1020. graphiant_sdk/models/v1_enterprises_enterprise_id_device_status_get_response.py +95 -0
  1021. graphiant_sdk/models/v1_enterprises_get_response.py +95 -0
  1022. graphiant_sdk/models/v1_enterprises_managed_get_response.py +101 -0
  1023. graphiant_sdk/models/v1_enterprises_patch_request.py +1 -1
  1024. graphiant_sdk/models/v1_enterprises_put_request.py +2 -2
  1025. graphiant_sdk/models/v1_enterprises_self_delete_response.py +89 -0
  1026. graphiant_sdk/models/v1_event_device_get_request.py +94 -0
  1027. graphiant_sdk/models/v1_event_device_get_response.py +95 -0
  1028. graphiant_sdk/models/v1_event_enterprise_get_request.py +93 -0
  1029. graphiant_sdk/models/v1_event_enterprise_get_response.py +95 -0
  1030. graphiant_sdk/models/v1_event_system_get_response.py +95 -0
  1031. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_request.py +8 -6
  1032. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_response.py +106 -0
  1033. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_request.py +4 -4
  1034. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_response.py +99 -0
  1035. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_request.py +4 -4
  1036. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_response.py +115 -0
  1037. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_request.py +4 -4
  1038. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_response.py +87 -0
  1039. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post_request.py +89 -0
  1040. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post_response.py +95 -0
  1041. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request.py +8 -6
  1042. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_response.py +104 -0
  1043. graphiant_sdk/models/v1_extranet_sites_usage_post_request.py +105 -0
  1044. graphiant_sdk/models/v1_extranet_sites_usage_post_response.py +106 -0
  1045. graphiant_sdk/models/v1_extranet_sites_usage_top_post_request.py +3 -3
  1046. graphiant_sdk/models/v1_extranet_sites_usage_top_post_response.py +95 -0
  1047. graphiant_sdk/models/v1_extranet_sites_usage_top_post_response_site_usage.py +91 -0
  1048. graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get_response.py +97 -0
  1049. graphiant_sdk/models/v1_extranets_b2b_consumer_id_get_response.py +109 -0
  1050. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request.py +6 -6
  1051. graphiant_sdk/models/v1_extranets_b2b_consumer_post_response.py +117 -0
  1052. graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get_response.py +95 -0
  1053. graphiant_sdk/models/v1_extranets_b2b_customer_info_id_get_response.py +93 -0
  1054. graphiant_sdk/models/v1_extranets_b2b_general_customers_summary_get_response.py +95 -0
  1055. graphiant_sdk/models/v1_extranets_b2b_general_services_summary_get_response.py +95 -0
  1056. graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request.py +3 -3
  1057. graphiant_sdk/models/v1_extranets_b2b_id_customer_post_response.py +95 -0
  1058. graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get_response.py +95 -0
  1059. graphiant_sdk/models/v1_extranets_b2b_id_producer_get_request.py +91 -0
  1060. graphiant_sdk/models/v1_extranets_b2b_id_producer_get_response.py +93 -0
  1061. graphiant_sdk/models/v1_extranets_b2b_id_put_request.py +3 -3
  1062. graphiant_sdk/models/v1_extranets_b2b_id_put_response.py +93 -0
  1063. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_request.py +89 -0
  1064. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response.py +166 -0
  1065. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response_ipsec_vpn_tunnel_config.py +150 -0
  1066. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get_request.py +87 -0
  1067. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get_response.py +95 -0
  1068. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request.py +16 -16
  1069. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_response.py +111 -0
  1070. graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_delete_response.py +89 -0
  1071. graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_get_response.py +96 -0
  1072. graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_request.py +3 -3
  1073. graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_response.py +93 -0
  1074. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_id_get_request.py +87 -0
  1075. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_id_get_response.py +99 -0
  1076. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request.py +3 -3
  1077. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_response.py +97 -0
  1078. graphiant_sdk/models/v1_extranets_b2b_peering_match_services_summary_id_get_response.py +95 -0
  1079. graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_get_response.py +95 -0
  1080. graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get_response.py +95 -0
  1081. graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_request.py +3 -3
  1082. graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_response.py +95 -0
  1083. graphiant_sdk/models/v1_extranets_b2b_post_request.py +3 -3
  1084. graphiant_sdk/models/v1_extranets_b2b_post_response.py +93 -0
  1085. graphiant_sdk/models/v1_extranets_b2b_producer_device_status_id_get_response.py +95 -0
  1086. graphiant_sdk/models/v1_extranets_b2b_producers_summary_get_request.py +87 -0
  1087. graphiant_sdk/models/v1_extranets_b2b_producers_summary_get_response.py +95 -0
  1088. graphiant_sdk/models/v1_extranets_get_request.py +93 -0
  1089. graphiant_sdk/models/v1_extranets_get_response.py +101 -0
  1090. graphiant_sdk/models/v1_extranets_id_apply_post_response.py +97 -0
  1091. graphiant_sdk/models/v1_extranets_id_delete_response.py +95 -0
  1092. graphiant_sdk/models/v1_extranets_id_get_response.py +91 -0
  1093. graphiant_sdk/models/v1_extranets_id_put_request.py +91 -0
  1094. graphiant_sdk/models/v1_extranets_id_put_response.py +91 -0
  1095. graphiant_sdk/models/v1_extranets_id_status_get_response.py +95 -0
  1096. graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get_request.py +91 -0
  1097. graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get_response.py +95 -0
  1098. graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get_response_vrf.py +89 -0
  1099. graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get_request.py +89 -0
  1100. graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get_response.py +100 -0
  1101. graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get_response_allocation.py +95 -0
  1102. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post_response.py +105 -0
  1103. graphiant_sdk/models/v1_extranets_post_request.py +3 -3
  1104. graphiant_sdk/models/v1_extranets_post_response.py +91 -0
  1105. graphiant_sdk/models/v1_extranets_resolve_policy_target_post_request.py +3 -3
  1106. graphiant_sdk/models/v1_extranets_resolve_policy_target_post_response.py +95 -0
  1107. graphiant_sdk/models/v1_extranets_source_segments_post_request.py +3 -3
  1108. graphiant_sdk/models/v1_extranets_source_segments_post_response.py +95 -0
  1109. graphiant_sdk/models/v1_flows_flow_table_post_request.py +11 -11
  1110. graphiant_sdk/models/v1_flows_flow_table_post_response.py +101 -0
  1111. graphiant_sdk/models/v1_flows_topology_post_request.py +6 -6
  1112. graphiant_sdk/models/v1_flows_topology_post_response.py +95 -0
  1113. graphiant_sdk/models/v1_gateways_guest_consumer_match_id_get_response.py +103 -0
  1114. graphiant_sdk/models/v1_gateways_guest_consumer_match_id_get_response_ipsec_vpn_tunnel_config.py +150 -0
  1115. graphiant_sdk/models/v1_gateways_id_details_get_response.py +91 -0
  1116. graphiant_sdk/models/v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get_response.py +89 -0
  1117. graphiant_sdk/models/v1_gateways_post_request.py +3 -3
  1118. graphiant_sdk/models/v1_gateways_post_response.py +89 -0
  1119. graphiant_sdk/models/v1_gateways_put_request.py +3 -3
  1120. graphiant_sdk/models/v1_gateways_reference_consumer_get_request.py +91 -0
  1121. graphiant_sdk/models/v1_gateways_reference_consumer_get_response.py +91 -0
  1122. graphiant_sdk/models/v1_gateways_regions_get_response.py +95 -0
  1123. graphiant_sdk/models/v1_gateways_status_post_request.py +3 -3
  1124. graphiant_sdk/models/v1_gateways_status_post_request_device_info.py +89 -0
  1125. graphiant_sdk/models/v1_gateways_summary_get_response.py +95 -0
  1126. graphiant_sdk/models/v1_global_apps_app_list_options_get_response.py +95 -0
  1127. graphiant_sdk/models/v1_global_apps_app_lists_app_list_id_details_apps_get_response.py +95 -0
  1128. graphiant_sdk/models/v1_global_apps_app_lists_app_list_id_get_response.py +91 -0
  1129. graphiant_sdk/models/v1_global_apps_app_lists_app_list_id_put_request.py +91 -0
  1130. graphiant_sdk/models/v1_global_apps_app_lists_get_response.py +95 -0
  1131. graphiant_sdk/models/v1_global_apps_app_lists_get_response_entry.py +95 -0
  1132. graphiant_sdk/models/v1_global_apps_app_lists_post_request.py +3 -3
  1133. graphiant_sdk/models/v1_global_apps_app_lists_post_response.py +91 -0
  1134. graphiant_sdk/models/v1_global_apps_categories_category_id_apps_get_response.py +95 -0
  1135. graphiant_sdk/models/v1_global_apps_categories_get_response.py +95 -0
  1136. graphiant_sdk/models/v1_global_apps_categories_get_response_entry.py +93 -0
  1137. graphiant_sdk/models/v1_global_apps_custom_app_id_details_app_lists_get_response.py +95 -0
  1138. graphiant_sdk/models/v1_global_apps_custom_app_id_get_response.py +91 -0
  1139. graphiant_sdk/models/v1_global_apps_custom_app_id_put_request.py +91 -0
  1140. graphiant_sdk/models/v1_global_apps_custom_get_response.py +95 -0
  1141. graphiant_sdk/models/v1_global_apps_custom_get_response_entry.py +101 -0
  1142. graphiant_sdk/models/v1_global_apps_custom_post_request.py +3 -3
  1143. graphiant_sdk/models/v1_global_apps_custom_post_response.py +91 -0
  1144. graphiant_sdk/models/v1_global_apps_graphiant_get_response.py +95 -0
  1145. graphiant_sdk/models/v1_global_apps_graphiant_get_response_entry.py +95 -0
  1146. graphiant_sdk/models/v1_global_attached_edges_post_response.py +95 -0
  1147. graphiant_sdk/models/v1_global_config_patch_request.py +24 -24
  1148. graphiant_sdk/models/v1_global_config_patch_response.py +103 -0
  1149. graphiant_sdk/models/v1_global_config_site_post_request.py +5 -5
  1150. graphiant_sdk/models/v1_global_device_status_get_request.py +97 -0
  1151. graphiant_sdk/models/v1_global_device_status_get_response.py +95 -0
  1152. graphiant_sdk/models/v1_global_ipfix_device_get_request.py +87 -0
  1153. graphiant_sdk/models/v1_global_ipfix_device_get_response.py +95 -0
  1154. graphiant_sdk/models/v1_global_ipfix_post_response.py +95 -0
  1155. graphiant_sdk/models/v1_global_ipfix_site_get_request.py +87 -0
  1156. graphiant_sdk/models/v1_global_ipfix_site_get_response.py +95 -0
  1157. graphiant_sdk/models/v1_global_ipsec_profile_get_response.py +95 -0
  1158. graphiant_sdk/models/v1_global_ipsec_profile_get_response_i_psec_profile_count.py +92 -0
  1159. graphiant_sdk/models/v1_global_ipsec_profile_id_get_response.py +91 -0
  1160. graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response.py +95 -0
  1161. graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response_site_to_site_vpn.py +94 -0
  1162. graphiant_sdk/models/v1_global_lan_segments_get_response.py +95 -0
  1163. graphiant_sdk/models/v1_global_lan_segments_get_response_entry.py +103 -0
  1164. graphiant_sdk/models/v1_global_lan_segments_id_delete_response.py +89 -0
  1165. graphiant_sdk/models/v1_global_lan_segments_post_response.py +89 -0
  1166. graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get_response.py +97 -0
  1167. graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get_response_entry.py +95 -0
  1168. graphiant_sdk/models/v1_global_prefix_sets_device_get_request.py +87 -0
  1169. graphiant_sdk/models/v1_global_prefix_sets_device_get_response.py +95 -0
  1170. graphiant_sdk/models/v1_global_prefix_sets_post_request.py +87 -0
  1171. graphiant_sdk/models/v1_global_prefix_sets_post_response.py +95 -0
  1172. graphiant_sdk/models/v1_global_prefix_sets_site_get_request.py +87 -0
  1173. graphiant_sdk/models/v1_global_prefix_sets_site_get_response.py +95 -0
  1174. graphiant_sdk/models/v1_global_routing_policies_device_get_request.py +87 -0
  1175. graphiant_sdk/models/v1_global_routing_policies_device_get_response.py +95 -0
  1176. graphiant_sdk/models/v1_global_routing_policies_post_request.py +87 -0
  1177. graphiant_sdk/models/v1_global_routing_policies_post_response.py +95 -0
  1178. graphiant_sdk/models/v1_global_routing_policies_site_get_request.py +87 -0
  1179. graphiant_sdk/models/v1_global_routing_policies_site_get_response.py +95 -0
  1180. graphiant_sdk/models/v1_global_site_lists_get_response.py +97 -0
  1181. graphiant_sdk/models/v1_global_site_lists_get_response_entry.py +103 -0
  1182. graphiant_sdk/models/v1_global_site_lists_id_delete_response.py +89 -0
  1183. graphiant_sdk/models/v1_global_site_lists_id_get_response.py +97 -0
  1184. graphiant_sdk/models/v1_global_site_lists_id_put_request.py +97 -0
  1185. graphiant_sdk/models/v1_global_site_lists_id_put_response.py +89 -0
  1186. graphiant_sdk/models/v1_global_site_lists_id_sites_get_response.py +95 -0
  1187. graphiant_sdk/models/v1_global_site_lists_post_request.py +3 -3
  1188. graphiant_sdk/models/v1_global_site_lists_post_response.py +89 -0
  1189. graphiant_sdk/models/v1_global_site_status_get_request.py +97 -0
  1190. graphiant_sdk/models/v1_global_site_status_get_response.py +95 -0
  1191. graphiant_sdk/models/v1_global_snmps_device_get_request.py +87 -0
  1192. graphiant_sdk/models/v1_global_snmps_device_get_response.py +95 -0
  1193. graphiant_sdk/models/v1_global_snmps_post_request.py +87 -0
  1194. graphiant_sdk/models/v1_global_snmps_post_response.py +95 -0
  1195. graphiant_sdk/models/v1_global_snmps_site_get_request.py +87 -0
  1196. graphiant_sdk/models/v1_global_snmps_site_get_response.py +95 -0
  1197. graphiant_sdk/models/v1_global_summary_post_response.py +95 -0
  1198. graphiant_sdk/models/v1_global_syslogs_device_get_request.py +87 -0
  1199. graphiant_sdk/models/v1_global_syslogs_device_get_response.py +95 -0
  1200. graphiant_sdk/models/v1_global_syslogs_post_request.py +87 -0
  1201. graphiant_sdk/models/v1_global_syslogs_post_response.py +95 -0
  1202. graphiant_sdk/models/v1_global_syslogs_site_get_request.py +87 -0
  1203. graphiant_sdk/models/v1_global_syslogs_site_get_response.py +95 -0
  1204. graphiant_sdk/models/v1_global_traffic_policies_device_get_request.py +87 -0
  1205. graphiant_sdk/models/v1_global_traffic_policies_device_get_response.py +91 -0
  1206. graphiant_sdk/models/v1_global_traffic_policies_post_request.py +87 -0
  1207. graphiant_sdk/models/v1_global_traffic_policies_post_response.py +91 -0
  1208. graphiant_sdk/models/v1_global_traffic_policies_site_get_request.py +87 -0
  1209. graphiant_sdk/models/v1_global_traffic_policies_site_get_response.py +91 -0
  1210. graphiant_sdk/models/v1_groups_enterprises_get_response.py +95 -0
  1211. graphiant_sdk/models/v1_groups_get_response.py +95 -0
  1212. graphiant_sdk/models/v1_groups_id_delete_request.py +87 -0
  1213. graphiant_sdk/models/v1_groups_id_delete_response.py +89 -0
  1214. graphiant_sdk/models/v1_groups_id_enterprises_enterprise_id_delete_response.py +89 -0
  1215. graphiant_sdk/models/v1_groups_id_enterprises_post_request.py +2 -2
  1216. graphiant_sdk/models/v1_groups_id_get_response.py +91 -0
  1217. graphiant_sdk/models/v1_groups_id_members_delete_post_request.py +2 -2
  1218. graphiant_sdk/models/v1_groups_id_members_delete_post_response.py +89 -0
  1219. graphiant_sdk/models/v1_groups_id_members_get_response.py +95 -0
  1220. graphiant_sdk/models/v1_groups_id_members_member_id_delete_response.py +89 -0
  1221. graphiant_sdk/models/v1_groups_id_members_post_request.py +1 -1
  1222. graphiant_sdk/models/v1_groups_id_members_post_response.py +89 -0
  1223. graphiant_sdk/models/v1_groups_id_patch_request.py +3 -3
  1224. graphiant_sdk/models/v1_groups_id_patch_response.py +89 -0
  1225. graphiant_sdk/models/v1_groups_put_request.py +6 -6
  1226. graphiant_sdk/models/v1_groups_root_get_response.py +95 -0
  1227. graphiant_sdk/models/v1_healthcheck_devices_get_request.py +90 -0
  1228. graphiant_sdk/models/v1_healthcheck_devices_get_response.py +95 -0
  1229. graphiant_sdk/models/v1_invitation_email_post_request.py +6 -4
  1230. graphiant_sdk/models/v1_lan_segments_get_request.py +95 -0
  1231. graphiant_sdk/models/v1_lan_segments_get_response.py +101 -0
  1232. graphiant_sdk/models/v1_lldp_interface_id_neighbors_get_request.py +87 -0
  1233. graphiant_sdk/models/v1_lldp_interface_id_neighbors_get_response.py +95 -0
  1234. graphiant_sdk/models/v1_lldp_interface_id_summary_get_response.py +89 -0
  1235. graphiant_sdk/models/v1_lldp_interface_id_vendors_get_response.py +95 -0
  1236. graphiant_sdk/models/v1_logs_post_request.py +8 -8
  1237. graphiant_sdk/models/v1_logs_post_response.py +110 -0
  1238. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request.py +6 -6
  1239. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_response.py +95 -0
  1240. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_response_data.py +101 -0
  1241. graphiant_sdk/models/v1_monitoring_circuits_incidents_post_request.py +104 -0
  1242. graphiant_sdk/models/v1_monitoring_circuits_incidents_post_response.py +95 -0
  1243. graphiant_sdk/models/v1_monitoring_circuits_summary_post_request.py +94 -0
  1244. graphiant_sdk/models/v1_monitoring_circuits_summary_post_response.py +95 -0
  1245. graphiant_sdk/models/v1_monitoring_circuits_utilization_post_request.py +104 -0
  1246. graphiant_sdk/models/v1_monitoring_circuits_utilization_post_response.py +95 -0
  1247. graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request.py +6 -6
  1248. graphiant_sdk/models/v1_monitoring_circuits_visualization_post_response.py +97 -0
  1249. graphiant_sdk/models/v1_monitoring_circuits_visualization_post_response_data.py +101 -0
  1250. graphiant_sdk/models/v1_nat_entries_device_id_get_request.py +103 -0
  1251. graphiant_sdk/models/v1_nat_entries_device_id_get_response.py +107 -0
  1252. graphiant_sdk/models/v1_nat_utilization_device_id_get_response.py +97 -0
  1253. graphiant_sdk/models/v1_onboarding_cloudinit_delete_request.py +87 -0
  1254. graphiant_sdk/models/v1_onboarding_cloudinit_get_response.py +95 -0
  1255. graphiant_sdk/models/v1_onboarding_cloudinit_post_request.py +95 -0
  1256. graphiant_sdk/models/v1_policy_applications_get_request.py +91 -0
  1257. graphiant_sdk/models/v1_policy_applications_get_response.py +101 -0
  1258. graphiant_sdk/models/v1_policy_applications_get_response_application.py +93 -0
  1259. graphiant_sdk/models/v1_policy_prefix_sets_id_put_request.py +6 -6
  1260. graphiant_sdk/models/v1_policy_prefix_sets_id_put_request_entry.py +94 -0
  1261. graphiant_sdk/models/v1_policy_prefix_sets_id_put_request_nullable_entry.py +91 -0
  1262. graphiant_sdk/models/v1_policy_prefix_sets_id_put_request_nullable_entry_entry.py +94 -0
  1263. graphiant_sdk/models/v1_policy_prefix_sets_id_put_response.py +91 -0
  1264. graphiant_sdk/models/v1_policy_prefix_sets_post_request.py +6 -6
  1265. graphiant_sdk/models/v1_policy_prefix_sets_post_request_entry.py +92 -0
  1266. graphiant_sdk/models/v1_policy_prefix_sets_post_request_prefix_set_entry.py +94 -0
  1267. graphiant_sdk/models/v1_policy_prefix_sets_post_response.py +91 -0
  1268. graphiant_sdk/models/v1_policy_route_tag_sets_id_delete_response.py +87 -0
  1269. graphiant_sdk/models/v1_policy_route_tag_sets_post_request.py +3 -3
  1270. graphiant_sdk/models/v1_policy_route_tag_sets_post_response.py +87 -0
  1271. graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get_request.py +91 -0
  1272. graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get_response.py +95 -0
  1273. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get_response.py +95 -0
  1274. graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get_response.py +95 -0
  1275. graphiant_sdk/models/v1_portal_apikeys_get_response.py +95 -0
  1276. graphiant_sdk/models/v1_portal_apikeys_post_request.py +3 -3
  1277. graphiant_sdk/models/v1_portal_apikeys_post_response.py +87 -0
  1278. graphiant_sdk/models/v1_portal_private_details_get_response.py +95 -0
  1279. graphiant_sdk/models/v1_portal_private_inventory_details_get_response.py +95 -0
  1280. graphiant_sdk/models/v1_portal_private_post_request.py +3 -3
  1281. graphiant_sdk/models/v1_portal_private_register_post_request.py +91 -0
  1282. graphiant_sdk/models/v1_portal_private_sync_post_request.py +3 -3
  1283. graphiant_sdk/models/v1_presharedkey_get_response.py +87 -0
  1284. graphiant_sdk/models/v1_qos_circuit_profiles_get_response.py +95 -0
  1285. graphiant_sdk/models/v1_regions_get_response.py +95 -0
  1286. graphiant_sdk/models/v1_search_get_request.py +91 -0
  1287. graphiant_sdk/models/v1_search_get_response.py +95 -0
  1288. graphiant_sdk/models/v1_site_details_sitelists_post_response.py +95 -0
  1289. graphiant_sdk/models/v1_site_id_details_interfaces_get_request.py +87 -0
  1290. graphiant_sdk/models/v1_site_id_details_interfaces_get_response.py +87 -0
  1291. graphiant_sdk/models/v1_sites_details_get_response.py +95 -0
  1292. graphiant_sdk/models/v1_sites_get_request.py +91 -0
  1293. graphiant_sdk/models/v1_sites_get_response.py +101 -0
  1294. graphiant_sdk/models/v1_sites_post_request.py +3 -3
  1295. graphiant_sdk/models/v1_sites_post_response.py +91 -0
  1296. graphiant_sdk/models/v1_sites_site_id_circuits_get_response.py +95 -0
  1297. graphiant_sdk/models/v1_sites_site_id_circuits_get_response_data.py +98 -0
  1298. graphiant_sdk/models/v1_sites_site_id_devices_get_response.py +95 -0
  1299. graphiant_sdk/models/v1_sites_site_id_post_request.py +3 -3
  1300. graphiant_sdk/models/v1_sites_site_id_post_response.py +91 -0
  1301. graphiant_sdk/models/v1_software_auto_upgrade_default_get_response.py +93 -0
  1302. graphiant_sdk/models/v1_software_auto_upgrade_default_put_request.py +93 -0
  1303. graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request.py +3 -3
  1304. graphiant_sdk/models/v1_software_release_notes_get_request.py +91 -0
  1305. graphiant_sdk/models/v1_software_release_notes_get_response.py +87 -0
  1306. graphiant_sdk/models/v1_software_releases_download_get_request.py +89 -0
  1307. graphiant_sdk/models/v1_software_releases_download_get_response.py +87 -0
  1308. graphiant_sdk/models/v1_software_releases_summary_get_response.py +95 -0
  1309. graphiant_sdk/models/v1_software_running_details_get_request.py +87 -0
  1310. graphiant_sdk/models/v1_software_running_details_get_response.py +95 -0
  1311. graphiant_sdk/models/v1_software_running_details_get_response_device.py +93 -0
  1312. graphiant_sdk/models/v1_software_running_summary_get_response.py +95 -0
  1313. graphiant_sdk/models/v1_software_running_summary_get_response_version_summary.py +92 -0
  1314. graphiant_sdk/models/v1_talkers_device_device_id_top_post_request.py +4 -4
  1315. graphiant_sdk/models/v1_talkers_device_device_id_top_post_response.py +95 -0
  1316. graphiant_sdk/models/v1_talkers_site_site_id_top_post_request.py +94 -0
  1317. graphiant_sdk/models/v1_talkers_site_site_id_top_post_response.py +95 -0
  1318. graphiant_sdk/models/v1_temp_password_put_request.py +1 -1
  1319. graphiant_sdk/models/v1_troubleshooting_device_device_id_post_request.py +91 -0
  1320. graphiant_sdk/models/v1_troubleshooting_device_device_id_post_response.py +135 -0
  1321. graphiant_sdk/models/v1_troubleshooting_enterprise_post_request.py +3 -3
  1322. graphiant_sdk/models/v1_troubleshooting_enterprise_post_response.py +95 -0
  1323. graphiant_sdk/models/v1_troubleshooting_enterprise_post_response_site_summary.py +105 -0
  1324. graphiant_sdk/models/v1_troubleshooting_filter_get_response.py +135 -0
  1325. graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get_response.py +95 -0
  1326. graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get_response_site_status.py +89 -0
  1327. graphiant_sdk/models/v1_troubleshooting_site_site_id_get_response.py +99 -0
  1328. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_request.py +91 -0
  1329. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_response.py +101 -0
  1330. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_response_site_counts.py +95 -0
  1331. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_response_site_counts_site_count.py +89 -0
  1332. graphiant_sdk/models/v1_tt_tt_identity_device_status_get_request.py +87 -0
  1333. graphiant_sdk/models/v1_tt_tt_identity_device_status_get_response.py +95 -0
  1334. graphiant_sdk/models/v1_users_email_password_patch_request.py +87 -0
  1335. graphiant_sdk/models/v1_users_get_request.py +87 -0
  1336. graphiant_sdk/models/v1_users_get_response.py +95 -0
  1337. graphiant_sdk/models/v1_users_id_enterprises_get_response.py +95 -0
  1338. graphiant_sdk/models/v1_users_id_groups_enterprises_get_response.py +95 -0
  1339. graphiant_sdk/models/v1_users_id_groups_get_response.py +95 -0
  1340. graphiant_sdk/models/v1_users_id_groups_root_get_response.py +95 -0
  1341. graphiant_sdk/models/v1_users_put_request.py +3 -3
  1342. graphiant_sdk/models/v1_version_post_request.py +3 -3
  1343. graphiant_sdk/models/v1_version_post_response.py +91 -0
  1344. graphiant_sdk/models/v1_zones_get_request.py +95 -0
  1345. graphiant_sdk/models/v1_zones_get_response.py +101 -0
  1346. graphiant_sdk/models/v2_ack_createupdate_post_request.py +2 -2
  1347. graphiant_sdk/models/v2_aggregated_notification_enable_disable_post_request.py +3 -3
  1348. graphiant_sdk/models/v2_aggregated_notification_get_state_get_response.py +87 -0
  1349. graphiant_sdk/models/v2_allowlist_by_enterprise_get_response.py +95 -0
  1350. graphiant_sdk/models/v2_allowlist_create_post_request.py +2 -2
  1351. graphiant_sdk/models/v2_allowlist_rule_id_get_response.py +95 -0
  1352. graphiant_sdk/models/v2_assistant_add_to_conversation_post_request.py +3 -3
  1353. graphiant_sdk/models/v2_assistant_add_to_conversation_post_response.py +115 -0
  1354. graphiant_sdk/models/v2_assistant_conversation_context_history_post_request.py +87 -0
  1355. graphiant_sdk/models/v2_assistant_conversation_id_delete_request.py +87 -0
  1356. graphiant_sdk/models/v2_assistant_conversation_interface_enable_disable_post_request.py +87 -0
  1357. graphiant_sdk/models/v2_assistant_conversation_interface_state_get_response.py +87 -0
  1358. graphiant_sdk/models/v2_assistant_delete_conversation_conversation_id_delete_request.py +87 -0
  1359. graphiant_sdk/models/v2_assistant_get_conversation_details_post_request.py +3 -3
  1360. graphiant_sdk/models/v2_assistant_get_conversation_details_post_response.py +99 -0
  1361. graphiant_sdk/models/v2_assistant_get_conversations_post_request.py +3 -3
  1362. graphiant_sdk/models/v2_assistant_get_conversations_post_response.py +97 -0
  1363. graphiant_sdk/models/v2_assistant_version_post_response.py +87 -0
  1364. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post_request.py +3 -3
  1365. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post_response.py +97 -0
  1366. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post_request.py +91 -0
  1367. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post_response.py +91 -0
  1368. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get_request.py +101 -0
  1369. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get_response.py +95 -0
  1370. graphiant_sdk/models/v2_assurance_bucket_app_servers_post_request.py +3 -3
  1371. graphiant_sdk/models/v2_assurance_bucket_app_servers_post_response.py +95 -0
  1372. graphiant_sdk/models/v2_assurance_bucket_apps_post_request.py +3 -3
  1373. graphiant_sdk/models/v2_assurance_bucket_apps_post_response.py +95 -0
  1374. graphiant_sdk/models/v2_assurance_bucket_services_post_response.py +95 -0
  1375. graphiant_sdk/models/v2_assurance_bucket_topologies_post_request.py +87 -0
  1376. graphiant_sdk/models/v2_assurance_bucket_topologies_post_response.py +95 -0
  1377. graphiant_sdk/models/v2_assurance_bucketdetails_post_request.py +3 -3
  1378. graphiant_sdk/models/v2_assurance_bucketdetails_post_response.py +91 -0
  1379. graphiant_sdk/models/v2_assurance_create_user_report_post_response.py +87 -0
  1380. graphiant_sdk/models/v2_assurance_createclassifiedapplication_post_response.py +87 -0
  1381. graphiant_sdk/models/v2_assurance_download_user_report_get_request.py +87 -0
  1382. graphiant_sdk/models/v2_assurance_download_user_report_get_response.py +87 -0
  1383. graphiant_sdk/models/v2_assurance_endpoint_intel_post_response.py +91 -0
  1384. graphiant_sdk/models/v2_assurance_enterprisesummary_post_request.py +91 -0
  1385. graphiant_sdk/models/v2_assurance_enterprisesummary_post_response.py +91 -0
  1386. graphiant_sdk/models/v2_assurance_flow_summary_post_request.py +3 -3
  1387. graphiant_sdk/models/v2_assurance_flow_summary_post_response.py +123 -0
  1388. graphiant_sdk/models/v2_assurance_flow_summary_post_response_endpoint_details.py +123 -0
  1389. graphiant_sdk/models/v2_assurance_flow_summary_post_response_endpoint_details_statistics.py +91 -0
  1390. graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get_response.py +95 -0
  1391. graphiant_sdk/models/v2_assurance_read_user_report_list_get_response.py +95 -0
  1392. graphiant_sdk/models/v2_assurance_scoredetails_post_request.py +91 -0
  1393. graphiant_sdk/models/v2_assurance_scoredetails_post_response.py +91 -0
  1394. graphiant_sdk/models/v2_assurance_topology_client_session_details_post_response.py +91 -0
  1395. graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request.py +6 -6
  1396. graphiant_sdk/models/v2_assurance_topology_client_sessions_post_response.py +95 -0
  1397. graphiant_sdk/models/v2_assurance_topology_client_summaries_post_request.py +6 -6
  1398. graphiant_sdk/models/v2_assurance_topology_client_summaries_post_response.py +95 -0
  1399. graphiant_sdk/models/v2_assurance_topology_client_summaries_post_response_summary.py +99 -0
  1400. graphiant_sdk/models/v2_assurance_topology_flows_post_request.py +3 -3
  1401. graphiant_sdk/models/v2_assurance_topology_flows_post_response.py +95 -0
  1402. graphiant_sdk/models/v2_assurance_topology_inventory_post_request.py +3 -3
  1403. graphiant_sdk/models/v2_assurance_topology_inventory_post_response.py +126 -0
  1404. graphiant_sdk/models/v2_assurance_topology_overview_post_request.py +11 -11
  1405. graphiant_sdk/models/v2_assurance_topology_overview_post_request_topology_filter.py +91 -0
  1406. graphiant_sdk/models/v2_assurance_topology_overview_post_response.py +115 -0
  1407. graphiant_sdk/models/v2_assurance_topology_overview_post_response_georegion.py +93 -0
  1408. graphiant_sdk/models/v2_assurance_topology_region_summary_post_response.py +95 -0
  1409. graphiant_sdk/models/v2_assurance_topology_region_summary_post_response_site_entry.py +99 -0
  1410. graphiant_sdk/models/v2_assurance_topology_site_summaries_post_request.py +6 -6
  1411. graphiant_sdk/models/v2_assurance_topology_site_summaries_post_response.py +95 -0
  1412. graphiant_sdk/models/v2_assurance_topology_site_summaries_post_response_summary.py +97 -0
  1413. graphiant_sdk/models/v2_assurance_unclassifiedapplicationprofilesummary_post_request.py +91 -0
  1414. graphiant_sdk/models/v2_assurance_unclassifiedapplicationprofilesummary_post_response.py +91 -0
  1415. graphiant_sdk/models/v2_assurance_updateclassifiedapplication_post_request.py +95 -0
  1416. graphiant_sdk/models/v2_assurance_version_post_response.py +87 -0
  1417. graphiant_sdk/models/v2_audit_logs_post_request.py +8 -8
  1418. graphiant_sdk/models/v2_audit_logs_post_response.py +100 -0
  1419. graphiant_sdk/models/v2_childalertlist_post_request.py +2 -2
  1420. graphiant_sdk/models/v2_childalertlist_post_response.py +95 -0
  1421. graphiant_sdk/models/v2_device_device_id_lan_segments_post_request.py +91 -0
  1422. graphiant_sdk/models/v2_device_device_id_lan_segments_post_response.py +95 -0
  1423. graphiant_sdk/models/v2_device_device_id_topology_post_request.py +6 -6
  1424. graphiant_sdk/models/v2_device_device_id_topology_post_response.py +115 -0
  1425. graphiant_sdk/models/v2_device_device_id_topology_post_response_snapshot.py +93 -0
  1426. graphiant_sdk/models/v2_extranet_consumers_usage_top_post_request.py +97 -0
  1427. graphiant_sdk/models/v2_extranet_consumers_usage_top_post_response.py +99 -0
  1428. graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post_request.py +97 -0
  1429. graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post_response.py +95 -0
  1430. graphiant_sdk/models/v2_extranet_service_overtime_consumption_post_request.py +103 -0
  1431. graphiant_sdk/models/v2_extranet_service_overtime_consumption_post_response.py +104 -0
  1432. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_request.py +105 -0
  1433. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_response.py +115 -0
  1434. graphiant_sdk/models/v2_extranet_sites_usage_post_request.py +105 -0
  1435. graphiant_sdk/models/v2_extranet_sites_usage_post_response.py +106 -0
  1436. graphiant_sdk/models/v2_extranet_total_usage_post_request.py +97 -0
  1437. graphiant_sdk/models/v2_extranet_total_usage_post_response.py +87 -0
  1438. graphiant_sdk/models/v2_extranets_monitoring_consumers_post_request.py +87 -0
  1439. graphiant_sdk/models/v2_extranets_monitoring_consumers_post_response.py +95 -0
  1440. graphiant_sdk/models/v2_integration_getall_enterprise_id_get_response.py +95 -0
  1441. graphiant_sdk/models/v2_integration_integration_id_put_request.py +4 -4
  1442. graphiant_sdk/models/v2_integration_post_request.py +4 -4
  1443. graphiant_sdk/models/v2_integration_post_response.py +91 -0
  1444. graphiant_sdk/models/v2_monitoring_bfd_post_request.py +6 -6
  1445. graphiant_sdk/models/v2_monitoring_bfd_post_response.py +95 -0
  1446. graphiant_sdk/models/v2_monitoring_bfd_post_response_data.py +101 -0
  1447. graphiant_sdk/models/v2_monitoring_bgp_post_request.py +6 -6
  1448. graphiant_sdk/models/v2_monitoring_bgp_post_response.py +95 -0
  1449. graphiant_sdk/models/v2_monitoring_bgp_post_response_data.py +101 -0
  1450. graphiant_sdk/models/v2_monitoring_circuits_bandwidth_post_request.py +104 -0
  1451. graphiant_sdk/models/v2_monitoring_circuits_bandwidth_post_response.py +95 -0
  1452. graphiant_sdk/models/v2_monitoring_circuits_bandwidth_post_response_data.py +115 -0
  1453. graphiant_sdk/models/v2_monitoring_circuits_summary_post_request.py +3 -3
  1454. graphiant_sdk/models/v2_monitoring_circuits_summary_post_response.py +95 -0
  1455. graphiant_sdk/models/v2_monitoring_circuits_utilization_post_request.py +6 -6
  1456. graphiant_sdk/models/v2_monitoring_circuits_utilization_post_response.py +95 -0
  1457. graphiant_sdk/models/v2_monitoring_circuits_utilization_post_response_data.py +104 -0
  1458. graphiant_sdk/models/v2_monitoring_circuits_visualization_post_request.py +104 -0
  1459. graphiant_sdk/models/v2_monitoring_circuits_visualization_post_response.py +97 -0
  1460. graphiant_sdk/models/v2_monitoring_circuits_visualization_post_response_data.py +101 -0
  1461. graphiant_sdk/models/v2_monitoring_extranet_edge_status_get_request.py +91 -0
  1462. graphiant_sdk/models/v2_monitoring_extranet_edge_status_get_response.py +95 -0
  1463. graphiant_sdk/models/v2_monitoring_extranet_log_details_post_response.py +95 -0
  1464. graphiant_sdk/models/v2_monitoring_extranet_log_details_post_response_log_details.py +99 -0
  1465. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get_request.py +93 -0
  1466. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get_response.py +95 -0
  1467. graphiant_sdk/models/v2_monitoring_extranet_service_status_get_request.py +93 -0
  1468. graphiant_sdk/models/v2_monitoring_extranet_service_status_get_response.py +95 -0
  1469. graphiant_sdk/models/v2_monitoring_extranet_site_status_get_request.py +93 -0
  1470. graphiant_sdk/models/v2_monitoring_extranet_site_status_get_response.py +95 -0
  1471. graphiant_sdk/models/v2_monitoring_extranet_status_details_get_request.py +97 -0
  1472. graphiant_sdk/models/v2_monitoring_extranet_status_details_get_response.py +105 -0
  1473. graphiant_sdk/models/v2_monitoring_ike_error_history_post_request.py +3 -3
  1474. graphiant_sdk/models/v2_monitoring_ike_error_history_post_response.py +95 -0
  1475. graphiant_sdk/models/v2_monitoring_ike_error_history_post_response_data.py +101 -0
  1476. graphiant_sdk/models/v2_monitoring_interface_post_request.py +6 -6
  1477. graphiant_sdk/models/v2_monitoring_interface_post_response.py +95 -0
  1478. graphiant_sdk/models/v2_monitoring_interface_post_response_data.py +101 -0
  1479. graphiant_sdk/models/v2_monitoring_ipsec_post_request.py +6 -6
  1480. graphiant_sdk/models/v2_monitoring_ipsec_post_response.py +95 -0
  1481. graphiant_sdk/models/v2_monitoring_ipsec_post_response_data.py +101 -0
  1482. graphiant_sdk/models/v2_monitoring_ospf_post_request.py +6 -6
  1483. graphiant_sdk/models/v2_monitoring_ospf_post_response.py +95 -0
  1484. graphiant_sdk/models/v2_monitoring_ospf_post_response_data.py +101 -0
  1485. graphiant_sdk/models/v2_monitoring_policy_post_request.py +6 -6
  1486. graphiant_sdk/models/v2_monitoring_policy_post_response.py +95 -0
  1487. graphiant_sdk/models/v2_monitoring_policy_post_response_data.py +101 -0
  1488. graphiant_sdk/models/v2_monitoring_queue_instant_post_request.py +6 -6
  1489. graphiant_sdk/models/v2_monitoring_queue_instant_post_response.py +95 -0
  1490. graphiant_sdk/models/v2_monitoring_queue_instant_post_response_data.py +101 -0
  1491. graphiant_sdk/models/v2_monitoring_queue_post_request.py +6 -6
  1492. graphiant_sdk/models/v2_monitoring_queue_post_response.py +95 -0
  1493. graphiant_sdk/models/v2_monitoring_queue_post_response_data.py +101 -0
  1494. graphiant_sdk/models/v2_monitoring_segment_route_counts_post_request.py +88 -0
  1495. graphiant_sdk/models/v2_monitoring_segment_route_counts_post_response.py +95 -0
  1496. graphiant_sdk/models/v2_monitoring_segment_route_counts_post_response_data.py +101 -0
  1497. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +6 -6
  1498. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_response.py +95 -0
  1499. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_response_data.py +110 -0
  1500. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request.py +6 -6
  1501. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_response.py +95 -0
  1502. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_response_data.py +106 -0
  1503. graphiant_sdk/models/v2_monitoring_system_generic_post_request.py +6 -6
  1504. graphiant_sdk/models/v2_monitoring_system_generic_post_response.py +95 -0
  1505. graphiant_sdk/models/v2_monitoring_system_generic_post_response_data.py +101 -0
  1506. graphiant_sdk/models/v2_monitoring_system_post_request.py +104 -0
  1507. graphiant_sdk/models/v2_monitoring_system_post_response.py +95 -0
  1508. graphiant_sdk/models/v2_monitoring_system_post_response_data.py +101 -0
  1509. graphiant_sdk/models/v2_monitoring_twamp_post_request.py +6 -6
  1510. graphiant_sdk/models/v2_monitoring_twamp_post_response.py +95 -0
  1511. graphiant_sdk/models/v2_monitoring_twamp_post_response_data.py +101 -0
  1512. graphiant_sdk/models/v2_notification_create_post_request.py +5 -5
  1513. graphiant_sdk/models/v2_notification_delete_post_request.py +2 -2
  1514. graphiant_sdk/models/v2_notification_enabledisable_post_request.py +3 -3
  1515. graphiant_sdk/models/v2_notification_update_post_request.py +5 -5
  1516. graphiant_sdk/models/v2_notificationlist_post_request.py +3 -3
  1517. graphiant_sdk/models/v2_notificationlist_post_response.py +95 -0
  1518. graphiant_sdk/models/v2_notificationmutelist_create_post_request.py +89 -0
  1519. graphiant_sdk/models/v2_notificationmutelist_rule_id_get_response.py +95 -0
  1520. graphiant_sdk/models/v2_parentalertlist_post_request.py +91 -0
  1521. graphiant_sdk/models/v2_parentalertlist_post_response.py +95 -0
  1522. graphiant_sdk/models/v2_rule_enabledisable_post_request.py +3 -3
  1523. graphiant_sdk/models/v2_rulelist_post_response.py +95 -0
  1524. graphiant_sdk/models/v2_site_site_id_detail_post_request.py +97 -0
  1525. graphiant_sdk/models/v2_site_site_id_detail_post_response.py +101 -0
  1526. graphiant_sdk/models/v2_site_site_id_lan_segments_post_request.py +91 -0
  1527. graphiant_sdk/models/v2_site_site_id_lan_segments_post_response.py +95 -0
  1528. graphiant_sdk/models/v2_site_site_id_topology_post_request.py +97 -0
  1529. graphiant_sdk/models/v2_site_site_id_topology_post_response.py +115 -0
  1530. graphiant_sdk/models/v2_site_site_id_topology_post_response_snapshot.py +93 -0
  1531. graphiant_sdk/models/v2_version_post_response.py +87 -0
  1532. {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/METADATA +113 -5
  1533. graphiant_sdk-25.11.1.dist-info/RECORD +5303 -0
  1534. test/test_alarms_alarm_data.py +73 -0
  1535. test/test_alarms_alarm_history.py +58 -0
  1536. test/test_alertservice_alert_record.py +116 -0
  1537. test/test_alertservice_allow_alert_notifcation_list_record.py +63 -0
  1538. test/test_alertservice_children_alert_list_response.py +85 -0
  1539. test/test_alertservice_create_integration_body.py +65 -0
  1540. test/test_alertservice_integration.py +61 -0
  1541. test/test_alertservice_integration_details.py +53 -0
  1542. test/test_alertservice_notification_body.py +68 -0
  1543. test/test_alertservice_notification_record.py +75 -0
  1544. test/test_alertservice_rule_record.py +59 -0
  1545. test/test_alertservice_time_window.py +57 -0
  1546. test/test_alertservice_update_integration_body.py +62 -0
  1547. test/test_assistant_assistant_conversation.py +54 -0
  1548. test/test_assistant_assistant_question.py +54 -0
  1549. test/test_assistant_assistant_response.py +70 -0
  1550. test/test_assistant_dataframe_dictionary.py +55 -0
  1551. test/test_assistant_time_window.py +57 -0
  1552. test/test_assurance_app_id_record.py +94 -0
  1553. test/test_assurance_app_name_record.py +120 -0
  1554. test/test_assurance_application_flow.py +69 -0
  1555. test/test_assurance_application_profile_summary.py +76 -0
  1556. test/test_assurance_bucket_app.py +60 -0
  1557. test/test_assurance_bucket_app_identifier.py +52 -0
  1558. test/test_assurance_bucket_app_server.py +55 -0
  1559. test/test_assurance_bucket_app_server_changes_list.py +65 -0
  1560. test/test_assurance_bucket_app_server_list.py +59 -0
  1561. test/test_assurance_bucket_details.py +186 -0
  1562. test/test_assurance_bucket_stats.py +54 -0
  1563. test/test_assurance_bucket_stats_with_id.py +54 -0
  1564. test/test_assurance_bucket_summary.py +73 -0
  1565. test/test_assurance_classified_application.py +61 -0
  1566. test/test_assurance_client_session.py +154 -0
  1567. test/test_assurance_client_session_dia_link.py +51 -0
  1568. test/test_assurance_client_session_endpoint_details.py +77 -0
  1569. test/test_assurance_client_session_endpoint_details_statistics.py +53 -0
  1570. test/test_assurance_client_session_endpoint_link.py +55 -0
  1571. test/test_assurance_client_session_pop_link.py +55 -0
  1572. test/test_assurance_edge.py +52 -0
  1573. test/test_assurance_enterprise_summary.py +56 -0
  1574. test/test_assurance_exchange_service_identifier.py +52 -0
  1575. test/test_assurance_flex_algo_identifier.py +52 -0
  1576. test/test_assurance_geolocation.py +52 -0
  1577. test/test_assurance_region.py +52 -0
  1578. test/test_assurance_score_bucket_count.py +53 -0
  1579. test/test_assurance_score_details.py +56 -0
  1580. test/test_assurance_server.py +53 -0
  1581. test/test_assurance_site.py +53 -0
  1582. test/test_assurance_time_window.py +57 -0
  1583. test/test_assurance_topology.py +77 -0
  1584. test/test_assurance_topology_edge.py +58 -0
  1585. test/test_assurance_topology_edge_link_performance.py +53 -0
  1586. test/test_assurance_topology_filter.py +59 -0
  1587. test/test_assurance_topology_node.py +57 -0
  1588. test/test_assurance_topology_path.py +53 -0
  1589. test/test_assurance_trend_value.py +53 -0
  1590. test/test_assurance_user_report.py +62 -0
  1591. test/test_audit_activity_item.py +53 -0
  1592. test/test_audit_audit_entry.py +79 -0
  1593. test/test_audit_target.py +52 -0
  1594. test/test_audit_target_result.py +55 -0
  1595. test/test_auditmon_activity_details.py +106 -0
  1596. test/test_auditmon_activity_details_target.py +74 -0
  1597. test/test_auditmon_activity_details_target_event.py +56 -0
  1598. test/test_auditmon_activity_logs_selector.py +66 -0
  1599. test/test_auditmon_activity_logs_selector_v2.py +71 -0
  1600. test/test_auditmon_audit_log.py +66 -0
  1601. test/test_auditmon_audit_logs_v2_selector.py +71 -0
  1602. test/test_auditmon_histogram.py +54 -0
  1603. test/test_auditmon_selector.py +54 -0
  1604. test/test_auth_permissions.py +66 -0
  1605. test/test_common_circuit_bandwidth_stats.py +55 -0
  1606. test/test_common_circuit_bandwidth_stats_selector.py +51 -0
  1607. test/test_common_page_info.py +57 -0
  1608. test/test_common_page_request.py +55 -0
  1609. test/test_common_permissions.py +69 -0
  1610. test/test_common_user.py +62 -0
  1611. test/test_common_user_info.py +75 -0
  1612. test/test_config_worker_job_status.py +60 -0
  1613. test/test_default_api.py +389 -20
  1614. test/test_diagnostic_tools_archive.py +61 -0
  1615. test/test_diagnostic_tools_arp_entry.py +53 -0
  1616. test/test_diagnostic_tools_arp_entry_address.py +53 -0
  1617. test/test_diagnostic_tools_diagnostic_params.py +63 -0
  1618. test/test_diagnostic_tools_diagnostic_result.py +85 -0
  1619. test/test_diagnostic_tools_hop_info.py +60 -0
  1620. test/test_diagnostic_tools_hop_stats.py +56 -0
  1621. test/test_diagnostic_tools_p_cap_filter.py +58 -0
  1622. test/test_diagnostic_tools_ping_result.py +58 -0
  1623. test/test_diagnostic_tools_prefix_port.py +52 -0
  1624. test/test_diagnostic_tools_route_lookup_result.py +53 -0
  1625. test/test_diagnostic_tools_speedtest_params.py +60 -0
  1626. test/test_diagnostic_tools_speedtest_result.py +67 -0
  1627. test/test_diagnostic_tools_speedtest_server.py +56 -0
  1628. test/test_diagnostic_tools_target_type.py +52 -0
  1629. test/test_diagnostic_tools_traceroute_result.py +71 -0
  1630. test/test_event_event.py +63 -0
  1631. test/test_event_event_filter.py +58 -0
  1632. test/test_google_protobuf_duration.py +52 -0
  1633. test/test_google_protobuf_timestamp.py +52 -0
  1634. test/test_healthcheck_odp_status_details.py +52 -0
  1635. test/test_healthcheck_onboarding_status_details.py +52 -0
  1636. test/test_healthcheck_status_details.py +80 -0
  1637. test/test_healthcheck_t2_status_details.py +52 -0
  1638. test/test_iam_api_key_info.py +54 -0
  1639. test/test_iam_counts.py +63 -0
  1640. test/test_iam_customer.py +68 -0
  1641. test/test_iam_enterprise.py +103 -0
  1642. test/test_iam_group.py +79 -0
  1643. test/test_ipfix_app_bandwidth_stats.py +55 -0
  1644. test/test_ipfix_app_flow_table.py +67 -0
  1645. test/test_ipfix_app_flow_table_selector.py +56 -0
  1646. test/test_ipfix_app_incidents.py +58 -0
  1647. test/test_ipfix_app_incidents_data.py +55 -0
  1648. test/test_ipfix_app_state_summary_count.py +102 -0
  1649. test/test_ipfix_app_topology_selector.py +53 -0
  1650. test/test_ipfix_app_utilization_summary.py +53 -0
  1651. test/test_ipfix_app_visualization.py +70 -0
  1652. test/test_ipfix_circuit_metrics.py +61 -0
  1653. test/test_ipfix_client_usage_summary.py +52 -0
  1654. test/test_ipfix_connection_map.py +57 -0
  1655. test/test_ipfix_entity_usage.py +53 -0
  1656. test/test_ipfix_nat_entry.py +62 -0
  1657. test/test_ipfix_nat_entry_filter.py +60 -0
  1658. test/test_ipfix_nat_usage.py +55 -0
  1659. test/test_ipfix_network_topology.py +174 -0
  1660. test/test_ipfix_network_topology_delta.py +170 -0
  1661. test/test_ipfix_stats.py +55 -0
  1662. test/test_ipfix_time_window.py +57 -0
  1663. test/test_ipfix_twamp_metrics.py +56 -0
  1664. test/test_mana_v2_allocation_conversion_holder.py +59 -0
  1665. test/test_mana_v2_allocation_conversion_holder_bin.py +56 -0
  1666. test/test_mana_v2_app.py +55 -0
  1667. test/test_mana_v2_app_identifier.py +52 -0
  1668. test/test_mana_v2_app_list_config.py +57 -0
  1669. test/test_mana_v2_application_match_config.py +52 -0
  1670. test/test_mana_v2_application_profile.py +54 -0
  1671. test/test_mana_v2_assurance_config.py +72 -0
  1672. test/test_mana_v2_aws_advance_settings.py +58 -0
  1673. test/test_mana_v2_aws_credentials.py +52 -0
  1674. test/test_mana_v2_aws_direct_connect_gateway.py +67 -0
  1675. test/test_mana_v2_aws_gateway_details.py +84 -0
  1676. test/test_mana_v2_aws_gateway_details_transit_connection.py +73 -0
  1677. test/test_mana_v2_aws_transit_gateway.py +61 -0
  1678. test/test_mana_v2_aws_transit_gateway_vpc.py +56 -0
  1679. test/test_mana_v2_azure_gateway_details.py +53 -0
  1680. test/test_mana_v2_b2_b_extranet_service_customer_match_details_customer.py +56 -0
  1681. test/test_mana_v2_b2_b_extranet_service_customer_match_details_producer_prefix.py +53 -0
  1682. test/test_mana_v2_b2_b_extranet_service_customer_match_details_service.py +57 -0
  1683. test/test_mana_v2_b2b_application_customer_summary.py +58 -0
  1684. test/test_mana_v2_b2b_extranet_application.py +68 -0
  1685. test/test_mana_v2_b2b_extranet_application_invite.py +58 -0
  1686. test/test_mana_v2_b2b_extranet_application_invite_response.py +59 -0
  1687. test/test_mana_v2_b2b_extranet_consumers_summary.py +63 -0
  1688. test/test_mana_v2_b2b_extranet_customer_match_services_summary.py +59 -0
  1689. test/test_mana_v2_b2b_extranet_customer_services_summary.py +61 -0
  1690. test/test_mana_v2_b2b_extranet_filter.py +64 -0
  1691. test/test_mana_v2_b2b_extranet_match_service_to_customer.py +63 -0
  1692. test/test_mana_v2_b2b_extranet_peering_service_consumer_lan_segment_policy.py +54 -0
  1693. test/test_mana_v2_b2b_extranet_peering_service_customer_invite.py +54 -0
  1694. test/test_mana_v2_b2b_extranet_peering_service_policy_response.py +83 -0
  1695. test/test_mana_v2_b2b_extranet_peering_service_producer_policy.py +81 -0
  1696. test/test_mana_v2_b2b_extranet_policy_response.py +148 -0
  1697. test/test_mana_v2_b2b_extranet_prefix_tag.py +52 -0
  1698. test/test_mana_v2_b2b_extranet_producer_policy.py +131 -0
  1699. test/test_mana_v2_b2b_extranet_service_customer_match_details.py +74 -0
  1700. test/test_mana_v2_b2b_extranet_status_summary.py +57 -0
  1701. test/test_mana_v2_b2b_nat.py +52 -0
  1702. test/test_mana_v2_b2b_site_information.py +64 -0
  1703. test/test_mana_v2_bandwidth_consumption_summary.py +84 -0
  1704. test/test_mana_v2_bandwidth_info.py +55 -0
  1705. test/test_mana_v2_bfd_instance.py +53 -0
  1706. test/test_mana_v2_bfd_instance_config.py +53 -0
  1707. test/test_mana_v2_bfd_neighbor.py +67 -0
  1708. test/test_mana_v2_bgp_aggregation.py +54 -0
  1709. test/test_mana_v2_bgp_aggregations_config.py +53 -0
  1710. test/test_mana_v2_bgp_connection.py +58 -0
  1711. test/test_mana_v2_bgp_instance.py +53 -0
  1712. test/test_mana_v2_bgp_instance_config.py +56 -0
  1713. test/test_mana_v2_bgp_multipath.py +52 -0
  1714. test/test_mana_v2_bgp_multipath_config.py +52 -0
  1715. test/test_mana_v2_bgp_neighbor.py +101 -0
  1716. test/test_mana_v2_bgp_neighbor_address_family.py +54 -0
  1717. test/test_mana_v2_bgp_neighbor_address_family_config.py +55 -0
  1718. test/test_mana_v2_bgp_neighbor_config.py +83 -0
  1719. test/test_mana_v2_bgp_redistribute.py +55 -0
  1720. test/test_mana_v2_bgp_redistribute_protocol_config.py +51 -0
  1721. test/test_mana_v2_bucket_app.py +62 -0
  1722. test/test_mana_v2_bucket_app_server.py +53 -0
  1723. test/test_mana_v2_circuit.py +190 -0
  1724. test/test_mana_v2_circuit_config.py +145 -0
  1725. test/test_mana_v2_circuit_interface.py +55 -0
  1726. test/test_mana_v2_community_container.py +53 -0
  1727. test/test_mana_v2_community_type.py +54 -0
  1728. test/test_mana_v2_configuration_metadata.py +53 -0
  1729. test/test_mana_v2_connectivity_graph_edge.py +76 -0
  1730. test/test_mana_v2_connectivity_graph_node.py +78 -0
  1731. test/test_mana_v2_consumer.py +55 -0
  1732. test/test_mana_v2_consumer_device_information.py +56 -0
  1733. test/test_mana_v2_content_filter_match_config.py +53 -0
  1734. test/test_mana_v2_contractual_bandwidth_consumption_summary.py +56 -0
  1735. test/test_mana_v2_core_device_config.py +978 -0
  1736. test/test_mana_v2_core_interface_config.py +105 -0
  1737. test/test_mana_v2_core_link_cost.py +54 -0
  1738. test/test_mana_v2_core_vlan_interface_config.py +122 -0
  1739. test/test_mana_v2_customer_match_info.py +62 -0
  1740. test/test_mana_v2_device.py +1112 -0
  1741. test/test_mana_v2_device_filter.py +54 -0
  1742. test/test_mana_v2_device_snapshot.py +102 -0
  1743. test/test_mana_v2_device_snapshot_data.py +68 -0
  1744. test/test_mana_v2_device_snapshot_list.py +106 -0
  1745. test/test_mana_v2_dhcp_lease.py +57 -0
  1746. test/test_mana_v2_dhcp_relay.py +57 -0
  1747. test/test_mana_v2_dhcp_relay_config.py +53 -0
  1748. test/test_mana_v2_dhcp_server_dns_parameters_config.py +52 -0
  1749. test/test_mana_v2_dhcp_server_ip_range.py +52 -0
  1750. test/test_mana_v2_dhcp_server_pool.py +89 -0
  1751. test/test_mana_v2_dhcp_static_lease.py +55 -0
  1752. test/test_mana_v2_dhcp_subnet_config.py +80 -0
  1753. test/test_mana_v2_dhcp_subnet_static_lease_config.py +53 -0
  1754. test/test_mana_v2_dhcpip_range_config.py +52 -0
  1755. test/test_mana_v2_dns.py +115 -0
  1756. test/test_mana_v2_dns_config.py +63 -0
  1757. test/test_mana_v2_dns_config_dynamic.py +52 -0
  1758. test/test_mana_v2_dns_config_static.py +58 -0
  1759. test/test_mana_v2_dns_servers.py +52 -0
  1760. test/test_mana_v2_dnsip_address.py +57 -0
  1761. test/test_mana_v2_dnsip_addresses.py +60 -0
  1762. test/test_mana_v2_domain_category.py +54 -0
  1763. test/test_mana_v2_domain_list_match_config.py +53 -0
  1764. test/test_mana_v2_dpi_application_config.py +82 -0
  1765. test/test_mana_v2_dpi_custom_application.py +62 -0
  1766. test/test_mana_v2_dscp.py +51 -0
  1767. test/test_mana_v2_dynamic_dns_servers.py +64 -0
  1768. test/test_mana_v2_edge_device_config.py +961 -0
  1769. test/test_mana_v2_enterprise_configuration.py +52 -0
  1770. test/test_mana_v2_enterprise_prefix_set.py +61 -0
  1771. test/test_mana_v2_enterprise_prefix_set_config.py +60 -0
  1772. test/test_mana_v2_enterprise_prefix_set_data.py +59 -0
  1773. test/test_mana_v2_enterprise_prefix_set_data_entry.py +54 -0
  1774. test/test_mana_v2_enterprise_prefix_set_entry.py +54 -0
  1775. test/test_mana_v2_enterprise_prefix_set_input.py +61 -0
  1776. test/test_mana_v2_enterprise_prefix_set_input_entry.py +54 -0
  1777. test/test_mana_v2_extranet_auto_reverse_routes.py +54 -0
  1778. test/test_mana_v2_extranet_consumer_lan_segment_policy.py +59 -0
  1779. test/test_mana_v2_extranet_consumer_lan_segment_policy_response.py +104 -0
  1780. test/test_mana_v2_extranet_consumer_nat_rule.py +52 -0
  1781. test/test_mana_v2_extranet_device_status.py +54 -0
  1782. test/test_mana_v2_extranet_manual_reverse_routes.py +53 -0
  1783. test/test_mana_v2_extranet_policy.py +2281 -0
  1784. test/test_mana_v2_extranet_policy_input.py +119 -0
  1785. test/test_mana_v2_firewall_zone_pair.py +99 -0
  1786. test/test_mana_v2_forwarding_policy.py +197 -0
  1787. test/test_mana_v2_forwarding_policy_config.py +214 -0
  1788. test/test_mana_v2_forwarding_policy_match.py +72 -0
  1789. test/test_mana_v2_forwarding_policy_match_config.py +81 -0
  1790. test/test_mana_v2_gateway_details.py +139 -0
  1791. test/test_mana_v2_gateway_summary.py +70 -0
  1792. test/test_mana_v2_gateway_summary_gateway_device_summary.py +54 -0
  1793. test/test_mana_v2_gcp_gateway_details.py +53 -0
  1794. test/test_mana_v2_global_app_config.py +65 -0
  1795. test/test_mana_v2_global_app_port_range.py +52 -0
  1796. test/test_mana_v2_global_bandwidth_consumption_summary.py +55 -0
  1797. test/test_mana_v2_global_object_device_status.py +59 -0
  1798. test/test_mana_v2_global_object_operation_config.py +52 -0
  1799. test/test_mana_v2_global_object_service_ops.py +53 -0
  1800. test/test_mana_v2_global_object_service_summaries.py +67 -0
  1801. test/test_mana_v2_global_object_summary.py +64 -0
  1802. test/test_mana_v2_graphiant_connections.py +83 -0
  1803. test/test_mana_v2_guest_consumer_site_to_site_vpn_config.py +92 -0
  1804. test/test_mana_v2_i_psec_bgp_route_config.py +64 -0
  1805. test/test_mana_v2_i_psec_gateway_details.py +87 -0
  1806. test/test_mana_v2_i_psec_gateway_tunnel_details.py +54 -0
  1807. test/test_mana_v2_i_psec_profile.py +63 -0
  1808. test/test_mana_v2_i_psec_static_route_config.py +53 -0
  1809. test/test_mana_v2_i_psec_tunnel.py +86 -0
  1810. test/test_mana_v2_interface.py +334 -0
  1811. test/test_mana_v2_interface_address.py +92 -0
  1812. test/test_mana_v2_interface_config.py +178 -0
  1813. test/test_mana_v2_interface_core_config.py +234 -0
  1814. test/test_mana_v2_interface_core_flex_algo_config.py +53 -0
  1815. test/test_mana_v2_interface_core_to_core_peer_config.py +62 -0
  1816. test/test_mana_v2_interface_core_to_gateway_peer_config.py +51 -0
  1817. test/test_mana_v2_interface_dhcp_config.py +55 -0
  1818. test/test_mana_v2_interface_i_psec.py +78 -0
  1819. test/test_mana_v2_interface_i_psec_config.py +69 -0
  1820. test/test_mana_v2_interface_ip_config.py +72 -0
  1821. test/test_mana_v2_interface_lagvlan_config.py +101 -0
  1822. test/test_mana_v2_interface_sfp_optical_strength.py +55 -0
  1823. test/test_mana_v2_interface_tunnel.py +360 -0
  1824. test/test_mana_v2_interface_vlan.py +205 -0
  1825. test/test_mana_v2_interface_vlan_config.py +127 -0
  1826. test/test_mana_v2_interface_wan_config.py +53 -0
  1827. test/test_mana_v2_internet_access_bandwidth_info.py +52 -0
  1828. test/test_mana_v2_ip_firewall_policy.py +53 -0
  1829. test/test_mana_v2_ip_network_list.py +55 -0
  1830. test/test_mana_v2_ip_network_list_config.py +54 -0
  1831. test/test_mana_v2_ipfix_exporter.py +67 -0
  1832. test/test_mana_v2_ipfix_exporter_config.py +62 -0
  1833. test/test_mana_v2_ipsec_connection.py +58 -0
  1834. test/test_mana_v2_ipsec_routing_config.py +69 -0
  1835. test/test_mana_v2_l4_port_list.py +55 -0
  1836. test/test_mana_v2_l4_port_list_config.py +54 -0
  1837. test/test_mana_v2_lacp_config.py +52 -0
  1838. test/test_mana_v2_lag_interface.py +58 -0
  1839. test/test_mana_v2_lag_interface_config.py +141 -0
  1840. test/test_mana_v2_latency_bandwidth.py +52 -0
  1841. test/test_mana_v2_lldp_neighbor.py +57 -0
  1842. test/test_mana_v2_location.py +61 -0
  1843. test/test_mana_v2_mana_configuration.py +887 -0
  1844. test/test_mana_v2_nat_policy.py +70 -0
  1845. test/test_mana_v2_nat_policy_config.py +69 -0
  1846. test/test_mana_v2_nat_policy_ruleset.py +67 -0
  1847. test/test_mana_v2_nat_policy_ruleset_config.py +65 -0
  1848. test/test_mana_v2_nat_policy_ruleset_config_nullable_rule.py +60 -0
  1849. test/test_mana_v2_nat_policy_ruleset_config_nullable_rule_rule.py +59 -0
  1850. test/test_mana_v2_nat_policy_ruleset_rule.py +61 -0
  1851. test/test_mana_v2_network_slice.py +257 -0
  1852. test/test_mana_v2_network_slice_peer.py +251 -0
  1853. test/test_mana_v2_new_site.py +99 -0
  1854. test/test_mana_v2_notify_filter_profile_include.py +53 -0
  1855. test/test_mana_v2_notify_filter_profile_include_config.py +51 -0
  1856. test/test_mana_v2_nullable_address.py +51 -0
  1857. test/test_mana_v2_nullable_administrative_distance.py +51 -0
  1858. test/test_mana_v2_nullable_allow_as_in.py +51 -0
  1859. test/test_mana_v2_nullable_application_match_config.py +53 -0
  1860. test/test_mana_v2_nullable_as_path_prepend.py +51 -0
  1861. test/test_mana_v2_nullable_bfd_instance_config.py +54 -0
  1862. test/test_mana_v2_nullable_bgp_aggregations_config.py +54 -0
  1863. test/test_mana_v2_nullable_bgp_multipath_config.py +53 -0
  1864. test/test_mana_v2_nullable_bgp_neighbor_address_family_config.py +56 -0
  1865. test/test_mana_v2_nullable_bgp_neighbor_config.py +84 -0
  1866. test/test_mana_v2_nullable_bgp_redistribute_protocol_config.py +52 -0
  1867. test/test_mana_v2_nullable_bgp_set_next_hop.py +51 -0
  1868. test/test_mana_v2_nullable_call_policy.py +51 -0
  1869. test/test_mana_v2_nullable_communities.py +55 -0
  1870. test/test_mana_v2_nullable_community.py +54 -0
  1871. test/test_mana_v2_nullable_content_filter_match_config.py +54 -0
  1872. test/test_mana_v2_nullable_core_interface_vlan_config.py +75 -0
  1873. test/test_mana_v2_nullable_destination_network_match_config.py +51 -0
  1874. test/test_mana_v2_nullable_dhcp_subnet_config.py +81 -0
  1875. test/test_mana_v2_nullable_dhcp_subnet_static_lease_config.py +54 -0
  1876. test/test_mana_v2_nullable_dhcpip_range_list.py +55 -0
  1877. test/test_mana_v2_nullable_dns_config.py +64 -0
  1878. test/test_mana_v2_nullable_domain_list_match_config.py +54 -0
  1879. test/test_mana_v2_nullable_dpi_application_config.py +77 -0
  1880. test/test_mana_v2_nullable_dscp_match_config.py +52 -0
  1881. test/test_mana_v2_nullable_ebgp_config.py +51 -0
  1882. test/test_mana_v2_nullable_enterprise_prefix_set_config.py +61 -0
  1883. test/test_mana_v2_nullable_hold_timer.py +51 -0
  1884. test/test_mana_v2_nullable_i_psec_tunnel_config.py +87 -0
  1885. test/test_mana_v2_nullable_i_psec_vpn_profiles_config.py +64 -0
  1886. test/test_mana_v2_nullable_interface_config.py +115 -0
  1887. test/test_mana_v2_nullable_interface_core_config.py +152 -0
  1888. test/test_mana_v2_nullable_interface_ip_config.py +73 -0
  1889. test/test_mana_v2_nullable_interface_lagvlan_config.py +79 -0
  1890. test/test_mana_v2_nullable_interface_name.py +51 -0
  1891. test/test_mana_v2_nullable_interface_priority_decrement.py +52 -0
  1892. test/test_mana_v2_nullable_interface_vlan_config.py +91 -0
  1893. test/test_mana_v2_nullable_ip_list.py +53 -0
  1894. test/test_mana_v2_nullable_ip_network_list_config.py +55 -0
  1895. test/test_mana_v2_nullable_ip_protocol.py +51 -0
  1896. test/test_mana_v2_nullable_ipfix_exporter_config.py +63 -0
  1897. test/test_mana_v2_nullable_ipv4_address.py +51 -0
  1898. test/test_mana_v2_nullable_ipv6_address.py +51 -0
  1899. test/test_mana_v2_nullable_keep_alive_timer.py +51 -0
  1900. test/test_mana_v2_nullable_l4_port_list_config.py +55 -0
  1901. test/test_mana_v2_nullable_lag_interface_config.py +89 -0
  1902. test/test_mana_v2_nullable_lag_member_interface.py +51 -0
  1903. test/test_mana_v2_nullable_local_preferance.py +51 -0
  1904. test/test_mana_v2_nullable_max_prefix.py +51 -0
  1905. test/test_mana_v2_nullable_md5_password.py +51 -0
  1906. test/test_mana_v2_nullable_meter_rates.py +51 -0
  1907. test/test_mana_v2_nullable_metric.py +52 -0
  1908. test/test_mana_v2_nullable_nat_policy_ruleset_config.py +66 -0
  1909. test/test_mana_v2_nullable_nat_policy_ruleset_name.py +51 -0
  1910. test/test_mana_v2_nullable_ospf_admin_distance_value.py +51 -0
  1911. test/test_mana_v2_nullable_ospf_area_config.py +72 -0
  1912. test/test_mana_v2_nullable_ospf_dead_interval_value.py +51 -0
  1913. test/test_mana_v2_nullable_ospf_hello_interval_value.py +51 -0
  1914. test/test_mana_v2_nullable_ospf_interface_config.py +65 -0
  1915. test/test_mana_v2_nullable_ospf_process_config.py +91 -0
  1916. test/test_mana_v2_nullable_ospf_redistribute_protocol_config.py +54 -0
  1917. test/test_mana_v2_nullable_ospf_retransmit_interval_value.py +51 -0
  1918. test/test_mana_v2_nullable_policy_name.py +51 -0
  1919. test/test_mana_v2_nullable_prefix_set.py +51 -0
  1920. test/test_mana_v2_nullable_prefix_set_config.py +64 -0
  1921. test/test_mana_v2_nullable_prometheus_remote_write_sink_config.py +55 -0
  1922. test/test_mana_v2_nullable_prometheus_rule_config.py +57 -0
  1923. test/test_mana_v2_nullable_prometheus_rule_group_config.py +57 -0
  1924. test/test_mana_v2_nullable_prometheus_sys_db_monitor_config.py +56 -0
  1925. test/test_mana_v2_nullable_protocol_route_type.py +51 -0
  1926. test/test_mana_v2_nullable_route_tag_set.py +54 -0
  1927. test/test_mana_v2_nullable_routing_policy_config.py +104 -0
  1928. test/test_mana_v2_nullable_routing_protocol.py +51 -0
  1929. test/test_mana_v2_nullable_security_policy_ruleset_config.py +89 -0
  1930. test/test_mana_v2_nullable_security_zone_config.py +59 -0
  1931. test/test_mana_v2_nullable_security_zone_pair_config.py +54 -0
  1932. test/test_mana_v2_nullable_session_limit.py +51 -0
  1933. test/test_mana_v2_nullable_set_circuit_config.py +51 -0
  1934. test/test_mana_v2_nullable_set_circuit_label_config.py +52 -0
  1935. test/test_mana_v2_nullable_set_dscp_config.py +52 -0
  1936. test/test_mana_v2_nullable_set_sla_class_config.py +51 -0
  1937. test/test_mana_v2_nullable_site_interface_name.py +51 -0
  1938. test/test_mana_v2_nullable_snmp_community_config_value.py +51 -0
  1939. test/test_mana_v2_nullable_snmp_config.py +157 -0
  1940. test/test_mana_v2_nullable_snmp_engine_endpoint_config_value.py +60 -0
  1941. test/test_mana_v2_nullable_snmp_engine_endpoints_address.py +51 -0
  1942. test/test_mana_v2_nullable_snmp_notify_filter_profile_config_value.py +56 -0
  1943. test/test_mana_v2_nullable_snmp_target_config_value.py +61 -0
  1944. test/test_mana_v2_nullable_snmp_vacm_group_access_value.py +58 -0
  1945. test/test_mana_v2_nullable_snmp_vacm_group_member_value.py +55 -0
  1946. test/test_mana_v2_nullable_snmp_vacm_view_value.py +56 -0
  1947. test/test_mana_v2_nullable_source_network_match_config.py +51 -0
  1948. test/test_mana_v2_nullable_stale_purge.py +51 -0
  1949. test/test_mana_v2_nullable_static_route_config.py +71 -0
  1950. test/test_mana_v2_nullable_syslog_collector_config.py +61 -0
  1951. test/test_mana_v2_nullable_tcp_mss_v4.py +51 -0
  1952. test/test_mana_v2_nullable_tcp_mss_v6.py +51 -0
  1953. test/test_mana_v2_nullable_traffic_policy_ruleset_config.py +99 -0
  1954. test/test_mana_v2_nullable_traffic_policy_ruleset_name.py +51 -0
  1955. test/test_mana_v2_nullable_usm_local_user_config_value.py +56 -0
  1956. test/test_mana_v2_nullable_usm_remote_user_config_value.py +56 -0
  1957. test/test_mana_v2_nullable_vacm_group_value.py +71 -0
  1958. test/test_mana_v2_nullable_vrrp_group_config.py +64 -0
  1959. test/test_mana_v2_nullable_weight.py +51 -0
  1960. test/test_mana_v2_nullable_zone_firewall_config.py +59 -0
  1961. test/test_mana_v2_oci_gateway_details.py +53 -0
  1962. test/test_mana_v2_osp_fv2_process.py +110 -0
  1963. test/test_mana_v2_osp_fv3_process.py +110 -0
  1964. test/test_mana_v2_ospf_area.py +120 -0
  1965. test/test_mana_v2_ospf_area_config.py +71 -0
  1966. test/test_mana_v2_ospf_interface.py +89 -0
  1967. test/test_mana_v2_ospf_interface_config.py +64 -0
  1968. test/test_mana_v2_ospf_process_config.py +90 -0
  1969. test/test_mana_v2_ospf_redistribute.py +53 -0
  1970. test/test_mana_v2_ospf_redistribute_protocol_config.py +53 -0
  1971. test/test_mana_v2_overlay_filter_config.py +54 -0
  1972. test/test_mana_v2_overlay_filters.py +52 -0
  1973. test/test_mana_v2_policer.py +52 -0
  1974. test/test_mana_v2_policy_match.py +56 -0
  1975. test/test_mana_v2_policy_target.py +944 -0
  1976. test/test_mana_v2_policy_target_input.py +68 -0
  1977. test/test_mana_v2_port_range.py +52 -0
  1978. test/test_mana_v2_port_range_config.py +52 -0
  1979. test/test_mana_v2_prefix_set.py +72 -0
  1980. test/test_mana_v2_prefix_set_config.py +63 -0
  1981. test/test_mana_v2_prefix_set_config_nullable_entry.py +55 -0
  1982. test/test_mana_v2_prefix_set_config_nullable_entry_entry.py +54 -0
  1983. test/test_mana_v2_prefix_set_entry.py +55 -0
  1984. test/test_mana_v2_prefix_set_policy.py +53 -0
  1985. test/test_mana_v2_prometheus_config.py +70 -0
  1986. test/test_mana_v2_prometheus_remote_write_sink_config.py +54 -0
  1987. test/test_mana_v2_prometheus_rule_config.py +56 -0
  1988. test/test_mana_v2_prometheus_rule_group_config.py +63 -0
  1989. test/test_mana_v2_prometheus_sys_db_monitor_config.py +55 -0
  1990. test/test_mana_v2_qo_s_profile.py +58 -0
  1991. test/test_mana_v2_qo_s_profile_queue.py +53 -0
  1992. test/test_mana_v2_region.py +53 -0
  1993. test/test_mana_v2_regional_allocation.py +57 -0
  1994. test/test_mana_v2_regional_bandwidth_consumption_summary.py +68 -0
  1995. test/test_mana_v2_route_tag.py +53 -0
  1996. test/test_mana_v2_route_tag_device.py +57 -0
  1997. test/test_mana_v2_route_tag_element.py +59 -0
  1998. test/test_mana_v2_route_tag_id.py +53 -0
  1999. test/test_mana_v2_route_tag_summary.py +57 -0
  2000. test/test_mana_v2_routing_policy.py +96 -0
  2001. test/test_mana_v2_routing_policy_config.py +104 -0
  2002. test/test_mana_v2_routing_policy_config_nullable_statement.py +95 -0
  2003. test/test_mana_v2_routing_policy_config_nullable_statement_statement.py +95 -0
  2004. test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_action.py +72 -0
  2005. test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_action_action.py +71 -0
  2006. test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_match.py +66 -0
  2007. test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_match_match.py +65 -0
  2008. test/test_mana_v2_routing_policy_statement.py +88 -0
  2009. test/test_mana_v2_routing_policy_statement_action.py +66 -0
  2010. test/test_mana_v2_routing_policy_statement_match.py +64 -0
  2011. test/test_mana_v2_security_policy_rule.py +61 -0
  2012. test/test_mana_v2_security_policy_rule_row.py +66 -0
  2013. test/test_mana_v2_security_policy_ruleset.py +94 -0
  2014. test/test_mana_v2_security_policy_ruleset_config.py +88 -0
  2015. test/test_mana_v2_security_policy_ruleset_config_nullable_rule.py +81 -0
  2016. test/test_mana_v2_security_policy_ruleset_config_nullable_rule_rule.py +82 -0
  2017. test/test_mana_v2_security_policy_ruleset_rule.py +84 -0
  2018. test/test_mana_v2_security_zone.py +54 -0
  2019. test/test_mana_v2_security_zone_config.py +58 -0
  2020. test/test_mana_v2_security_zone_pair_config.py +53 -0
  2021. test/test_mana_v2_single_route_tag.py +62 -0
  2022. test/test_mana_v2_single_route_tag_route_tag_element.py +53 -0
  2023. test/test_mana_v2_site.py +94 -0
  2024. test/test_mana_v2_site_device_stub.py +52 -0
  2025. test/test_mana_v2_site_list.py +54 -0
  2026. test/test_mana_v2_site_list_entry.py +55 -0
  2027. test/test_mana_v2_site_list_site_entry.py +61 -0
  2028. test/test_mana_v2_site_to_site_i_psec.py +83 -0
  2029. test/test_mana_v2_site_to_site_i_psec_i_psec_bgp_routes.py +62 -0
  2030. test/test_mana_v2_site_to_site_i_psec_i_psec_static_routes.py +53 -0
  2031. test/test_mana_v2_sla_information.py +53 -0
  2032. test/test_mana_v2_snmp.py +166 -0
  2033. test/test_mana_v2_snmp_community.py +52 -0
  2034. test/test_mana_v2_snmp_config.py +161 -0
  2035. test/test_mana_v2_snmp_engine_endpoint.py +59 -0
  2036. test/test_mana_v2_snmp_engine_endpoint_config.py +59 -0
  2037. test/test_mana_v2_snmp_notify_filter_profile.py +58 -0
  2038. test/test_mana_v2_snmp_notify_filter_profile_config.py +55 -0
  2039. test/test_mana_v2_snmp_target.py +61 -0
  2040. test/test_mana_v2_snmp_target_config.py +60 -0
  2041. test/test_mana_v2_snmp_usm_local_user.py +56 -0
  2042. test/test_mana_v2_snmp_usm_local_user_config.py +55 -0
  2043. test/test_mana_v2_snmp_usm_remote_user.py +56 -0
  2044. test/test_mana_v2_snmp_usm_remote_user_config.py +55 -0
  2045. test/test_mana_v2_snmp_vacm_group.py +81 -0
  2046. test/test_mana_v2_snmp_vacm_group_access.py +57 -0
  2047. test/test_mana_v2_snmp_vacm_group_access_config.py +57 -0
  2048. test/test_mana_v2_snmp_vacm_group_member.py +55 -0
  2049. test/test_mana_v2_snmp_vacm_group_member_config.py +54 -0
  2050. test/test_mana_v2_snmp_vacm_view.py +58 -0
  2051. test/test_mana_v2_snmp_vacm_view_config.py +55 -0
  2052. test/test_mana_v2_snmp_vacm_view_include.py +53 -0
  2053. test/test_mana_v2_snmp_vacm_view_include_config.py +51 -0
  2054. test/test_mana_v2_static_dns_servers.py +82 -0
  2055. test/test_mana_v2_static_route.py +72 -0
  2056. test/test_mana_v2_static_route_config.py +70 -0
  2057. test/test_mana_v2_static_route_nexthop.py +57 -0
  2058. test/test_mana_v2_static_route_nexthop_config.py +55 -0
  2059. test/test_mana_v2_subnet.py +52 -0
  2060. test/test_mana_v2_syslog_collector.py +63 -0
  2061. test/test_mana_v2_syslog_collector_config.py +60 -0
  2062. test/test_mana_v2_time_period.py +52 -0
  2063. test/test_mana_v2_traffic_policy_action.py +54 -0
  2064. test/test_mana_v2_traffic_policy_rule.py +64 -0
  2065. test/test_mana_v2_traffic_policy_rule_row.py +69 -0
  2066. test/test_mana_v2_traffic_policy_ruleset.py +98 -0
  2067. test/test_mana_v2_traffic_policy_ruleset_config.py +98 -0
  2068. test/test_mana_v2_traffic_policy_ruleset_config_nullable_rule.py +91 -0
  2069. test/test_mana_v2_traffic_policy_ruleset_config_nullable_rule_rule.py +90 -0
  2070. test/test_mana_v2_traffic_policy_ruleset_config_nullable_rule_rule_action.py +67 -0
  2071. test/test_mana_v2_traffic_policy_ruleset_rule.py +88 -0
  2072. test/test_mana_v2_traffic_policy_ruleset_rule_action.py +59 -0
  2073. test/test_mana_v2_udp_flow_table.py +52 -0
  2074. test/test_mana_v2_vacm_group_config.py +70 -0
  2075. test/test_mana_v2_vendor_detail.py +52 -0
  2076. test/test_mana_v2_version_metadata.py +53 -0
  2077. test/test_mana_v2_vrf.py +360 -0
  2078. test/test_mana_v2_vrf_config.py +287 -0
  2079. test/test_mana_v2_vrrp_group.py +79 -0
  2080. test/test_mana_v2_vrrp_group_config.py +63 -0
  2081. test/test_mana_v2_vrrp_group_interface_priority_decrement.py +52 -0
  2082. test/test_mana_v2_vrrp_group_member.py +59 -0
  2083. test/test_mana_v2_zone.py +53 -0
  2084. test/test_mana_v2_zone_firewall_config.py +58 -0
  2085. test/test_mana_v2_zone_firewall_ip_policy_config.py +54 -0
  2086. test/test_mana_v2_zone_firewall_policy.py +58 -0
  2087. test/test_mana_v2_zone_firewall_udp_policy_config.py +52 -0
  2088. test/test_mana_v2device_snapshot_row.py +113 -0
  2089. test/test_mana_v2interface_config_type.py +69 -0
  2090. test/test_mana_v2topology_device.py +66 -0
  2091. test/test_onboarding_cloud_init_configuration.py +67 -0
  2092. test/test_onboarding_cloud_init_token.py +79 -0
  2093. test/test_onboarding_cloud_init_token_token.py +57 -0
  2094. test/test_onboarding_hardware_inventory.py +70 -0
  2095. test/test_onboarding_interface.py +60 -0
  2096. test/test_onboarding_inventory.py +54 -0
  2097. test/test_onboarding_ip.py +53 -0
  2098. test/test_onboarding_onboarding_redirection.py +55 -0
  2099. test/test_onboarding_onboarding_summary.py +59 -0
  2100. test/test_onboarding_private_gcs_details.py +57 -0
  2101. test/test_onboarding_private_gcs_inventory_details.py +54 -0
  2102. test/test_pokedex_device_history_info.py +58 -0
  2103. test/test_pokedex_device_mapping_info.py +58 -0
  2104. test/test_routing_afi_route_count.py +52 -0
  2105. test/test_routing_arp_entry.py +54 -0
  2106. test/test_routing_nbr_stats.py +51 -0
  2107. test/test_routing_nd_entry.py +54 -0
  2108. test/test_routing_ospf_interface.py +62 -0
  2109. test/test_routing_ospf_nbr.py +58 -0
  2110. test/test_routing_ospf_network_lsa.py +54 -0
  2111. test/test_routing_ospf_next_hop.py +58 -0
  2112. test/test_routing_ospf_route.py +62 -0
  2113. test/test_routing_ospf_router_lsa.py +59 -0
  2114. test/test_routing_ospf_router_lsa_link.py +56 -0
  2115. test/test_routing_ospf_statistics.py +52 -0
  2116. test/test_routing_ospf_summary_lsa.py +53 -0
  2117. test/test_routing_ospfas_external_lsa.py +57 -0
  2118. test/test_routing_ospflsa.py +84 -0
  2119. test/test_routing_ospflsa_tos_metric.py +52 -0
  2120. test/test_routing_prefix_filter.py +60 -0
  2121. test/test_routing_vrrp_entry.py +61 -0
  2122. test/test_routingbgp_counter.py +56 -0
  2123. test/test_routingprefix.py +53 -0
  2124. test/test_search_edge_summary.py +121 -0
  2125. test/test_search_search_filter.py +54 -0
  2126. test/test_search_search_result.py +53 -0
  2127. test/test_statsmon_backbonehealth_control_plane.py +61 -0
  2128. test/test_statsmon_backbonehealth_data_plane.py +79 -0
  2129. test/test_statsmon_backbonehealth_get_qoe_matrix_response.py +84 -0
  2130. test/test_statsmon_backbonehealth_get_qoe_matrix_response_devices_summary.py +55 -0
  2131. test/test_statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary.py +73 -0
  2132. test/test_statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary_qoe_session_box.py +61 -0
  2133. test/test_statsmon_backbonehealth_system_plane.py +121 -0
  2134. test/test_statsmon_backbonehealth_transition_series.py +54 -0
  2135. test/test_statsmon_backbonehealth_transitions.py +60 -0
  2136. test/test_statsmon_bandwidthtracker_bw_usage_by_enterprise_details.py +75 -0
  2137. test/test_statsmon_bandwidthtracker_bw_usage_by_enterprise_summary.py +75 -0
  2138. test/test_statsmon_bandwidthtracker_bw_usage_by_region.py +54 -0
  2139. test/test_statsmon_bandwidthtracker_bw_usage_by_region_cloud_summary.py +62 -0
  2140. test/test_statsmon_bandwidthtracker_bw_usage_by_region_edge_details.py +59 -0
  2141. test/test_statsmon_bandwidthtracker_bw_usage_by_region_edge_summary.py +60 -0
  2142. test/test_statsmon_bandwidthtracker_bw_usage_by_role_summary.py +53 -0
  2143. test/test_statsmon_bandwidthtracker_bw_usage_by_site.py +56 -0
  2144. test/test_statsmon_bandwidthtracker_bw_usage_by_site_details.py +64 -0
  2145. test/test_statsmon_bandwidthtracker_bw_usage_by_site_edge_provider.py +55 -0
  2146. test/test_statsmon_bandwidthtracker_bw_usage_by_site_provider.py +53 -0
  2147. test/test_statsmon_bandwidthtracker_bw_usage_by_site_summary.py +60 -0
  2148. test/test_statsmon_bandwidthtracker_bw_usage_by_top_providers.py +54 -0
  2149. test/test_statsmon_bandwidthtracker_bw_usage_by_top_regions.py +58 -0
  2150. test/test_statsmon_bandwidthtracker_bw_usage_by_top_sites.py +53 -0
  2151. test/test_statsmon_bandwidthtracker_bw_usage_chart.py +60 -0
  2152. test/test_statsmon_bandwidthtracker_bw_usage_chart_value.py +56 -0
  2153. test/test_statsmon_bandwidthtracker_bw_usage_csv_details.py +60 -0
  2154. test/test_statsmon_bandwidthtracker_bw_usage_csv_record.py +57 -0
  2155. test/test_statsmon_bandwidthtracker_time_window.py +57 -0
  2156. test/test_statsmon_circuit_incidents.py +52 -0
  2157. test/test_statsmon_circuit_summary.py +64 -0
  2158. test/test_statsmon_circuit_utilization.py +60 -0
  2159. test/test_statsmon_circuits_incidents.py +65 -0
  2160. test/test_statsmon_circuits_incidents_data.py +63 -0
  2161. test/test_statsmon_circuits_incidents_selector.py +51 -0
  2162. test/test_statsmon_circuits_utilization_selector.py +51 -0
  2163. test/test_statsmon_extranet_edge_status.py +58 -0
  2164. test/test_statsmon_extranet_prefix_health.py +54 -0
  2165. test/test_statsmon_extranet_server_status.py +52 -0
  2166. test/test_statsmon_extranet_service_health.py +62 -0
  2167. test/test_statsmon_extranet_site_status.py +58 -0
  2168. test/test_statsmon_queue_utilization.py +55 -0
  2169. test/test_statsmon_time_window.py +57 -0
  2170. test/test_statsmon_troubleshooting_circuit_filter.py +51 -0
  2171. test/test_statsmon_troubleshooting_control_plane.py +77 -0
  2172. test/test_statsmon_troubleshooting_crash.py +53 -0
  2173. test/test_statsmon_troubleshooting_data_plane.py +79 -0
  2174. test/test_statsmon_troubleshooting_device_filter.py +52 -0
  2175. test/test_statsmon_troubleshooting_edge_status.py +53 -0
  2176. test/test_statsmon_troubleshooting_filter.py +65 -0
  2177. test/test_statsmon_troubleshooting_issue.py +67 -0
  2178. test/test_statsmon_troubleshooting_lan_segment_filter.py +51 -0
  2179. test/test_statsmon_troubleshooting_last_crash.py +55 -0
  2180. test/test_statsmon_troubleshooting_maintenance_window.py +58 -0
  2181. test/test_statsmon_troubleshooting_overheating.py +58 -0
  2182. test/test_statsmon_troubleshooting_region.py +52 -0
  2183. test/test_statsmon_troubleshooting_region_filter.py +53 -0
  2184. test/test_statsmon_troubleshooting_session_sla.py +62 -0
  2185. test/test_statsmon_troubleshooting_site_filter.py +52 -0
  2186. test/test_statsmon_troubleshooting_sla_value.py +58 -0
  2187. test/test_statsmon_troubleshooting_system_plane.py +121 -0
  2188. test/test_statsmon_troubleshooting_system_stat.py +56 -0
  2189. test/test_statsmon_troubleshooting_time_window.py +57 -0
  2190. test/test_statsmon_troubleshooting_transitions.py +60 -0
  2191. test/test_statsmon_twamp_visual_data.py +61 -0
  2192. test/test_statsmon_twamp_visual_selector.py +52 -0
  2193. test/test_statsmon_v2_bfd_stats_selector.py +53 -0
  2194. test/test_statsmon_v2_bgp_stats_selector.py +53 -0
  2195. test/test_statsmon_v2_circuit_bandwidth_stats_selector.py +52 -0
  2196. test/test_statsmon_v2_circuit_incidents.py +67 -0
  2197. test/test_statsmon_v2_circuit_incidents_data.py +66 -0
  2198. test/test_statsmon_v2_circuit_incidents_data_sample.py +63 -0
  2199. test/test_statsmon_v2_circuit_incidents_data_sample_incidents.py +52 -0
  2200. test/test_statsmon_v2_circuit_incidents_selector.py +51 -0
  2201. test/test_statsmon_v2_circuit_summary.py +75 -0
  2202. test/test_statsmon_v2_circuit_utilization_selector.py +51 -0
  2203. test/test_statsmon_v2_connection.py +62 -0
  2204. test/test_statsmon_v2_device_segments.py +64 -0
  2205. test/test_statsmon_v2_edge.py +84 -0
  2206. test/test_statsmon_v2_edgeedge_circuit_info.py +62 -0
  2207. test/test_statsmon_v2_generic_system_stats_selector.py +51 -0
  2208. test/test_statsmon_v2_interface_stats_selector.py +52 -0
  2209. test/test_statsmon_v2_ip_sec_stats_selector.py +52 -0
  2210. test/test_statsmon_v2_node.py +106 -0
  2211. test/test_statsmon_v2_node_circuit_info.py +65 -0
  2212. test/test_statsmon_v2_node_connection.py +62 -0
  2213. test/test_statsmon_v2_node_device_info.py +68 -0
  2214. test/test_statsmon_v2_ospf_stats_selector.py +53 -0
  2215. test/test_statsmon_v2_policy_stats_selector.py +52 -0
  2216. test/test_statsmon_v2_queue_instant_stats_selector.py +53 -0
  2217. test/test_statsmon_v2_queue_stats_selector.py +54 -0
  2218. test/test_statsmon_v2_queue_utilization.py +56 -0
  2219. test/test_statsmon_v2_site_info.py +54 -0
  2220. test/test_statsmon_v2_stats_sample.py +55 -0
  2221. test/test_statsmon_v2_system_stats_selector.py +51 -0
  2222. test/test_statsmon_v2_time_window.py +57 -0
  2223. test/test_statsmon_v2_twamp_stats_selector.py +54 -0
  2224. test/test_statsmon_v2_twamp_visual_selector.py +53 -0
  2225. test/test_statsmon_v2_vrf_route.py +54 -0
  2226. test/test_statsmon_v2_vrf_routes.py +60 -0
  2227. test/test_syslogmon_histogram.py +54 -0
  2228. test/test_syslogmon_log.py +58 -0
  2229. test/test_syslogmon_syslogs_selector.py +54 -0
  2230. test/test_upgrade_gcs_release_category.py +52 -0
  2231. test/test_upgrade_gcs_release_details.py +59 -0
  2232. test/test_upgrade_inventory_key.py +52 -0
  2233. test/test_upgrade_release_summary.py +61 -0
  2234. test/test_upgrade_running_sw_version.py +54 -0
  2235. test/test_upgrade_schedule.py +61 -0
  2236. test/test_upgrade_sw_version.py +53 -0
  2237. test/test_upgrade_upgrade_canary_profile.py +58 -0
  2238. test/test_upgrade_upgrade_occurrence.py +54 -0
  2239. test/test_upgrade_upgrade_summary.py +83 -0
  2240. test/test_v1_account_email_patch_request.py +2 -1
  2241. test/test_v1_account_info_patch_request.py +1 -1
  2242. test/test_v1_account_mfa_confirmation_post_request.py +5 -1
  2243. test/test_v1_account_mfa_confirmation_post_response.py +53 -0
  2244. test/test_v1_account_mfa_delete_request.py +52 -0
  2245. test/test_v1_account_mfa_get_response.py +51 -0
  2246. test/test_v1_account_mfa_put_request.py +2 -1
  2247. test/test_v1_account_mfa_put_response.py +54 -0
  2248. test/test_v1_account_password_patch_request.py +3 -1
  2249. test/test_v1_activity_logs_post_request.py +8 -8
  2250. test/test_v1_activity_logs_post_response.py +114 -0
  2251. test/test_v1_activity_logs_post_response_activity_items.py +56 -0
  2252. test/test_v1_alarm_history_get_request.py +51 -0
  2253. test/test_v1_alarm_history_get_response.py +61 -0
  2254. test/test_v1_alarm_mute_alarm_id_put_request.py +1 -1
  2255. test/test_v1_alarms_events_get_request.py +51 -0
  2256. test/test_v1_alarms_events_get_response.py +53 -0
  2257. test/test_v1_alarms_list_get_response.py +74 -0
  2258. test/test_v1_apps_app_summary_post_request.py +4 -4
  2259. test/test_v1_apps_app_summary_post_response.py +72 -0
  2260. test/test_v1_apps_bandwidth_post_request.py +4 -4
  2261. test/test_v1_apps_bandwidth_post_response.py +58 -0
  2262. test/test_v1_apps_device_device_id_top_post_request.py +4 -4
  2263. test/test_v1_apps_device_device_id_top_post_response.py +57 -0
  2264. test/test_v1_apps_site_site_id_top_post_request.py +59 -0
  2265. test/test_v1_apps_site_site_id_top_post_response.py +57 -0
  2266. test/test_v1_apps_visualization_post_request.py +4 -4
  2267. test/test_v1_apps_visualization_post_response.py +78 -0
  2268. test/test_v1_audit_logs_post_request.py +4 -4
  2269. test/test_v1_audit_logs_post_response.py +88 -0
  2270. test/test_v1_auth_delete_response.py +54 -0
  2271. test/test_v1_auth_error_post_response.py +56 -0
  2272. test/test_v1_auth_gcs_post_request.py +54 -0
  2273. test/test_v1_auth_get_response.py +54 -0
  2274. test/test_v1_auth_login_callback_post500_response.py +51 -0
  2275. test/test_v1_auth_login_post_request.py +5 -3
  2276. test/test_v1_auth_login_post_response.py +53 -0
  2277. test/test_v1_auth_login_pre_get_response.py +57 -0
  2278. test/test_v1_auth_login_saml_get401_response.py +51 -0
  2279. test/test_v1_auth_login_saml_get500_response.py +51 -0
  2280. test/test_v1_auth_login_temp_post_request.py +5 -1
  2281. test/test_v1_auth_mfa_patch_request.py +3 -0
  2282. test/test_v1_auth_mfa_post500_response.py +51 -0
  2283. test/test_v1_auth_mfa_post_request.py +57 -0
  2284. test/test_v1_auth_mfa_types_get_response.py +53 -0
  2285. test/test_v1_auth_mfa_types_put_request.py +56 -0
  2286. test/test_v1_auth_patch_request.py +58 -0
  2287. test/test_v1_auth_patch_response.py +54 -0
  2288. test/test_v1_auth_put_request.py +58 -0
  2289. test/test_v1_auth_put_response.py +54 -0
  2290. test/test_v1_auth_refresh_get200_response.py +54 -0
  2291. test/test_v1_auth_refresh_get403_response.py +51 -0
  2292. test/test_v1_auth_refresh_get422_response.py +51 -0
  2293. test/test_v1_auth_refresh_get_entry_point_response.py +51 -0
  2294. test/test_v1_auth_session_get403_response.py +51 -0
  2295. test/test_v1_auth_session_get422_response.py +51 -0
  2296. test/test_v1_auth_user_get_response.py +90 -0
  2297. test/test_v1_b2b_extranet_monitoring_filter_post_response.py +65 -0
  2298. test/test_v1_backbone_health_device_device_id_post_request.py +58 -0
  2299. test/test_v1_backbone_health_device_device_id_post_response.py +190 -0
  2300. test/test_v1_backbone_health_et_wan_matrix_get_response.py +67 -0
  2301. test/test_v1_backbone_health_et_wan_matrix_get_response_device_et_wan_summary.py +57 -0
  2302. test/test_v1_backbone_health_et_wan_matrix_get_response_region_status.py +54 -0
  2303. test/test_v1_backbone_health_etet_sla_matrix_get_response.py +89 -0
  2304. test/test_v1_backbone_health_etet_sla_matrix_get_response_devices_summary.py +55 -0
  2305. test/test_v1_backbone_health_etet_sla_matrix_get_response_region_status.py +57 -0
  2306. test/test_v1_backbone_health_etet_sla_matrix_get_response_sla_summary.py +68 -0
  2307. test/test_v1_backbone_health_filter_get_response.py +74 -0
  2308. test/test_v1_backbone_health_overview_post_request.py +3 -3
  2309. test/test_v1_backbone_health_overview_post_request_dimensions.py +1 -1
  2310. test/test_v1_backbone_health_overview_post_response.py +64 -0
  2311. test/test_v1_backbone_health_overview_post_response_device_summary.py +61 -0
  2312. test/test_v1_backbone_health_top_devices_by_alerts_post_request.py +2 -2
  2313. test/test_v1_backbone_health_top_devices_by_alerts_post_response.py +68 -0
  2314. test/test_v1_backbone_health_top_devices_by_alerts_post_response_device_counts.py +55 -0
  2315. test/test_v1_backbone_health_top_devices_by_alerts_post_response_device_counts_device_count.py +52 -0
  2316. test/test_v1_bwtracker_enterprise_csv_post_request.py +58 -0
  2317. test/test_v1_bwtracker_enterprise_csv_post_response.py +61 -0
  2318. test/test_v1_bwtracker_enterprise_details_post_request.py +58 -0
  2319. test/test_v1_bwtracker_enterprise_details_post_response.py +76 -0
  2320. test/test_v1_bwtracker_enterprise_summary_post_request.py +58 -0
  2321. test/test_v1_bwtracker_enterprise_summary_post_response.py +70 -0
  2322. test/test_v1_bwtracker_region_cloud_chart_post_request.py +4 -4
  2323. test/test_v1_bwtracker_region_cloud_chart_post_response.py +61 -0
  2324. test/test_v1_bwtracker_region_cloud_csv_post_request.py +59 -0
  2325. test/test_v1_bwtracker_region_cloud_csv_post_response.py +61 -0
  2326. test/test_v1_bwtracker_region_cloud_summary_post_request.py +59 -0
  2327. test/test_v1_bwtracker_region_cloud_summary_post_response.py +63 -0
  2328. test/test_v1_bwtracker_region_edge_chart_post_request.py +59 -0
  2329. test/test_v1_bwtracker_region_edge_chart_post_response.py +61 -0
  2330. test/test_v1_bwtracker_region_edge_csv_post_request.py +59 -0
  2331. test/test_v1_bwtracker_region_edge_csv_post_response.py +61 -0
  2332. test/test_v1_bwtracker_region_edge_details_post_request.py +59 -0
  2333. test/test_v1_bwtracker_region_edge_details_post_response.py +60 -0
  2334. test/test_v1_bwtracker_region_edge_summary_post_request.py +59 -0
  2335. test/test_v1_bwtracker_region_edge_summary_post_response.py +61 -0
  2336. test/test_v1_bwtracker_region_gateway_chart_post_request.py +59 -0
  2337. test/test_v1_bwtracker_region_gateway_chart_post_response.py +61 -0
  2338. test/test_v1_bwtracker_region_gateway_csv_post_request.py +59 -0
  2339. test/test_v1_bwtracker_region_gateway_csv_post_response.py +61 -0
  2340. test/test_v1_bwtracker_region_gateway_details_post_request.py +59 -0
  2341. test/test_v1_bwtracker_region_gateway_details_post_response.py +60 -0
  2342. test/test_v1_bwtracker_region_gateway_summary_post_request.py +59 -0
  2343. test/test_v1_bwtracker_region_gateway_summary_post_response.py +61 -0
  2344. test/test_v1_bwtracker_region_site_chart_post_request.py +4 -4
  2345. test/test_v1_bwtracker_region_site_chart_post_response.py +61 -0
  2346. test/test_v1_bwtracker_region_site_details_post_request.py +60 -0
  2347. test/test_v1_bwtracker_region_site_details_post_response.py +65 -0
  2348. test/test_v1_bwtracker_region_site_gateway_chart_post_request.py +60 -0
  2349. test/test_v1_bwtracker_region_site_gateway_chart_post_response.py +61 -0
  2350. test/test_v1_bwtracker_region_site_gateway_details_post_request.py +60 -0
  2351. test/test_v1_bwtracker_region_site_gateway_details_post_response.py +65 -0
  2352. test/test_v1_bwtracker_region_site_gateway_summary_post_request.py +60 -0
  2353. test/test_v1_bwtracker_region_site_gateway_summary_post_response.py +61 -0
  2354. test/test_v1_bwtracker_region_site_summary_post_request.py +60 -0
  2355. test/test_v1_bwtracker_region_site_summary_post_response.py +61 -0
  2356. test/test_v1_bwtracker_site_csv_post_request.py +60 -0
  2357. test/test_v1_bwtracker_site_csv_post_response.py +61 -0
  2358. test/test_v1_bwtracker_site_gateway_csv_post_request.py +60 -0
  2359. test/test_v1_bwtracker_site_gateway_csv_post_response.py +61 -0
  2360. test/test_v1_data_assurance_assurances_applications_bucket_app_name_get_response.py +77 -0
  2361. test/test_v1_data_assurance_assurances_applications_bucket_app_name_get_response_assurance.py +74 -0
  2362. test/test_v1_data_assurance_assurances_global_get_response.py +74 -0
  2363. test/test_v1_data_assurance_assurances_global_get_response_row.py +71 -0
  2364. test/test_v1_data_assurance_assurances_global_get_response_row_app_entry.py +51 -0
  2365. test/test_v1_data_assurance_assurances_global_get_response_row_lan_entry.py +51 -0
  2366. test/test_v1_data_assurance_assurances_global_get_response_row_site_entry.py +51 -0
  2367. test/test_v1_data_assurance_assurances_global_id_get_response.py +73 -0
  2368. test/test_v1_data_assurance_assurances_global_id_put_request.py +4 -4
  2369. test/test_v1_data_assurance_assurances_global_id_put_response.py +53 -0
  2370. test/test_v1_data_assurance_assurances_global_post_request.py +4 -4
  2371. test/test_v1_data_assurance_assurances_global_post_response.py +54 -0
  2372. test/test_v1_data_assurance_flex_algos_get_response.py +56 -0
  2373. test/test_v1_data_assurance_flex_algos_get_response_entry.py +53 -0
  2374. test/test_v1_device_routing_bgp_nbr_stats_get_request.py +56 -0
  2375. test/test_v1_device_routing_bgp_nbr_stats_get_response.py +61 -0
  2376. test/test_v1_device_routing_bgp_nbrid_get_request.py +56 -0
  2377. test/test_v1_device_routing_bgp_nbrid_get_response.py +62 -0
  2378. test/test_v1_device_routing_bgp_nbrs_counters_get_request.py +56 -0
  2379. test/test_v1_device_routing_bgp_nbrs_counters_get_response.py +59 -0
  2380. test/test_v1_device_routing_bgp_nbrs_details_get_response.py +53 -0
  2381. test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get_response.py +56 -0
  2382. test/test_v1_device_routing_odp_nbrid_get_request.py +56 -0
  2383. test/test_v1_device_routing_odp_nbrid_get_response.py +62 -0
  2384. test/test_v1_device_routing_ospfv2_area_interface_get_request.py +56 -0
  2385. test/test_v1_device_routing_ospfv2_area_interface_get_response.py +74 -0
  2386. test/test_v1_device_routing_ospfv2_area_interface_nbrid_get_request.py +56 -0
  2387. test/test_v1_device_routing_ospfv2_area_interface_nbrid_get_response.py +62 -0
  2388. test/test_v1_device_routing_ospfv2_area_interfaceid_get_request.py +56 -0
  2389. test/test_v1_device_routing_ospfv2_area_interfaceid_get_response.py +62 -0
  2390. test/test_v1_device_routing_ospfv2_area_lsdb_get_request.py +56 -0
  2391. test/test_v1_device_routing_ospfv2_area_lsdb_get_response.py +92 -0
  2392. test/test_v1_device_routing_ospfv2_area_nbr_get_request.py +56 -0
  2393. test/test_v1_device_routing_ospfv2_area_nbr_get_response.py +70 -0
  2394. test/test_v1_device_routing_ospfv2_areaid_get_request.py +56 -0
  2395. test/test_v1_device_routing_ospfv2_areaid_get_response.py +62 -0
  2396. test/test_v1_device_routing_ospfv2_lsdb_get_request.py +56 -0
  2397. test/test_v1_device_routing_ospfv2_lsdb_get_response.py +92 -0
  2398. test/test_v1_device_routing_ospfv2_rib_get_request.py +67 -0
  2399. test/test_v1_device_routing_ospfv2_rib_get_response.py +74 -0
  2400. test/test_v1_device_routing_ospfv2_statistics_get_response.py +55 -0
  2401. test/test_v1_device_routing_ospfv3_area_interface_get_request.py +56 -0
  2402. test/test_v1_device_routing_ospfv3_area_interface_get_response.py +74 -0
  2403. test/test_v1_device_routing_ospfv3_area_interface_nbrid_get_request.py +56 -0
  2404. test/test_v1_device_routing_ospfv3_area_interface_nbrid_get_response.py +62 -0
  2405. test/test_v1_device_routing_ospfv3_area_interfaceid_get_request.py +56 -0
  2406. test/test_v1_device_routing_ospfv3_area_interfaceid_get_response.py +62 -0
  2407. test/test_v1_device_routing_ospfv3_area_lsdb_get_request.py +56 -0
  2408. test/test_v1_device_routing_ospfv3_area_lsdb_get_response.py +92 -0
  2409. test/test_v1_device_routing_ospfv3_area_nbr_get_request.py +56 -0
  2410. test/test_v1_device_routing_ospfv3_area_nbr_get_response.py +70 -0
  2411. test/test_v1_device_routing_ospfv3_areaid_get_request.py +56 -0
  2412. test/test_v1_device_routing_ospfv3_areaid_get_response.py +62 -0
  2413. test/test_v1_device_routing_ospfv3_lsdb_get_request.py +56 -0
  2414. test/test_v1_device_routing_ospfv3_lsdb_get_response.py +92 -0
  2415. test/test_v1_device_routing_ospfv3_rib_get_request.py +67 -0
  2416. test/test_v1_device_routing_ospfv3_rib_get_response.py +74 -0
  2417. test/test_v1_device_routing_ospfv3_statistics_get_response.py +55 -0
  2418. test/test_v1_device_routing_rib_route_count_post_response.py +55 -0
  2419. test/test_v1_device_routing_rib_route_count_post_response_route_count.py +52 -0
  2420. test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get_response.py +65 -0
  2421. test/test_v1_device_routing_vrf_bgp_graphiant_eiroute_count_get_response.py +53 -0
  2422. test/test_v1_device_routing_vrf_bgp_route_count_post_request.py +5 -1
  2423. test/test_v1_device_routing_vrf_bgp_route_count_post_response.py +55 -0
  2424. test/test_v1_device_routing_vrf_bgp_route_count_post_response_route_count.py +52 -0
  2425. test/test_v1_device_snapshot_device_id_get_response.py +105 -0
  2426. test/test_v1_device_snapshot_get_request.py +53 -0
  2427. test/test_v1_device_snapshot_get_response.py +209 -0
  2428. test/test_v1_device_snapshot_post_request.py +1 -1
  2429. test/test_v1_device_snapshot_put_request.py +1 -1
  2430. test/test_v1_device_status_history_post_request.py +1 -1
  2431. test/test_v1_device_status_history_post_response.py +61 -0
  2432. test/test_v1_device_status_post_request.py +54 -0
  2433. test/test_v1_device_status_post_response.py +61 -0
  2434. test/test_v1_devices_bringup_post_request.py +1 -1
  2435. test/test_v1_devices_bringup_post_response.py +62 -0
  2436. test/test_v1_devices_bringup_put_request.py +1 -1
  2437. test/test_v1_devices_bringup_token_post_request.py +2 -2
  2438. test/test_v1_devices_bringup_token_post_response.py +54 -0
  2439. test/test_v1_devices_device_id_arp_get_response.py +57 -0
  2440. test/test_v1_devices_device_id_candidate_circuits_get_response.py +57 -0
  2441. test/test_v1_devices_device_id_candidate_circuits_get_response_circuit_info.py +54 -0
  2442. test/test_v1_devices_device_id_circuits_vrf_associations_get_request.py +53 -0
  2443. test/test_v1_devices_device_id_circuits_vrf_associations_get_response.py +56 -0
  2444. test/test_v1_devices_device_id_circuits_vrf_associations_get_response_vrf_associations.py +53 -0
  2445. test/test_v1_devices_device_id_config_put_request.py +244 -239
  2446. test/test_v1_devices_device_id_config_put_response.py +52 -0
  2447. test/test_v1_devices_device_id_connectivity_get_response.py +110 -0
  2448. test/test_v1_devices_device_id_dhcp_server_leases_get_response.py +92 -0
  2449. test/test_v1_devices_device_id_draft_get_response.py +888 -0
  2450. test/test_v1_devices_device_id_draft_post_request.py +116 -99
  2451. test/test_v1_devices_device_id_draft_post_response.py +51 -0
  2452. test/test_v1_devices_device_id_edges_get_request.py +56 -0
  2453. test/test_v1_devices_device_id_edges_get_response.py +893 -0
  2454. test/test_v1_devices_device_id_get_response.py +883 -0
  2455. test/test_v1_devices_device_id_interfaces_get_request.py +56 -0
  2456. test/test_v1_devices_device_id_interfaces_get_response.py +206 -0
  2457. test/test_v1_devices_device_id_jobs_job_id_get_response.py +62 -0
  2458. test/test_v1_devices_device_id_ndcache_get_response.py +57 -0
  2459. test/test_v1_devices_device_id_ospfv2_default_originate_get_request.py +53 -0
  2460. test/test_v1_devices_device_id_ospfv2_default_originate_get_response.py +53 -0
  2461. test/test_v1_devices_device_id_ospfv3_default_originate_get_request.py +53 -0
  2462. test/test_v1_devices_device_id_ospfv3_default_originate_get_response.py +53 -0
  2463. test/test_v1_devices_device_id_policy_applications_get_request.py +56 -0
  2464. test/test_v1_devices_device_id_policy_applications_get_response.py +65 -0
  2465. test/test_v1_devices_device_id_policy_applications_get_response_application.py +54 -0
  2466. test/test_v1_devices_device_id_policy_customapplications_get_request.py +56 -0
  2467. test/test_v1_devices_device_id_policy_customapplications_get_response.py +65 -0
  2468. test/test_v1_devices_device_id_policy_customapplications_get_response_application.py +54 -0
  2469. test/test_v1_devices_device_id_policy_zonepairs_get_response.py +102 -0
  2470. test/test_v1_devices_device_id_slice_peers_get_response.py +260 -0
  2471. test/test_v1_devices_device_id_staged_config_compare_get_response.py +51 -0
  2472. test/test_v1_devices_device_id_twamp_core_get_response.py +53 -0
  2473. test/test_v1_devices_device_id_versions_compare_get_request.py +53 -0
  2474. test/test_v1_devices_device_id_versions_compare_get_response.py +51 -0
  2475. test/test_v1_devices_device_id_versions_get_response.py +56 -0
  2476. test/test_v1_devices_device_id_versions_version_get_response.py +888 -0
  2477. test/test_v1_devices_device_id_vrf_bgp_as_get_request.py +51 -0
  2478. test/test_v1_devices_device_id_vrf_bgp_as_get_response.py +51 -0
  2479. test/test_v1_devices_device_id_vrf_protocols_get_request.py +52 -0
  2480. test/test_v1_devices_device_id_vrf_protocols_get_response.py +56 -0
  2481. test/test_v1_devices_device_id_vrrp_get_request.py +52 -0
  2482. test/test_v1_devices_device_id_vrrp_get_response.py +64 -0
  2483. test/test_v1_devices_get_request.py +64 -0
  2484. test/test_v1_devices_get_response.py +893 -0
  2485. test/test_v1_devices_inventory_approve_return_post_request.py +1 -1
  2486. test/test_v1_devices_inventory_clear_return_post_request.py +53 -0
  2487. test/test_v1_devices_inventory_enterprise_put_request.py +1 -1
  2488. test/test_v1_devices_inventory_get_request.py +57 -0
  2489. test/test_v1_devices_inventory_get_response.py +81 -0
  2490. test/test_v1_devices_inventory_post_request.py +4 -4
  2491. test/test_v1_devices_inventory_post_response.py +55 -0
  2492. test/test_v1_devices_inventory_post_response_data.py +52 -0
  2493. test/test_v1_devices_inventory_request_return_post_request.py +53 -0
  2494. test/test_v1_devices_inventory_serial_num_post_request.py +53 -0
  2495. test/test_v1_devices_inventory_serial_num_post_response.py +73 -0
  2496. test/test_v1_devices_oauth_authorization_get_response.py +51 -0
  2497. test/test_v1_devices_oauth_post_request.py +58 -0
  2498. test/test_v1_devices_oauth_post_response.py +53 -0
  2499. test/test_v1_devices_oauth_redirect_get_request.py +51 -0
  2500. test/test_v1_devices_oauth_redirect_get_response.py +56 -0
  2501. test/test_v1_devices_rma_post_request.py +1 -1
  2502. test/test_v1_devices_routing_vrf_protocol_route_count_get_response.py +57 -0
  2503. test/test_v1_devices_routing_vrf_protocol_route_count_get_response_protocol_count.py +54 -0
  2504. test/test_v1_devices_running_version_post_request.py +53 -0
  2505. test/test_v1_devices_running_version_post_response.py +57 -0
  2506. test/test_v1_devices_session_status_post_request.py +1 -1
  2507. test/test_v1_devices_session_status_post_response.py +71 -0
  2508. test/test_v1_devices_session_status_post_response_data.py +54 -0
  2509. test/test_v1_devices_summary_get_request.py +51 -0
  2510. test/test_v1_devices_summary_get_response.py +72 -0
  2511. test/test_v1_devices_summary_get_response_site_summary.py +69 -0
  2512. test/test_v1_devices_summary_get_response_site_summary_device_summary.py +64 -0
  2513. test/test_v1_devices_upgrade_cancel_put_request.py +53 -0
  2514. test/test_v1_devices_upgrade_schedule_put_request.py +10 -3
  2515. test/test_v1_devices_upgrade_schedule_put_request_device_version.py +54 -0
  2516. test/test_v1_diagnostic_archive_create_device_id_post_request.py +1 -1
  2517. test/test_v1_diagnostic_archive_create_device_id_post_response.py +51 -0
  2518. test/test_v1_diagnostic_archive_edit_archive_id_put_request.py +51 -0
  2519. test/test_v1_diagnostic_archives_device_id_get_response.py +64 -0
  2520. test/test_v1_diagnostic_bgp_reset_device_id_put_request.py +1 -1
  2521. test/test_v1_diagnostic_clear_arp_device_id_put_request.py +3 -3
  2522. test/test_v1_diagnostic_gnmi_ping_get_request.py +51 -0
  2523. test/test_v1_diagnostic_gnmi_ping_get_response.py +59 -0
  2524. test/test_v1_diagnostic_gnmi_ping_get_response_result.py +56 -0
  2525. test/test_v1_diagnostic_interface_reset_device_id_put_request.py +1 -1
  2526. test/test_v1_diagnostic_otp_device_id_get_response.py +51 -0
  2527. test/test_v1_diagnostic_packetcapture_pcap_id_get_response.py +55 -0
  2528. test/test_v1_diagnostic_packetcapture_start_post_request.py +10 -5
  2529. test/test_v1_diagnostic_packetcapture_start_post_response.py +51 -0
  2530. test/test_v1_diagnostic_packetcapture_stop_post_request.py +51 -0
  2531. test/test_v1_diagnostic_ping_pause_resume_post_request.py +4 -2
  2532. test/test_v1_diagnostic_ping_pause_resume_post_response.py +87 -0
  2533. test/test_v1_diagnostic_ping_post_request.py +65 -0
  2534. test/test_v1_diagnostic_ping_post_response.py +87 -0
  2535. test/test_v1_diagnostic_reboot_device_id_put_request.py +2 -1
  2536. test/test_v1_diagnostic_reset_ipsec_session_device_id_put_request.py +1 -1
  2537. test/test_v1_diagnostic_speedtest_post_request.py +4 -3
  2538. test/test_v1_diagnostic_speedtest_post_response.py +69 -0
  2539. test/test_v1_diagnostic_speedtest_providers_get_response.py +53 -0
  2540. test/test_v1_diagnostic_speedtest_report_put_request.py +3 -1
  2541. test/test_v1_diagnostic_speedtest_report_put_response.py +52 -0
  2542. test/test_v1_diagnostic_speedtest_servers_get_request.py +54 -0
  2543. test/test_v1_diagnostic_speedtest_servers_get_response.py +59 -0
  2544. test/test_v1_diagnostic_traceroute_post_request.py +65 -0
  2545. test/test_v1_diagnostic_traceroute_post_response.py +87 -0
  2546. test/test_v1_edges_hardware_assigned_get_request.py +51 -0
  2547. test/test_v1_edges_hardware_assigned_get_response.py +118 -0
  2548. test/test_v1_edges_hardware_unassigned_get_response.py +74 -0
  2549. test/test_v1_edges_summary_get_request.py +57 -0
  2550. test/test_v1_edges_summary_get_response.py +119 -0
  2551. test/test_v1_enterprise_allocation_get_request.py +53 -0
  2552. test/test_v1_enterprise_allocation_get_response.py +107 -0
  2553. test/test_v1_enterprise_configuration_get_response.py +53 -0
  2554. test/test_v1_enterprise_configuration_put_request.py +53 -0
  2555. test/test_v1_enterprise_contract_put_request.py +2 -2
  2556. test/test_v1_enterprise_snapshot_get_response.py +175 -0
  2557. test/test_v1_enterprises_enterprise_id_admin_get_response.py +51 -0
  2558. test/test_v1_enterprises_enterprise_id_delete_response.py +54 -0
  2559. test/test_v1_enterprises_enterprise_id_device_status_get_request.py +51 -0
  2560. test/test_v1_enterprises_enterprise_id_device_status_get_response.py +61 -0
  2561. test/test_v1_enterprises_get_response.py +92 -0
  2562. test/test_v1_enterprises_managed_get_response.py +106 -0
  2563. test/test_v1_enterprises_patch_request.py +4 -2
  2564. test/test_v1_enterprises_patch_request_token_expiry.py +1 -1
  2565. test/test_v1_enterprises_put_request.py +3 -1
  2566. test/test_v1_enterprises_self_delete_response.py +54 -0
  2567. test/test_v1_event_device_get_request.py +61 -0
  2568. test/test_v1_event_device_get_response.py +66 -0
  2569. test/test_v1_event_enterprise_get_request.py +61 -0
  2570. test/test_v1_event_enterprise_get_response.py +66 -0
  2571. test/test_v1_event_system_ack_post_request.py +1 -1
  2572. test/test_v1_event_system_get_response.py +66 -0
  2573. test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_request.py +5 -4
  2574. test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_response.py +67 -0
  2575. test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_request.py +4 -4
  2576. test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_response.py +58 -0
  2577. test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_request.py +4 -4
  2578. test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_response.py +81 -0
  2579. test/test_v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_request.py +3 -3
  2580. test/test_v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_response.py +53 -0
  2581. test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post_request.py +52 -0
  2582. test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post_response.py +62 -0
  2583. test/test_v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request.py +5 -4
  2584. test/test_v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_response.py +66 -0
  2585. test/test_v1_extranet_sites_usage_post_request.py +5 -4
  2586. test/test_v1_extranet_sites_usage_post_response.py +67 -0
  2587. test/test_v1_extranet_sites_usage_top_post_request.py +4 -4
  2588. test/test_v1_extranet_sites_usage_top_post_response.py +56 -0
  2589. test/test_v1_extranet_sites_usage_top_post_response_site_usage.py +53 -0
  2590. test/test_v1_extranets_b2b_consumer_device_status_id_get_response.py +61 -0
  2591. test/test_v1_extranets_b2b_consumer_id_get_response.py +112 -0
  2592. test/test_v1_extranets_b2b_consumer_post_request.py +6 -6
  2593. test/test_v1_extranets_b2b_consumer_post_response.py +120 -0
  2594. test/test_v1_extranets_b2b_consumer_summary_get_response.py +66 -0
  2595. test/test_v1_extranets_b2b_customer_info_id_get_response.py +54 -0
  2596. test/test_v1_extranets_b2b_general_customers_summary_get_response.py +64 -0
  2597. test/test_v1_extranets_b2b_general_services_summary_get_response.py +71 -0
  2598. test/test_v1_extranets_b2b_id_customer_post_request.py +2 -2
  2599. test/test_v1_extranets_b2b_id_customer_post_response.py +62 -0
  2600. test/test_v1_extranets_b2b_id_customer_summary_get_response.py +61 -0
  2601. test/test_v1_extranets_b2b_id_producer_get_request.py +115 -0
  2602. test/test_v1_extranets_b2b_id_producer_get_response.py +143 -0
  2603. test/test_v1_extranets_b2b_id_put_request.py +39 -8
  2604. test/test_v1_extranets_b2b_id_put_response.py +143 -0
  2605. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_request.py +52 -0
  2606. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response.py +224 -0
  2607. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response_ipsec_vpn_tunnel_config.py +82 -0
  2608. test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get_request.py +51 -0
  2609. test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get_response.py +77 -0
  2610. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request.py +18 -18
  2611. test/test_v1_extranets_b2b_peering_consumer_match_id_post_response.py +75 -0
  2612. test/test_v1_extranets_b2b_peering_customer_id_delete_response.py +52 -0
  2613. test/test_v1_extranets_b2b_peering_customer_id_get_response.py +57 -0
  2614. test/test_v1_extranets_b2b_peering_customer_post_request.py +1 -1
  2615. test/test_v1_extranets_b2b_peering_customer_post_response.py +56 -0
  2616. test/test_v1_extranets_b2b_peering_match_service_to_customer_id_get_request.py +52 -0
  2617. test/test_v1_extranets_b2b_peering_match_service_to_customer_id_get_response.py +68 -0
  2618. test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request.py +3 -3
  2619. test/test_v1_extranets_b2b_peering_match_service_to_customer_post_response.py +67 -0
  2620. test/test_v1_extranets_b2b_peering_match_services_summary_id_get_response.py +62 -0
  2621. test/test_v1_extranets_b2b_peering_producer_id_get_response.py +86 -0
  2622. test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get_response.py +65 -0
  2623. test/test_v1_extranets_b2b_peering_producer_post_request.py +11 -5
  2624. test/test_v1_extranets_b2b_peering_producer_post_response.py +86 -0
  2625. test/test_v1_extranets_b2b_post_request.py +39 -8
  2626. test/test_v1_extranets_b2b_post_response.py +143 -0
  2627. test/test_v1_extranets_b2b_producer_device_status_id_get_response.py +60 -0
  2628. test/test_v1_extranets_b2b_producers_summary_get_request.py +51 -0
  2629. test/test_v1_extranets_b2b_producers_summary_get_response.py +71 -0
  2630. test/test_v1_extranets_get_request.py +57 -0
  2631. test/test_v1_extranets_get_response.py +951 -0
  2632. test/test_v1_extranets_id_apply_post_request.py +1 -1
  2633. test/test_v1_extranets_id_apply_post_response.py +58 -0
  2634. test/test_v1_extranets_id_delete_response.py +57 -0
  2635. test/test_v1_extranets_id_get_response.py +941 -0
  2636. test/test_v1_extranets_id_put_request.py +95 -0
  2637. test/test_v1_extranets_id_put_response.py +941 -0
  2638. test/test_v1_extranets_id_status_get_response.py +57 -0
  2639. test/test_v1_extranets_monitoring_lan_segments_get_request.py +53 -0
  2640. test/test_v1_extranets_monitoring_lan_segments_get_response.py +55 -0
  2641. test/test_v1_extranets_monitoring_lan_segments_get_response_vrf.py +52 -0
  2642. test/test_v1_extranets_monitoring_nat_usage_get_request.py +52 -0
  2643. test/test_v1_extranets_monitoring_nat_usage_get_response.py +60 -0
  2644. test/test_v1_extranets_monitoring_nat_usage_get_response_allocation.py +55 -0
  2645. test/test_v1_extranets_monitoring_traffic_security_policy_post_request.py +1 -1
  2646. test/test_v1_extranets_monitoring_traffic_security_policy_post_response.py +91 -0
  2647. test/test_v1_extranets_post_request.py +9 -9
  2648. test/test_v1_extranets_post_response.py +941 -0
  2649. test/test_v1_extranets_resolve_policy_target_post_request.py +4 -4
  2650. test/test_v1_extranets_resolve_policy_target_post_response.py +885 -0
  2651. test/test_v1_extranets_source_segments_post_request.py +4 -4
  2652. test/test_v1_extranets_source_segments_post_response.py +298 -0
  2653. test/test_v1_flows_flow_table_post_request.py +6 -6
  2654. test/test_v1_flows_flow_table_post_response.py +73 -0
  2655. test/test_v1_flows_topology_post_request.py +5 -5
  2656. test/test_v1_flows_topology_post_response.py +121 -0
  2657. test/test_v1_gateways_guest_consumer_match_id_get_response.py +131 -0
  2658. test/test_v1_gateways_guest_consumer_match_id_get_response_ipsec_vpn_tunnel_config.py +82 -0
  2659. test/test_v1_gateways_id_details_get_response.py +140 -0
  2660. test/test_v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get_response.py +52 -0
  2661. test/test_v1_gateways_post_request.py +24 -24
  2662. test/test_v1_gateways_post_response.py +52 -0
  2663. test/test_v1_gateways_put_request.py +24 -24
  2664. test/test_v1_gateways_reference_consumer_get_request.py +53 -0
  2665. test/test_v1_gateways_reference_consumer_get_response.py +88 -0
  2666. test/test_v1_gateways_regions_get_response.py +56 -0
  2667. test/test_v1_gateways_status_post_request.py +2 -2
  2668. test/test_v1_gateways_status_post_request_device_info.py +52 -0
  2669. test/test_v1_gateways_summary_get_response.py +73 -0
  2670. test/test_v1_global_apps_app_list_options_get_response.py +58 -0
  2671. test/test_v1_global_apps_app_lists_app_list_id_details_apps_get_response.py +58 -0
  2672. test/test_v1_global_apps_app_lists_app_list_id_get_response.py +58 -0
  2673. test/test_v1_global_apps_app_lists_app_list_id_put_request.py +58 -0
  2674. test/test_v1_global_apps_app_lists_get_response.py +61 -0
  2675. test/test_v1_global_apps_app_lists_get_response_entry.py +58 -0
  2676. test/test_v1_global_apps_app_lists_post_request.py +3 -3
  2677. test/test_v1_global_apps_app_lists_post_response.py +53 -0
  2678. test/test_v1_global_apps_categories_category_id_apps_get_response.py +58 -0
  2679. test/test_v1_global_apps_categories_get_response.py +60 -0
  2680. test/test_v1_global_apps_categories_get_response_entry.py +57 -0
  2681. test/test_v1_global_apps_custom_app_id_details_app_lists_get_response.py +58 -0
  2682. test/test_v1_global_apps_custom_app_id_get_response.py +66 -0
  2683. test/test_v1_global_apps_custom_app_id_put_request.py +66 -0
  2684. test/test_v1_global_apps_custom_get_response.py +77 -0
  2685. test/test_v1_global_apps_custom_get_response_entry.py +74 -0
  2686. test/test_v1_global_apps_custom_post_request.py +3 -3
  2687. test/test_v1_global_apps_custom_post_response.py +53 -0
  2688. test/test_v1_global_apps_graphiant_get_response.py +61 -0
  2689. test/test_v1_global_apps_graphiant_get_response_entry.py +58 -0
  2690. test/test_v1_global_attached_edges_post_request.py +1 -1
  2691. test/test_v1_global_attached_edges_post_response.py +62 -0
  2692. test/test_v1_global_config_patch_request.py +98 -96
  2693. test/test_v1_global_config_patch_response.py +75 -0
  2694. test/test_v1_global_config_site_post_request.py +5 -5
  2695. test/test_v1_global_device_status_get_request.py +56 -0
  2696. test/test_v1_global_device_status_get_response.py +62 -0
  2697. test/test_v1_global_ipfix_device_get_request.py +51 -0
  2698. test/test_v1_global_ipfix_device_get_response.py +70 -0
  2699. test/test_v1_global_ipfix_post_request.py +1 -1
  2700. test/test_v1_global_ipfix_post_response.py +70 -0
  2701. test/test_v1_global_ipfix_site_get_request.py +51 -0
  2702. test/test_v1_global_ipfix_site_get_response.py +70 -0
  2703. test/test_v1_global_ipsec_profile_get_response.py +56 -0
  2704. test/test_v1_global_ipsec_profile_get_response_i_psec_profile_count.py +53 -0
  2705. test/test_v1_global_ipsec_profile_id_get_response.py +64 -0
  2706. test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response.py +57 -0
  2707. test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response_site_to_site_vpn.py +54 -0
  2708. test/test_v1_global_lan_segments_get_response.py +62 -0
  2709. test/test_v1_global_lan_segments_get_response_entry.py +59 -0
  2710. test/test_v1_global_lan_segments_id_delete_response.py +52 -0
  2711. test/test_v1_global_lan_segments_post_request.py +1 -1
  2712. test/test_v1_global_lan_segments_post_response.py +52 -0
  2713. test/test_v1_global_lan_segments_vrf_id_devices_get_response.py +59 -0
  2714. test/test_v1_global_lan_segments_vrf_id_devices_get_response_entry.py +55 -0
  2715. test/test_v1_global_prefix_sets_device_get_request.py +51 -0
  2716. test/test_v1_global_prefix_sets_device_get_response.py +75 -0
  2717. test/test_v1_global_prefix_sets_post_request.py +53 -0
  2718. test/test_v1_global_prefix_sets_post_response.py +75 -0
  2719. test/test_v1_global_prefix_sets_site_get_request.py +51 -0
  2720. test/test_v1_global_prefix_sets_site_get_response.py +75 -0
  2721. test/test_v1_global_routing_policies_device_get_request.py +51 -0
  2722. test/test_v1_global_routing_policies_device_get_response.py +99 -0
  2723. test/test_v1_global_routing_policies_post_request.py +53 -0
  2724. test/test_v1_global_routing_policies_post_response.py +99 -0
  2725. test/test_v1_global_routing_policies_site_get_request.py +51 -0
  2726. test/test_v1_global_routing_policies_site_get_response.py +99 -0
  2727. test/test_v1_global_site_lists_get_response.py +63 -0
  2728. test/test_v1_global_site_lists_get_response_entry.py +59 -0
  2729. test/test_v1_global_site_lists_id_delete_response.py +52 -0
  2730. test/test_v1_global_site_lists_id_get_response.py +59 -0
  2731. test/test_v1_global_site_lists_id_put_request.py +59 -0
  2732. test/test_v1_global_site_lists_id_put_response.py +52 -0
  2733. test/test_v1_global_site_lists_id_sites_get_response.py +64 -0
  2734. test/test_v1_global_site_lists_post_request.py +2 -2
  2735. test/test_v1_global_site_lists_post_response.py +52 -0
  2736. test/test_v1_global_site_status_get_request.py +56 -0
  2737. test/test_v1_global_site_status_get_response.py +62 -0
  2738. test/test_v1_global_snmps_device_get_request.py +51 -0
  2739. test/test_v1_global_snmps_device_get_response.py +169 -0
  2740. test/test_v1_global_snmps_post_request.py +53 -0
  2741. test/test_v1_global_snmps_post_response.py +169 -0
  2742. test/test_v1_global_snmps_site_get_request.py +51 -0
  2743. test/test_v1_global_snmps_site_get_response.py +169 -0
  2744. test/test_v1_global_summary_post_request.py +1 -1
  2745. test/test_v1_global_summary_post_response.py +67 -0
  2746. test/test_v1_global_sync_post_request.py +1 -1
  2747. test/test_v1_global_syslogs_device_get_request.py +51 -0
  2748. test/test_v1_global_syslogs_device_get_response.py +66 -0
  2749. test/test_v1_global_syslogs_post_request.py +53 -0
  2750. test/test_v1_global_syslogs_post_response.py +66 -0
  2751. test/test_v1_global_syslogs_site_get_request.py +51 -0
  2752. test/test_v1_global_syslogs_site_get_response.py +66 -0
  2753. test/test_v1_global_traffic_policies_device_get_request.py +51 -0
  2754. test/test_v1_global_traffic_policies_device_get_response.py +157 -0
  2755. test/test_v1_global_traffic_policies_post_request.py +53 -0
  2756. test/test_v1_global_traffic_policies_post_response.py +157 -0
  2757. test/test_v1_global_traffic_policies_site_get_request.py +51 -0
  2758. test/test_v1_global_traffic_policies_site_get_response.py +157 -0
  2759. test/test_v1_groups_enterprises_get_response.py +82 -0
  2760. test/test_v1_groups_get_response.py +82 -0
  2761. test/test_v1_groups_id_delete_request.py +51 -0
  2762. test/test_v1_groups_id_delete_response.py +54 -0
  2763. test/test_v1_groups_id_enterprises_enterprise_id_delete_response.py +54 -0
  2764. test/test_v1_groups_id_enterprises_post_request.py +4 -1
  2765. test/test_v1_groups_id_get_response.py +80 -0
  2766. test/test_v1_groups_id_members_delete_post_request.py +3 -0
  2767. test/test_v1_groups_id_members_delete_post_response.py +54 -0
  2768. test/test_v1_groups_id_members_get_response.py +65 -0
  2769. test/test_v1_groups_id_members_member_id_delete_response.py +54 -0
  2770. test/test_v1_groups_id_members_post_request.py +6 -2
  2771. test/test_v1_groups_id_members_post_response.py +54 -0
  2772. test/test_v1_groups_id_patch_request.py +3 -2
  2773. test/test_v1_groups_id_patch_response.py +54 -0
  2774. test/test_v1_groups_put_request.py +5 -2
  2775. test/test_v1_groups_root_get_response.py +82 -0
  2776. test/test_v1_healthcheck_devices_get_request.py +54 -0
  2777. test/test_v1_healthcheck_devices_get_response.py +83 -0
  2778. test/test_v1_invitation_email_post_request.py +6 -0
  2779. test/test_v1_lan_segments_get_request.py +58 -0
  2780. test/test_v1_lan_segments_get_response.py +306 -0
  2781. test/test_v1_lldp_interface_id_neighbors_get_request.py +51 -0
  2782. test/test_v1_lldp_interface_id_neighbors_get_response.py +60 -0
  2783. test/test_v1_lldp_interface_id_summary_get_response.py +52 -0
  2784. test/test_v1_lldp_interface_id_vendors_get_response.py +55 -0
  2785. test/test_v1_logs_post_request.py +4 -4
  2786. test/test_v1_logs_post_response.py +70 -0
  2787. test/test_v1_monitoring_circuits_bandwidth_post_request.py +6 -7
  2788. test/test_v1_monitoring_circuits_bandwidth_post_response.py +63 -0
  2789. test/test_v1_monitoring_circuits_bandwidth_post_response_data.py +60 -0
  2790. test/test_v1_monitoring_circuits_incidents_post_request.py +63 -0
  2791. test/test_v1_monitoring_circuits_incidents_post_response.py +68 -0
  2792. test/test_v1_monitoring_circuits_summary_post_request.py +59 -0
  2793. test/test_v1_monitoring_circuits_summary_post_response.py +67 -0
  2794. test/test_v1_monitoring_circuits_utilization_post_request.py +63 -0
  2795. test/test_v1_monitoring_circuits_utilization_post_response.py +63 -0
  2796. test/test_v1_monitoring_circuits_visualization_post_request.py +6 -7
  2797. test/test_v1_monitoring_circuits_visualization_post_response.py +71 -0
  2798. test/test_v1_monitoring_circuits_visualization_post_response_data.py +67 -0
  2799. test/test_v1_nat_entries_device_id_get_request.py +70 -0
  2800. test/test_v1_nat_entries_device_id_get_response.py +76 -0
  2801. test/test_v1_nat_utilization_device_id_get_response.py +59 -0
  2802. test/test_v1_onboarding_cloudinit_delete_request.py +53 -0
  2803. test/test_v1_onboarding_cloudinit_get_response.py +82 -0
  2804. test/test_v1_onboarding_cloudinit_post_request.py +82 -0
  2805. test/test_v1_policy_applications_get_request.py +56 -0
  2806. test/test_v1_policy_applications_get_response.py +65 -0
  2807. test/test_v1_policy_applications_get_response_application.py +54 -0
  2808. test/test_v1_policy_prefix_sets_id_put_request.py +4 -4
  2809. test/test_v1_policy_prefix_sets_id_put_request_entry.py +54 -0
  2810. test/test_v1_policy_prefix_sets_id_put_request_nullable_entry.py +55 -0
  2811. test/test_v1_policy_prefix_sets_id_put_request_nullable_entry_entry.py +54 -0
  2812. test/test_v1_policy_prefix_sets_id_put_response.py +73 -0
  2813. test/test_v1_policy_prefix_sets_post_request.py +3 -3
  2814. test/test_v1_policy_prefix_sets_post_request_entry.py +53 -0
  2815. test/test_v1_policy_prefix_sets_post_request_prefix_set_entry.py +54 -0
  2816. test/test_v1_policy_prefix_sets_post_response.py +73 -0
  2817. test/test_v1_policy_route_tag_sets_id_delete_response.py +51 -0
  2818. test/test_v1_policy_route_tag_sets_post_request.py +2 -2
  2819. test/test_v1_policy_route_tag_sets_post_response.py +51 -0
  2820. test/test_v1_policy_route_tag_sets_tag_detail_get_request.py +54 -0
  2821. test/test_v1_policy_route_tag_sets_tag_detail_get_response.py +60 -0
  2822. test/test_v1_policy_route_tag_sets_tags_get_response.py +62 -0
  2823. test/test_v1_policy_route_tag_sets_tags_summary_get_response.py +60 -0
  2824. test/test_v1_portal_apikeys_get_response.py +57 -0
  2825. test/test_v1_portal_apikeys_post_request.py +2 -1
  2826. test/test_v1_portal_apikeys_post_response.py +51 -0
  2827. test/test_v1_portal_private_details_get_response.py +60 -0
  2828. test/test_v1_portal_private_inventory_details_get_response.py +57 -0
  2829. test/test_v1_portal_private_post_request.py +2 -2
  2830. test/test_v1_portal_private_register_post_request.py +58 -0
  2831. test/test_v1_portal_private_sync_post_request.py +2 -2
  2832. test/test_v1_presharedkey_get_response.py +51 -0
  2833. test/test_v1_qos_circuit_profiles_get_response.py +61 -0
  2834. test/test_v1_regions_get_response.py +56 -0
  2835. test/test_v1_search_get_request.py +54 -0
  2836. test/test_v1_search_get_response.py +56 -0
  2837. test/test_v1_site_details_sitelists_post_request.py +1 -1
  2838. test/test_v1_site_details_sitelists_post_response.py +57 -0
  2839. test/test_v1_site_id_details_interfaces_get_request.py +51 -0
  2840. test/test_v1_site_id_details_interfaces_get_response.py +53 -0
  2841. test/test_v1_sites_details_get_response.py +97 -0
  2842. test/test_v1_sites_get_request.py +56 -0
  2843. test/test_v1_sites_get_response.py +105 -0
  2844. test/test_v1_sites_post_request.py +7 -7
  2845. test/test_v1_sites_post_response.py +95 -0
  2846. test/test_v1_sites_site_id_circuits_get_response.py +197 -0
  2847. test/test_v1_sites_site_id_circuits_get_response_data.py +194 -0
  2848. test/test_v1_sites_site_id_devices_get_response.py +69 -0
  2849. test/test_v1_sites_site_id_post_request.py +7 -7
  2850. test/test_v1_sites_site_id_post_response.py +95 -0
  2851. test/test_v1_software_auto_upgrade_default_get_response.py +60 -0
  2852. test/test_v1_software_auto_upgrade_default_put_request.py +60 -0
  2853. test/test_v1_software_gcsrelease_upload_notes_post_request.py +4 -4
  2854. test/test_v1_software_release_notes_get_request.py +53 -0
  2855. test/test_v1_software_release_notes_get_response.py +51 -0
  2856. test/test_v1_software_releases_download_get_request.py +54 -0
  2857. test/test_v1_software_releases_download_get_response.py +51 -0
  2858. test/test_v1_software_releases_summary_get_response.py +64 -0
  2859. test/test_v1_software_running_details_get_request.py +51 -0
  2860. test/test_v1_software_running_details_get_response.py +57 -0
  2861. test/test_v1_software_running_details_get_response_device.py +54 -0
  2862. test/test_v1_software_running_summary_get_response.py +56 -0
  2863. test/test_v1_software_running_summary_get_response_version_summary.py +53 -0
  2864. test/test_v1_talkers_device_device_id_top_post_request.py +4 -4
  2865. test/test_v1_talkers_device_device_id_top_post_response.py +55 -0
  2866. test/test_v1_talkers_site_site_id_top_post_request.py +59 -0
  2867. test/test_v1_talkers_site_site_id_top_post_response.py +55 -0
  2868. test/test_v1_temp_password_put_request.py +4 -0
  2869. test/test_v1_troubleshooting_device_device_id_post_request.py +58 -0
  2870. test/test_v1_troubleshooting_device_device_id_post_response.py +170 -0
  2871. test/test_v1_troubleshooting_enterprise_post_request.py +3 -3
  2872. test/test_v1_troubleshooting_enterprise_post_request_dimensions.py +1 -1
  2873. test/test_v1_troubleshooting_enterprise_post_response.py +63 -0
  2874. test/test_v1_troubleshooting_enterprise_post_response_site_summary.py +60 -0
  2875. test/test_v1_troubleshooting_filter_get_response.py +74 -0
  2876. test/test_v1_troubleshooting_site_connectivity_status_get_response.py +55 -0
  2877. test/test_v1_troubleshooting_site_connectivity_status_get_response_site_status.py +52 -0
  2878. test/test_v1_troubleshooting_site_site_id_get_response.py +58 -0
  2879. test/test_v1_troubleshooting_top_sites_by_alerts_post_request.py +66 -0
  2880. test/test_v1_troubleshooting_top_sites_by_alerts_post_response.py +68 -0
  2881. test/test_v1_troubleshooting_top_sites_by_alerts_post_response_site_counts.py +55 -0
  2882. test/test_v1_troubleshooting_top_sites_by_alerts_post_response_site_counts_site_count.py +52 -0
  2883. test/test_v1_tt_tt_identity_device_status_get_request.py +51 -0
  2884. test/test_v1_tt_tt_identity_device_status_get_response.py +61 -0
  2885. test/test_v1_users_email_password_patch_request.py +52 -0
  2886. test/test_v1_users_get_request.py +51 -0
  2887. test/test_v1_users_get_response.py +65 -0
  2888. test/test_v1_users_id_enterprises_get_response.py +92 -0
  2889. test/test_v1_users_id_groups_enterprises_get_response.py +82 -0
  2890. test/test_v1_users_id_groups_get_response.py +82 -0
  2891. test/test_v1_users_id_groups_root_get_response.py +82 -0
  2892. test/test_v1_users_put_request.py +5 -1
  2893. test/test_v1_version_post_request.py +2 -2
  2894. test/test_v1_version_post_response.py +54 -0
  2895. test/test_v1_zones_get_request.py +58 -0
  2896. test/test_v1_zones_get_response.py +64 -0
  2897. test/test_v2_ack_createupdate_post_request.py +4 -1
  2898. test/test_v2_aggregated_notification_enable_disable_post_request.py +2 -1
  2899. test/test_v2_aggregated_notification_get_state_get_response.py +51 -0
  2900. test/test_v2_allowlist_by_enterprise_get_response.py +66 -0
  2901. test/test_v2_allowlist_create_post_request.py +2 -1
  2902. test/test_v2_allowlist_rule_id_get_response.py +66 -0
  2903. test/test_v2_assistant_add_to_conversation_post_request.py +2 -2
  2904. test/test_v2_assistant_add_to_conversation_post_response.py +70 -0
  2905. test/test_v2_assistant_conversation_id_delete_request.py +51 -0
  2906. test/test_v2_assistant_conversation_interface_enable_disable_post_request.py +51 -0
  2907. test/test_v2_assistant_conversation_interface_state_get_response.py +51 -0
  2908. test/test_v2_assistant_delete_conversation_conversation_id_delete_request.py +51 -0
  2909. test/test_v2_assistant_get_conversation_details_post_request.py +4 -4
  2910. test/test_v2_assistant_get_conversation_details_post_response.py +75 -0
  2911. test/test_v2_assistant_get_conversations_post_request.py +4 -4
  2912. test/test_v2_assistant_get_conversations_post_response.py +58 -0
  2913. test/test_v2_assistant_update_conversation_name_post_request.py +1 -1
  2914. test/test_v2_assistant_version_post_response.py +51 -0
  2915. test/test_v2_assurance_applicationdetailsbyname_post_request.py +4 -4
  2916. test/test_v2_assurance_applicationdetailsbyname_post_response.py +166 -0
  2917. test/test_v2_assurance_applicationprofilesummary_post_request.py +58 -0
  2918. test/test_v2_assurance_applicationprofilesummary_post_response.py +77 -0
  2919. test/test_v2_assurance_bucket_app_servers_all_get_request.py +70 -0
  2920. test/test_v2_assurance_bucket_app_servers_all_get_response.py +68 -0
  2921. test/test_v2_assurance_bucket_app_servers_post_request.py +5 -4
  2922. test/test_v2_assurance_bucket_app_servers_post_response.py +58 -0
  2923. test/test_v2_assurance_bucket_apps_post_request.py +5 -4
  2924. test/test_v2_assurance_bucket_apps_post_response.py +63 -0
  2925. test/test_v2_assurance_bucket_services_post_request.py +1 -1
  2926. test/test_v2_assurance_bucket_services_post_response.py +55 -0
  2927. test/test_v2_assurance_bucket_topologies_post_request.py +1 -1
  2928. test/test_v2_assurance_bucket_topologies_post_response.py +55 -0
  2929. test/test_v2_assurance_bucketdetails_post_request.py +4 -4
  2930. test/test_v2_assurance_bucketdetails_post_response.py +130 -0
  2931. test/test_v2_assurance_create_user_report_post_request.py +3 -3
  2932. test/test_v2_assurance_create_user_report_post_response.py +51 -0
  2933. test/test_v2_assurance_createclassifiedapplication_post_request.py +1 -1
  2934. test/test_v2_assurance_createclassifiedapplication_post_response.py +51 -0
  2935. test/test_v2_assurance_download_user_report_get_request.py +51 -0
  2936. test/test_v2_assurance_download_user_report_get_response.py +51 -0
  2937. test/test_v2_assurance_endpoint_intel_post_request.py +1 -1
  2938. test/test_v2_assurance_endpoint_intel_post_response.py +55 -0
  2939. test/test_v2_assurance_enterprisesummary_post_request.py +58 -0
  2940. test/test_v2_assurance_enterprisesummary_post_response.py +57 -0
  2941. test/test_v2_assurance_flow_summary_post_request.py +4 -4
  2942. test/test_v2_assurance_flow_summary_post_response.py +112 -0
  2943. test/test_v2_assurance_flow_summary_post_response_endpoint_details.py +76 -0
  2944. test/test_v2_assurance_flow_summary_post_response_endpoint_details_statistics.py +53 -0
  2945. test/test_v2_assurance_getclassifiedapplicationlist_get_response.py +64 -0
  2946. test/test_v2_assurance_read_user_report_list_get_response.py +65 -0
  2947. test/test_v2_assurance_scoredetails_post_request.py +58 -0
  2948. test/test_v2_assurance_scoredetails_post_response.py +57 -0
  2949. test/test_v2_assurance_topology_client_session_details_post_request.py +1 -1
  2950. test/test_v2_assurance_topology_client_session_details_post_response.py +125 -0
  2951. test/test_v2_assurance_topology_client_sessions_post_request.py +5 -5
  2952. test/test_v2_assurance_topology_client_sessions_post_response.py +127 -0
  2953. test/test_v2_assurance_topology_client_summaries_post_request.py +5 -5
  2954. test/test_v2_assurance_topology_client_summaries_post_response.py +62 -0
  2955. test/test_v2_assurance_topology_client_summaries_post_response_summary.py +59 -0
  2956. test/test_v2_assurance_topology_flows_post_request.py +4 -4
  2957. test/test_v2_assurance_topology_flows_post_response.py +72 -0
  2958. test/test_v2_assurance_topology_inventory_post_request.py +4 -4
  2959. test/test_v2_assurance_topology_inventory_post_response.py +75 -0
  2960. test/test_v2_assurance_topology_overview_post_request.py +9 -9
  2961. test/test_v2_assurance_topology_overview_post_request_topology_filter.py +59 -0
  2962. test/test_v2_assurance_topology_overview_post_response.py +92 -0
  2963. test/test_v2_assurance_topology_overview_post_response_georegion.py +54 -0
  2964. test/test_v2_assurance_topology_region_summary_post_request.py +1 -1
  2965. test/test_v2_assurance_topology_region_summary_post_response.py +66 -0
  2966. test/test_v2_assurance_topology_region_summary_post_response_site_entry.py +63 -0
  2967. test/test_v2_assurance_topology_site_summaries_post_request.py +5 -5
  2968. test/test_v2_assurance_topology_site_summaries_post_response.py +62 -0
  2969. test/test_v2_assurance_topology_site_summaries_post_response_summary.py +59 -0
  2970. test/test_v2_assurance_unclassifiedapplicationprofilesummary_post_request.py +58 -0
  2971. test/test_v2_assurance_unclassifiedapplicationprofilesummary_post_response.py +77 -0
  2972. test/test_v2_assurance_updateclassifiedapplication_post_request.py +64 -0
  2973. test/test_v2_assurance_version_post_response.py +51 -0
  2974. test/test_v2_audit_logs_post_request.py +6 -6
  2975. test/test_v2_audit_logs_post_response.py +71 -0
  2976. test/test_v2_childalertlist_post_request.py +2 -1
  2977. test/test_v2_childalertlist_post_response.py +116 -0
  2978. test/test_v2_device_device_id_lan_segments_post_request.py +58 -0
  2979. test/test_v2_device_device_id_lan_segments_post_response.py +67 -0
  2980. test/test_v2_device_device_id_topology_post_request.py +5 -5
  2981. test/test_v2_device_device_id_topology_post_response.py +153 -0
  2982. test/test_v2_device_device_id_topology_post_response_snapshot.py +54 -0
  2983. test/test_v2_extranet_consumers_usage_top_post_request.py +5 -4
  2984. test/test_v2_extranet_consumers_usage_top_post_response.py +58 -0
  2985. test/test_v2_extranet_lan_segments_usage_top_post_request.py +4 -4
  2986. test/test_v2_extranet_lan_segments_usage_top_post_response.py +56 -0
  2987. test/test_v2_extranet_service_overtime_consumption_post_request.py +64 -0
  2988. test/test_v2_extranet_service_overtime_consumption_post_response.py +66 -0
  2989. test/test_v2_extranet_sites_consumption_overview_post_request.py +6 -4
  2990. test/test_v2_extranet_sites_consumption_overview_post_response.py +81 -0
  2991. test/test_v2_extranet_sites_usage_post_request.py +65 -0
  2992. test/test_v2_extranet_sites_usage_post_response.py +67 -0
  2993. test/test_v2_extranet_total_usage_post_request.py +61 -0
  2994. test/test_v2_extranet_total_usage_post_response.py +51 -0
  2995. test/test_v2_extranets_monitoring_consumers_post_request.py +51 -0
  2996. test/test_v2_extranets_monitoring_consumers_post_response.py +58 -0
  2997. test/test_v2_integration_getall_enterprise_id_get_response.py +64 -0
  2998. test/test_v2_integration_integration_id_put_request.py +13 -3
  2999. test/test_v2_integration_post_request.py +17 -4
  3000. test/test_v2_integration_post_response.py +62 -0
  3001. test/test_v2_monitoring_bfd_post_request.py +5 -5
  3002. test/test_v2_monitoring_bfd_post_response.py +65 -0
  3003. test/test_v2_monitoring_bfd_post_response_data.py +62 -0
  3004. test/test_v2_monitoring_bgp_post_request.py +5 -5
  3005. test/test_v2_monitoring_bgp_post_response.py +65 -0
  3006. test/test_v2_monitoring_bgp_post_response_data.py +62 -0
  3007. test/test_v2_monitoring_circuits_bandwidth_post_request.py +64 -0
  3008. test/test_v2_monitoring_circuits_bandwidth_post_response.py +71 -0
  3009. test/test_v2_monitoring_circuits_bandwidth_post_response_data.py +71 -0
  3010. test/test_v2_monitoring_circuits_summary_post_request.py +4 -4
  3011. test/test_v2_monitoring_circuits_summary_post_response.py +78 -0
  3012. test/test_v2_monitoring_circuits_utilization_post_request.py +5 -5
  3013. test/test_v2_monitoring_circuits_utilization_post_response.py +65 -0
  3014. test/test_v2_monitoring_circuits_utilization_post_response_data.py +62 -0
  3015. test/test_v2_monitoring_circuits_visualization_post_request.py +65 -0
  3016. test/test_v2_monitoring_circuits_visualization_post_response.py +66 -0
  3017. test/test_v2_monitoring_circuits_visualization_post_response_data.py +62 -0
  3018. test/test_v2_monitoring_extranet_edge_status_get_request.py +53 -0
  3019. test/test_v2_monitoring_extranet_edge_status_get_response.py +61 -0
  3020. test/test_v2_monitoring_extranet_log_details_post_request.py +1 -1
  3021. test/test_v2_monitoring_extranet_log_details_post_response.py +60 -0
  3022. test/test_v2_monitoring_extranet_log_details_post_response_log_details.py +57 -0
  3023. test/test_v2_monitoring_extranet_service_status_details_get_request.py +54 -0
  3024. test/test_v2_monitoring_extranet_service_status_details_get_response.py +61 -0
  3025. test/test_v2_monitoring_extranet_service_status_get_request.py +54 -0
  3026. test/test_v2_monitoring_extranet_service_status_get_response.py +55 -0
  3027. test/test_v2_monitoring_extranet_site_status_get_request.py +54 -0
  3028. test/test_v2_monitoring_extranet_site_status_get_response.py +61 -0
  3029. test/test_v2_monitoring_extranet_status_details_get_request.py +56 -0
  3030. test/test_v2_monitoring_extranet_status_details_get_response.py +72 -0
  3031. test/test_v2_monitoring_ike_error_history_post_request.py +4 -4
  3032. test/test_v2_monitoring_ike_error_history_post_response.py +61 -0
  3033. test/test_v2_monitoring_ike_error_history_post_response_data.py +58 -0
  3034. test/test_v2_monitoring_interface_post_request.py +5 -5
  3035. test/test_v2_monitoring_interface_post_response.py +64 -0
  3036. test/test_v2_monitoring_interface_post_response_data.py +61 -0
  3037. test/test_v2_monitoring_ipsec_post_request.py +5 -5
  3038. test/test_v2_monitoring_ipsec_post_response.py +64 -0
  3039. test/test_v2_monitoring_ipsec_post_response_data.py +61 -0
  3040. test/test_v2_monitoring_ospf_post_request.py +5 -5
  3041. test/test_v2_monitoring_ospf_post_response.py +65 -0
  3042. test/test_v2_monitoring_ospf_post_response_data.py +62 -0
  3043. test/test_v2_monitoring_policy_post_request.py +5 -5
  3044. test/test_v2_monitoring_policy_post_response.py +64 -0
  3045. test/test_v2_monitoring_policy_post_response_data.py +61 -0
  3046. test/test_v2_monitoring_queue_instant_post_request.py +5 -5
  3047. test/test_v2_monitoring_queue_instant_post_response.py +65 -0
  3048. test/test_v2_monitoring_queue_instant_post_response_data.py +62 -0
  3049. test/test_v2_monitoring_queue_post_request.py +5 -5
  3050. test/test_v2_monitoring_queue_post_response.py +66 -0
  3051. test/test_v2_monitoring_queue_post_response_data.py +63 -0
  3052. test/test_v2_monitoring_segment_route_counts_post_request.py +53 -0
  3053. test/test_v2_monitoring_segment_route_counts_post_response.py +64 -0
  3054. test/test_v2_monitoring_segment_route_counts_post_response_data.py +64 -0
  3055. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +5 -5
  3056. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_response.py +69 -0
  3057. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_response_data.py +69 -0
  3058. test/test_v2_monitoring_site_twamp_site_id_post_request.py +5 -5
  3059. test/test_v2_monitoring_site_twamp_site_id_post_response.py +68 -0
  3060. test/test_v2_monitoring_site_twamp_site_id_post_response_data.py +65 -0
  3061. test/test_v2_monitoring_system_generic_post_request.py +5 -5
  3062. test/test_v2_monitoring_system_generic_post_response.py +63 -0
  3063. test/test_v2_monitoring_system_generic_post_response_data.py +60 -0
  3064. test/test_v2_monitoring_system_post_request.py +63 -0
  3065. test/test_v2_monitoring_system_post_response.py +63 -0
  3066. test/test_v2_monitoring_system_post_response_data.py +60 -0
  3067. test/test_v2_monitoring_twamp_post_request.py +5 -5
  3068. test/test_v2_monitoring_twamp_post_response.py +66 -0
  3069. test/test_v2_monitoring_twamp_post_response_data.py +63 -0
  3070. test/test_v2_notification_create_post_request.py +24 -2
  3071. test/test_v2_notification_delete_post_request.py +4 -1
  3072. test/test_v2_notification_enabledisable_post_request.py +5 -1
  3073. test/test_v2_notification_update_post_request.py +24 -2
  3074. test/test_v2_notificationlist_post_request.py +4 -4
  3075. test/test_v2_notificationlist_post_response.py +78 -0
  3076. test/test_v2_notificationmutelist_create_post_request.py +53 -0
  3077. test/test_v2_notificationmutelist_rule_id_get_response.py +66 -0
  3078. test/test_v2_parentalertlist_post_request.py +58 -0
  3079. test/test_v2_parentalertlist_post_response.py +116 -0
  3080. test/test_v2_rule_enabledisable_post_request.py +5 -1
  3081. test/test_v2_rulelist_post_response.py +62 -0
  3082. test/test_v2_site_site_id_detail_post_request.py +61 -0
  3083. test/test_v2_site_site_id_detail_post_response.py +60 -0
  3084. test/test_v2_site_site_id_lan_segments_post_request.py +58 -0
  3085. test/test_v2_site_site_id_lan_segments_post_response.py +67 -0
  3086. test/test_v2_site_site_id_topology_post_request.py +61 -0
  3087. test/test_v2_site_site_id_topology_post_response.py +153 -0
  3088. test/test_v2_site_site_id_topology_post_response_snapshot.py +54 -0
  3089. test/test_v2_version_post_response.py +51 -0
  3090. graphiant_sdk-25.10.2.dist-info/RECORD +0 -2521
  3091. {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/WHEEL +0 -0
  3092. {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/licenses/LICENSE +0 -0
  3093. {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2281 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ Graphiant API documentation.
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.mana_v2_extranet_policy import ManaV2ExtranetPolicy
18
+
19
+ class TestManaV2ExtranetPolicy(unittest.TestCase):
20
+ """ManaV2ExtranetPolicy 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) -> ManaV2ExtranetPolicy:
29
+ """Test ManaV2ExtranetPolicy
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 `ManaV2ExtranetPolicy`
34
+ """
35
+ model = ManaV2ExtranetPolicy()
36
+ if include_optional:
37
+ return ManaV2ExtranetPolicy(
38
+ auto = graphiant_sdk.models.mana_v2_extranet_auto_reverse_routes.manaV2ExtranetAutoReverseRoutes(
39
+ auto_propagate = True,
40
+ excluded_prefixes = [
41
+ 'example string'
42
+ ], ),
43
+ branches = graphiant_sdk.models.mana_v2_policy_target.manaV2PolicyTarget(
44
+ excluded_devices = [
45
+ graphiant_sdk.models.mana_v2_device.manaV2Device(
46
+ bgp = graphiant_sdk.models.mana_v2_bgp_instance.manaV2BgpInstance(
47
+ asn = 123,
48
+ id = 1234567891011,
49
+ router_id = 'example string', ),
50
+ bgp_enabled = True,
51
+ circuits = [
52
+ graphiant_sdk.models.mana_v2_circuit.manaV2Circuit(
53
+ bgp_aggregations = [
54
+ graphiant_sdk.models.mana_v2_bgp_aggregation.manaV2BgpAggregation(
55
+ as_set = True,
56
+ id = 1234567891011,
57
+ prefix = 'example string',
58
+ summary_only = True, )
59
+ ],
60
+ bgp_multipath = graphiant_sdk.models.mana_v2_bgp_multipath.manaV2BgpMultipath(
61
+ enabled = True,
62
+ vrf_id = 1234567891011, ),
63
+ bgp_neighbors = [
64
+ graphiant_sdk.models.mana_v2_bgp_neighbor.manaV2BgpNeighbor(
65
+ address_families = [
66
+ graphiant_sdk.models.mana_v2_bgp_neighbor_address_family.manaV2BgpNeighborAddressFamily(
67
+ address_family = 'ENUM_VALUE',
68
+ id = 1234567891011,
69
+ inbound_policy = 'example string',
70
+ outbound_policy = 'example string', )
71
+ ],
72
+ allow_as_in = 123,
73
+ as_override = True,
74
+ bfd = graphiant_sdk.models.mana_v2_bfd_instance.manaV2BfdInstance(
75
+ enabled = True,
76
+ minimum_interval = 123,
77
+ multiplier = 123, ),
78
+ bfd_neighbor = graphiant_sdk.models.mana_v2_bfd_neighbor.manaV2BfdNeighbor(
79
+ desired_minimum_tx_interval = 123,
80
+ if_index = 123,
81
+ interface = 'example string',
82
+ last_updated = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
83
+ nanos = 123,
84
+ seconds = 1234567891011, ),
85
+ local_diag = 'ENUM_VALUE',
86
+ peer_address = 'example string',
87
+ remote_diag = 'ENUM_VALUE',
88
+ required_minimum_rx_interval = 123,
89
+ segment_name = 'example string',
90
+ source_address = 'example string',
91
+ state = 'ENUM_VALUE',
92
+ time_in_state = graphiant_sdk.models.google_protobuf_duration.googleProtobufDuration(
93
+ nanos = 123,
94
+ seconds = 1234567891011, ),
95
+ up = True, ),
96
+ bgp_type = 'ENUM_VALUE',
97
+ default_originate = 'ENUM_VALUE',
98
+ enabled = True,
99
+ hold_timer = 123,
100
+ id = 1234567891011,
101
+ keepalive_timer = 123,
102
+ local_address = 'example string',
103
+ local_interface = 'example string',
104
+ max_prefix = 10000,
105
+ md5_password = 'example string',
106
+ multi_hop = 5,
107
+ peer_asn = 123,
108
+ remote_address = 'example string',
109
+ remove_private_as = True,
110
+ send_community = False,
111
+ state = 'ENUM_VALUE',
112
+ time_since_last_oper_change = graphiant_sdk.models.google_protobuf_duration.googleProtobufDuration(
113
+ nanos = 123,
114
+ seconds = 1234567891011, ),
115
+ up = True, )
116
+ ],
117
+ bgp_redistributions = graphiant_sdk.models.mana_v2_bgp_redistribute.manaV2BgpRedistribute(
118
+ connected = True,
119
+ dia = True,
120
+ ospfv2 = True,
121
+ static = True, ),
122
+ carrier = 'example string',
123
+ circuit_type = 'ENUM_VALUE',
124
+ connection_type = 'ENUM_VALUE',
125
+ core_logical_interfaces_v2 = [
126
+ graphiant_sdk.models.mana_v2_circuit_interface.manaV2CircuitInterface(
127
+ admin_status = True,
128
+ id = 1234567891011,
129
+ index = 1234567891011,
130
+ name = 'example string',
131
+ oper_status = True, )
132
+ ],
133
+ description = 'example string',
134
+ dia_enabled = True,
135
+ dia_snmp_index = 1234567891011,
136
+ discovered_public_ip = 'example string',
137
+ drop_mechanism = 'ENUM_VALUE',
138
+ id = 1234567891011,
139
+ interface_name = 'example string',
140
+ label = 'ENUM_VALUE',
141
+ last_resort = True,
142
+ link_down_speed_mbps = 123,
143
+ link_up_speed_mbps = 123,
144
+ loopback = True,
145
+ name = 'example string',
146
+ pat_addresses = [
147
+ 'example string'
148
+ ],
149
+ private_ip = 'example string',
150
+ profile = graphiant_sdk.models.mana_v2_qo_s_profile.manaV2QoSProfile(
151
+ kind = 'ENUM_VALUE',
152
+ queues = [
153
+ graphiant_sdk.models.mana_v2_qo_s_profile_queue.manaV2QoSProfileQueue(
154
+ bandwidth_percent = 123,
155
+ default_queue = True,
156
+ sla_class = 'ENUM_VALUE', )
157
+ ], ),
158
+ qos_profile = 'ENUM_VALUE',
159
+ qos_profile_type = 'ENUM_VALUE',
160
+ snmp_index = 1234567891011,
161
+ static_routes = [
162
+ graphiant_sdk.models.mana_v2_static_route.manaV2StaticRoute(
163
+ administrative_distance = 123,
164
+ description = 'example string',
165
+ id = 1234567891011,
166
+ next_hop = graphiant_sdk.models.mana_v2_static_route_nexthop.manaV2StaticRouteNexthop(
167
+ circuit = 'example string',
168
+ id = 1234567891011,
169
+ metric = 123,
170
+ next_hop_address = 'example string',
171
+ nexthop = 'example string',
172
+ outgoing_interface = 'example string',
173
+ third_party_ipsec_tunnel = 'example string', ),
174
+ next_hops = [
175
+ graphiant_sdk.models.mana_v2_static_route_nexthop.manaV2StaticRouteNexthop(
176
+ circuit = 'example string',
177
+ id = 1234567891011,
178
+ metric = 123,
179
+ next_hop_address = 'example string',
180
+ nexthop = 'example string',
181
+ outgoing_interface = 'example string',
182
+ third_party_ipsec_tunnel = 'example string', )
183
+ ],
184
+ prefix = 'example string', )
185
+ ],
186
+ wan_interface_v2 = graphiant_sdk.models.mana_v2_circuit_interface.manaV2CircuitInterface(
187
+ admin_status = True,
188
+ id = 1234567891011,
189
+ index = 1234567891011,
190
+ name = 'example string',
191
+ oper_status = True, ), )
192
+ ],
193
+ config_updated_at = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
194
+ nanos = 123,
195
+ seconds = 1234567891011, ),
196
+ created_at = ,
197
+ dhcp_server_enabled = True,
198
+ dns = graphiant_sdk.models.mana_v2_dns.manaV2Dns(
199
+ cloudflare_servers = [
200
+ graphiant_sdk.models.mana_v2_dnsip_address.manaV2DnsipAddress(
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 = [
210
+ graphiant_sdk.models.mana_v2_dnsip_address.manaV2DnsipAddress(
211
+ circuit_name = 'example string',
212
+ interface_name = 'example string',
213
+ ipv4 = 'example string',
214
+ ipv6 = 'example string',
215
+ source = 'example string',
216
+ stale = True,
217
+ type = 'ENUM_VALUE', )
218
+ ],
219
+ dynamic_servers_v2 = graphiant_sdk.models.mana_v2_dynamic_dns_servers.manaV2DynamicDnsServers(
220
+ circuit = 'example string',
221
+ servers = {
222
+ 'key' : graphiant_sdk.models.mana_v2_dnsip_addresses.manaV2DnsipAddresses()
223
+ }, ),
224
+ mode = 'ENUM_VALUE',
225
+ static_servers = [
226
+
227
+ ],
228
+ static_servers_v2 = graphiant_sdk.models.mana_v2_static_dns_servers.manaV2StaticDnsServers(
229
+ primary_ipv4_server = ,
230
+ primary_ipv6_server = ,
231
+ secondary_ipv4_server = ,
232
+ secondary_ipv6_server = , ), ),
233
+ gdi = 123,
234
+ hostname = 'example string',
235
+ id = 1234567891011,
236
+ interfaces = [
237
+ graphiant_sdk.models.mana_v2_interface.manaV2Interface(
238
+ alias = 'example string',
239
+ circuit = 'example string',
240
+ circuit_name = 'example string',
241
+ configured_max_transmission_unit = 123,
242
+ description = 'example string',
243
+ duplex = 'example string',
244
+ enabled = True,
245
+ id = 1234567891011,
246
+ ip_sec = graphiant_sdk.models.mana_v2_interface_i_psec.manaV2InterfaceIPsec(
247
+ anti_replay_window_size = 123,
248
+ dh_group = 'ENUM_VALUE',
249
+ dpd_interval = 123,
250
+ encryption_alg = 'ENUM_VALUE',
251
+ esn = True,
252
+ established_time = ,
253
+ ike_integrity = 'ENUM_VALUE',
254
+ ipsec_encryption_alg = 'ENUM_VALUE',
255
+ ipsec_integrity = 'ENUM_VALUE',
256
+ label = 'ENUM_VALUE',
257
+ local_address = 'example string',
258
+ local_circuit = 'example string',
259
+ local_ike_peer_identity = 'example string',
260
+ local_ikesa_spi = 12345678910,
261
+ local_port = 123,
262
+ negotiated_algo = 'example string',
263
+ oper_state = True,
264
+ perfect_forward_secrecy = 'example string',
265
+ preshared_key = 'example string',
266
+ protocol = 'example string',
267
+ reauth_interval = 1234567891011,
268
+ rekey_interval = 1234567891011,
269
+ remote_address = 'example string',
270
+ remote_ike_peer_identity = 'example string',
271
+ remote_ikesa_spi = 12345678910,
272
+ remote_port = 123, ),
273
+ ipv4 = graphiant_sdk.models.mana_v2_interface_address.manaV2InterfaceAddress(
274
+ address = 'example string',
275
+ dhcp_client = True,
276
+ dhcp_relay = graphiant_sdk.models.mana_v2_dhcp_relay.manaV2DhcpRelay(
277
+ dhcpv4_relays = [
278
+ 'example string'
279
+ ],
280
+ dhcpv6_relays = [
281
+ 'example string'
282
+ ],
283
+ id = 1234567891011, ),
284
+ dhcp_server = True,
285
+ origin = 'ENUM_VALUE',
286
+ vrrp_group = graphiant_sdk.models.mana_v2_vrrp_group.manaV2VrrpGroup(
287
+ accept_mode = True,
288
+ allow_inter_operability = True,
289
+ description = 'example string',
290
+ effective_priority = 123,
291
+ enabled = True,
292
+ group_members = [
293
+ graphiant_sdk.models.mana_v2_vrrp_group_member.manaV2VRRPGroupMember(
294
+ circuit = 'example string',
295
+ device_id = 1234567891011,
296
+ effective_priority = 123,
297
+ hostname = 'example string',
298
+ interface = 'example string',
299
+ lan = 'example string',
300
+ local_ip_address = 'example string',
301
+ priority = 123,
302
+ state = 'ENUM_VALUE', )
303
+ ],
304
+ id = 1234567891011,
305
+ name = 'example string',
306
+ preempt = True,
307
+ priority = 123,
308
+ state = 'ENUM_VALUE',
309
+ tracked_interfaces = [
310
+ graphiant_sdk.models.mana_v2_vrrp_group_interface_priority_decrement.manaV2VRRPGroupInterfacePriorityDecrement(
311
+ interface = 'example string',
312
+ priority_decrement = 123, )
313
+ ],
314
+ virtual_ip_address = 'example string',
315
+ virtual_mac_address = 'example string', ), ),
316
+ ipv6 = graphiant_sdk.models.mana_v2_interface_address.manaV2InterfaceAddress(
317
+ address = 'example string',
318
+ dhcp_client = True,
319
+ dhcp_server = True,
320
+ origin = 'ENUM_VALUE', ),
321
+ ipv6_addresses = [
322
+
323
+ ],
324
+ lag_interface = graphiant_sdk.models.mana_v2_lag_interface.manaV2LagInterface(
325
+ id = 1234567891011,
326
+ lacp_config = graphiant_sdk.models.mana_v2_lacp_config.manaV2LacpConfig(
327
+ mode = 'ENUM_VALUE',
328
+ timer = 'ENUM_VALUE', ),
329
+ members = [
330
+ 1234567891011
331
+ ],
332
+ minimum_members = 123, ),
333
+ lan = 'example string',
334
+ lldp_enabled = True,
335
+ max_transmission_unit = 123,
336
+ name = 'example string',
337
+ oper_updated_at = ,
338
+ phy_address = 'example string',
339
+ protocol = 'ENUM_VALUE',
340
+ security_zone = 'example string',
341
+ sfp_optical_strength = [
342
+ graphiant_sdk.models.mana_v2_interface_sfp_optical_strength.manaV2InterfaceSfpOpticalStrength(
343
+ index = 123,
344
+ rx_power = 12.34,
345
+ tx_bias = 12.34,
346
+ tx_power = 12.34,
347
+ voltage = 12.34, )
348
+ ],
349
+ speed_mbps = 123,
350
+ subinterfaces = [
351
+ graphiant_sdk.models.mana_v2_interface_vlan.manaV2InterfaceVlan(
352
+ alias = 'example string',
353
+ circuit = 'example string',
354
+ description = 'example string',
355
+ duplex = 'example string',
356
+ enabled = True,
357
+ id = 1234567891011,
358
+ lan = 'example string',
359
+ mac_address = 'example string',
360
+ max_transmission_unit = 123,
361
+ name = 'example string',
362
+ parent_mac_address = 'example string',
363
+ security_zone = 'example string',
364
+ speed_mbps = 123,
365
+ tcp_mss = 123,
366
+ tcp_mss_v4 = 123,
367
+ tcp_mss_v6 = 123,
368
+ up = True,
369
+ vlan = 123, )
370
+ ],
371
+ tcp_mss = 123,
372
+ tcp_mss_v4 = 123,
373
+ tcp_mss_v6 = 123,
374
+ type = 'ENUM_VALUE',
375
+ up = True,
376
+ vrf_function_id = 123,
377
+ vrf_name = 'example string', )
378
+ ],
379
+ internal_state = 'ENUM_VALUE',
380
+ ipfix_enabled = True,
381
+ ipfix_exporters = [
382
+ graphiant_sdk.models.mana_v2_ipfix_exporter.manaV2IpfixExporter(
383
+ destination_address = 'example string',
384
+ destination_port = 123,
385
+ error_message = 'example string',
386
+ global_id = 1234567891011,
387
+ id = 1234567891011,
388
+ monitored_segments = [
389
+ 'example string'
390
+ ],
391
+ name = 'example string',
392
+ sample_mode = 'example string',
393
+ sample_rate = 1234567891011,
394
+ source_address = 'example string',
395
+ source_interface = 'example string',
396
+ source_segment = 'example string',
397
+ status = 'ENUM_VALUE',
398
+ vrf_id = 1234567891011,
399
+ vrf_name = 'example string', )
400
+ ],
401
+ ipsec_tunnels = [
402
+ graphiant_sdk.models.mana_v2_site_to_site_i_psec.manaV2SiteToSiteIPsec(
403
+ destination_address = 'example string',
404
+ ike_initiator = True,
405
+ ipsec_label = 'ENUM_VALUE',
406
+ lan = 'example string',
407
+ local_address_v4 = 'example string',
408
+ local_address_v6 = 'example string',
409
+ local_circuit = 'example string',
410
+ local_ike_peer_identity = 'example string',
411
+ mtu = 123,
412
+ name = 'example string',
413
+ preshared_key = 'example string',
414
+ remote_address_v4 = 'example string',
415
+ remote_address_v6 = 'example string',
416
+ remote_ike_peer_identity = 'example string',
417
+ static = graphiant_sdk.models.mana_v2_site_to_site_i_psec_i_psec_static_routes.manaV2SiteToSiteIPsecIPsecStaticRoutes(
418
+ destination_prefix = [
419
+ 'example string'
420
+ ], ),
421
+ tcp_mss = 123,
422
+ vpn_profile = 'example string', )
423
+ ],
424
+ last_booted_at = ,
425
+ lldp_enabled = True,
426
+ local_route_tag = graphiant_sdk.models.mana_v2_route_tag.manaV2RouteTag(
427
+ level_one = 'example string',
428
+ level_two = 'example string',
429
+ level_zero = 'example string', ),
430
+ local_web_server_password = 'example string',
431
+ location = graphiant_sdk.models.mana_v2_location.manaV2Location(
432
+ address_line1 = 'example string',
433
+ address_line2 = 'example string',
434
+ city = 'example string',
435
+ country = 'example string',
436
+ country_code = 'example string',
437
+ latitude = 123.45,
438
+ longitude = 123.45,
439
+ notes = 'example string',
440
+ province_code = 'example string',
441
+ state = 'example string',
442
+ state_code = 'example string', ),
443
+ maintenance_mode = True,
444
+ nat_policy = graphiant_sdk.models.mana_v2_nat_policy.manaV2NatPolicy(
445
+ nat_policy_rulesets = [
446
+ graphiant_sdk.models.mana_v2_nat_policy_ruleset.manaV2NatPolicyRuleset(
447
+ description = 'example string',
448
+ id = 1234567891011,
449
+ name = 'example string',
450
+ rules = [
451
+ graphiant_sdk.models.mana_v2_nat_policy_ruleset_rule.manaV2NATPolicyRulesetRule(
452
+ advertise_pre_nat_prefixes = True,
453
+ description = 'example string',
454
+ id = 1234567891011,
455
+ index = 123,
456
+ name = 'example string',
457
+ original_dst_ip_prefix = 'example string',
458
+ original_src_ip_prefix = 'example string',
459
+ seq = 123,
460
+ translated_dst_ip_prefix = 'example string',
461
+ translated_src_ip_prefix = 'example string',
462
+ type = 'ENUM_VALUE', )
463
+ ], )
464
+ ], ),
465
+ notes = 'example string',
466
+ oper_staled = True,
467
+ oper_staled_at = ,
468
+ oper_updated_at = ,
469
+ ospfv2_enabled = True,
470
+ ospfv3_enabled = True,
471
+ platform = 'example string',
472
+ prefix_sets = [
473
+ graphiant_sdk.models.mana_v2_prefix_set.manaV2PrefixSet(
474
+ description = 'example string',
475
+ entries = [
476
+ graphiant_sdk.models.mana_v2_prefix_set_entry.manaV2PrefixSetEntry(
477
+ id = 1234567891011,
478
+ ip_prefix = 'example string',
479
+ mask_lower = 123,
480
+ mask_upper = 123,
481
+ seq = 123, )
482
+ ],
483
+ error_message = 'example string',
484
+ global_id = 1234567891011,
485
+ id = 1234567891011,
486
+ mode = 'ENUM_VALUE',
487
+ name = 'example string',
488
+ policies = [
489
+ graphiant_sdk.models.mana_v2_prefix_set_policy.manaV2PrefixSetPolicy(
490
+ attach_point = 'ENUM_VALUE',
491
+ id = 1234567891011,
492
+ name = 'example string', )
493
+ ],
494
+ policy_count = 123,
495
+ status = 'ENUM_VALUE', )
496
+ ],
497
+ reboot_reason = 'example string',
498
+ region = graphiant_sdk.models.mana_v2_region.manaV2Region(
499
+ id = 123,
500
+ name = 'example string',
501
+ unavailable = True, ),
502
+ region_override = graphiant_sdk.models.mana_v2_region.manaV2Region(
503
+ id = 123,
504
+ name = 'example string',
505
+ unavailable = True, ),
506
+ role = 'ENUM_VALUE',
507
+ routing_policies = [
508
+ graphiant_sdk.models.mana_v2_routing_policy.manaV2RoutingPolicy(
509
+ attach_point = 'ENUM_VALUE',
510
+ default_action = 'ENUM_VALUE',
511
+ description = 'example string',
512
+ error_message = 'example string',
513
+ global_id = 1234567891011,
514
+ id = 1234567891011,
515
+ name = 'example string',
516
+ statements = [
517
+ graphiant_sdk.models.mana_v2_routing_policy_statement.manaV2RoutingPolicyStatement(
518
+ actions = [
519
+ graphiant_sdk.models.mana_v2_routing_policy_statement_action.manaV2RoutingPolicyStatementAction(
520
+ administrative_distance = 123,
521
+ aspath_prepend = 123,
522
+ bgp_set_next_hop = 'example string',
523
+ call_policy = 'example string',
524
+ community = graphiant_sdk.models.mana_v2_community_type.manaV2CommunityType(
525
+ additive = True,
526
+ community_list = [
527
+ 'example string'
528
+ ], ),
529
+ id = 1234567891011,
530
+ local_pref = 123,
531
+ metric_absolute = 123,
532
+ metric_modifier = 123,
533
+ result = 'ENUM_VALUE',
534
+ seq = 123,
535
+ weight = 123, )
536
+ ],
537
+ id = 1234567891011,
538
+ matches = [
539
+ graphiant_sdk.models.mana_v2_routing_policy_statement_match.manaV2RoutingPolicyStatementMatch(
540
+ id = 1234567891011,
541
+ prefix_set = 'example string',
542
+ protocol_route_type = 'ENUM_VALUE',
543
+ route_tag = graphiant_sdk.models.mana_v2_route_tag.manaV2RouteTag(
544
+ level_one = 'example string',
545
+ level_two = 'example string',
546
+ level_zero = 'example string', ),
547
+ seq = 123,
548
+ source_interface = 'example string',
549
+ source_protocol = 'ENUM_VALUE',
550
+ stale_purge = True, )
551
+ ],
552
+ seq = 123, )
553
+ ],
554
+ status = 'ENUM_VALUE', )
555
+ ],
556
+ segments = [
557
+ graphiant_sdk.models.mana_v2_vrf.manaV2Vrf(
558
+ description = 'example string',
559
+ dhcp_subnets = [
560
+ graphiant_sdk.models.mana_v2_dhcp_server_pool.manaV2DhcpServerPool(
561
+ default_lease_time_secs = 123,
562
+ description = 'example string',
563
+ domain_name = 'example string',
564
+ gateway = 'example string',
565
+ id = 1234567891011,
566
+ interface = 'example string',
567
+ ip_prefix = 'example string',
568
+ ip_version = 123,
569
+ leases = [
570
+ graphiant_sdk.models.mana_v2_dhcp_lease.manaV2DhcpLease(
571
+ ends_at = ,
572
+ id = 1234567891011,
573
+ ip_address = 'example string',
574
+ mac_address = 'example string',
575
+ vrf = 'example string', )
576
+ ],
577
+ max_lease_time_secs = 123,
578
+ min_lease_time_secs = 123,
579
+ name = 'example string',
580
+ nameservers = graphiant_sdk.models.mana_v2_dns_servers.manaV2DnsServers(
581
+ primary = 'example string',
582
+ secondary = 'example string', ),
583
+ ranges = [
584
+ graphiant_sdk.models.mana_v2_dhcp_server_ip_range.manaV2DhcpServerIpRange(
585
+ end = 'example string',
586
+ start = 'example string', )
587
+ ],
588
+ static_leases = [
589
+ graphiant_sdk.models.mana_v2_dhcp_static_lease.manaV2DhcpStaticLease(
590
+ hostname = 'example string',
591
+ id = 1234567891011,
592
+ ip_address = 'example string',
593
+ mac_address = 'example string',
594
+ vrf = 'example string', )
595
+ ],
596
+ total_addresses = 12345678910,
597
+ utilization = 123, )
598
+ ],
599
+ enterprise_id = 1234567891011,
600
+ function = 'example string',
601
+ id = 1234567891011,
602
+ name = 'example string',
603
+ nat_ruleset = 'example string',
604
+ networks = [
605
+ 'example string'
606
+ ],
607
+ ospfv2_process = graphiant_sdk.models.mana_v2_osp_fv2_process.manaV2OspFv2Process(
608
+ admin_distance = 100,
609
+ areas = [
610
+ graphiant_sdk.models.mana_v2_ospf_area.manaV2OspfArea(
611
+ area_id = 'example string',
612
+ bfd_neighbors = [
613
+ graphiant_sdk.models.mana_v2_bfd_neighbor.manaV2BfdNeighbor(
614
+ desired_minimum_tx_interval = 123,
615
+ if_index = 123,
616
+ interface = 'example string',
617
+ local_diag = 'ENUM_VALUE',
618
+ peer_address = 'example string',
619
+ remote_diag = 'ENUM_VALUE',
620
+ required_minimum_rx_interval = 123,
621
+ segment_name = 'example string',
622
+ source_address = 'example string',
623
+ state = 'ENUM_VALUE',
624
+ up = True, )
625
+ ],
626
+ id = 1234567891011,
627
+ name = 'example string',
628
+ type = 'ENUM_VALUE', )
629
+ ],
630
+ auto_router_id = True,
631
+ default_originate = 'ENUM_VALUE',
632
+ id = 1234567891011,
633
+ redistributed_protocols = [
634
+ graphiant_sdk.models.mana_v2_ospf_redistribute.manaV2OspfRedistribute(
635
+ metric = 123,
636
+ metric_type = 'ENUM_VALUE',
637
+ redist_type = 'ENUM_VALUE', )
638
+ ],
639
+ router_id = 'example string', ),
640
+ ospfv3_process = graphiant_sdk.models.mana_v2_osp_fv3_process.manaV2OspFv3Process(
641
+ admin_distance = 100,
642
+ default_originate = 'ENUM_VALUE',
643
+ id = 1234567891011,
644
+ router_id = 'example string',
645
+ version = 123, ),
646
+ overlay_filters = graphiant_sdk.models.mana_v2_overlay_filters.manaV2OverlayFilters(
647
+ inbound_filter = 'example string',
648
+ outbound_filter = 'example string', ),
649
+ routable = True,
650
+ route_distinguisher = 'example string',
651
+ syslog_targets = [
652
+ graphiant_sdk.models.mana_v2_syslog_collector.manaV2SyslogCollector(
653
+ destination_host = 'example string',
654
+ destination_port = 123,
655
+ enabled = True,
656
+ error_message = 'example string',
657
+ global_id = 1234567891011,
658
+ id = 1234567891011,
659
+ name = 'example string',
660
+ severity = 'ENUM_VALUE',
661
+ source_interface = 'example string',
662
+ status = 'ENUM_VALUE',
663
+ transport = 'ENUM_VALUE',
664
+ vrf_id = 1234567891011,
665
+ vrf_name = 'example string', )
666
+ ],
667
+ traffic_ruleset = 'example string', )
668
+ ],
669
+ serial_number = 'example string',
670
+ site = graphiant_sdk.models.mana_v2_site.manaV2Site(
671
+ address = 'example string',
672
+ devices = [
673
+ graphiant_sdk.models.mana_v2_site_device_stub.manaV2SiteDeviceStub(
674
+ hostname = 'example string',
675
+ id = 1234567891011, )
676
+ ],
677
+ edge_count = 123,
678
+ id = 1234567891011,
679
+ name = 'example string',
680
+ notes = 'example string',
681
+ policy_reference_count = 123,
682
+ policy_tag = graphiant_sdk.models.mana_v2_single_route_tag.manaV2SingleRouteTag(
683
+ level_one = graphiant_sdk.models.mana_v2_single_route_tag_route_tag_element.manaV2SingleRouteTagRouteTagElement(
684
+ id = 1234567891011,
685
+ tag = 'example string',
686
+ tag_value = 123, ),
687
+ level_two = graphiant_sdk.models.mana_v2_single_route_tag_route_tag_element.manaV2SingleRouteTagRouteTagElement(
688
+ id = 1234567891011,
689
+ tag = 'example string',
690
+ tag_value = 123, ),
691
+ level_zero = , ),
692
+ segment_count = 123,
693
+ site_list_reference_count = 123,
694
+ tags = [
695
+ 'example string'
696
+ ],
697
+ updated_at = , ),
698
+ snmp = graphiant_sdk.models.mana_v2_snmp.manaV2Snmp(
699
+ communities = [
700
+ graphiant_sdk.models.mana_v2_snmp_community.manaV2SnmpCommunity(
701
+ community_string = 'example string',
702
+ id = 1234567891011, )
703
+ ],
704
+ engine_enable_authen_traps = True,
705
+ engine_enable_high_memory_traps = True,
706
+ engine_enable_high_cpu_traps = True,
707
+ engine_enable_local_acess_v4 = True,
708
+ engine_enable_local_acess_v6 = True,
709
+ engine_enable_user_hints = True,
710
+ engine_enable_user_validation = True,
711
+ engine_enabled = True,
712
+ engine_endpoints = [
713
+ graphiant_sdk.models.mana_v2_snmp_engine_endpoint.manaV2SnmpEngineEndpoint(
714
+ addresses = [
715
+ 'example string'
716
+ ],
717
+ auto_ipv4 = True,
718
+ auto_ipv6 = True,
719
+ id = 1234567891011,
720
+ interface_name = 'example string',
721
+ lan_segment = 'example string',
722
+ name = 'example string', )
723
+ ],
724
+ engine_id_admin_octets = 'example string',
725
+ engine_id_admin_text = 'example string',
726
+ engine_id_ipv4 = 'example string',
727
+ engine_id_ipv6 = 'example string',
728
+ engine_id_mac = 'example string',
729
+ engine_id_raw = 'example string',
730
+ error_message = 'example string',
731
+ global_id = 1234567891011,
732
+ id = 1234567891011,
733
+ name = 'example string',
734
+ notify_filter_profiles = [
735
+ graphiant_sdk.models.mana_v2_snmp_notify_filter_profile.manaV2SnmpNotifyFilterProfile(
736
+ id = 1234567891011,
737
+ include_exclude_list = [
738
+ graphiant_sdk.models.mana_v2_notify_filter_profile_include.manaV2NotifyFilterProfileInclude(
739
+ id = 1234567891011,
740
+ include = True,
741
+ subtree = 'example string', )
742
+ ],
743
+ name = 'example string', )
744
+ ],
745
+ snmp_version = 'ENUM_VALUE',
746
+ status = 'ENUM_VALUE',
747
+ targets = [
748
+ graphiant_sdk.models.mana_v2_snmp_target.manaV2SnmpTarget(
749
+ id = 1234567891011,
750
+ name = 'example string',
751
+ notify_filter_profile = 'example string',
752
+ notify_type = 'ENUM_VALUE',
753
+ source_ip = 'example string',
754
+ target_ip = 'example string',
755
+ target_type = 'ENUM_VALUE',
756
+ usm_security_level = 'ENUM_VALUE',
757
+ usm_user_name = 'example string',
758
+ vrf_name = 'example string', )
759
+ ],
760
+ usm_local_users = [
761
+ graphiant_sdk.models.mana_v2_snmp_usm_local_user.manaV2SnmpUsmLocalUser(
762
+ auth_passphrase = 'example string',
763
+ auth_protocol = 'ENUM_VALUE',
764
+ encryption_passphrase = 'example string',
765
+ encryption_protocol = 'ENUM_VALUE',
766
+ id = 1234567891011,
767
+ name = 'example string', )
768
+ ],
769
+ usm_remote_users = [
770
+ graphiant_sdk.models.mana_v2_snmp_usm_remote_user.manaV2SnmpUsmRemoteUser(
771
+ auth_loc_key = 'example string',
772
+ auth_protocol = 'ENUM_VALUE',
773
+ encryption_loc_key = 'example string',
774
+ encryption_protocol = 'ENUM_VALUE',
775
+ id = 1234567891011,
776
+ name = 'example string', )
777
+ ],
778
+ v2c_enabled = True,
779
+ v3_enabled = True,
780
+ vacm_groups = [
781
+ graphiant_sdk.models.mana_v2_snmp_vacm_group.manaV2SnmpVacmGroup(
782
+ accesses = [
783
+ graphiant_sdk.models.mana_v2_snmp_vacm_group_access.manaV2SnmpVacmGroupAccess(
784
+ context = 'example string',
785
+ group_context_match = 'ENUM_VALUE',
786
+ id = 1234567891011,
787
+ name = 'example string',
788
+ read_view = 'example string',
789
+ security_level = 'ENUM_VALUE',
790
+ write_view = 'example string', )
791
+ ],
792
+ id = 1234567891011,
793
+ name = 'example string',
794
+ views = [
795
+ graphiant_sdk.models.mana_v2_snmp_vacm_view.manaV2SnmpVacmView(
796
+ id = 1234567891011,
797
+ include_exclude = [
798
+ graphiant_sdk.models.mana_v2_snmp_vacm_view_include.manaV2SnmpVacmViewInclude(
799
+ id = 1234567891011,
800
+ include = True,
801
+ name = 'example string', )
802
+ ],
803
+ name = 'example string', )
804
+ ], )
805
+ ], ),
806
+ software_version = 'example string',
807
+ static_routes_enabled = True,
808
+ status = 'ENUM_VALUE',
809
+ traffic_policy = graphiant_sdk.models.mana_v2_forwarding_policy.manaV2ForwardingPolicy(
810
+ dpi_applications = [
811
+ graphiant_sdk.models.mana_v2_dpi_custom_application.manaV2DpiCustomApplication(
812
+ description = 'example string',
813
+ destination_network = 'example string',
814
+ destination_network_list = 'example string',
815
+ destination_port = 123,
816
+ destination_port_list = 'example string',
817
+ id = 1234567891011,
818
+ ip_protocol = 'ENUM_VALUE',
819
+ name = 'example string',
820
+ source_network = 'example string',
821
+ source_network_list = 'example string',
822
+ source_port = 123,
823
+ source_port_list = 'example string', )
824
+ ],
825
+ network_lists = [
826
+ graphiant_sdk.models.mana_v2_ip_network_list.manaV2IpNetworkList(
827
+ id = 1234567891011,
828
+ name = 'example string', )
829
+ ],
830
+ port_lists = [
831
+ graphiant_sdk.models.mana_v2_l4_port_list.manaV2L4PortList(
832
+ id = 1234567891011,
833
+ name = 'example string',
834
+ ports = [
835
+ 123
836
+ ], )
837
+ ],
838
+ security_rulesets = [
839
+ graphiant_sdk.models.mana_v2_security_policy_ruleset.manaV2SecurityPolicyRuleset(
840
+ description = 'example string',
841
+ error_message = 'example string',
842
+ global_id = 1234567891011,
843
+ id = 1234567891011,
844
+ index = 123,
845
+ name = 'example string',
846
+ status = 'ENUM_VALUE', )
847
+ ],
848
+ traffic_rulesets = [
849
+ graphiant_sdk.models.mana_v2_traffic_policy_ruleset.manaV2TrafficPolicyRuleset(
850
+ description = 'example string',
851
+ error_message = 'example string',
852
+ global_id = 1234567891011,
853
+ id = 1234567891011,
854
+ index = 123,
855
+ name = 'example string',
856
+ status = 'ENUM_VALUE', )
857
+ ],
858
+ zone_firewalls = [
859
+ graphiant_sdk.models.mana_v2_zone_firewall_policy.manaV2ZoneFirewallPolicy(
860
+ ip = graphiant_sdk.models.mana_v2_ip_firewall_policy.manaV2IpFirewallPolicy(
861
+ block_land_attacks = True,
862
+ session_limit = 123,
863
+ urpf = 'ENUM_VALUE', ),
864
+ udp = graphiant_sdk.models.mana_v2_udp_flow_table.manaV2UdpFlowTable(
865
+ expiry = 123,
866
+ unidirectional_flow_limit = 123, ),
867
+ zone_name = 'example string', )
868
+ ],
869
+ zone_pairs = [
870
+ graphiant_sdk.models.mana_v2_security_zone.manaV2SecurityZone(
871
+ inside = 'example string',
872
+ outside = 'example string',
873
+ ruleset = 'example string',
874
+ tcp_protection = True, )
875
+ ], ),
876
+ uptime = ,
877
+ vrrp_enabled = True, )
878
+ ],
879
+ prefix_set = graphiant_sdk.models.mana_v2_enterprise_prefix_set.manaV2EnterprisePrefixSet(
880
+ description = 'example string',
881
+ id = 1234567891011,
882
+ mode = 'ENUM_VALUE',
883
+ name = 'example string', ),
884
+ sites = [
885
+ graphiant_sdk.models.mana_v2_site.manaV2Site(
886
+ address = 'example string',
887
+ edge_count = 123,
888
+ id = 1234567891011,
889
+ name = 'example string',
890
+ notes = 'example string',
891
+ policy_reference_count = 123,
892
+ segment_count = 123,
893
+ site_list_reference_count = 123, )
894
+ ], ),
895
+ created_at = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
896
+ nanos = 123,
897
+ seconds = 1234567891011, ),
898
+ created_by = 'example string',
899
+ description = 'example string',
900
+ host_prefix_set = graphiant_sdk.models.mana_v2_enterprise_prefix_set.manaV2EnterprisePrefixSet(
901
+ description = 'example string',
902
+ entries = [
903
+ graphiant_sdk.models.mana_v2_enterprise_prefix_set_entry.manaV2EnterprisePrefixSetEntry(
904
+ ip_prefix = 'example string',
905
+ mask_lower = 123,
906
+ mask_upper = 123,
907
+ seq = 123, )
908
+ ],
909
+ id = 1234567891011,
910
+ mode = 'ENUM_VALUE',
911
+ name = 'example string', ),
912
+ id = 1234567891011,
913
+ manual = graphiant_sdk.models.mana_v2_extranet_manual_reverse_routes.manaV2ExtranetManualReverseRoutes(
914
+ prefixes = [
915
+ 'example string'
916
+ ], ),
917
+ name = 'example string',
918
+ shared_prefixes = [
919
+ 'example string'
920
+ ],
921
+ shared_segment = graphiant_sdk.models.mana_v2_vrf.manaV2Vrf(
922
+ bgp_aggregations = [
923
+ graphiant_sdk.models.mana_v2_bgp_aggregation.manaV2BgpAggregation(
924
+ as_set = True,
925
+ id = 1234567891011,
926
+ prefix = 'example string',
927
+ summary_only = True, )
928
+ ],
929
+ bgp_multipath = graphiant_sdk.models.mana_v2_bgp_multipath.manaV2BgpMultipath(
930
+ enabled = True,
931
+ vrf_id = 1234567891011, ),
932
+ bgp_neighbors = [
933
+ graphiant_sdk.models.mana_v2_bgp_neighbor.manaV2BgpNeighbor(
934
+ address_families = [
935
+ graphiant_sdk.models.mana_v2_bgp_neighbor_address_family.manaV2BgpNeighborAddressFamily(
936
+ address_family = 'ENUM_VALUE',
937
+ id = 1234567891011,
938
+ inbound_policy = 'example string',
939
+ outbound_policy = 'example string', )
940
+ ],
941
+ allow_as_in = 123,
942
+ as_override = True,
943
+ bfd = graphiant_sdk.models.mana_v2_bfd_instance.manaV2BfdInstance(
944
+ enabled = True,
945
+ minimum_interval = 123,
946
+ multiplier = 123, ),
947
+ bfd_neighbor = graphiant_sdk.models.mana_v2_bfd_neighbor.manaV2BfdNeighbor(
948
+ desired_minimum_tx_interval = 123,
949
+ if_index = 123,
950
+ interface = 'example string',
951
+ last_updated = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
952
+ nanos = 123,
953
+ seconds = 1234567891011, ),
954
+ local_diag = 'ENUM_VALUE',
955
+ peer_address = 'example string',
956
+ remote_diag = 'ENUM_VALUE',
957
+ required_minimum_rx_interval = 123,
958
+ segment_name = 'example string',
959
+ source_address = 'example string',
960
+ state = 'ENUM_VALUE',
961
+ time_in_state = graphiant_sdk.models.google_protobuf_duration.googleProtobufDuration(
962
+ nanos = 123,
963
+ seconds = 1234567891011, ),
964
+ up = True, ),
965
+ bgp_type = 'ENUM_VALUE',
966
+ default_originate = 'ENUM_VALUE',
967
+ enabled = True,
968
+ hold_timer = 123,
969
+ id = 1234567891011,
970
+ keepalive_timer = 123,
971
+ local_address = 'example string',
972
+ local_interface = 'example string',
973
+ max_prefix = 10000,
974
+ md5_password = 'example string',
975
+ multi_hop = 5,
976
+ peer_asn = 123,
977
+ remote_address = 'example string',
978
+ remove_private_as = True,
979
+ send_community = False,
980
+ state = 'ENUM_VALUE',
981
+ time_since_last_oper_change = graphiant_sdk.models.google_protobuf_duration.googleProtobufDuration(
982
+ nanos = 123,
983
+ seconds = 1234567891011, ),
984
+ up = True, )
985
+ ],
986
+ bgp_redistributions = graphiant_sdk.models.mana_v2_bgp_redistribute.manaV2BgpRedistribute(
987
+ bgp = True,
988
+ connected = True,
989
+ dia = True,
990
+ ospfv2 = True,
991
+ static = True, ),
992
+ description = 'example string',
993
+ dhcp_subnets = [
994
+ graphiant_sdk.models.mana_v2_dhcp_server_pool.manaV2DhcpServerPool(
995
+ default_lease_time_secs = 123,
996
+ description = 'example string',
997
+ domain_name = 'example string',
998
+ gateway = 'example string',
999
+ id = 1234567891011,
1000
+ interface = 'example string',
1001
+ ip_prefix = 'example string',
1002
+ ip_version = 123,
1003
+ leases = [
1004
+ graphiant_sdk.models.mana_v2_dhcp_lease.manaV2DhcpLease(
1005
+ ends_at = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
1006
+ nanos = 123,
1007
+ seconds = 1234567891011, ),
1008
+ id = 1234567891011,
1009
+ ip_address = 'example string',
1010
+ mac_address = 'example string',
1011
+ vrf = 'example string', )
1012
+ ],
1013
+ max_lease_time_secs = 123,
1014
+ min_lease_time_secs = 123,
1015
+ name = 'example string',
1016
+ nameservers = graphiant_sdk.models.mana_v2_dns_servers.manaV2DnsServers(
1017
+ primary = 'example string',
1018
+ secondary = 'example string', ),
1019
+ ranges = [
1020
+ graphiant_sdk.models.mana_v2_dhcp_server_ip_range.manaV2DhcpServerIpRange(
1021
+ end = 'example string',
1022
+ start = 'example string', )
1023
+ ],
1024
+ static_leases = [
1025
+ graphiant_sdk.models.mana_v2_dhcp_static_lease.manaV2DhcpStaticLease(
1026
+ hostname = 'example string',
1027
+ id = 1234567891011,
1028
+ ip_address = 'example string',
1029
+ mac_address = 'example string',
1030
+ vrf = 'example string', )
1031
+ ],
1032
+ total_addresses = 12345678910,
1033
+ utilization = 123, )
1034
+ ],
1035
+ enterprise_id = 1234567891011,
1036
+ function = 'example string',
1037
+ id = 1234567891011,
1038
+ ipfix_exporters = [
1039
+ graphiant_sdk.models.mana_v2_ipfix_exporter.manaV2IpfixExporter(
1040
+ destination_address = 'example string',
1041
+ destination_port = 123,
1042
+ error_message = 'example string',
1043
+ global_id = 1234567891011,
1044
+ id = 1234567891011,
1045
+ monitored_segments = [
1046
+ 'example string'
1047
+ ],
1048
+ name = 'example string',
1049
+ sample_mode = 'example string',
1050
+ sample_rate = 1234567891011,
1051
+ source_address = 'example string',
1052
+ source_interface = 'example string',
1053
+ source_segment = 'example string',
1054
+ status = 'ENUM_VALUE',
1055
+ vrf_id = 1234567891011,
1056
+ vrf_name = 'example string', )
1057
+ ],
1058
+ name = 'example string',
1059
+ nat_ruleset = 'example string',
1060
+ networks = [
1061
+ 'example string'
1062
+ ],
1063
+ ospfv2_process = graphiant_sdk.models.mana_v2_osp_fv2_process.manaV2OspFv2Process(
1064
+ admin_distance = 100,
1065
+ areas = [
1066
+ graphiant_sdk.models.mana_v2_ospf_area.manaV2OspfArea(
1067
+ area_id = 'example string',
1068
+ bfd_neighbors = [
1069
+ graphiant_sdk.models.mana_v2_bfd_neighbor.manaV2BfdNeighbor(
1070
+ desired_minimum_tx_interval = 123,
1071
+ if_index = 123,
1072
+ interface = 'example string',
1073
+ local_diag = 'ENUM_VALUE',
1074
+ peer_address = 'example string',
1075
+ remote_diag = 'ENUM_VALUE',
1076
+ required_minimum_rx_interval = 123,
1077
+ segment_name = 'example string',
1078
+ source_address = 'example string',
1079
+ state = 'ENUM_VALUE',
1080
+ up = True, )
1081
+ ],
1082
+ id = 1234567891011,
1083
+ interfaces = [
1084
+ graphiant_sdk.models.mana_v2_ospf_interface.manaV2OspfInterface(
1085
+ cost = 123,
1086
+ dead_interval = 123,
1087
+ dead_interval_value = 123,
1088
+ dr_priority = 123,
1089
+ hello_interval = 123,
1090
+ hello_interval_value = 123,
1091
+ id = 1234567891011,
1092
+ if_index = 123,
1093
+ interface = 'example string',
1094
+ max_transmission_unit = 123,
1095
+ mtu_ignore = True,
1096
+ prefix_sid = 123,
1097
+ retransmit_interval = 123,
1098
+ retransmit_interval_value = 123,
1099
+ type = 'ENUM_VALUE', )
1100
+ ],
1101
+ name = 'example string',
1102
+ type = 'ENUM_VALUE', )
1103
+ ],
1104
+ auto_router_id = True,
1105
+ default_originate = 'ENUM_VALUE',
1106
+ id = 1234567891011,
1107
+ redistributed_protocols = [
1108
+ graphiant_sdk.models.mana_v2_ospf_redistribute.manaV2OspfRedistribute(
1109
+ metric = 123,
1110
+ metric_type = 'ENUM_VALUE',
1111
+ redist_type = 'ENUM_VALUE', )
1112
+ ],
1113
+ router_id = 'example string', ),
1114
+ ospfv3_process = graphiant_sdk.models.mana_v2_osp_fv3_process.manaV2OspFv3Process(
1115
+ admin_distance = 100,
1116
+ default_originate = 'ENUM_VALUE',
1117
+ id = 1234567891011,
1118
+ router_id = 'example string',
1119
+ version = 123, ),
1120
+ overlay_filters = graphiant_sdk.models.mana_v2_overlay_filters.manaV2OverlayFilters(
1121
+ inbound_filter = 'example string',
1122
+ outbound_filter = 'example string', ),
1123
+ routable = True,
1124
+ route_distinguisher = 'example string',
1125
+ static_routes = [
1126
+ graphiant_sdk.models.mana_v2_static_route.manaV2StaticRoute(
1127
+ administrative_distance = 123,
1128
+ description = 'example string',
1129
+ id = 1234567891011,
1130
+ next_hop = graphiant_sdk.models.mana_v2_static_route_nexthop.manaV2StaticRouteNexthop(
1131
+ circuit = 'example string',
1132
+ id = 1234567891011,
1133
+ metric = 123,
1134
+ next_hop_address = 'example string',
1135
+ nexthop = 'example string',
1136
+ outgoing_interface = 'example string',
1137
+ third_party_ipsec_tunnel = 'example string', ),
1138
+ next_hops = [
1139
+ graphiant_sdk.models.mana_v2_static_route_nexthop.manaV2StaticRouteNexthop(
1140
+ circuit = 'example string',
1141
+ id = 1234567891011,
1142
+ metric = 123,
1143
+ next_hop_address = 'example string',
1144
+ nexthop = 'example string',
1145
+ outgoing_interface = 'example string',
1146
+ third_party_ipsec_tunnel = 'example string', )
1147
+ ],
1148
+ prefix = 'example string', )
1149
+ ],
1150
+ syslog_targets = [
1151
+ graphiant_sdk.models.mana_v2_syslog_collector.manaV2SyslogCollector(
1152
+ destination_host = 'example string',
1153
+ destination_port = 123,
1154
+ enabled = True,
1155
+ error_message = 'example string',
1156
+ global_id = 1234567891011,
1157
+ id = 1234567891011,
1158
+ name = 'example string',
1159
+ severity = 'ENUM_VALUE',
1160
+ source_interface = 'example string',
1161
+ status = 'ENUM_VALUE',
1162
+ transport = 'ENUM_VALUE',
1163
+ vrf_id = 1234567891011,
1164
+ vrf_name = 'example string', )
1165
+ ],
1166
+ traffic_ruleset = 'example string', ),
1167
+ source = graphiant_sdk.models.mana_v2_policy_target.manaV2PolicyTarget(
1168
+ excluded_devices = [
1169
+ graphiant_sdk.models.mana_v2_device.manaV2Device(
1170
+ bgp = graphiant_sdk.models.mana_v2_bgp_instance.manaV2BgpInstance(
1171
+ asn = 123,
1172
+ id = 1234567891011,
1173
+ router_id = 'example string', ),
1174
+ bgp_enabled = True,
1175
+ circuits = [
1176
+ graphiant_sdk.models.mana_v2_circuit.manaV2Circuit(
1177
+ bgp_aggregations = [
1178
+ graphiant_sdk.models.mana_v2_bgp_aggregation.manaV2BgpAggregation(
1179
+ as_set = True,
1180
+ id = 1234567891011,
1181
+ prefix = 'example string',
1182
+ summary_only = True, )
1183
+ ],
1184
+ bgp_multipath = graphiant_sdk.models.mana_v2_bgp_multipath.manaV2BgpMultipath(
1185
+ enabled = True,
1186
+ vrf_id = 1234567891011, ),
1187
+ bgp_neighbors = [
1188
+ graphiant_sdk.models.mana_v2_bgp_neighbor.manaV2BgpNeighbor(
1189
+ address_families = [
1190
+ graphiant_sdk.models.mana_v2_bgp_neighbor_address_family.manaV2BgpNeighborAddressFamily(
1191
+ address_family = 'ENUM_VALUE',
1192
+ id = 1234567891011,
1193
+ inbound_policy = 'example string',
1194
+ outbound_policy = 'example string', )
1195
+ ],
1196
+ allow_as_in = 123,
1197
+ as_override = True,
1198
+ bfd = graphiant_sdk.models.mana_v2_bfd_instance.manaV2BfdInstance(
1199
+ enabled = True,
1200
+ minimum_interval = 123,
1201
+ multiplier = 123, ),
1202
+ bfd_neighbor = graphiant_sdk.models.mana_v2_bfd_neighbor.manaV2BfdNeighbor(
1203
+ desired_minimum_tx_interval = 123,
1204
+ if_index = 123,
1205
+ interface = 'example string',
1206
+ last_updated = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
1207
+ nanos = 123,
1208
+ seconds = 1234567891011, ),
1209
+ local_diag = 'ENUM_VALUE',
1210
+ peer_address = 'example string',
1211
+ remote_diag = 'ENUM_VALUE',
1212
+ required_minimum_rx_interval = 123,
1213
+ segment_name = 'example string',
1214
+ source_address = 'example string',
1215
+ state = 'ENUM_VALUE',
1216
+ time_in_state = graphiant_sdk.models.google_protobuf_duration.googleProtobufDuration(
1217
+ nanos = 123,
1218
+ seconds = 1234567891011, ),
1219
+ up = True, ),
1220
+ bgp_type = 'ENUM_VALUE',
1221
+ default_originate = 'ENUM_VALUE',
1222
+ enabled = True,
1223
+ hold_timer = 123,
1224
+ id = 1234567891011,
1225
+ keepalive_timer = 123,
1226
+ local_address = 'example string',
1227
+ local_interface = 'example string',
1228
+ max_prefix = 10000,
1229
+ md5_password = 'example string',
1230
+ multi_hop = 5,
1231
+ peer_asn = 123,
1232
+ remote_address = 'example string',
1233
+ remove_private_as = True,
1234
+ send_community = False,
1235
+ state = 'ENUM_VALUE',
1236
+ time_since_last_oper_change = graphiant_sdk.models.google_protobuf_duration.googleProtobufDuration(
1237
+ nanos = 123,
1238
+ seconds = 1234567891011, ),
1239
+ up = True, )
1240
+ ],
1241
+ bgp_redistributions = graphiant_sdk.models.mana_v2_bgp_redistribute.manaV2BgpRedistribute(
1242
+ connected = True,
1243
+ dia = True,
1244
+ ospfv2 = True,
1245
+ static = True, ),
1246
+ carrier = 'example string',
1247
+ circuit_type = 'ENUM_VALUE',
1248
+ connection_type = 'ENUM_VALUE',
1249
+ core_logical_interfaces_v2 = [
1250
+ graphiant_sdk.models.mana_v2_circuit_interface.manaV2CircuitInterface(
1251
+ admin_status = True,
1252
+ id = 1234567891011,
1253
+ index = 1234567891011,
1254
+ name = 'example string',
1255
+ oper_status = True, )
1256
+ ],
1257
+ description = 'example string',
1258
+ dia_enabled = True,
1259
+ dia_snmp_index = 1234567891011,
1260
+ discovered_public_ip = 'example string',
1261
+ drop_mechanism = 'ENUM_VALUE',
1262
+ id = 1234567891011,
1263
+ interface_name = 'example string',
1264
+ label = 'ENUM_VALUE',
1265
+ last_resort = True,
1266
+ link_down_speed_mbps = 123,
1267
+ link_up_speed_mbps = 123,
1268
+ loopback = True,
1269
+ name = 'example string',
1270
+ pat_addresses = [
1271
+ 'example string'
1272
+ ],
1273
+ private_ip = 'example string',
1274
+ profile = graphiant_sdk.models.mana_v2_qo_s_profile.manaV2QoSProfile(
1275
+ kind = 'ENUM_VALUE',
1276
+ queues = [
1277
+ graphiant_sdk.models.mana_v2_qo_s_profile_queue.manaV2QoSProfileQueue(
1278
+ bandwidth_percent = 123,
1279
+ default_queue = True,
1280
+ sla_class = 'ENUM_VALUE', )
1281
+ ], ),
1282
+ qos_profile = 'ENUM_VALUE',
1283
+ qos_profile_type = 'ENUM_VALUE',
1284
+ snmp_index = 1234567891011,
1285
+ static_routes = [
1286
+ graphiant_sdk.models.mana_v2_static_route.manaV2StaticRoute(
1287
+ administrative_distance = 123,
1288
+ description = 'example string',
1289
+ id = 1234567891011,
1290
+ next_hop = graphiant_sdk.models.mana_v2_static_route_nexthop.manaV2StaticRouteNexthop(
1291
+ circuit = 'example string',
1292
+ id = 1234567891011,
1293
+ metric = 123,
1294
+ next_hop_address = 'example string',
1295
+ nexthop = 'example string',
1296
+ outgoing_interface = 'example string',
1297
+ third_party_ipsec_tunnel = 'example string', ),
1298
+ next_hops = [
1299
+ graphiant_sdk.models.mana_v2_static_route_nexthop.manaV2StaticRouteNexthop(
1300
+ circuit = 'example string',
1301
+ id = 1234567891011,
1302
+ metric = 123,
1303
+ next_hop_address = 'example string',
1304
+ nexthop = 'example string',
1305
+ outgoing_interface = 'example string',
1306
+ third_party_ipsec_tunnel = 'example string', )
1307
+ ],
1308
+ prefix = 'example string', )
1309
+ ],
1310
+ wan_interface_v2 = graphiant_sdk.models.mana_v2_circuit_interface.manaV2CircuitInterface(
1311
+ admin_status = True,
1312
+ id = 1234567891011,
1313
+ index = 1234567891011,
1314
+ name = 'example string',
1315
+ oper_status = True, ), )
1316
+ ],
1317
+ config_updated_at = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
1318
+ nanos = 123,
1319
+ seconds = 1234567891011, ),
1320
+ created_at = ,
1321
+ dhcp_server_enabled = True,
1322
+ dns = graphiant_sdk.models.mana_v2_dns.manaV2Dns(
1323
+ cloudflare_servers = [
1324
+ graphiant_sdk.models.mana_v2_dnsip_address.manaV2DnsipAddress(
1325
+ circuit_name = 'example string',
1326
+ interface_name = 'example string',
1327
+ ipv4 = 'example string',
1328
+ ipv6 = 'example string',
1329
+ stale = True,
1330
+ type = 'ENUM_VALUE', )
1331
+ ],
1332
+ dynamic_servers = [
1333
+ graphiant_sdk.models.mana_v2_dnsip_address.manaV2DnsipAddress(
1334
+ circuit_name = 'example string',
1335
+ interface_name = 'example string',
1336
+ ipv4 = 'example string',
1337
+ ipv6 = 'example string',
1338
+ stale = True,
1339
+ type = 'ENUM_VALUE', )
1340
+ ],
1341
+ dynamic_servers_v2 = graphiant_sdk.models.mana_v2_dynamic_dns_servers.manaV2DynamicDnsServers(
1342
+ circuit = 'example string',
1343
+ servers = {
1344
+ 'key' : graphiant_sdk.models.mana_v2_dnsip_addresses.manaV2DnsipAddresses()
1345
+ }, ),
1346
+ mode = 'ENUM_VALUE',
1347
+ static_servers = [
1348
+
1349
+ ],
1350
+ static_servers_v2 = graphiant_sdk.models.mana_v2_static_dns_servers.manaV2StaticDnsServers(
1351
+ primary_ipv4_server = ,
1352
+ primary_ipv6_server = ,
1353
+ secondary_ipv4_server = ,
1354
+ secondary_ipv6_server = , ), ),
1355
+ gdi = 123,
1356
+ hostname = 'example string',
1357
+ id = 1234567891011,
1358
+ interfaces = [
1359
+ graphiant_sdk.models.mana_v2_interface.manaV2Interface(
1360
+ alias = 'example string',
1361
+ circuit = 'example string',
1362
+ circuit_name = 'example string',
1363
+ configured_max_transmission_unit = 123,
1364
+ description = 'example string',
1365
+ duplex = 'example string',
1366
+ enabled = True,
1367
+ id = 1234567891011,
1368
+ ip_sec = graphiant_sdk.models.mana_v2_interface_i_psec.manaV2InterfaceIPsec(
1369
+ anti_replay_window_size = 123,
1370
+ dh_group = 'ENUM_VALUE',
1371
+ dpd_interval = 123,
1372
+ encryption_alg = 'ENUM_VALUE',
1373
+ esn = True,
1374
+ established_time = ,
1375
+ ike_integrity = 'ENUM_VALUE',
1376
+ ipsec_encryption_alg = 'ENUM_VALUE',
1377
+ ipsec_integrity = 'ENUM_VALUE',
1378
+ label = 'ENUM_VALUE',
1379
+ local_address = 'example string',
1380
+ local_circuit = 'example string',
1381
+ local_ike_peer_identity = 'example string',
1382
+ local_ikesa_spi = 12345678910,
1383
+ local_port = 123,
1384
+ negotiated_algo = 'example string',
1385
+ oper_state = True,
1386
+ perfect_forward_secrecy = 'example string',
1387
+ preshared_key = 'example string',
1388
+ protocol = 'example string',
1389
+ reauth_interval = 1234567891011,
1390
+ rekey_interval = 1234567891011,
1391
+ remote_address = 'example string',
1392
+ remote_ike_peer_identity = 'example string',
1393
+ remote_ikesa_spi = 12345678910,
1394
+ remote_port = 123, ),
1395
+ ipv4 = graphiant_sdk.models.mana_v2_interface_address.manaV2InterfaceAddress(
1396
+ address = 'example string',
1397
+ dhcp_client = True,
1398
+ dhcp_relay = graphiant_sdk.models.mana_v2_dhcp_relay.manaV2DhcpRelay(
1399
+ dhcpv4_relays = [
1400
+ 'example string'
1401
+ ],
1402
+ dhcpv6_relays = [
1403
+ 'example string'
1404
+ ],
1405
+ id = 1234567891011, ),
1406
+ dhcp_server = True,
1407
+ origin = 'ENUM_VALUE',
1408
+ vrrp_group = graphiant_sdk.models.mana_v2_vrrp_group.manaV2VrrpGroup(
1409
+ accept_mode = True,
1410
+ allow_inter_operability = True,
1411
+ description = 'example string',
1412
+ effective_priority = 123,
1413
+ enabled = True,
1414
+ group_members = [
1415
+ graphiant_sdk.models.mana_v2_vrrp_group_member.manaV2VRRPGroupMember(
1416
+ circuit = 'example string',
1417
+ device_id = 1234567891011,
1418
+ effective_priority = 123,
1419
+ hostname = 'example string',
1420
+ interface = 'example string',
1421
+ lan = 'example string',
1422
+ local_ip_address = 'example string',
1423
+ priority = 123,
1424
+ state = 'ENUM_VALUE', )
1425
+ ],
1426
+ id = 1234567891011,
1427
+ name = 'example string',
1428
+ preempt = True,
1429
+ priority = 123,
1430
+ state = 'ENUM_VALUE',
1431
+ tracked_interfaces = [
1432
+ graphiant_sdk.models.mana_v2_vrrp_group_interface_priority_decrement.manaV2VRRPGroupInterfacePriorityDecrement(
1433
+ interface = 'example string',
1434
+ priority_decrement = 123, )
1435
+ ],
1436
+ virtual_ip_address = 'example string',
1437
+ virtual_mac_address = 'example string', ), ),
1438
+ ipv6 = graphiant_sdk.models.mana_v2_interface_address.manaV2InterfaceAddress(
1439
+ address = 'example string',
1440
+ dhcp_client = True,
1441
+ dhcp_server = True,
1442
+ origin = 'ENUM_VALUE', ),
1443
+ ipv6_addresses = [
1444
+
1445
+ ],
1446
+ lag_interface = graphiant_sdk.models.mana_v2_lag_interface.manaV2LagInterface(
1447
+ id = 1234567891011,
1448
+ lacp_config = graphiant_sdk.models.mana_v2_lacp_config.manaV2LacpConfig(
1449
+ mode = 'ENUM_VALUE',
1450
+ timer = 'ENUM_VALUE', ),
1451
+ members = [
1452
+ 1234567891011
1453
+ ],
1454
+ minimum_members = 123, ),
1455
+ lan = 'example string',
1456
+ lldp_enabled = True,
1457
+ max_transmission_unit = 123,
1458
+ name = 'example string',
1459
+ oper_updated_at = ,
1460
+ phy_address = 'example string',
1461
+ protocol = 'ENUM_VALUE',
1462
+ security_zone = 'example string',
1463
+ sfp_optical_strength = [
1464
+ graphiant_sdk.models.mana_v2_interface_sfp_optical_strength.manaV2InterfaceSfpOpticalStrength(
1465
+ index = 123,
1466
+ rx_power = 12.34,
1467
+ tx_bias = 12.34,
1468
+ tx_power = 12.34,
1469
+ voltage = 12.34, )
1470
+ ],
1471
+ speed_mbps = 123,
1472
+ subinterfaces = [
1473
+ graphiant_sdk.models.mana_v2_interface_vlan.manaV2InterfaceVlan(
1474
+ alias = 'example string',
1475
+ circuit = 'example string',
1476
+ description = 'example string',
1477
+ duplex = 'example string',
1478
+ enabled = True,
1479
+ id = 1234567891011,
1480
+ lan = 'example string',
1481
+ mac_address = 'example string',
1482
+ max_transmission_unit = 123,
1483
+ name = 'example string',
1484
+ parent_mac_address = 'example string',
1485
+ security_zone = 'example string',
1486
+ speed_mbps = 123,
1487
+ tcp_mss = 123,
1488
+ tcp_mss_v4 = 123,
1489
+ tcp_mss_v6 = 123,
1490
+ up = True,
1491
+ vlan = 123, )
1492
+ ],
1493
+ tcp_mss = 123,
1494
+ tcp_mss_v4 = 123,
1495
+ tcp_mss_v6 = 123,
1496
+ type = 'ENUM_VALUE',
1497
+ up = True,
1498
+ vrf_function_id = 123,
1499
+ vrf_name = 'example string', )
1500
+ ],
1501
+ internal_state = 'ENUM_VALUE',
1502
+ ipfix_enabled = True,
1503
+ ipfix_exporters = [
1504
+ graphiant_sdk.models.mana_v2_ipfix_exporter.manaV2IpfixExporter(
1505
+ destination_address = 'example string',
1506
+ destination_port = 123,
1507
+ error_message = 'example string',
1508
+ global_id = 1234567891011,
1509
+ id = 1234567891011,
1510
+ monitored_segments = [
1511
+ 'example string'
1512
+ ],
1513
+ name = 'example string',
1514
+ sample_mode = 'example string',
1515
+ sample_rate = 1234567891011,
1516
+ source_address = 'example string',
1517
+ source_interface = 'example string',
1518
+ source_segment = 'example string',
1519
+ status = 'ENUM_VALUE',
1520
+ vrf_id = 1234567891011,
1521
+ vrf_name = 'example string', )
1522
+ ],
1523
+ ipsec_tunnels = [
1524
+ graphiant_sdk.models.mana_v2_site_to_site_i_psec.manaV2SiteToSiteIPsec(
1525
+ destination_address = 'example string',
1526
+ ike_initiator = True,
1527
+ ipsec_label = 'ENUM_VALUE',
1528
+ lan = 'example string',
1529
+ local_address_v4 = 'example string',
1530
+ local_address_v6 = 'example string',
1531
+ local_circuit = 'example string',
1532
+ local_ike_peer_identity = 'example string',
1533
+ mtu = 123,
1534
+ name = 'example string',
1535
+ preshared_key = 'example string',
1536
+ remote_address_v4 = 'example string',
1537
+ remote_address_v6 = 'example string',
1538
+ remote_ike_peer_identity = 'example string',
1539
+ static = graphiant_sdk.models.mana_v2_site_to_site_i_psec_i_psec_static_routes.manaV2SiteToSiteIPsecIPsecStaticRoutes(
1540
+ destination_prefix = [
1541
+ 'example string'
1542
+ ], ),
1543
+ tcp_mss = 123,
1544
+ vpn_profile = 'example string', )
1545
+ ],
1546
+ last_booted_at = ,
1547
+ lldp_enabled = True,
1548
+ local_route_tag = graphiant_sdk.models.mana_v2_route_tag.manaV2RouteTag(
1549
+ level_one = 'example string',
1550
+ level_two = 'example string',
1551
+ level_zero = 'example string', ),
1552
+ local_web_server_password = 'example string',
1553
+ location = graphiant_sdk.models.mana_v2_location.manaV2Location(
1554
+ address_line1 = 'example string',
1555
+ address_line2 = 'example string',
1556
+ city = 'example string',
1557
+ country = 'example string',
1558
+ country_code = 'example string',
1559
+ latitude = 123.45,
1560
+ longitude = 123.45,
1561
+ notes = 'example string',
1562
+ province_code = 'example string',
1563
+ state = 'example string',
1564
+ state_code = 'example string', ),
1565
+ maintenance_mode = True,
1566
+ nat_policy = graphiant_sdk.models.mana_v2_nat_policy.manaV2NatPolicy(
1567
+ nat_policy_rulesets = [
1568
+ graphiant_sdk.models.mana_v2_nat_policy_ruleset.manaV2NatPolicyRuleset(
1569
+ description = 'example string',
1570
+ id = 1234567891011,
1571
+ name = 'example string',
1572
+ rules = [
1573
+ graphiant_sdk.models.mana_v2_nat_policy_ruleset_rule.manaV2NATPolicyRulesetRule(
1574
+ advertise_pre_nat_prefixes = True,
1575
+ description = 'example string',
1576
+ id = 1234567891011,
1577
+ index = 123,
1578
+ name = 'example string',
1579
+ original_dst_ip_prefix = 'example string',
1580
+ original_src_ip_prefix = 'example string',
1581
+ seq = 123,
1582
+ translated_dst_ip_prefix = 'example string',
1583
+ translated_src_ip_prefix = 'example string',
1584
+ type = 'ENUM_VALUE', )
1585
+ ], )
1586
+ ], ),
1587
+ notes = 'example string',
1588
+ oper_staled = True,
1589
+ oper_staled_at = ,
1590
+ oper_updated_at = ,
1591
+ ospfv2_enabled = True,
1592
+ ospfv3_enabled = True,
1593
+ platform = 'example string',
1594
+ prefix_sets = [
1595
+ graphiant_sdk.models.mana_v2_prefix_set.manaV2PrefixSet(
1596
+ description = 'example string',
1597
+ entries = [
1598
+ graphiant_sdk.models.mana_v2_prefix_set_entry.manaV2PrefixSetEntry(
1599
+ id = 1234567891011,
1600
+ ip_prefix = 'example string',
1601
+ mask_lower = 123,
1602
+ mask_upper = 123,
1603
+ seq = 123, )
1604
+ ],
1605
+ error_message = 'example string',
1606
+ global_id = 1234567891011,
1607
+ id = 1234567891011,
1608
+ mode = 'ENUM_VALUE',
1609
+ name = 'example string',
1610
+ policies = [
1611
+ graphiant_sdk.models.mana_v2_prefix_set_policy.manaV2PrefixSetPolicy(
1612
+ attach_point = 'ENUM_VALUE',
1613
+ id = 1234567891011,
1614
+ name = 'example string', )
1615
+ ],
1616
+ policy_count = 123,
1617
+ status = 'ENUM_VALUE', )
1618
+ ],
1619
+ reboot_reason = 'example string',
1620
+ region = graphiant_sdk.models.mana_v2_region.manaV2Region(
1621
+ id = 123,
1622
+ name = 'example string',
1623
+ unavailable = True, ),
1624
+ region_override = graphiant_sdk.models.mana_v2_region.manaV2Region(
1625
+ id = 123,
1626
+ name = 'example string',
1627
+ unavailable = True, ),
1628
+ role = 'ENUM_VALUE',
1629
+ routing_policies = [
1630
+ graphiant_sdk.models.mana_v2_routing_policy.manaV2RoutingPolicy(
1631
+ attach_point = 'ENUM_VALUE',
1632
+ default_action = 'ENUM_VALUE',
1633
+ description = 'example string',
1634
+ error_message = 'example string',
1635
+ global_id = 1234567891011,
1636
+ id = 1234567891011,
1637
+ name = 'example string',
1638
+ statements = [
1639
+ graphiant_sdk.models.mana_v2_routing_policy_statement.manaV2RoutingPolicyStatement(
1640
+ actions = [
1641
+ graphiant_sdk.models.mana_v2_routing_policy_statement_action.manaV2RoutingPolicyStatementAction(
1642
+ administrative_distance = 123,
1643
+ aspath_prepend = 123,
1644
+ bgp_set_next_hop = 'example string',
1645
+ call_policy = 'example string',
1646
+ community = graphiant_sdk.models.mana_v2_community_type.manaV2CommunityType(
1647
+ additive = True,
1648
+ community_list = [
1649
+ 'example string'
1650
+ ], ),
1651
+ id = 1234567891011,
1652
+ local_pref = 123,
1653
+ metric_absolute = 123,
1654
+ metric_modifier = 123,
1655
+ result = 'ENUM_VALUE',
1656
+ seq = 123,
1657
+ weight = 123, )
1658
+ ],
1659
+ id = 1234567891011,
1660
+ matches = [
1661
+ graphiant_sdk.models.mana_v2_routing_policy_statement_match.manaV2RoutingPolicyStatementMatch(
1662
+ id = 1234567891011,
1663
+ prefix_set = 'example string',
1664
+ protocol_route_type = 'ENUM_VALUE',
1665
+ route_tag = graphiant_sdk.models.mana_v2_route_tag.manaV2RouteTag(
1666
+ level_one = 'example string',
1667
+ level_two = 'example string',
1668
+ level_zero = 'example string', ),
1669
+ seq = 123,
1670
+ source_interface = 'example string',
1671
+ source_protocol = 'ENUM_VALUE',
1672
+ stale_purge = True, )
1673
+ ],
1674
+ seq = 123, )
1675
+ ],
1676
+ status = 'ENUM_VALUE', )
1677
+ ],
1678
+ segments = [
1679
+ graphiant_sdk.models.mana_v2_vrf.manaV2Vrf(
1680
+ description = 'example string',
1681
+ dhcp_subnets = [
1682
+ graphiant_sdk.models.mana_v2_dhcp_server_pool.manaV2DhcpServerPool(
1683
+ default_lease_time_secs = 123,
1684
+ description = 'example string',
1685
+ domain_name = 'example string',
1686
+ gateway = 'example string',
1687
+ id = 1234567891011,
1688
+ interface = 'example string',
1689
+ ip_prefix = 'example string',
1690
+ ip_version = 123,
1691
+ leases = [
1692
+ graphiant_sdk.models.mana_v2_dhcp_lease.manaV2DhcpLease(
1693
+ ends_at = ,
1694
+ id = 1234567891011,
1695
+ ip_address = 'example string',
1696
+ mac_address = 'example string',
1697
+ vrf = 'example string', )
1698
+ ],
1699
+ max_lease_time_secs = 123,
1700
+ min_lease_time_secs = 123,
1701
+ name = 'example string',
1702
+ nameservers = graphiant_sdk.models.mana_v2_dns_servers.manaV2DnsServers(
1703
+ primary = 'example string',
1704
+ secondary = 'example string', ),
1705
+ ranges = [
1706
+ graphiant_sdk.models.mana_v2_dhcp_server_ip_range.manaV2DhcpServerIpRange(
1707
+ end = 'example string',
1708
+ start = 'example string', )
1709
+ ],
1710
+ static_leases = [
1711
+ graphiant_sdk.models.mana_v2_dhcp_static_lease.manaV2DhcpStaticLease(
1712
+ hostname = 'example string',
1713
+ id = 1234567891011,
1714
+ ip_address = 'example string',
1715
+ mac_address = 'example string',
1716
+ vrf = 'example string', )
1717
+ ],
1718
+ total_addresses = 12345678910,
1719
+ utilization = 123, )
1720
+ ],
1721
+ enterprise_id = 1234567891011,
1722
+ function = 'example string',
1723
+ id = 1234567891011,
1724
+ name = 'example string',
1725
+ nat_ruleset = 'example string',
1726
+ networks = [
1727
+ 'example string'
1728
+ ],
1729
+ ospfv2_process = graphiant_sdk.models.mana_v2_osp_fv2_process.manaV2OspFv2Process(
1730
+ admin_distance = 100,
1731
+ areas = [
1732
+ graphiant_sdk.models.mana_v2_ospf_area.manaV2OspfArea(
1733
+ area_id = 'example string',
1734
+ bfd_neighbors = [
1735
+ graphiant_sdk.models.mana_v2_bfd_neighbor.manaV2BfdNeighbor(
1736
+ desired_minimum_tx_interval = 123,
1737
+ if_index = 123,
1738
+ interface = 'example string',
1739
+ local_diag = 'ENUM_VALUE',
1740
+ peer_address = 'example string',
1741
+ remote_diag = 'ENUM_VALUE',
1742
+ required_minimum_rx_interval = 123,
1743
+ segment_name = 'example string',
1744
+ source_address = 'example string',
1745
+ state = 'ENUM_VALUE',
1746
+ up = True, )
1747
+ ],
1748
+ id = 1234567891011,
1749
+ name = 'example string',
1750
+ type = 'ENUM_VALUE', )
1751
+ ],
1752
+ auto_router_id = True,
1753
+ default_originate = 'ENUM_VALUE',
1754
+ id = 1234567891011,
1755
+ redistributed_protocols = [
1756
+ graphiant_sdk.models.mana_v2_ospf_redistribute.manaV2OspfRedistribute(
1757
+ metric = 123,
1758
+ metric_type = 'ENUM_VALUE',
1759
+ redist_type = 'ENUM_VALUE', )
1760
+ ],
1761
+ router_id = 'example string', ),
1762
+ ospfv3_process = graphiant_sdk.models.mana_v2_osp_fv3_process.manaV2OspFv3Process(
1763
+ admin_distance = 100,
1764
+ default_originate = 'ENUM_VALUE',
1765
+ id = 1234567891011,
1766
+ router_id = 'example string',
1767
+ version = 123, ),
1768
+ overlay_filters = graphiant_sdk.models.mana_v2_overlay_filters.manaV2OverlayFilters(
1769
+ inbound_filter = 'example string',
1770
+ outbound_filter = 'example string', ),
1771
+ routable = True,
1772
+ route_distinguisher = 'example string',
1773
+ syslog_targets = [
1774
+ graphiant_sdk.models.mana_v2_syslog_collector.manaV2SyslogCollector(
1775
+ destination_host = 'example string',
1776
+ destination_port = 123,
1777
+ enabled = True,
1778
+ error_message = 'example string',
1779
+ global_id = 1234567891011,
1780
+ id = 1234567891011,
1781
+ name = 'example string',
1782
+ severity = 'ENUM_VALUE',
1783
+ source_interface = 'example string',
1784
+ status = 'ENUM_VALUE',
1785
+ transport = 'ENUM_VALUE',
1786
+ vrf_id = 1234567891011,
1787
+ vrf_name = 'example string', )
1788
+ ],
1789
+ traffic_ruleset = 'example string', )
1790
+ ],
1791
+ serial_number = 'example string',
1792
+ site = graphiant_sdk.models.mana_v2_site.manaV2Site(
1793
+ address = 'example string',
1794
+ devices = [
1795
+ graphiant_sdk.models.mana_v2_site_device_stub.manaV2SiteDeviceStub(
1796
+ hostname = 'example string',
1797
+ id = 1234567891011, )
1798
+ ],
1799
+ edge_count = 123,
1800
+ id = 1234567891011,
1801
+ name = 'example string',
1802
+ notes = 'example string',
1803
+ policy_reference_count = 123,
1804
+ policy_tag = graphiant_sdk.models.mana_v2_single_route_tag.manaV2SingleRouteTag(
1805
+ level_one = graphiant_sdk.models.mana_v2_single_route_tag_route_tag_element.manaV2SingleRouteTagRouteTagElement(
1806
+ id = 1234567891011,
1807
+ tag = 'example string',
1808
+ tag_value = 123, ),
1809
+ level_two = graphiant_sdk.models.mana_v2_single_route_tag_route_tag_element.manaV2SingleRouteTagRouteTagElement(
1810
+ id = 1234567891011,
1811
+ tag = 'example string',
1812
+ tag_value = 123, ),
1813
+ level_zero = , ),
1814
+ segment_count = 123,
1815
+ site_list_reference_count = 123,
1816
+ tags = [
1817
+ 'example string'
1818
+ ],
1819
+ updated_at = , ),
1820
+ snmp = graphiant_sdk.models.mana_v2_snmp.manaV2Snmp(
1821
+ communities = [
1822
+ graphiant_sdk.models.mana_v2_snmp_community.manaV2SnmpCommunity(
1823
+ community_string = 'example string',
1824
+ id = 1234567891011, )
1825
+ ],
1826
+ engine_enable_authen_traps = True,
1827
+ engine_enable_high_memory_traps = True,
1828
+ engine_enable_high_cpu_traps = True,
1829
+ engine_enable_local_acess_v4 = True,
1830
+ engine_enable_local_acess_v6 = True,
1831
+ engine_enable_user_hints = True,
1832
+ engine_enable_user_validation = True,
1833
+ engine_enabled = True,
1834
+ engine_endpoints = [
1835
+ graphiant_sdk.models.mana_v2_snmp_engine_endpoint.manaV2SnmpEngineEndpoint(
1836
+ addresses = [
1837
+ 'example string'
1838
+ ],
1839
+ auto_ipv4 = True,
1840
+ auto_ipv6 = True,
1841
+ id = 1234567891011,
1842
+ interface_name = 'example string',
1843
+ lan_segment = 'example string',
1844
+ name = 'example string', )
1845
+ ],
1846
+ engine_id_admin_octets = 'example string',
1847
+ engine_id_admin_text = 'example string',
1848
+ engine_id_ipv4 = 'example string',
1849
+ engine_id_ipv6 = 'example string',
1850
+ engine_id_mac = 'example string',
1851
+ engine_id_raw = 'example string',
1852
+ error_message = 'example string',
1853
+ global_id = 1234567891011,
1854
+ id = 1234567891011,
1855
+ name = 'example string',
1856
+ notify_filter_profiles = [
1857
+ graphiant_sdk.models.mana_v2_snmp_notify_filter_profile.manaV2SnmpNotifyFilterProfile(
1858
+ id = 1234567891011,
1859
+ include_exclude_list = [
1860
+ graphiant_sdk.models.mana_v2_notify_filter_profile_include.manaV2NotifyFilterProfileInclude(
1861
+ id = 1234567891011,
1862
+ include = True,
1863
+ subtree = 'example string', )
1864
+ ],
1865
+ name = 'example string', )
1866
+ ],
1867
+ snmp_version = 'ENUM_VALUE',
1868
+ status = 'ENUM_VALUE',
1869
+ targets = [
1870
+ graphiant_sdk.models.mana_v2_snmp_target.manaV2SnmpTarget(
1871
+ id = 1234567891011,
1872
+ name = 'example string',
1873
+ notify_filter_profile = 'example string',
1874
+ notify_type = 'ENUM_VALUE',
1875
+ source_ip = 'example string',
1876
+ target_ip = 'example string',
1877
+ target_type = 'ENUM_VALUE',
1878
+ usm_security_level = 'ENUM_VALUE',
1879
+ usm_user_name = 'example string',
1880
+ vrf_name = 'example string', )
1881
+ ],
1882
+ usm_local_users = [
1883
+ graphiant_sdk.models.mana_v2_snmp_usm_local_user.manaV2SnmpUsmLocalUser(
1884
+ auth_passphrase = 'example string',
1885
+ auth_protocol = 'ENUM_VALUE',
1886
+ encryption_passphrase = 'example string',
1887
+ encryption_protocol = 'ENUM_VALUE',
1888
+ id = 1234567891011,
1889
+ name = 'example string', )
1890
+ ],
1891
+ usm_remote_users = [
1892
+ graphiant_sdk.models.mana_v2_snmp_usm_remote_user.manaV2SnmpUsmRemoteUser(
1893
+ auth_loc_key = 'example string',
1894
+ auth_protocol = 'ENUM_VALUE',
1895
+ encryption_loc_key = 'example string',
1896
+ encryption_protocol = 'ENUM_VALUE',
1897
+ id = 1234567891011,
1898
+ name = 'example string', )
1899
+ ],
1900
+ v2c_enabled = True,
1901
+ v3_enabled = True,
1902
+ vacm_groups = [
1903
+ graphiant_sdk.models.mana_v2_snmp_vacm_group.manaV2SnmpVacmGroup(
1904
+ accesses = [
1905
+ graphiant_sdk.models.mana_v2_snmp_vacm_group_access.manaV2SnmpVacmGroupAccess(
1906
+ context = 'example string',
1907
+ group_context_match = 'ENUM_VALUE',
1908
+ id = 1234567891011,
1909
+ name = 'example string',
1910
+ read_view = 'example string',
1911
+ security_level = 'ENUM_VALUE',
1912
+ write_view = 'example string', )
1913
+ ],
1914
+ id = 1234567891011,
1915
+ name = 'example string',
1916
+ views = [
1917
+ graphiant_sdk.models.mana_v2_snmp_vacm_view.manaV2SnmpVacmView(
1918
+ id = 1234567891011,
1919
+ include_exclude = [
1920
+ graphiant_sdk.models.mana_v2_snmp_vacm_view_include.manaV2SnmpVacmViewInclude(
1921
+ id = 1234567891011,
1922
+ include = True,
1923
+ name = 'example string', )
1924
+ ],
1925
+ name = 'example string', )
1926
+ ], )
1927
+ ], ),
1928
+ software_version = 'example string',
1929
+ static_routes_enabled = True,
1930
+ status = 'ENUM_VALUE',
1931
+ traffic_policy = graphiant_sdk.models.mana_v2_forwarding_policy.manaV2ForwardingPolicy(
1932
+ dpi_applications = [
1933
+ graphiant_sdk.models.mana_v2_dpi_custom_application.manaV2DpiCustomApplication(
1934
+ description = 'example string',
1935
+ destination_network = 'example string',
1936
+ destination_network_list = 'example string',
1937
+ destination_port = 123,
1938
+ destination_port_list = 'example string',
1939
+ id = 1234567891011,
1940
+ ip_protocol = 'ENUM_VALUE',
1941
+ name = 'example string',
1942
+ source_network = 'example string',
1943
+ source_network_list = 'example string',
1944
+ source_port = 123,
1945
+ source_port_list = 'example string', )
1946
+ ],
1947
+ network_lists = [
1948
+ graphiant_sdk.models.mana_v2_ip_network_list.manaV2IpNetworkList(
1949
+ id = 1234567891011,
1950
+ name = 'example string', )
1951
+ ],
1952
+ port_lists = [
1953
+ graphiant_sdk.models.mana_v2_l4_port_list.manaV2L4PortList(
1954
+ id = 1234567891011,
1955
+ name = 'example string',
1956
+ ports = [
1957
+ 123
1958
+ ], )
1959
+ ],
1960
+ security_rulesets = [
1961
+ graphiant_sdk.models.mana_v2_security_policy_ruleset.manaV2SecurityPolicyRuleset(
1962
+ description = 'example string',
1963
+ error_message = 'example string',
1964
+ global_id = 1234567891011,
1965
+ id = 1234567891011,
1966
+ index = 123,
1967
+ name = 'example string',
1968
+ status = 'ENUM_VALUE', )
1969
+ ],
1970
+ traffic_rulesets = [
1971
+ graphiant_sdk.models.mana_v2_traffic_policy_ruleset.manaV2TrafficPolicyRuleset(
1972
+ description = 'example string',
1973
+ error_message = 'example string',
1974
+ global_id = 1234567891011,
1975
+ id = 1234567891011,
1976
+ index = 123,
1977
+ name = 'example string',
1978
+ status = 'ENUM_VALUE', )
1979
+ ],
1980
+ zone_firewalls = [
1981
+ graphiant_sdk.models.mana_v2_zone_firewall_policy.manaV2ZoneFirewallPolicy(
1982
+ ip = graphiant_sdk.models.mana_v2_ip_firewall_policy.manaV2IpFirewallPolicy(
1983
+ block_land_attacks = True,
1984
+ session_limit = 123,
1985
+ urpf = 'ENUM_VALUE', ),
1986
+ udp = graphiant_sdk.models.mana_v2_udp_flow_table.manaV2UdpFlowTable(
1987
+ expiry = 123,
1988
+ unidirectional_flow_limit = 123, ),
1989
+ zone_name = 'example string', )
1990
+ ],
1991
+ zone_pairs = [
1992
+ graphiant_sdk.models.mana_v2_security_zone.manaV2SecurityZone(
1993
+ inside = 'example string',
1994
+ outside = 'example string',
1995
+ ruleset = 'example string',
1996
+ tcp_protection = True, )
1997
+ ], ),
1998
+ uptime = ,
1999
+ vrrp_enabled = True, )
2000
+ ],
2001
+ prefix_set = graphiant_sdk.models.mana_v2_enterprise_prefix_set.manaV2EnterprisePrefixSet(
2002
+ description = 'example string',
2003
+ id = 1234567891011,
2004
+ mode = 'ENUM_VALUE',
2005
+ name = 'example string', ),
2006
+ sites = [
2007
+ graphiant_sdk.models.mana_v2_site.manaV2Site(
2008
+ address = 'example string',
2009
+ edge_count = 123,
2010
+ id = 1234567891011,
2011
+ name = 'example string',
2012
+ notes = 'example string',
2013
+ policy_reference_count = 123,
2014
+ segment_count = 123,
2015
+ site_list_reference_count = 123, )
2016
+ ], ),
2017
+ target_segments = [
2018
+ graphiant_sdk.models.mana_v2_vrf.manaV2Vrf(
2019
+ bgp_aggregations = [
2020
+ graphiant_sdk.models.mana_v2_bgp_aggregation.manaV2BgpAggregation(
2021
+ as_set = True,
2022
+ id = 1234567891011,
2023
+ prefix = 'example string',
2024
+ summary_only = True, )
2025
+ ],
2026
+ bgp_multipath = graphiant_sdk.models.mana_v2_bgp_multipath.manaV2BgpMultipath(
2027
+ enabled = True,
2028
+ vrf_id = 1234567891011, ),
2029
+ bgp_neighbors = [
2030
+ graphiant_sdk.models.mana_v2_bgp_neighbor.manaV2BgpNeighbor(
2031
+ address_families = [
2032
+ graphiant_sdk.models.mana_v2_bgp_neighbor_address_family.manaV2BgpNeighborAddressFamily(
2033
+ address_family = 'ENUM_VALUE',
2034
+ id = 1234567891011,
2035
+ inbound_policy = 'example string',
2036
+ outbound_policy = 'example string', )
2037
+ ],
2038
+ allow_as_in = 123,
2039
+ as_override = True,
2040
+ bfd = graphiant_sdk.models.mana_v2_bfd_instance.manaV2BfdInstance(
2041
+ enabled = True,
2042
+ minimum_interval = 123,
2043
+ multiplier = 123, ),
2044
+ bfd_neighbor = graphiant_sdk.models.mana_v2_bfd_neighbor.manaV2BfdNeighbor(
2045
+ desired_minimum_tx_interval = 123,
2046
+ if_index = 123,
2047
+ interface = 'example string',
2048
+ last_updated = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
2049
+ nanos = 123,
2050
+ seconds = 1234567891011, ),
2051
+ local_diag = 'ENUM_VALUE',
2052
+ peer_address = 'example string',
2053
+ remote_diag = 'ENUM_VALUE',
2054
+ required_minimum_rx_interval = 123,
2055
+ segment_name = 'example string',
2056
+ source_address = 'example string',
2057
+ state = 'ENUM_VALUE',
2058
+ time_in_state = graphiant_sdk.models.google_protobuf_duration.googleProtobufDuration(
2059
+ nanos = 123,
2060
+ seconds = 1234567891011, ),
2061
+ up = True, ),
2062
+ bgp_type = 'ENUM_VALUE',
2063
+ default_originate = 'ENUM_VALUE',
2064
+ enabled = True,
2065
+ hold_timer = 123,
2066
+ id = 1234567891011,
2067
+ keepalive_timer = 123,
2068
+ local_address = 'example string',
2069
+ local_interface = 'example string',
2070
+ max_prefix = 10000,
2071
+ md5_password = 'example string',
2072
+ multi_hop = 5,
2073
+ peer_asn = 123,
2074
+ remote_address = 'example string',
2075
+ remove_private_as = True,
2076
+ send_community = False,
2077
+ state = 'ENUM_VALUE',
2078
+ time_since_last_oper_change = graphiant_sdk.models.google_protobuf_duration.googleProtobufDuration(
2079
+ nanos = 123,
2080
+ seconds = 1234567891011, ),
2081
+ up = True, )
2082
+ ],
2083
+ bgp_redistributions = graphiant_sdk.models.mana_v2_bgp_redistribute.manaV2BgpRedistribute(
2084
+ bgp = True,
2085
+ connected = True,
2086
+ dia = True,
2087
+ ospfv2 = True,
2088
+ static = True, ),
2089
+ description = 'example string',
2090
+ dhcp_subnets = [
2091
+ graphiant_sdk.models.mana_v2_dhcp_server_pool.manaV2DhcpServerPool(
2092
+ default_lease_time_secs = 123,
2093
+ description = 'example string',
2094
+ domain_name = 'example string',
2095
+ gateway = 'example string',
2096
+ id = 1234567891011,
2097
+ interface = 'example string',
2098
+ ip_prefix = 'example string',
2099
+ ip_version = 123,
2100
+ leases = [
2101
+ graphiant_sdk.models.mana_v2_dhcp_lease.manaV2DhcpLease(
2102
+ ends_at = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
2103
+ nanos = 123,
2104
+ seconds = 1234567891011, ),
2105
+ id = 1234567891011,
2106
+ ip_address = 'example string',
2107
+ mac_address = 'example string',
2108
+ vrf = 'example string', )
2109
+ ],
2110
+ max_lease_time_secs = 123,
2111
+ min_lease_time_secs = 123,
2112
+ name = 'example string',
2113
+ nameservers = graphiant_sdk.models.mana_v2_dns_servers.manaV2DnsServers(
2114
+ primary = 'example string',
2115
+ secondary = 'example string', ),
2116
+ ranges = [
2117
+ graphiant_sdk.models.mana_v2_dhcp_server_ip_range.manaV2DhcpServerIpRange(
2118
+ end = 'example string',
2119
+ start = 'example string', )
2120
+ ],
2121
+ static_leases = [
2122
+ graphiant_sdk.models.mana_v2_dhcp_static_lease.manaV2DhcpStaticLease(
2123
+ hostname = 'example string',
2124
+ id = 1234567891011,
2125
+ ip_address = 'example string',
2126
+ mac_address = 'example string',
2127
+ vrf = 'example string', )
2128
+ ],
2129
+ total_addresses = 12345678910,
2130
+ utilization = 123, )
2131
+ ],
2132
+ enterprise_id = 1234567891011,
2133
+ function = 'example string',
2134
+ id = 1234567891011,
2135
+ ipfix_exporters = [
2136
+ graphiant_sdk.models.mana_v2_ipfix_exporter.manaV2IpfixExporter(
2137
+ destination_address = 'example string',
2138
+ destination_port = 123,
2139
+ error_message = 'example string',
2140
+ global_id = 1234567891011,
2141
+ id = 1234567891011,
2142
+ monitored_segments = [
2143
+ 'example string'
2144
+ ],
2145
+ name = 'example string',
2146
+ sample_mode = 'example string',
2147
+ sample_rate = 1234567891011,
2148
+ source_address = 'example string',
2149
+ source_interface = 'example string',
2150
+ source_segment = 'example string',
2151
+ status = 'ENUM_VALUE',
2152
+ vrf_id = 1234567891011,
2153
+ vrf_name = 'example string', )
2154
+ ],
2155
+ name = 'example string',
2156
+ nat_ruleset = 'example string',
2157
+ networks = [
2158
+ 'example string'
2159
+ ],
2160
+ ospfv2_process = graphiant_sdk.models.mana_v2_osp_fv2_process.manaV2OspFv2Process(
2161
+ admin_distance = 100,
2162
+ areas = [
2163
+ graphiant_sdk.models.mana_v2_ospf_area.manaV2OspfArea(
2164
+ area_id = 'example string',
2165
+ bfd_neighbors = [
2166
+ graphiant_sdk.models.mana_v2_bfd_neighbor.manaV2BfdNeighbor(
2167
+ desired_minimum_tx_interval = 123,
2168
+ if_index = 123,
2169
+ interface = 'example string',
2170
+ local_diag = 'ENUM_VALUE',
2171
+ peer_address = 'example string',
2172
+ remote_diag = 'ENUM_VALUE',
2173
+ required_minimum_rx_interval = 123,
2174
+ segment_name = 'example string',
2175
+ source_address = 'example string',
2176
+ state = 'ENUM_VALUE',
2177
+ up = True, )
2178
+ ],
2179
+ id = 1234567891011,
2180
+ interfaces = [
2181
+ graphiant_sdk.models.mana_v2_ospf_interface.manaV2OspfInterface(
2182
+ cost = 123,
2183
+ dead_interval = 123,
2184
+ dead_interval_value = 123,
2185
+ dr_priority = 123,
2186
+ hello_interval = 123,
2187
+ hello_interval_value = 123,
2188
+ id = 1234567891011,
2189
+ if_index = 123,
2190
+ interface = 'example string',
2191
+ max_transmission_unit = 123,
2192
+ mtu_ignore = True,
2193
+ prefix_sid = 123,
2194
+ retransmit_interval = 123,
2195
+ retransmit_interval_value = 123,
2196
+ type = 'ENUM_VALUE', )
2197
+ ],
2198
+ name = 'example string',
2199
+ type = 'ENUM_VALUE', )
2200
+ ],
2201
+ auto_router_id = True,
2202
+ default_originate = 'ENUM_VALUE',
2203
+ id = 1234567891011,
2204
+ redistributed_protocols = [
2205
+ graphiant_sdk.models.mana_v2_ospf_redistribute.manaV2OspfRedistribute(
2206
+ metric = 123,
2207
+ metric_type = 'ENUM_VALUE',
2208
+ redist_type = 'ENUM_VALUE', )
2209
+ ],
2210
+ router_id = 'example string', ),
2211
+ ospfv3_process = graphiant_sdk.models.mana_v2_osp_fv3_process.manaV2OspFv3Process(
2212
+ admin_distance = 100,
2213
+ default_originate = 'ENUM_VALUE',
2214
+ id = 1234567891011,
2215
+ router_id = 'example string',
2216
+ version = 123, ),
2217
+ overlay_filters = graphiant_sdk.models.mana_v2_overlay_filters.manaV2OverlayFilters(
2218
+ inbound_filter = 'example string',
2219
+ outbound_filter = 'example string', ),
2220
+ routable = True,
2221
+ route_distinguisher = 'example string',
2222
+ static_routes = [
2223
+ graphiant_sdk.models.mana_v2_static_route.manaV2StaticRoute(
2224
+ administrative_distance = 123,
2225
+ description = 'example string',
2226
+ id = 1234567891011,
2227
+ next_hop = graphiant_sdk.models.mana_v2_static_route_nexthop.manaV2StaticRouteNexthop(
2228
+ circuit = 'example string',
2229
+ id = 1234567891011,
2230
+ metric = 123,
2231
+ next_hop_address = 'example string',
2232
+ nexthop = 'example string',
2233
+ outgoing_interface = 'example string',
2234
+ third_party_ipsec_tunnel = 'example string', ),
2235
+ next_hops = [
2236
+ graphiant_sdk.models.mana_v2_static_route_nexthop.manaV2StaticRouteNexthop(
2237
+ circuit = 'example string',
2238
+ id = 1234567891011,
2239
+ metric = 123,
2240
+ next_hop_address = 'example string',
2241
+ nexthop = 'example string',
2242
+ outgoing_interface = 'example string',
2243
+ third_party_ipsec_tunnel = 'example string', )
2244
+ ],
2245
+ prefix = 'example string', )
2246
+ ],
2247
+ syslog_targets = [
2248
+ graphiant_sdk.models.mana_v2_syslog_collector.manaV2SyslogCollector(
2249
+ destination_host = 'example string',
2250
+ destination_port = 123,
2251
+ enabled = True,
2252
+ error_message = 'example string',
2253
+ global_id = 1234567891011,
2254
+ id = 1234567891011,
2255
+ name = 'example string',
2256
+ severity = 'ENUM_VALUE',
2257
+ source_interface = 'example string',
2258
+ status = 'ENUM_VALUE',
2259
+ transport = 'ENUM_VALUE',
2260
+ vrf_id = 1234567891011,
2261
+ vrf_name = 'example string', )
2262
+ ],
2263
+ traffic_ruleset = 'example string', )
2264
+ ],
2265
+ type = 'ENUM_VALUE',
2266
+ updated_at = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
2267
+ nanos = 123,
2268
+ seconds = 1234567891011, )
2269
+ )
2270
+ else:
2271
+ return ManaV2ExtranetPolicy(
2272
+ )
2273
+ """
2274
+
2275
+ def testManaV2ExtranetPolicy(self):
2276
+ """Test ManaV2ExtranetPolicy"""
2277
+ # inst_req_only = self.make_instance(include_optional=False)
2278
+ # inst_req_and_optional = self.make_instance(include_optional=True)
2279
+
2280
+ if __name__ == '__main__':
2281
+ unittest.main()