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.
- graphiant_sdk/__init__.py +2791 -2083
- graphiant_sdk/api/default_api.py +19573 -14325
- graphiant_sdk/api_client.py +1 -1
- graphiant_sdk/configuration.py +1 -1
- graphiant_sdk/models/__init__.py +1395 -1041
- graphiant_sdk/models/alarms_alarm_data.py +130 -0
- graphiant_sdk/models/alarms_alarm_history.py +102 -0
- graphiant_sdk/models/alertservice_alert_record.py +152 -0
- graphiant_sdk/models/alertservice_allow_alert_notifcation_list_record.py +111 -0
- graphiant_sdk/models/alertservice_children_alert_list_response.py +97 -0
- graphiant_sdk/models/alertservice_create_integration_body.py +107 -0
- graphiant_sdk/models/alertservice_integration.py +105 -0
- graphiant_sdk/models/alertservice_integration_details.py +91 -0
- graphiant_sdk/models/alertservice_notification_body.py +106 -0
- graphiant_sdk/models/alertservice_notification_record.py +104 -0
- graphiant_sdk/models/alertservice_rule_record.py +103 -0
- graphiant_sdk/models/alertservice_time_window.py +99 -0
- graphiant_sdk/models/alertservice_update_integration_body.py +101 -0
- graphiant_sdk/models/assistant_assistant_conversation.py +93 -0
- graphiant_sdk/models/assistant_assistant_question.py +93 -0
- graphiant_sdk/models/assistant_assistant_response.py +115 -0
- graphiant_sdk/models/assistant_dataframe_dictionary.py +91 -0
- graphiant_sdk/models/assistant_time_window.py +99 -0
- graphiant_sdk/models/assurance_app_id_record.py +153 -0
- graphiant_sdk/models/assurance_app_name_record.py +141 -0
- graphiant_sdk/models/assurance_application_flow.py +117 -0
- graphiant_sdk/models/assurance_application_profile_summary.py +95 -0
- graphiant_sdk/models/assurance_bucket_app.py +105 -0
- graphiant_sdk/models/assurance_bucket_app_identifier.py +89 -0
- graphiant_sdk/models/assurance_bucket_app_server.py +95 -0
- graphiant_sdk/models/assurance_bucket_app_server_changes_list.py +110 -0
- graphiant_sdk/models/assurance_bucket_app_server_list.py +101 -0
- graphiant_sdk/models/assurance_bucket_details.py +135 -0
- graphiant_sdk/models/assurance_bucket_stats.py +93 -0
- graphiant_sdk/models/assurance_bucket_stats_with_id.py +93 -0
- graphiant_sdk/models/assurance_bucket_summary.py +115 -0
- graphiant_sdk/models/assurance_classified_application.py +95 -0
- graphiant_sdk/models/assurance_client_session.py +179 -0
- graphiant_sdk/models/assurance_client_session_dia_link.py +87 -0
- graphiant_sdk/models/assurance_client_session_endpoint_details.py +125 -0
- graphiant_sdk/models/assurance_client_session_endpoint_details_statistics.py +91 -0
- graphiant_sdk/models/assurance_client_session_endpoint_link.py +95 -0
- graphiant_sdk/models/assurance_client_session_pop_link.py +95 -0
- graphiant_sdk/models/assurance_edge.py +89 -0
- graphiant_sdk/models/assurance_enterprise_summary.py +97 -0
- graphiant_sdk/models/assurance_exchange_service_identifier.py +89 -0
- graphiant_sdk/models/assurance_flex_algo_identifier.py +89 -0
- graphiant_sdk/models/assurance_geolocation.py +89 -0
- graphiant_sdk/models/assurance_region.py +89 -0
- graphiant_sdk/models/assurance_score_bucket_count.py +91 -0
- graphiant_sdk/models/assurance_score_details.py +95 -0
- graphiant_sdk/models/assurance_server.py +91 -0
- graphiant_sdk/models/assurance_site.py +91 -0
- graphiant_sdk/models/assurance_time_window.py +99 -0
- graphiant_sdk/models/assurance_topology.py +115 -0
- graphiant_sdk/models/assurance_topology_edge.py +99 -0
- graphiant_sdk/models/assurance_topology_edge_link_performance.py +91 -0
- graphiant_sdk/models/assurance_topology_filter.py +91 -0
- graphiant_sdk/models/assurance_topology_node.py +99 -0
- graphiant_sdk/models/assurance_topology_path.py +87 -0
- graphiant_sdk/models/assurance_trend_value.py +91 -0
- graphiant_sdk/models/assurance_user_report.py +101 -0
- graphiant_sdk/models/audit_activity_item.py +91 -0
- graphiant_sdk/models/audit_audit_entry.py +129 -0
- graphiant_sdk/models/audit_target.py +90 -0
- graphiant_sdk/models/audit_target_result.py +95 -0
- graphiant_sdk/models/auditmon_activity_details.py +151 -0
- graphiant_sdk/models/auditmon_activity_details_target.py +122 -0
- graphiant_sdk/models/auditmon_activity_details_target_event.py +97 -0
- graphiant_sdk/models/auditmon_activity_logs_selector.py +108 -0
- graphiant_sdk/models/auditmon_activity_logs_selector_v2.py +105 -0
- graphiant_sdk/models/auditmon_audit_log.py +112 -0
- graphiant_sdk/models/auditmon_audit_logs_v2_selector.py +110 -0
- graphiant_sdk/models/auditmon_histogram.py +94 -0
- graphiant_sdk/models/auditmon_selector.py +89 -0
- graphiant_sdk/models/auth_permissions.py +277 -0
- graphiant_sdk/models/common_circuit_bandwidth_stats.py +95 -0
- graphiant_sdk/models/common_circuit_bandwidth_stats_selector.py +87 -0
- graphiant_sdk/models/common_page_info.py +100 -0
- graphiant_sdk/models/common_page_request.py +96 -0
- graphiant_sdk/models/common_permissions.py +123 -0
- graphiant_sdk/models/common_user.py +109 -0
- graphiant_sdk/models/common_user_info.py +101 -0
- graphiant_sdk/models/config_worker_job_status.py +104 -0
- graphiant_sdk/models/diagnostic_tools_archive.py +107 -0
- graphiant_sdk/models/diagnostic_tools_arp_entry.py +95 -0
- graphiant_sdk/models/diagnostic_tools_arp_entry_address.py +87 -0
- graphiant_sdk/models/diagnostic_tools_diagnostic_params.py +104 -0
- graphiant_sdk/models/diagnostic_tools_diagnostic_result.py +103 -0
- graphiant_sdk/models/diagnostic_tools_hop_info.py +98 -0
- graphiant_sdk/models/diagnostic_tools_hop_stats.py +98 -0
- graphiant_sdk/models/diagnostic_tools_p_cap_filter.py +101 -0
- graphiant_sdk/models/diagnostic_tools_ping_result.py +101 -0
- graphiant_sdk/models/diagnostic_tools_prefix_port.py +90 -0
- graphiant_sdk/models/diagnostic_tools_route_lookup_result.py +91 -0
- graphiant_sdk/models/diagnostic_tools_speedtest_params.py +97 -0
- graphiant_sdk/models/diagnostic_tools_speedtest_result.py +111 -0
- graphiant_sdk/models/diagnostic_tools_speedtest_server.py +97 -0
- graphiant_sdk/models/diagnostic_tools_target_type.py +89 -0
- graphiant_sdk/models/diagnostic_tools_traceroute_result.py +112 -0
- graphiant_sdk/models/event_event.py +108 -0
- graphiant_sdk/models/event_event_filter.py +100 -0
- graphiant_sdk/models/google_protobuf_duration.py +89 -0
- graphiant_sdk/models/google_protobuf_timestamp.py +89 -0
- graphiant_sdk/models/healthcheck_odp_status_details.py +89 -0
- graphiant_sdk/models/healthcheck_onboarding_status_details.py +89 -0
- graphiant_sdk/models/healthcheck_status_details.py +125 -0
- graphiant_sdk/models/healthcheck_t2_status_details.py +89 -0
- graphiant_sdk/models/iam_api_key_info.py +93 -0
- graphiant_sdk/models/iam_counts.py +111 -0
- graphiant_sdk/models/iam_customer.py +99 -0
- graphiant_sdk/models/iam_enterprise.py +142 -0
- graphiant_sdk/models/iam_group.py +105 -0
- graphiant_sdk/models/ipfix_app_bandwidth_stats.py +95 -0
- graphiant_sdk/models/ipfix_app_flow_table.py +120 -0
- graphiant_sdk/models/ipfix_app_flow_table_selector.py +89 -0
- graphiant_sdk/models/ipfix_app_incidents.py +95 -0
- graphiant_sdk/models/ipfix_app_incidents_data.py +96 -0
- graphiant_sdk/models/ipfix_app_state_summary_count.py +118 -0
- graphiant_sdk/models/ipfix_app_topology_selector.py +92 -0
- graphiant_sdk/models/ipfix_app_utilization_summary.py +92 -0
- graphiant_sdk/models/ipfix_app_visualization.py +109 -0
- graphiant_sdk/models/ipfix_circuit_metrics.py +99 -0
- graphiant_sdk/models/ipfix_client_usage_summary.py +89 -0
- graphiant_sdk/models/ipfix_connection_map.py +92 -0
- graphiant_sdk/models/ipfix_entity_usage.py +91 -0
- graphiant_sdk/models/ipfix_nat_entry.py +110 -0
- graphiant_sdk/models/ipfix_nat_entry_filter.py +102 -0
- graphiant_sdk/models/ipfix_nat_usage.py +96 -0
- graphiant_sdk/models/ipfix_network_topology.py +122 -0
- graphiant_sdk/models/ipfix_network_topology_delta.py +123 -0
- graphiant_sdk/models/ipfix_stats.py +95 -0
- graphiant_sdk/models/ipfix_time_window.py +99 -0
- graphiant_sdk/models/ipfix_twamp_metrics.py +97 -0
- graphiant_sdk/models/mana_v2_allocation_conversion_holder.py +95 -0
- graphiant_sdk/models/mana_v2_allocation_conversion_holder_bin.py +97 -0
- graphiant_sdk/models/mana_v2_app.py +95 -0
- graphiant_sdk/models/mana_v2_app_identifier.py +89 -0
- graphiant_sdk/models/mana_v2_app_list_config.py +99 -0
- graphiant_sdk/models/mana_v2_application_match_config.py +89 -0
- graphiant_sdk/models/mana_v2_application_profile.py +89 -0
- graphiant_sdk/models/mana_v2_assurance_config.py +105 -0
- graphiant_sdk/models/mana_v2_aws_advance_settings.py +97 -0
- graphiant_sdk/models/mana_v2_aws_credentials.py +89 -0
- graphiant_sdk/models/mana_v2_aws_direct_connect_gateway.py +102 -0
- graphiant_sdk/models/mana_v2_aws_gateway_details.py +99 -0
- graphiant_sdk/models/mana_v2_aws_gateway_details_transit_connection.py +102 -0
- graphiant_sdk/models/mana_v2_aws_transit_gateway.py +100 -0
- graphiant_sdk/models/mana_v2_aws_transit_gateway_vpc.py +97 -0
- graphiant_sdk/models/mana_v2_azure_gateway_details.py +92 -0
- graphiant_sdk/models/mana_v2_b2_b_extranet_service_customer_match_details_customer.py +94 -0
- graphiant_sdk/models/mana_v2_b2_b_extranet_service_customer_match_details_producer_prefix.py +91 -0
- graphiant_sdk/models/mana_v2_b2_b_extranet_service_customer_match_details_service.py +95 -0
- graphiant_sdk/models/mana_v2_b2b_application_customer_summary.py +101 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_application.py +117 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_application_invite.py +98 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_application_invite_response.py +100 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_consumers_summary.py +112 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_customer_match_services_summary.py +104 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_customer_services_summary.py +104 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_filter.py +104 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_match_service_to_customer.py +112 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_consumer_lan_segment_policy.py +89 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_customer_invite.py +90 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_policy_response.py +93 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_producer_policy.py +126 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_policy_response.py +115 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_prefix_tag.py +89 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_producer_policy.py +165 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_service_customer_match_details.py +109 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_status_summary.py +99 -0
- graphiant_sdk/models/mana_v2_b2b_nat.py +89 -0
- graphiant_sdk/models/mana_v2_b2b_site_information.py +104 -0
- graphiant_sdk/models/mana_v2_bandwidth_consumption_summary.py +112 -0
- graphiant_sdk/models/mana_v2_bandwidth_info.py +95 -0
- graphiant_sdk/models/mana_v2_bfd_instance.py +92 -0
- graphiant_sdk/models/mana_v2_bfd_instance_config.py +92 -0
- graphiant_sdk/models/mana_v2_bfd_neighbor.py +120 -0
- graphiant_sdk/models/mana_v2_bgp_aggregation.py +93 -0
- graphiant_sdk/models/mana_v2_bgp_aggregations_config.py +91 -0
- graphiant_sdk/models/mana_v2_bgp_connection.py +101 -0
- graphiant_sdk/models/mana_v2_bgp_instance.py +92 -0
- graphiant_sdk/models/mana_v2_bgp_instance_config.py +94 -0
- graphiant_sdk/models/mana_v2_bgp_multipath.py +89 -0
- graphiant_sdk/models/mana_v2_bgp_multipath_config.py +89 -0
- graphiant_sdk/models/mana_v2_bgp_neighbor.py +152 -0
- graphiant_sdk/models/mana_v2_bgp_neighbor_address_family.py +93 -0
- graphiant_sdk/models/mana_v2_bgp_neighbor_address_family_config.py +98 -0
- graphiant_sdk/models/mana_v2_bgp_neighbor_config.py +169 -0
- graphiant_sdk/models/mana_v2_bgp_redistribute.py +95 -0
- graphiant_sdk/models/mana_v2_bgp_redistribute_protocol_config.py +87 -0
- graphiant_sdk/models/mana_v2_bucket_app.py +107 -0
- graphiant_sdk/models/mana_v2_bucket_app_server.py +91 -0
- graphiant_sdk/models/mana_v2_circuit.py +191 -0
- graphiant_sdk/models/mana_v2_circuit_config.py +186 -0
- graphiant_sdk/models/mana_v2_circuit_interface.py +95 -0
- graphiant_sdk/models/mana_v2_community_container.py +87 -0
- graphiant_sdk/models/mana_v2_community_type.py +89 -0
- graphiant_sdk/models/mana_v2_configuration_metadata.py +91 -0
- graphiant_sdk/models/mana_v2_connectivity_graph_edge.py +98 -0
- graphiant_sdk/models/mana_v2_connectivity_graph_node.py +102 -0
- graphiant_sdk/models/mana_v2_consumer.py +91 -0
- graphiant_sdk/models/mana_v2_consumer_device_information.py +97 -0
- graphiant_sdk/models/mana_v2_content_filter_match_config.py +87 -0
- graphiant_sdk/models/mana_v2_contractual_bandwidth_consumption_summary.py +97 -0
- graphiant_sdk/models/mana_v2_core_device_config.py +211 -0
- graphiant_sdk/models/mana_v2_core_interface_config.py +115 -0
- graphiant_sdk/models/mana_v2_core_link_cost.py +94 -0
- graphiant_sdk/models/mana_v2_core_vlan_interface_config.py +120 -0
- graphiant_sdk/models/mana_v2_customer_match_info.py +106 -0
- graphiant_sdk/models/mana_v2_device.py +291 -0
- graphiant_sdk/models/mana_v2_device_filter.py +93 -0
- graphiant_sdk/models/mana_v2_device_snapshot.py +111 -0
- graphiant_sdk/models/mana_v2_device_snapshot_data.py +114 -0
- graphiant_sdk/models/mana_v2_device_snapshot_list.py +97 -0
- graphiant_sdk/models/mana_v2_dhcp_lease.py +99 -0
- graphiant_sdk/models/mana_v2_dhcp_relay.py +91 -0
- graphiant_sdk/models/mana_v2_dhcp_relay_config.py +87 -0
- graphiant_sdk/models/mana_v2_dhcp_server_dns_parameters_config.py +89 -0
- graphiant_sdk/models/mana_v2_dhcp_server_ip_range.py +89 -0
- graphiant_sdk/models/mana_v2_dhcp_server_pool.py +148 -0
- graphiant_sdk/models/mana_v2_dhcp_static_lease.py +95 -0
- graphiant_sdk/models/mana_v2_dhcp_subnet_config.py +141 -0
- graphiant_sdk/models/mana_v2_dhcp_subnet_static_lease_config.py +91 -0
- graphiant_sdk/models/mana_v2_dhcpip_range_config.py +89 -0
- graphiant_sdk/models/mana_v2_dns.py +127 -0
- graphiant_sdk/models/mana_v2_dns_config.py +99 -0
- graphiant_sdk/models/mana_v2_dns_config_dynamic.py +89 -0
- graphiant_sdk/models/mana_v2_dns_config_static.py +107 -0
- graphiant_sdk/models/mana_v2_dns_servers.py +89 -0
- graphiant_sdk/models/mana_v2_dnsip_address.py +99 -0
- graphiant_sdk/models/mana_v2_dnsip_addresses.py +95 -0
- graphiant_sdk/models/mana_v2_domain_category.py +93 -0
- graphiant_sdk/models/mana_v2_domain_list_match_config.py +87 -0
- graphiant_sdk/models/mana_v2_dpi_application_config.py +132 -0
- graphiant_sdk/models/mana_v2_dpi_custom_application.py +110 -0
- graphiant_sdk/models/mana_v2_dscp.py +88 -0
- graphiant_sdk/models/mana_v2_dynamic_dns_servers.py +102 -0
- graphiant_sdk/models/mana_v2_edge_device_config.py +293 -0
- graphiant_sdk/models/mana_v2_enterprise_configuration.py +89 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set.py +103 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_config.py +91 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_data.py +99 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_data_entry.py +94 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_entry.py +94 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_input.py +108 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_input_entry.py +94 -0
- graphiant_sdk/models/mana_v2_extranet_auto_reverse_routes.py +89 -0
- graphiant_sdk/models/mana_v2_extranet_consumer_lan_segment_policy.py +99 -0
- graphiant_sdk/models/mana_v2_extranet_consumer_lan_segment_policy_response.py +128 -0
- graphiant_sdk/models/mana_v2_extranet_consumer_nat_rule.py +89 -0
- graphiant_sdk/models/mana_v2_extranet_device_status.py +93 -0
- graphiant_sdk/models/mana_v2_extranet_manual_reverse_routes.py +87 -0
- graphiant_sdk/models/mana_v2_extranet_policy.py +152 -0
- graphiant_sdk/models/mana_v2_extranet_policy_input.py +126 -0
- graphiant_sdk/models/mana_v2_firewall_zone_pair.py +99 -0
- graphiant_sdk/models/mana_v2_forwarding_policy.py +155 -0
- graphiant_sdk/models/mana_v2_forwarding_policy_config.py +190 -0
- graphiant_sdk/models/mana_v2_forwarding_policy_match.py +123 -0
- graphiant_sdk/models/mana_v2_forwarding_policy_match_config.py +147 -0
- graphiant_sdk/models/mana_v2_gateway_details.py +123 -0
- graphiant_sdk/models/mana_v2_gateway_summary.py +120 -0
- graphiant_sdk/models/mana_v2_gateway_summary_gateway_device_summary.py +93 -0
- graphiant_sdk/models/mana_v2_gcp_gateway_details.py +91 -0
- graphiant_sdk/models/mana_v2_global_app_config.py +107 -0
- graphiant_sdk/models/mana_v2_global_app_port_range.py +90 -0
- graphiant_sdk/models/mana_v2_global_bandwidth_consumption_summary.py +95 -0
- graphiant_sdk/models/mana_v2_global_object_device_status.py +103 -0
- graphiant_sdk/models/mana_v2_global_object_operation_config.py +93 -0
- graphiant_sdk/models/mana_v2_global_object_service_ops.py +87 -0
- graphiant_sdk/models/mana_v2_global_object_service_summaries.py +95 -0
- graphiant_sdk/models/mana_v2_global_object_summary.py +114 -0
- graphiant_sdk/models/mana_v2_graphiant_connections.py +113 -0
- graphiant_sdk/models/mana_v2_guest_consumer_site_to_site_vpn_config.py +95 -0
- graphiant_sdk/models/mana_v2_i_psec_bgp_route_config.py +115 -0
- graphiant_sdk/models/mana_v2_i_psec_gateway_details.py +117 -0
- graphiant_sdk/models/mana_v2_i_psec_gateway_tunnel_details.py +93 -0
- graphiant_sdk/models/mana_v2_i_psec_profile.py +112 -0
- graphiant_sdk/models/mana_v2_i_psec_static_route_config.py +87 -0
- graphiant_sdk/models/mana_v2_i_psec_tunnel.py +124 -0
- graphiant_sdk/models/mana_v2_interface.py +195 -0
- graphiant_sdk/models/mana_v2_interface_address.py +105 -0
- graphiant_sdk/models/mana_v2_interface_config.py +158 -0
- graphiant_sdk/models/mana_v2_interface_core_config.py +222 -0
- graphiant_sdk/models/mana_v2_interface_core_flex_algo_config.py +87 -0
- graphiant_sdk/models/mana_v2_interface_core_to_core_peer_config.py +100 -0
- graphiant_sdk/models/mana_v2_interface_core_to_gateway_peer_config.py +87 -0
- graphiant_sdk/models/mana_v2_interface_dhcp_config.py +93 -0
- graphiant_sdk/models/mana_v2_interface_i_psec.py +142 -0
- graphiant_sdk/models/mana_v2_interface_i_psec_config.py +124 -0
- graphiant_sdk/models/mana_v2_interface_ip_config.py +103 -0
- graphiant_sdk/models/mana_v2_interface_lagvlan_config.py +107 -0
- graphiant_sdk/models/mana_v2_interface_sfp_optical_strength.py +96 -0
- graphiant_sdk/models/mana_v2_interface_tunnel.py +131 -0
- graphiant_sdk/models/mana_v2_interface_vlan.py +153 -0
- graphiant_sdk/models/mana_v2_interface_vlan_config.py +139 -0
- graphiant_sdk/models/mana_v2_interface_wan_config.py +95 -0
- graphiant_sdk/models/mana_v2_internet_access_bandwidth_info.py +89 -0
- graphiant_sdk/models/mana_v2_ip_firewall_policy.py +92 -0
- graphiant_sdk/models/mana_v2_ip_network_list.py +91 -0
- graphiant_sdk/models/mana_v2_ip_network_list_config.py +89 -0
- graphiant_sdk/models/mana_v2_ipfix_exporter.py +116 -0
- graphiant_sdk/models/mana_v2_ipfix_exporter_config.py +106 -0
- graphiant_sdk/models/mana_v2_ipsec_connection.py +102 -0
- graphiant_sdk/models/mana_v2_ipsec_routing_config.py +97 -0
- graphiant_sdk/models/mana_v2_l4_port_list.py +92 -0
- graphiant_sdk/models/mana_v2_l4_port_list_config.py +90 -0
- graphiant_sdk/models/mana_v2_lacp_config.py +89 -0
- graphiant_sdk/models/mana_v2_lag_interface.py +98 -0
- graphiant_sdk/models/mana_v2_lag_interface_config.py +145 -0
- graphiant_sdk/models/mana_v2_latency_bandwidth.py +89 -0
- graphiant_sdk/models/mana_v2_lldp_neighbor.py +99 -0
- graphiant_sdk/models/mana_v2_location.py +107 -0
- graphiant_sdk/models/mana_v2_mana_configuration.py +97 -0
- graphiant_sdk/models/mana_v2_nat_policy.py +95 -0
- graphiant_sdk/models/mana_v2_nat_policy_config.py +100 -0
- graphiant_sdk/models/mana_v2_nat_policy_ruleset.py +101 -0
- graphiant_sdk/models/mana_v2_nat_policy_ruleset_config.py +104 -0
- graphiant_sdk/models/mana_v2_nat_policy_ruleset_config_nullable_rule.py +91 -0
- graphiant_sdk/models/mana_v2_nat_policy_ruleset_config_nullable_rule_rule.py +103 -0
- graphiant_sdk/models/mana_v2_nat_policy_ruleset_rule.py +108 -0
- graphiant_sdk/models/mana_v2_network_slice.py +101 -0
- graphiant_sdk/models/mana_v2_network_slice_peer.py +110 -0
- graphiant_sdk/models/mana_v2_new_site.py +144 -0
- graphiant_sdk/models/mana_v2_notify_filter_profile_include.py +91 -0
- graphiant_sdk/models/mana_v2_notify_filter_profile_include_config.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_address.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_administrative_distance.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_allow_as_in.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_application_match_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_as_path_prepend.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_bfd_instance_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_aggregations_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_multipath_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_neighbor_address_family_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_neighbor_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_redistribute_protocol_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_set_next_hop.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_call_policy.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_communities.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_community.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_content_filter_match_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_core_interface_vlan_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_destination_network_match_config.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_dhcp_subnet_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_dhcp_subnet_static_lease_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_dhcpip_range_list.py +95 -0
- graphiant_sdk/models/mana_v2_nullable_dns_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_domain_list_match_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_dpi_application_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_dscp_match_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ebgp_config.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_enterprise_prefix_set_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_hold_timer.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_i_psec_tunnel_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_i_psec_vpn_profiles_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_interface_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_interface_core_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_interface_ip_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_interface_lagvlan_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_interface_name.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_interface_priority_decrement.py +90 -0
- graphiant_sdk/models/mana_v2_nullable_interface_vlan_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ip_list.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_ip_network_list_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ip_protocol.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_ipfix_exporter_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ipv4_address.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_ipv6_address.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_keep_alive_timer.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_l4_port_list_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_lag_interface_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_lag_member_interface.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_local_preferance.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_max_prefix.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_md5_password.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_meter_rates.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_metric.py +90 -0
- graphiant_sdk/models/mana_v2_nullable_nat_policy_ruleset_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_nat_policy_ruleset_name.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_admin_distance_value.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_area_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_dead_interval_value.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_hello_interval_value.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_interface_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_process_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_redistribute_protocol_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_retransmit_interval_value.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_policy_name.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_prefix_set.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_prefix_set_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_prometheus_remote_write_sink_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_prometheus_rule_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_prometheus_rule_group_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_prometheus_sys_db_monitor_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_protocol_route_type.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_route_tag_set.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_routing_policy_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_routing_protocol.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_security_policy_ruleset_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_security_zone_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_security_zone_pair_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_session_limit.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_set_circuit_config.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_set_circuit_label_config.py +89 -0
- graphiant_sdk/models/mana_v2_nullable_set_dscp_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_set_sla_class_config.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_site_interface_name.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_community_config_value.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_engine_endpoint_config_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_engine_endpoints_address.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_notify_filter_profile_config_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_target_config_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_vacm_group_access_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_vacm_group_member_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_vacm_view_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_source_network_match_config.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_stale_purge.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_static_route_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_syslog_collector_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_tcp_mss_v4.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_tcp_mss_v6.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_traffic_policy_ruleset_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_traffic_policy_ruleset_name.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_usm_local_user_config_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_usm_remote_user_config_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_vacm_group_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_vrrp_group_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_weight.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_zone_firewall_config.py +91 -0
- graphiant_sdk/models/mana_v2_oci_gateway_details.py +91 -0
- graphiant_sdk/models/mana_v2_osp_fv2_process.py +116 -0
- graphiant_sdk/models/mana_v2_osp_fv3_process.py +116 -0
- graphiant_sdk/models/mana_v2_ospf_area.py +119 -0
- graphiant_sdk/models/mana_v2_ospf_area_config.py +106 -0
- graphiant_sdk/models/mana_v2_ospf_interface.py +132 -0
- graphiant_sdk/models/mana_v2_ospf_interface_config.py +124 -0
- graphiant_sdk/models/mana_v2_ospf_process_config.py +131 -0
- graphiant_sdk/models/mana_v2_ospf_redistribute.py +92 -0
- graphiant_sdk/models/mana_v2_ospf_redistribute_protocol_config.py +92 -0
- graphiant_sdk/models/mana_v2_overlay_filter_config.py +96 -0
- graphiant_sdk/models/mana_v2_overlay_filters.py +89 -0
- graphiant_sdk/models/mana_v2_policer.py +89 -0
- graphiant_sdk/models/mana_v2_policy_match.py +98 -0
- graphiant_sdk/models/mana_v2_policy_target.py +111 -0
- graphiant_sdk/models/mana_v2_policy_target_input.py +95 -0
- graphiant_sdk/models/mana_v2_port_range.py +90 -0
- graphiant_sdk/models/mana_v2_port_range_config.py +90 -0
- graphiant_sdk/models/mana_v2_prefix_set.py +122 -0
- graphiant_sdk/models/mana_v2_prefix_set_config.py +110 -0
- graphiant_sdk/models/mana_v2_prefix_set_config_nullable_entry.py +91 -0
- graphiant_sdk/models/mana_v2_prefix_set_config_nullable_entry_entry.py +94 -0
- graphiant_sdk/models/mana_v2_prefix_set_entry.py +96 -0
- graphiant_sdk/models/mana_v2_prefix_set_policy.py +91 -0
- graphiant_sdk/models/mana_v2_prometheus_config.py +121 -0
- graphiant_sdk/models/mana_v2_prometheus_remote_write_sink_config.py +94 -0
- graphiant_sdk/models/mana_v2_prometheus_rule_config.py +98 -0
- graphiant_sdk/models/mana_v2_prometheus_rule_group_config.py +107 -0
- graphiant_sdk/models/mana_v2_prometheus_sys_db_monitor_config.py +92 -0
- graphiant_sdk/models/mana_v2_qo_s_profile.py +99 -0
- graphiant_sdk/models/mana_v2_qo_s_profile_queue.py +92 -0
- graphiant_sdk/models/mana_v2_region.py +91 -0
- graphiant_sdk/models/mana_v2_regional_allocation.py +99 -0
- graphiant_sdk/models/mana_v2_regional_bandwidth_consumption_summary.py +108 -0
- graphiant_sdk/models/mana_v2_route_tag.py +91 -0
- graphiant_sdk/models/mana_v2_route_tag_device.py +97 -0
- graphiant_sdk/models/mana_v2_route_tag_element.py +102 -0
- graphiant_sdk/models/mana_v2_route_tag_id.py +91 -0
- graphiant_sdk/models/mana_v2_route_tag_summary.py +99 -0
- graphiant_sdk/models/mana_v2_routing_policy.py +111 -0
- graphiant_sdk/models/mana_v2_routing_policy_config.py +112 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement.py +91 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement.py +118 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_action.py +91 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_action_action.py +138 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_match.py +91 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_match_match.py +130 -0
- graphiant_sdk/models/mana_v2_routing_policy_statement.py +110 -0
- graphiant_sdk/models/mana_v2_routing_policy_statement_action.py +114 -0
- graphiant_sdk/models/mana_v2_routing_policy_statement_match.py +108 -0
- graphiant_sdk/models/mana_v2_security_policy_rule.py +100 -0
- graphiant_sdk/models/mana_v2_security_policy_rule_row.py +99 -0
- graphiant_sdk/models/mana_v2_security_policy_ruleset.py +110 -0
- graphiant_sdk/models/mana_v2_security_policy_ruleset_config.py +108 -0
- graphiant_sdk/models/mana_v2_security_policy_ruleset_config_nullable_rule.py +91 -0
- graphiant_sdk/models/mana_v2_security_policy_ruleset_config_nullable_rule_rule.py +123 -0
- graphiant_sdk/models/mana_v2_security_policy_ruleset_rule.py +114 -0
- graphiant_sdk/models/mana_v2_security_zone.py +93 -0
- graphiant_sdk/models/mana_v2_security_zone_config.py +102 -0
- graphiant_sdk/models/mana_v2_security_zone_pair_config.py +91 -0
- graphiant_sdk/models/mana_v2_single_route_tag.py +101 -0
- graphiant_sdk/models/mana_v2_single_route_tag_route_tag_element.py +91 -0
- graphiant_sdk/models/mana_v2_site.py +137 -0
- graphiant_sdk/models/mana_v2_site_device_stub.py +89 -0
- graphiant_sdk/models/mana_v2_site_list.py +94 -0
- graphiant_sdk/models/mana_v2_site_list_entry.py +93 -0
- graphiant_sdk/models/mana_v2_site_list_site_entry.py +105 -0
- graphiant_sdk/models/mana_v2_site_to_site_i_psec.py +130 -0
- graphiant_sdk/models/mana_v2_site_to_site_i_psec_i_psec_bgp_routes.py +106 -0
- graphiant_sdk/models/mana_v2_site_to_site_i_psec_i_psec_static_routes.py +87 -0
- graphiant_sdk/models/mana_v2_sla_information.py +91 -0
- graphiant_sdk/models/mana_v2_snmp.py +199 -0
- graphiant_sdk/models/mana_v2_snmp_community.py +89 -0
- graphiant_sdk/models/mana_v2_snmp_config.py +245 -0
- graphiant_sdk/models/mana_v2_snmp_engine_endpoint.py +99 -0
- graphiant_sdk/models/mana_v2_snmp_engine_endpoint_config.py +110 -0
- graphiant_sdk/models/mana_v2_snmp_notify_filter_profile.py +99 -0
- graphiant_sdk/models/mana_v2_snmp_notify_filter_profile_config.py +102 -0
- graphiant_sdk/models/mana_v2_snmp_target.py +107 -0
- graphiant_sdk/models/mana_v2_snmp_target_config.py +105 -0
- graphiant_sdk/models/mana_v2_snmp_usm_local_user.py +97 -0
- graphiant_sdk/models/mana_v2_snmp_usm_local_user_config.py +95 -0
- graphiant_sdk/models/mana_v2_snmp_usm_remote_user.py +97 -0
- graphiant_sdk/models/mana_v2_snmp_usm_remote_user_config.py +95 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_group.py +119 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_group_access.py +99 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_group_access_config.py +99 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_group_member.py +95 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_group_member_config.py +93 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_view.py +99 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_view_config.py +102 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_view_include.py +91 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_view_include_config.py +87 -0
- graphiant_sdk/models/mana_v2_static_dns_servers.py +106 -0
- graphiant_sdk/models/mana_v2_static_route.py +109 -0
- graphiant_sdk/models/mana_v2_static_route_config.py +115 -0
- graphiant_sdk/models/mana_v2_static_route_nexthop.py +100 -0
- graphiant_sdk/models/mana_v2_static_route_nexthop_config.py +95 -0
- graphiant_sdk/models/mana_v2_subnet.py +89 -0
- graphiant_sdk/models/mana_v2_syslog_collector.py +112 -0
- graphiant_sdk/models/mana_v2_syslog_collector_config.py +106 -0
- graphiant_sdk/models/mana_v2_time_period.py +89 -0
- graphiant_sdk/models/mana_v2_traffic_policy_action.py +93 -0
- graphiant_sdk/models/mana_v2_traffic_policy_rule.py +102 -0
- graphiant_sdk/models/mana_v2_traffic_policy_rule_row.py +99 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset.py +110 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config.py +108 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config_nullable_rule.py +91 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config_nullable_rule_rule.py +104 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config_nullable_rule_rule_action.py +123 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_rule.py +108 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_rule_action.py +105 -0
- graphiant_sdk/models/mana_v2_udp_flow_table.py +90 -0
- graphiant_sdk/models/mana_v2_vacm_group_config.py +117 -0
- graphiant_sdk/models/mana_v2_vendor_detail.py +89 -0
- graphiant_sdk/models/mana_v2_version_metadata.py +91 -0
- graphiant_sdk/models/mana_v2_vrf.py +195 -0
- graphiant_sdk/models/mana_v2_vrf_config.py +227 -0
- graphiant_sdk/models/mana_v2_vrrp_group.py +129 -0
- graphiant_sdk/models/mana_v2_vrrp_group_config.py +112 -0
- graphiant_sdk/models/mana_v2_vrrp_group_interface_priority_decrement.py +90 -0
- graphiant_sdk/models/mana_v2_vrrp_group_member.py +103 -0
- graphiant_sdk/models/mana_v2_zone.py +91 -0
- graphiant_sdk/models/mana_v2_zone_firewall_config.py +97 -0
- graphiant_sdk/models/mana_v2_zone_firewall_ip_policy_config.py +95 -0
- graphiant_sdk/models/mana_v2_zone_firewall_policy.py +99 -0
- graphiant_sdk/models/mana_v2_zone_firewall_udp_policy_config.py +91 -0
- graphiant_sdk/models/mana_v2device_snapshot_row.py +112 -0
- graphiant_sdk/models/mana_v2interface_config_type.py +109 -0
- graphiant_sdk/models/mana_v2topology_device.py +118 -0
- graphiant_sdk/models/onboarding_cloud_init_configuration.py +103 -0
- graphiant_sdk/models/onboarding_cloud_init_token.py +105 -0
- graphiant_sdk/models/onboarding_cloud_init_token_token.py +98 -0
- graphiant_sdk/models/onboarding_hardware_inventory.py +124 -0
- graphiant_sdk/models/onboarding_interface.py +100 -0
- graphiant_sdk/models/onboarding_inventory.py +93 -0
- graphiant_sdk/models/onboarding_ip.py +91 -0
- graphiant_sdk/models/onboarding_onboarding_redirection.py +95 -0
- graphiant_sdk/models/onboarding_onboarding_summary.py +104 -0
- graphiant_sdk/models/onboarding_private_gcs_details.py +99 -0
- graphiant_sdk/models/onboarding_private_gcs_inventory_details.py +93 -0
- graphiant_sdk/models/pokedex_device_history_info.py +102 -0
- graphiant_sdk/models/pokedex_device_mapping_info.py +102 -0
- graphiant_sdk/models/routing_afi_route_count.py +89 -0
- graphiant_sdk/models/routing_arp_entry.py +93 -0
- graphiant_sdk/models/routing_nbr_stats.py +88 -0
- graphiant_sdk/models/routing_nd_entry.py +93 -0
- graphiant_sdk/models/routing_ospf_interface.py +105 -0
- graphiant_sdk/models/routing_ospf_nbr.py +102 -0
- graphiant_sdk/models/routing_ospf_network_lsa.py +90 -0
- graphiant_sdk/models/routing_ospf_next_hop.py +102 -0
- graphiant_sdk/models/routing_ospf_route.py +97 -0
- graphiant_sdk/models/routing_ospf_router_lsa.py +95 -0
- graphiant_sdk/models/routing_ospf_router_lsa_link.py +100 -0
- graphiant_sdk/models/routing_ospf_statistics.py +90 -0
- graphiant_sdk/models/routing_ospf_summary_lsa.py +94 -0
- graphiant_sdk/models/routing_ospfas_external_lsa.py +102 -0
- graphiant_sdk/models/routing_ospflsa.py +124 -0
- graphiant_sdk/models/routing_ospflsa_tos_metric.py +90 -0
- graphiant_sdk/models/routing_prefix_filter.py +101 -0
- graphiant_sdk/models/routing_vrrp_entry.py +108 -0
- graphiant_sdk/models/routingbgp_counter.py +98 -0
- graphiant_sdk/models/routingprefix.py +92 -0
- graphiant_sdk/models/search_edge_summary.py +160 -0
- graphiant_sdk/models/search_search_filter.py +91 -0
- graphiant_sdk/models/search_search_result.py +92 -0
- graphiant_sdk/models/statsmon_backbonehealth_control_plane.py +98 -0
- graphiant_sdk/models/statsmon_backbonehealth_data_plane.py +107 -0
- graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response.py +105 -0
- graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response_devices_summary.py +95 -0
- graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary.py +112 -0
- graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary_qoe_session_box.py +106 -0
- graphiant_sdk/models/statsmon_backbonehealth_system_plane.py +160 -0
- graphiant_sdk/models/statsmon_backbonehealth_transition_series.py +95 -0
- graphiant_sdk/models/statsmon_backbonehealth_transitions.py +97 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_enterprise_details.py +114 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_enterprise_summary.py +122 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region.py +94 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region_cloud_summary.py +106 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region_edge_details.py +95 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region_edge_summary.py +104 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_role_summary.py +92 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site.py +98 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_details.py +105 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_edge_provider.py +96 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_provider.py +92 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_summary.py +102 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_top_providers.py +94 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_top_regions.py +100 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_top_sites.py +92 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_chart.py +97 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_chart_value.py +98 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_csv_details.py +95 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_csv_record.py +100 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_time_window.py +99 -0
- graphiant_sdk/models/statsmon_circuit_incidents.py +90 -0
- graphiant_sdk/models/statsmon_circuit_summary.py +114 -0
- graphiant_sdk/models/statsmon_circuit_utilization.py +100 -0
- graphiant_sdk/models/statsmon_circuits_incidents.py +97 -0
- graphiant_sdk/models/statsmon_circuits_incidents_data.py +109 -0
- graphiant_sdk/models/statsmon_circuits_incidents_selector.py +87 -0
- graphiant_sdk/models/statsmon_circuits_utilization_selector.py +87 -0
- graphiant_sdk/models/statsmon_extranet_edge_status.py +101 -0
- graphiant_sdk/models/statsmon_extranet_prefix_health.py +89 -0
- graphiant_sdk/models/statsmon_extranet_server_status.py +89 -0
- graphiant_sdk/models/statsmon_extranet_service_health.py +100 -0
- graphiant_sdk/models/statsmon_extranet_site_status.py +101 -0
- graphiant_sdk/models/statsmon_queue_utilization.py +96 -0
- graphiant_sdk/models/statsmon_time_window.py +99 -0
- graphiant_sdk/models/statsmon_troubleshooting_circuit_filter.py +87 -0
- graphiant_sdk/models/statsmon_troubleshooting_control_plane.py +106 -0
- graphiant_sdk/models/statsmon_troubleshooting_crash.py +91 -0
- graphiant_sdk/models/statsmon_troubleshooting_data_plane.py +107 -0
- graphiant_sdk/models/statsmon_troubleshooting_device_filter.py +89 -0
- graphiant_sdk/models/statsmon_troubleshooting_edge_status.py +91 -0
- graphiant_sdk/models/statsmon_troubleshooting_filter.py +95 -0
- graphiant_sdk/models/statsmon_troubleshooting_issue.py +118 -0
- graphiant_sdk/models/statsmon_troubleshooting_lan_segment_filter.py +87 -0
- graphiant_sdk/models/statsmon_troubleshooting_last_crash.py +95 -0
- graphiant_sdk/models/statsmon_troubleshooting_maintenance_window.py +91 -0
- graphiant_sdk/models/statsmon_troubleshooting_overheating.py +91 -0
- graphiant_sdk/models/statsmon_troubleshooting_region.py +89 -0
- graphiant_sdk/models/statsmon_troubleshooting_region_filter.py +91 -0
- graphiant_sdk/models/statsmon_troubleshooting_session_sla.py +97 -0
- graphiant_sdk/models/statsmon_troubleshooting_site_filter.py +89 -0
- graphiant_sdk/models/statsmon_troubleshooting_sla_value.py +101 -0
- graphiant_sdk/models/statsmon_troubleshooting_system_plane.py +160 -0
- graphiant_sdk/models/statsmon_troubleshooting_system_stat.py +97 -0
- graphiant_sdk/models/statsmon_troubleshooting_time_window.py +99 -0
- graphiant_sdk/models/statsmon_troubleshooting_transitions.py +97 -0
- graphiant_sdk/models/statsmon_twamp_visual_data.py +108 -0
- graphiant_sdk/models/statsmon_twamp_visual_selector.py +89 -0
- graphiant_sdk/models/statsmon_v2_bfd_stats_selector.py +92 -0
- graphiant_sdk/models/statsmon_v2_bgp_stats_selector.py +91 -0
- graphiant_sdk/models/statsmon_v2_circuit_bandwidth_stats_selector.py +90 -0
- graphiant_sdk/models/statsmon_v2_circuit_incidents.py +91 -0
- graphiant_sdk/models/statsmon_v2_circuit_incidents_data.py +101 -0
- graphiant_sdk/models/statsmon_v2_circuit_incidents_data_sample.py +109 -0
- graphiant_sdk/models/statsmon_v2_circuit_incidents_data_sample_incidents.py +90 -0
- graphiant_sdk/models/statsmon_v2_circuit_incidents_selector.py +87 -0
- graphiant_sdk/models/statsmon_v2_circuit_summary.py +136 -0
- graphiant_sdk/models/statsmon_v2_circuit_utilization_selector.py +87 -0
- graphiant_sdk/models/statsmon_v2_connection.py +109 -0
- graphiant_sdk/models/statsmon_v2_device_segments.py +97 -0
- graphiant_sdk/models/statsmon_v2_edge.py +114 -0
- graphiant_sdk/models/statsmon_v2_edgeedge_circuit_info.py +109 -0
- graphiant_sdk/models/statsmon_v2_generic_system_stats_selector.py +87 -0
- graphiant_sdk/models/statsmon_v2_interface_stats_selector.py +89 -0
- graphiant_sdk/models/statsmon_v2_ip_sec_stats_selector.py +89 -0
- graphiant_sdk/models/statsmon_v2_node.py +120 -0
- graphiant_sdk/models/statsmon_v2_node_circuit_info.py +116 -0
- graphiant_sdk/models/statsmon_v2_node_connection.py +109 -0
- graphiant_sdk/models/statsmon_v2_node_device_info.py +121 -0
- graphiant_sdk/models/statsmon_v2_ospf_stats_selector.py +91 -0
- graphiant_sdk/models/statsmon_v2_policy_stats_selector.py +90 -0
- graphiant_sdk/models/statsmon_v2_queue_instant_stats_selector.py +91 -0
- graphiant_sdk/models/statsmon_v2_queue_stats_selector.py +93 -0
- graphiant_sdk/models/statsmon_v2_queue_utilization.py +98 -0
- graphiant_sdk/models/statsmon_v2_site_info.py +93 -0
- graphiant_sdk/models/statsmon_v2_stats_sample.py +95 -0
- graphiant_sdk/models/statsmon_v2_system_stats_selector.py +87 -0
- graphiant_sdk/models/statsmon_v2_time_window.py +99 -0
- graphiant_sdk/models/statsmon_v2_twamp_stats_selector.py +94 -0
- graphiant_sdk/models/statsmon_v2_twamp_visual_selector.py +91 -0
- graphiant_sdk/models/statsmon_v2_vrf_route.py +93 -0
- graphiant_sdk/models/statsmon_v2_vrf_routes.py +101 -0
- graphiant_sdk/models/syslogmon_histogram.py +94 -0
- graphiant_sdk/models/syslogmon_log.py +102 -0
- graphiant_sdk/models/syslogmon_syslogs_selector.py +89 -0
- graphiant_sdk/models/upgrade_gcs_release_category.py +89 -0
- graphiant_sdk/models/upgrade_gcs_release_details.py +103 -0
- graphiant_sdk/models/upgrade_inventory_key.py +90 -0
- graphiant_sdk/models/upgrade_release_summary.py +106 -0
- graphiant_sdk/models/upgrade_running_sw_version.py +93 -0
- graphiant_sdk/models/upgrade_schedule.py +108 -0
- graphiant_sdk/models/upgrade_sw_version.py +91 -0
- graphiant_sdk/models/upgrade_upgrade_canary_profile.py +97 -0
- graphiant_sdk/models/upgrade_upgrade_occurrence.py +93 -0
- graphiant_sdk/models/upgrade_upgrade_summary.py +124 -0
- graphiant_sdk/models/v1_account_email_patch_request.py +3 -3
- graphiant_sdk/models/v1_account_mfa_confirmation_post_request.py +6 -6
- graphiant_sdk/models/v1_account_mfa_confirmation_post_response.py +87 -0
- graphiant_sdk/models/v1_account_mfa_delete_request.py +87 -0
- graphiant_sdk/models/v1_account_mfa_get_response.py +87 -0
- graphiant_sdk/models/v1_account_mfa_put_request.py +1 -1
- graphiant_sdk/models/v1_account_mfa_put_response.py +93 -0
- graphiant_sdk/models/v1_account_password_patch_request.py +3 -3
- graphiant_sdk/models/v1_activity_logs_post_request.py +11 -11
- graphiant_sdk/models/v1_activity_logs_post_response.py +117 -0
- graphiant_sdk/models/v1_activity_logs_post_response_activity_items.py +95 -0
- graphiant_sdk/models/v1_alarm_history_get_request.py +87 -0
- graphiant_sdk/models/v1_alarm_history_get_response.py +95 -0
- graphiant_sdk/models/v1_alarm_mute_alarm_id_put_request.py +2 -2
- graphiant_sdk/models/v1_alarms_events_get_request.py +87 -0
- graphiant_sdk/models/v1_alarms_events_get_response.py +87 -0
- graphiant_sdk/models/v1_alarms_list_get_response.py +95 -0
- graphiant_sdk/models/v1_apps_app_summary_post_request.py +3 -3
- graphiant_sdk/models/v1_apps_app_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_apps_bandwidth_post_request.py +3 -3
- graphiant_sdk/models/v1_apps_bandwidth_post_response.py +95 -0
- graphiant_sdk/models/v1_apps_device_device_id_top_post_request.py +4 -4
- graphiant_sdk/models/v1_apps_device_device_id_top_post_response.py +97 -0
- graphiant_sdk/models/v1_apps_site_site_id_top_post_request.py +94 -0
- graphiant_sdk/models/v1_apps_site_site_id_top_post_response.py +97 -0
- graphiant_sdk/models/v1_apps_visualization_post_request.py +5 -5
- graphiant_sdk/models/v1_apps_visualization_post_response.py +102 -0
- graphiant_sdk/models/v1_audit_logs_post_request.py +8 -8
- graphiant_sdk/models/v1_audit_logs_post_response.py +110 -0
- graphiant_sdk/models/v1_auth_delete_response.py +89 -0
- graphiant_sdk/models/v1_auth_error_post_response.py +96 -0
- graphiant_sdk/models/v1_auth_gcs_post_request.py +89 -0
- graphiant_sdk/models/v1_auth_get_response.py +93 -0
- graphiant_sdk/models/v1_auth_login_callback_post500_response.py +87 -0
- graphiant_sdk/models/v1_auth_login_post_request.py +3 -3
- graphiant_sdk/models/v1_auth_login_post_response.py +101 -0
- graphiant_sdk/models/v1_auth_login_pre_get_response.py +102 -0
- graphiant_sdk/models/v1_auth_login_saml_get401_response.py +87 -0
- graphiant_sdk/models/v1_auth_login_saml_get500_response.py +87 -0
- graphiant_sdk/models/v1_auth_login_temp_post_request.py +4 -4
- graphiant_sdk/models/v1_auth_mfa_patch_request.py +2 -2
- graphiant_sdk/models/v1_auth_mfa_post500_response.py +87 -0
- graphiant_sdk/models/v1_auth_mfa_post_request.py +93 -0
- graphiant_sdk/models/v1_auth_mfa_types_get_response.py +87 -0
- graphiant_sdk/models/v1_auth_mfa_types_put_request.py +87 -0
- graphiant_sdk/models/v1_auth_patch_request.py +93 -0
- graphiant_sdk/models/v1_auth_patch_response.py +89 -0
- graphiant_sdk/models/v1_auth_put_request.py +93 -0
- graphiant_sdk/models/v1_auth_put_response.py +89 -0
- graphiant_sdk/models/v1_auth_refresh_get200_response.py +137 -0
- graphiant_sdk/models/v1_auth_refresh_get403_response.py +87 -0
- graphiant_sdk/models/v1_auth_refresh_get422_response.py +87 -0
- graphiant_sdk/models/v1_auth_refresh_get_entry_point_response.py +87 -0
- graphiant_sdk/models/v1_auth_session_get403_response.py +87 -0
- graphiant_sdk/models/v1_auth_session_get422_response.py +87 -0
- graphiant_sdk/models/v1_auth_user_get_response.py +97 -0
- graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post_response.py +91 -0
- graphiant_sdk/models/v1_backbone_health_device_device_id_post_request.py +91 -0
- graphiant_sdk/models/v1_backbone_health_device_device_id_post_response.py +137 -0
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get_response.py +105 -0
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get_response_device_et_wan_summary.py +99 -0
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get_response_region_status.py +93 -0
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response.py +115 -0
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response_devices_summary.py +95 -0
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response_region_status.py +98 -0
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response_sla_summary.py +120 -0
- graphiant_sdk/models/v1_backbone_health_filter_get_response.py +135 -0
- graphiant_sdk/models/v1_backbone_health_overview_post_request.py +3 -3
- graphiant_sdk/models/v1_backbone_health_overview_post_response.py +95 -0
- graphiant_sdk/models/v1_backbone_health_overview_post_response_device_summary.py +107 -0
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_request.py +3 -3
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_response.py +101 -0
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_response_device_counts.py +95 -0
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_response_device_counts_device_count.py +89 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_csv_post_request.py +91 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post_request.py +91 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post_request.py +91 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post_request.py +3 -3
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_cloud_csv_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_cloud_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_chart_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_chart_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_csv_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_details_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_details_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_summary_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_chart_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_chart_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_csv_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_details_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_details_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_summary_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_chart_post_request.py +3 -3
- graphiant_sdk/models/v1_bwtracker_region_site_chart_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_details_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_region_site_details_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_chart_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_chart_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_details_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_details_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_summary_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_region_site_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_site_csv_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_site_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_site_gateway_csv_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_site_gateway_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get_response.py +95 -0
- graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get_response_assurance.py +93 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_get_response.py +95 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row.py +132 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row_app_entry.py +87 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row_lan_entry.py +87 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row_site_entry.py +87 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_id_get_response.py +91 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_id_put_request.py +3 -3
- graphiant_sdk/models/v1_data_assurance_assurances_global_id_put_response.py +87 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_request.py +3 -3
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_response.py +89 -0
- graphiant_sdk/models/v1_data_assurance_flex_algos_get_response.py +95 -0
- graphiant_sdk/models/v1_data_assurance_flex_algos_get_response_entry.py +91 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get_response.py +99 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_details_get_response.py +91 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_odp_nbrid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_odp_nbrid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_lsdb_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_lsdb_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_rib_get_request.py +97 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_rib_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get_response.py +100 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_nbrid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_nbrid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interfaceid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interfaceid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_lsdb_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_lsdb_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_nbr_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_nbr_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_areaid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_areaid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_lsdb_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_lsdb_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_rib_get_request.py +97 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_rib_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_statistics_get_response.py +100 -0
- graphiant_sdk/models/v1_device_routing_rib_route_count_post_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_rib_route_count_post_response_route_count.py +89 -0
- graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get_response.py +111 -0
- graphiant_sdk/models/v1_device_routing_vrf_bgp_graphiant_eiroute_count_get_response.py +91 -0
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_request.py +3 -3
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_response_route_count.py +89 -0
- graphiant_sdk/models/v1_device_snapshot_device_id_get_response.py +95 -0
- graphiant_sdk/models/v1_device_snapshot_get_request.py +91 -0
- graphiant_sdk/models/v1_device_snapshot_get_response.py +101 -0
- graphiant_sdk/models/v1_device_status_history_post_response.py +95 -0
- graphiant_sdk/models/v1_device_status_post_request.py +90 -0
- graphiant_sdk/models/v1_device_status_post_response.py +95 -0
- graphiant_sdk/models/v1_devices_bringup_post_response.py +95 -0
- graphiant_sdk/models/v1_devices_bringup_token_post_request.py +3 -3
- graphiant_sdk/models/v1_devices_bringup_token_post_response.py +93 -0
- graphiant_sdk/models/v1_devices_device_id_arp_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get_response_circuit_info.py +93 -0
- graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get_response.py +100 -0
- graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get_response_vrf_associations.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_config_put_request.py +9 -9
- graphiant_sdk/models/v1_devices_device_id_config_put_response.py +89 -0
- graphiant_sdk/models/v1_devices_device_id_connectivity_get_response.py +105 -0
- graphiant_sdk/models/v1_devices_device_id_dhcp_server_leases_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_draft_get_response.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_draft_post_request.py +3 -3
- graphiant_sdk/models/v1_devices_device_id_draft_post_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_edges_get_request.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_edges_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_device_id_get_response.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_interfaces_get_request.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_interfaces_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get_response.py +93 -0
- graphiant_sdk/models/v1_devices_device_id_ndcache_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_ospfv3_default_originate_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_ospfv3_default_originate_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_policy_applications_get_request.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_policy_applications_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_device_id_policy_applications_get_response_application.py +93 -0
- graphiant_sdk/models/v1_devices_device_id_policy_customapplications_get_request.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_policy_customapplications_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_device_id_policy_customapplications_get_response_application.py +93 -0
- graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_staged_config_compare_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_twamp_core_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_versions_compare_get_request.py +90 -0
- graphiant_sdk/models/v1_devices_device_id_versions_compare_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_versions_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_versions_version_get_response.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get_response.py +88 -0
- graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get_request.py +89 -0
- graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get_response.py +97 -0
- graphiant_sdk/models/v1_devices_device_id_vrrp_get_request.py +90 -0
- graphiant_sdk/models/v1_devices_device_id_vrrp_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_get_request.py +103 -0
- graphiant_sdk/models/v1_devices_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_inventory_clear_return_post_request.py +87 -0
- graphiant_sdk/models/v1_devices_inventory_get_request.py +93 -0
- graphiant_sdk/models/v1_devices_inventory_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_inventory_post_request.py +3 -3
- graphiant_sdk/models/v1_devices_inventory_post_response.py +95 -0
- graphiant_sdk/models/v1_devices_inventory_post_response_data.py +89 -0
- graphiant_sdk/models/v1_devices_inventory_request_return_post_request.py +87 -0
- graphiant_sdk/models/v1_devices_inventory_serial_num_post_request.py +87 -0
- graphiant_sdk/models/v1_devices_inventory_serial_num_post_response.py +95 -0
- graphiant_sdk/models/v1_devices_oauth_authorization_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_oauth_post_request.py +104 -0
- graphiant_sdk/models/v1_devices_oauth_post_response.py +91 -0
- graphiant_sdk/models/v1_devices_oauth_redirect_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_oauth_redirect_get_response.py +91 -0
- graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get_response_protocol_count.py +93 -0
- graphiant_sdk/models/v1_devices_running_version_post_request.py +87 -0
- graphiant_sdk/models/v1_devices_running_version_post_response.py +95 -0
- graphiant_sdk/models/v1_devices_session_status_post_response.py +123 -0
- graphiant_sdk/models/v1_devices_session_status_post_response_data.py +93 -0
- graphiant_sdk/models/v1_devices_summary_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_summary_get_response_site_summary.py +99 -0
- graphiant_sdk/models/v1_devices_summary_get_response_site_summary_device_summary.py +108 -0
- graphiant_sdk/models/v1_devices_upgrade_cancel_put_request.py +87 -0
- graphiant_sdk/models/v1_devices_upgrade_schedule_put_request.py +9 -9
- graphiant_sdk/models/v1_devices_upgrade_schedule_put_request_device_version.py +93 -0
- graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post_request.py +2 -2
- graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post_response.py +87 -0
- graphiant_sdk/models/v1_diagnostic_archive_edit_archive_id_put_request.py +87 -0
- graphiant_sdk/models/v1_diagnostic_archives_device_id_get_response.py +95 -0
- graphiant_sdk/models/v1_diagnostic_bgp_reset_device_id_put_request.py +4 -4
- graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request.py +3 -3
- graphiant_sdk/models/v1_diagnostic_gnmi_ping_get_request.py +88 -0
- graphiant_sdk/models/v1_diagnostic_gnmi_ping_get_response.py +95 -0
- graphiant_sdk/models/v1_diagnostic_gnmi_ping_get_response_result.py +97 -0
- graphiant_sdk/models/v1_diagnostic_interface_reset_device_id_put_request.py +2 -2
- graphiant_sdk/models/v1_diagnostic_otp_device_id_get_response.py +87 -0
- graphiant_sdk/models/v1_diagnostic_packetcapture_pcap_id_get_response.py +96 -0
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request.py +9 -9
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_response.py +87 -0
- graphiant_sdk/models/v1_diagnostic_packetcapture_stop_post_request.py +87 -0
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request.py +6 -6
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_response.py +93 -0
- graphiant_sdk/models/v1_diagnostic_ping_post_request.py +98 -0
- graphiant_sdk/models/v1_diagnostic_ping_post_response.py +93 -0
- graphiant_sdk/models/v1_diagnostic_reboot_device_id_put_request.py +3 -3
- graphiant_sdk/models/v1_diagnostic_reset_ipsec_session_device_id_put_request.py +3 -3
- graphiant_sdk/models/v1_diagnostic_speedtest_post_request.py +4 -4
- graphiant_sdk/models/v1_diagnostic_speedtest_post_response.py +93 -0
- graphiant_sdk/models/v1_diagnostic_speedtest_providers_get_response.py +87 -0
- graphiant_sdk/models/v1_diagnostic_speedtest_report_put_request.py +3 -3
- graphiant_sdk/models/v1_diagnostic_speedtest_report_put_response.py +89 -0
- graphiant_sdk/models/v1_diagnostic_speedtest_servers_get_request.py +92 -0
- graphiant_sdk/models/v1_diagnostic_speedtest_servers_get_response.py +95 -0
- graphiant_sdk/models/v1_diagnostic_traceroute_post_request.py +98 -0
- graphiant_sdk/models/v1_diagnostic_traceroute_post_response.py +93 -0
- graphiant_sdk/models/v1_edges_hardware_assigned_get_request.py +87 -0
- graphiant_sdk/models/v1_edges_hardware_assigned_get_response.py +95 -0
- graphiant_sdk/models/v1_edges_hardware_unassigned_get_response.py +98 -0
- graphiant_sdk/models/v1_edges_summary_get_request.py +97 -0
- graphiant_sdk/models/v1_edges_summary_get_response.py +98 -0
- graphiant_sdk/models/v1_enterprise_allocation_get_request.py +91 -0
- graphiant_sdk/models/v1_enterprise_allocation_get_response.py +116 -0
- graphiant_sdk/models/v1_enterprise_configuration_get_response.py +91 -0
- graphiant_sdk/models/v1_enterprise_configuration_put_request.py +91 -0
- graphiant_sdk/models/v1_enterprise_contract_put_request.py +4 -4
- graphiant_sdk/models/v1_enterprise_snapshot_get_response.py +110 -0
- graphiant_sdk/models/v1_enterprises_enterprise_id_admin_get_response.py +87 -0
- graphiant_sdk/models/v1_enterprises_enterprise_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_enterprises_enterprise_id_device_status_get_request.py +87 -0
- graphiant_sdk/models/v1_enterprises_enterprise_id_device_status_get_response.py +95 -0
- graphiant_sdk/models/v1_enterprises_get_response.py +95 -0
- graphiant_sdk/models/v1_enterprises_managed_get_response.py +101 -0
- graphiant_sdk/models/v1_enterprises_patch_request.py +1 -1
- graphiant_sdk/models/v1_enterprises_put_request.py +2 -2
- graphiant_sdk/models/v1_enterprises_self_delete_response.py +89 -0
- graphiant_sdk/models/v1_event_device_get_request.py +94 -0
- graphiant_sdk/models/v1_event_device_get_response.py +95 -0
- graphiant_sdk/models/v1_event_enterprise_get_request.py +93 -0
- graphiant_sdk/models/v1_event_enterprise_get_response.py +95 -0
- graphiant_sdk/models/v1_event_system_get_response.py +95 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_request.py +8 -6
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_response.py +106 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_request.py +4 -4
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_response.py +99 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_request.py +4 -4
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_response.py +115 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_request.py +4 -4
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_response.py +87 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post_request.py +89 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post_response.py +95 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request.py +8 -6
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_response.py +104 -0
- graphiant_sdk/models/v1_extranet_sites_usage_post_request.py +105 -0
- graphiant_sdk/models/v1_extranet_sites_usage_post_response.py +106 -0
- graphiant_sdk/models/v1_extranet_sites_usage_top_post_request.py +3 -3
- graphiant_sdk/models/v1_extranet_sites_usage_top_post_response.py +95 -0
- graphiant_sdk/models/v1_extranet_sites_usage_top_post_response_site_usage.py +91 -0
- graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get_response.py +97 -0
- graphiant_sdk/models/v1_extranets_b2b_consumer_id_get_response.py +109 -0
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request.py +6 -6
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_response.py +117 -0
- graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_customer_info_id_get_response.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_general_customers_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_general_services_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_id_producer_get_request.py +91 -0
- graphiant_sdk/models/v1_extranets_b2b_id_producer_get_response.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_id_put_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_id_put_response.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_request.py +89 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response.py +166 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response_ipsec_vpn_tunnel_config.py +150 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get_request.py +87 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request.py +16 -16
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_response.py +111 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_get_response.py +96 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_response.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_id_get_request.py +87 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_id_get_response.py +99 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_response.py +97 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_services_summary_id_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_post_response.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_producer_device_status_id_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_producers_summary_get_request.py +87 -0
- graphiant_sdk/models/v1_extranets_b2b_producers_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_get_request.py +93 -0
- graphiant_sdk/models/v1_extranets_get_response.py +101 -0
- graphiant_sdk/models/v1_extranets_id_apply_post_response.py +97 -0
- graphiant_sdk/models/v1_extranets_id_delete_response.py +95 -0
- graphiant_sdk/models/v1_extranets_id_get_response.py +91 -0
- graphiant_sdk/models/v1_extranets_id_put_request.py +91 -0
- graphiant_sdk/models/v1_extranets_id_put_response.py +91 -0
- graphiant_sdk/models/v1_extranets_id_status_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get_request.py +91 -0
- graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get_response_vrf.py +89 -0
- graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get_request.py +89 -0
- graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get_response.py +100 -0
- graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get_response_allocation.py +95 -0
- graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post_response.py +105 -0
- graphiant_sdk/models/v1_extranets_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_post_response.py +91 -0
- graphiant_sdk/models/v1_extranets_resolve_policy_target_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_resolve_policy_target_post_response.py +95 -0
- graphiant_sdk/models/v1_extranets_source_segments_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_source_segments_post_response.py +95 -0
- graphiant_sdk/models/v1_flows_flow_table_post_request.py +11 -11
- graphiant_sdk/models/v1_flows_flow_table_post_response.py +101 -0
- graphiant_sdk/models/v1_flows_topology_post_request.py +6 -6
- graphiant_sdk/models/v1_flows_topology_post_response.py +95 -0
- graphiant_sdk/models/v1_gateways_guest_consumer_match_id_get_response.py +103 -0
- graphiant_sdk/models/v1_gateways_guest_consumer_match_id_get_response_ipsec_vpn_tunnel_config.py +150 -0
- graphiant_sdk/models/v1_gateways_id_details_get_response.py +91 -0
- graphiant_sdk/models/v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get_response.py +89 -0
- graphiant_sdk/models/v1_gateways_post_request.py +3 -3
- graphiant_sdk/models/v1_gateways_post_response.py +89 -0
- graphiant_sdk/models/v1_gateways_put_request.py +3 -3
- graphiant_sdk/models/v1_gateways_reference_consumer_get_request.py +91 -0
- graphiant_sdk/models/v1_gateways_reference_consumer_get_response.py +91 -0
- graphiant_sdk/models/v1_gateways_regions_get_response.py +95 -0
- graphiant_sdk/models/v1_gateways_status_post_request.py +3 -3
- graphiant_sdk/models/v1_gateways_status_post_request_device_info.py +89 -0
- graphiant_sdk/models/v1_gateways_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_app_list_options_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_app_lists_app_list_id_details_apps_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_app_lists_app_list_id_get_response.py +91 -0
- graphiant_sdk/models/v1_global_apps_app_lists_app_list_id_put_request.py +91 -0
- graphiant_sdk/models/v1_global_apps_app_lists_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_app_lists_get_response_entry.py +95 -0
- graphiant_sdk/models/v1_global_apps_app_lists_post_request.py +3 -3
- graphiant_sdk/models/v1_global_apps_app_lists_post_response.py +91 -0
- graphiant_sdk/models/v1_global_apps_categories_category_id_apps_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_categories_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_categories_get_response_entry.py +93 -0
- graphiant_sdk/models/v1_global_apps_custom_app_id_details_app_lists_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_custom_app_id_get_response.py +91 -0
- graphiant_sdk/models/v1_global_apps_custom_app_id_put_request.py +91 -0
- graphiant_sdk/models/v1_global_apps_custom_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_custom_get_response_entry.py +101 -0
- graphiant_sdk/models/v1_global_apps_custom_post_request.py +3 -3
- graphiant_sdk/models/v1_global_apps_custom_post_response.py +91 -0
- graphiant_sdk/models/v1_global_apps_graphiant_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_graphiant_get_response_entry.py +95 -0
- graphiant_sdk/models/v1_global_attached_edges_post_response.py +95 -0
- graphiant_sdk/models/v1_global_config_patch_request.py +24 -24
- graphiant_sdk/models/v1_global_config_patch_response.py +103 -0
- graphiant_sdk/models/v1_global_config_site_post_request.py +5 -5
- graphiant_sdk/models/v1_global_device_status_get_request.py +97 -0
- graphiant_sdk/models/v1_global_device_status_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ipfix_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_ipfix_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ipfix_post_response.py +95 -0
- graphiant_sdk/models/v1_global_ipfix_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_ipfix_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ipsec_profile_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ipsec_profile_get_response_i_psec_profile_count.py +92 -0
- graphiant_sdk/models/v1_global_ipsec_profile_id_get_response.py +91 -0
- graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response_site_to_site_vpn.py +94 -0
- graphiant_sdk/models/v1_global_lan_segments_get_response.py +95 -0
- graphiant_sdk/models/v1_global_lan_segments_get_response_entry.py +103 -0
- graphiant_sdk/models/v1_global_lan_segments_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_global_lan_segments_post_response.py +89 -0
- graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get_response.py +97 -0
- graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get_response_entry.py +95 -0
- graphiant_sdk/models/v1_global_prefix_sets_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_prefix_sets_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_prefix_sets_post_request.py +87 -0
- graphiant_sdk/models/v1_global_prefix_sets_post_response.py +95 -0
- graphiant_sdk/models/v1_global_prefix_sets_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_prefix_sets_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_routing_policies_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_routing_policies_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_routing_policies_post_request.py +87 -0
- graphiant_sdk/models/v1_global_routing_policies_post_response.py +95 -0
- graphiant_sdk/models/v1_global_routing_policies_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_routing_policies_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_site_lists_get_response.py +97 -0
- graphiant_sdk/models/v1_global_site_lists_get_response_entry.py +103 -0
- graphiant_sdk/models/v1_global_site_lists_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_global_site_lists_id_get_response.py +97 -0
- graphiant_sdk/models/v1_global_site_lists_id_put_request.py +97 -0
- graphiant_sdk/models/v1_global_site_lists_id_put_response.py +89 -0
- graphiant_sdk/models/v1_global_site_lists_id_sites_get_response.py +95 -0
- graphiant_sdk/models/v1_global_site_lists_post_request.py +3 -3
- graphiant_sdk/models/v1_global_site_lists_post_response.py +89 -0
- graphiant_sdk/models/v1_global_site_status_get_request.py +97 -0
- graphiant_sdk/models/v1_global_site_status_get_response.py +95 -0
- graphiant_sdk/models/v1_global_snmps_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_snmps_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_snmps_post_request.py +87 -0
- graphiant_sdk/models/v1_global_snmps_post_response.py +95 -0
- graphiant_sdk/models/v1_global_snmps_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_snmps_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_summary_post_response.py +95 -0
- graphiant_sdk/models/v1_global_syslogs_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_syslogs_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_syslogs_post_request.py +87 -0
- graphiant_sdk/models/v1_global_syslogs_post_response.py +95 -0
- graphiant_sdk/models/v1_global_syslogs_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_syslogs_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_traffic_policies_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_traffic_policies_device_get_response.py +91 -0
- graphiant_sdk/models/v1_global_traffic_policies_post_request.py +87 -0
- graphiant_sdk/models/v1_global_traffic_policies_post_response.py +91 -0
- graphiant_sdk/models/v1_global_traffic_policies_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_traffic_policies_site_get_response.py +91 -0
- graphiant_sdk/models/v1_groups_enterprises_get_response.py +95 -0
- graphiant_sdk/models/v1_groups_get_response.py +95 -0
- graphiant_sdk/models/v1_groups_id_delete_request.py +87 -0
- graphiant_sdk/models/v1_groups_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_groups_id_enterprises_enterprise_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_groups_id_enterprises_post_request.py +2 -2
- graphiant_sdk/models/v1_groups_id_get_response.py +91 -0
- graphiant_sdk/models/v1_groups_id_members_delete_post_request.py +2 -2
- graphiant_sdk/models/v1_groups_id_members_delete_post_response.py +89 -0
- graphiant_sdk/models/v1_groups_id_members_get_response.py +95 -0
- graphiant_sdk/models/v1_groups_id_members_member_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_groups_id_members_post_request.py +1 -1
- graphiant_sdk/models/v1_groups_id_members_post_response.py +89 -0
- graphiant_sdk/models/v1_groups_id_patch_request.py +3 -3
- graphiant_sdk/models/v1_groups_id_patch_response.py +89 -0
- graphiant_sdk/models/v1_groups_put_request.py +6 -6
- graphiant_sdk/models/v1_groups_root_get_response.py +95 -0
- graphiant_sdk/models/v1_healthcheck_devices_get_request.py +90 -0
- graphiant_sdk/models/v1_healthcheck_devices_get_response.py +95 -0
- graphiant_sdk/models/v1_invitation_email_post_request.py +6 -4
- graphiant_sdk/models/v1_lan_segments_get_request.py +95 -0
- graphiant_sdk/models/v1_lan_segments_get_response.py +101 -0
- graphiant_sdk/models/v1_lldp_interface_id_neighbors_get_request.py +87 -0
- graphiant_sdk/models/v1_lldp_interface_id_neighbors_get_response.py +95 -0
- graphiant_sdk/models/v1_lldp_interface_id_summary_get_response.py +89 -0
- graphiant_sdk/models/v1_lldp_interface_id_vendors_get_response.py +95 -0
- graphiant_sdk/models/v1_logs_post_request.py +8 -8
- graphiant_sdk/models/v1_logs_post_response.py +110 -0
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request.py +6 -6
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_response.py +95 -0
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_response_data.py +101 -0
- graphiant_sdk/models/v1_monitoring_circuits_incidents_post_request.py +104 -0
- graphiant_sdk/models/v1_monitoring_circuits_incidents_post_response.py +95 -0
- graphiant_sdk/models/v1_monitoring_circuits_summary_post_request.py +94 -0
- graphiant_sdk/models/v1_monitoring_circuits_summary_post_response.py +95 -0
- graphiant_sdk/models/v1_monitoring_circuits_utilization_post_request.py +104 -0
- graphiant_sdk/models/v1_monitoring_circuits_utilization_post_response.py +95 -0
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request.py +6 -6
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post_response.py +97 -0
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post_response_data.py +101 -0
- graphiant_sdk/models/v1_nat_entries_device_id_get_request.py +103 -0
- graphiant_sdk/models/v1_nat_entries_device_id_get_response.py +107 -0
- graphiant_sdk/models/v1_nat_utilization_device_id_get_response.py +97 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_delete_request.py +87 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_get_response.py +95 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_post_request.py +95 -0
- graphiant_sdk/models/v1_policy_applications_get_request.py +91 -0
- graphiant_sdk/models/v1_policy_applications_get_response.py +101 -0
- graphiant_sdk/models/v1_policy_applications_get_response_application.py +93 -0
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_request.py +6 -6
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_request_entry.py +94 -0
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_request_nullable_entry.py +91 -0
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_request_nullable_entry_entry.py +94 -0
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_response.py +91 -0
- graphiant_sdk/models/v1_policy_prefix_sets_post_request.py +6 -6
- graphiant_sdk/models/v1_policy_prefix_sets_post_request_entry.py +92 -0
- graphiant_sdk/models/v1_policy_prefix_sets_post_request_prefix_set_entry.py +94 -0
- graphiant_sdk/models/v1_policy_prefix_sets_post_response.py +91 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_id_delete_response.py +87 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_post_request.py +3 -3
- graphiant_sdk/models/v1_policy_route_tag_sets_post_response.py +87 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get_request.py +91 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get_response.py +95 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get_response.py +95 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_portal_apikeys_get_response.py +95 -0
- graphiant_sdk/models/v1_portal_apikeys_post_request.py +3 -3
- graphiant_sdk/models/v1_portal_apikeys_post_response.py +87 -0
- graphiant_sdk/models/v1_portal_private_details_get_response.py +95 -0
- graphiant_sdk/models/v1_portal_private_inventory_details_get_response.py +95 -0
- graphiant_sdk/models/v1_portal_private_post_request.py +3 -3
- graphiant_sdk/models/v1_portal_private_register_post_request.py +91 -0
- graphiant_sdk/models/v1_portal_private_sync_post_request.py +3 -3
- graphiant_sdk/models/v1_presharedkey_get_response.py +87 -0
- graphiant_sdk/models/v1_qos_circuit_profiles_get_response.py +95 -0
- graphiant_sdk/models/v1_regions_get_response.py +95 -0
- graphiant_sdk/models/v1_search_get_request.py +91 -0
- graphiant_sdk/models/v1_search_get_response.py +95 -0
- graphiant_sdk/models/v1_site_details_sitelists_post_response.py +95 -0
- graphiant_sdk/models/v1_site_id_details_interfaces_get_request.py +87 -0
- graphiant_sdk/models/v1_site_id_details_interfaces_get_response.py +87 -0
- graphiant_sdk/models/v1_sites_details_get_response.py +95 -0
- graphiant_sdk/models/v1_sites_get_request.py +91 -0
- graphiant_sdk/models/v1_sites_get_response.py +101 -0
- graphiant_sdk/models/v1_sites_post_request.py +3 -3
- graphiant_sdk/models/v1_sites_post_response.py +91 -0
- graphiant_sdk/models/v1_sites_site_id_circuits_get_response.py +95 -0
- graphiant_sdk/models/v1_sites_site_id_circuits_get_response_data.py +98 -0
- graphiant_sdk/models/v1_sites_site_id_devices_get_response.py +95 -0
- graphiant_sdk/models/v1_sites_site_id_post_request.py +3 -3
- graphiant_sdk/models/v1_sites_site_id_post_response.py +91 -0
- graphiant_sdk/models/v1_software_auto_upgrade_default_get_response.py +93 -0
- graphiant_sdk/models/v1_software_auto_upgrade_default_put_request.py +93 -0
- graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request.py +3 -3
- graphiant_sdk/models/v1_software_release_notes_get_request.py +91 -0
- graphiant_sdk/models/v1_software_release_notes_get_response.py +87 -0
- graphiant_sdk/models/v1_software_releases_download_get_request.py +89 -0
- graphiant_sdk/models/v1_software_releases_download_get_response.py +87 -0
- graphiant_sdk/models/v1_software_releases_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_software_running_details_get_request.py +87 -0
- graphiant_sdk/models/v1_software_running_details_get_response.py +95 -0
- graphiant_sdk/models/v1_software_running_details_get_response_device.py +93 -0
- graphiant_sdk/models/v1_software_running_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_software_running_summary_get_response_version_summary.py +92 -0
- graphiant_sdk/models/v1_talkers_device_device_id_top_post_request.py +4 -4
- graphiant_sdk/models/v1_talkers_device_device_id_top_post_response.py +95 -0
- graphiant_sdk/models/v1_talkers_site_site_id_top_post_request.py +94 -0
- graphiant_sdk/models/v1_talkers_site_site_id_top_post_response.py +95 -0
- graphiant_sdk/models/v1_temp_password_put_request.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_device_device_id_post_request.py +91 -0
- graphiant_sdk/models/v1_troubleshooting_device_device_id_post_response.py +135 -0
- graphiant_sdk/models/v1_troubleshooting_enterprise_post_request.py +3 -3
- graphiant_sdk/models/v1_troubleshooting_enterprise_post_response.py +95 -0
- graphiant_sdk/models/v1_troubleshooting_enterprise_post_response_site_summary.py +105 -0
- graphiant_sdk/models/v1_troubleshooting_filter_get_response.py +135 -0
- graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get_response.py +95 -0
- graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get_response_site_status.py +89 -0
- graphiant_sdk/models/v1_troubleshooting_site_site_id_get_response.py +99 -0
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_request.py +91 -0
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_response.py +101 -0
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_response_site_counts.py +95 -0
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_response_site_counts_site_count.py +89 -0
- graphiant_sdk/models/v1_tt_tt_identity_device_status_get_request.py +87 -0
- graphiant_sdk/models/v1_tt_tt_identity_device_status_get_response.py +95 -0
- graphiant_sdk/models/v1_users_email_password_patch_request.py +87 -0
- graphiant_sdk/models/v1_users_get_request.py +87 -0
- graphiant_sdk/models/v1_users_get_response.py +95 -0
- graphiant_sdk/models/v1_users_id_enterprises_get_response.py +95 -0
- graphiant_sdk/models/v1_users_id_groups_enterprises_get_response.py +95 -0
- graphiant_sdk/models/v1_users_id_groups_get_response.py +95 -0
- graphiant_sdk/models/v1_users_id_groups_root_get_response.py +95 -0
- graphiant_sdk/models/v1_users_put_request.py +3 -3
- graphiant_sdk/models/v1_version_post_request.py +3 -3
- graphiant_sdk/models/v1_version_post_response.py +91 -0
- graphiant_sdk/models/v1_zones_get_request.py +95 -0
- graphiant_sdk/models/v1_zones_get_response.py +101 -0
- graphiant_sdk/models/v2_ack_createupdate_post_request.py +2 -2
- graphiant_sdk/models/v2_aggregated_notification_enable_disable_post_request.py +3 -3
- graphiant_sdk/models/v2_aggregated_notification_get_state_get_response.py +87 -0
- graphiant_sdk/models/v2_allowlist_by_enterprise_get_response.py +95 -0
- graphiant_sdk/models/v2_allowlist_create_post_request.py +2 -2
- graphiant_sdk/models/v2_allowlist_rule_id_get_response.py +95 -0
- graphiant_sdk/models/v2_assistant_add_to_conversation_post_request.py +3 -3
- graphiant_sdk/models/v2_assistant_add_to_conversation_post_response.py +115 -0
- graphiant_sdk/models/v2_assistant_conversation_context_history_post_request.py +87 -0
- graphiant_sdk/models/v2_assistant_conversation_id_delete_request.py +87 -0
- graphiant_sdk/models/v2_assistant_conversation_interface_enable_disable_post_request.py +87 -0
- graphiant_sdk/models/v2_assistant_conversation_interface_state_get_response.py +87 -0
- graphiant_sdk/models/v2_assistant_delete_conversation_conversation_id_delete_request.py +87 -0
- graphiant_sdk/models/v2_assistant_get_conversation_details_post_request.py +3 -3
- graphiant_sdk/models/v2_assistant_get_conversation_details_post_response.py +99 -0
- graphiant_sdk/models/v2_assistant_get_conversations_post_request.py +3 -3
- graphiant_sdk/models/v2_assistant_get_conversations_post_response.py +97 -0
- graphiant_sdk/models/v2_assistant_version_post_response.py +87 -0
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post_response.py +97 -0
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post_request.py +91 -0
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get_request.py +101 -0
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get_response.py +95 -0
- graphiant_sdk/models/v2_assurance_bucket_app_servers_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_bucket_app_servers_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_bucket_apps_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_bucket_apps_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_bucket_services_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_bucket_topologies_post_request.py +87 -0
- graphiant_sdk/models/v2_assurance_bucket_topologies_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_bucketdetails_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_bucketdetails_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_create_user_report_post_response.py +87 -0
- graphiant_sdk/models/v2_assurance_createclassifiedapplication_post_response.py +87 -0
- graphiant_sdk/models/v2_assurance_download_user_report_get_request.py +87 -0
- graphiant_sdk/models/v2_assurance_download_user_report_get_response.py +87 -0
- graphiant_sdk/models/v2_assurance_endpoint_intel_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_enterprisesummary_post_request.py +91 -0
- graphiant_sdk/models/v2_assurance_enterprisesummary_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_flow_summary_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_flow_summary_post_response.py +123 -0
- graphiant_sdk/models/v2_assurance_flow_summary_post_response_endpoint_details.py +123 -0
- graphiant_sdk/models/v2_assurance_flow_summary_post_response_endpoint_details_statistics.py +91 -0
- graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get_response.py +95 -0
- graphiant_sdk/models/v2_assurance_read_user_report_list_get_response.py +95 -0
- graphiant_sdk/models/v2_assurance_scoredetails_post_request.py +91 -0
- graphiant_sdk/models/v2_assurance_scoredetails_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request.py +6 -6
- graphiant_sdk/models/v2_assurance_topology_client_sessions_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post_request.py +6 -6
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post_response_summary.py +99 -0
- graphiant_sdk/models/v2_assurance_topology_flows_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_topology_flows_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_topology_inventory_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_topology_inventory_post_response.py +126 -0
- graphiant_sdk/models/v2_assurance_topology_overview_post_request.py +11 -11
- graphiant_sdk/models/v2_assurance_topology_overview_post_request_topology_filter.py +91 -0
- graphiant_sdk/models/v2_assurance_topology_overview_post_response.py +115 -0
- graphiant_sdk/models/v2_assurance_topology_overview_post_response_georegion.py +93 -0
- graphiant_sdk/models/v2_assurance_topology_region_summary_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_topology_region_summary_post_response_site_entry.py +99 -0
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post_request.py +6 -6
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post_response_summary.py +97 -0
- graphiant_sdk/models/v2_assurance_unclassifiedapplicationprofilesummary_post_request.py +91 -0
- graphiant_sdk/models/v2_assurance_unclassifiedapplicationprofilesummary_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_updateclassifiedapplication_post_request.py +95 -0
- graphiant_sdk/models/v2_assurance_version_post_response.py +87 -0
- graphiant_sdk/models/v2_audit_logs_post_request.py +8 -8
- graphiant_sdk/models/v2_audit_logs_post_response.py +100 -0
- graphiant_sdk/models/v2_childalertlist_post_request.py +2 -2
- graphiant_sdk/models/v2_childalertlist_post_response.py +95 -0
- graphiant_sdk/models/v2_device_device_id_lan_segments_post_request.py +91 -0
- graphiant_sdk/models/v2_device_device_id_lan_segments_post_response.py +95 -0
- graphiant_sdk/models/v2_device_device_id_topology_post_request.py +6 -6
- graphiant_sdk/models/v2_device_device_id_topology_post_response.py +115 -0
- graphiant_sdk/models/v2_device_device_id_topology_post_response_snapshot.py +93 -0
- graphiant_sdk/models/v2_extranet_consumers_usage_top_post_request.py +97 -0
- graphiant_sdk/models/v2_extranet_consumers_usage_top_post_response.py +99 -0
- graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post_request.py +97 -0
- graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post_response.py +95 -0
- graphiant_sdk/models/v2_extranet_service_overtime_consumption_post_request.py +103 -0
- graphiant_sdk/models/v2_extranet_service_overtime_consumption_post_response.py +104 -0
- graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_request.py +105 -0
- graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_response.py +115 -0
- graphiant_sdk/models/v2_extranet_sites_usage_post_request.py +105 -0
- graphiant_sdk/models/v2_extranet_sites_usage_post_response.py +106 -0
- graphiant_sdk/models/v2_extranet_total_usage_post_request.py +97 -0
- graphiant_sdk/models/v2_extranet_total_usage_post_response.py +87 -0
- graphiant_sdk/models/v2_extranets_monitoring_consumers_post_request.py +87 -0
- graphiant_sdk/models/v2_extranets_monitoring_consumers_post_response.py +95 -0
- graphiant_sdk/models/v2_integration_getall_enterprise_id_get_response.py +95 -0
- graphiant_sdk/models/v2_integration_integration_id_put_request.py +4 -4
- graphiant_sdk/models/v2_integration_post_request.py +4 -4
- graphiant_sdk/models/v2_integration_post_response.py +91 -0
- graphiant_sdk/models/v2_monitoring_bfd_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_bfd_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_bfd_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_bgp_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_bgp_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_bgp_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_circuits_bandwidth_post_request.py +104 -0
- graphiant_sdk/models/v2_monitoring_circuits_bandwidth_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_circuits_bandwidth_post_response_data.py +115 -0
- graphiant_sdk/models/v2_monitoring_circuits_summary_post_request.py +3 -3
- graphiant_sdk/models/v2_monitoring_circuits_summary_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post_response_data.py +104 -0
- graphiant_sdk/models/v2_monitoring_circuits_visualization_post_request.py +104 -0
- graphiant_sdk/models/v2_monitoring_circuits_visualization_post_response.py +97 -0
- graphiant_sdk/models/v2_monitoring_circuits_visualization_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_extranet_edge_status_get_request.py +91 -0
- graphiant_sdk/models/v2_monitoring_extranet_edge_status_get_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_extranet_log_details_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_extranet_log_details_post_response_log_details.py +99 -0
- graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get_request.py +93 -0
- graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_extranet_service_status_get_request.py +93 -0
- graphiant_sdk/models/v2_monitoring_extranet_service_status_get_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_extranet_site_status_get_request.py +93 -0
- graphiant_sdk/models/v2_monitoring_extranet_site_status_get_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_extranet_status_details_get_request.py +97 -0
- graphiant_sdk/models/v2_monitoring_extranet_status_details_get_response.py +105 -0
- graphiant_sdk/models/v2_monitoring_ike_error_history_post_request.py +3 -3
- graphiant_sdk/models/v2_monitoring_ike_error_history_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_ike_error_history_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_interface_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_interface_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_interface_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_ipsec_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_ipsec_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_ipsec_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_ospf_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_ospf_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_ospf_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_policy_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_policy_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_policy_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_queue_instant_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_queue_instant_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_queue_instant_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_queue_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_queue_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_queue_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_segment_route_counts_post_request.py +88 -0
- graphiant_sdk/models/v2_monitoring_segment_route_counts_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_segment_route_counts_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_response_data.py +110 -0
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_response_data.py +106 -0
- graphiant_sdk/models/v2_monitoring_system_generic_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_system_generic_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_system_generic_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_system_post_request.py +104 -0
- graphiant_sdk/models/v2_monitoring_system_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_system_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_twamp_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_twamp_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_twamp_post_response_data.py +101 -0
- graphiant_sdk/models/v2_notification_create_post_request.py +5 -5
- graphiant_sdk/models/v2_notification_delete_post_request.py +2 -2
- graphiant_sdk/models/v2_notification_enabledisable_post_request.py +3 -3
- graphiant_sdk/models/v2_notification_update_post_request.py +5 -5
- graphiant_sdk/models/v2_notificationlist_post_request.py +3 -3
- graphiant_sdk/models/v2_notificationlist_post_response.py +95 -0
- graphiant_sdk/models/v2_notificationmutelist_create_post_request.py +89 -0
- graphiant_sdk/models/v2_notificationmutelist_rule_id_get_response.py +95 -0
- graphiant_sdk/models/v2_parentalertlist_post_request.py +91 -0
- graphiant_sdk/models/v2_parentalertlist_post_response.py +95 -0
- graphiant_sdk/models/v2_rule_enabledisable_post_request.py +3 -3
- graphiant_sdk/models/v2_rulelist_post_response.py +95 -0
- graphiant_sdk/models/v2_site_site_id_detail_post_request.py +97 -0
- graphiant_sdk/models/v2_site_site_id_detail_post_response.py +101 -0
- graphiant_sdk/models/v2_site_site_id_lan_segments_post_request.py +91 -0
- graphiant_sdk/models/v2_site_site_id_lan_segments_post_response.py +95 -0
- graphiant_sdk/models/v2_site_site_id_topology_post_request.py +97 -0
- graphiant_sdk/models/v2_site_site_id_topology_post_response.py +115 -0
- graphiant_sdk/models/v2_site_site_id_topology_post_response_snapshot.py +93 -0
- graphiant_sdk/models/v2_version_post_response.py +87 -0
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/METADATA +113 -5
- graphiant_sdk-25.11.1.dist-info/RECORD +5303 -0
- test/test_alarms_alarm_data.py +73 -0
- test/test_alarms_alarm_history.py +58 -0
- test/test_alertservice_alert_record.py +116 -0
- test/test_alertservice_allow_alert_notifcation_list_record.py +63 -0
- test/test_alertservice_children_alert_list_response.py +85 -0
- test/test_alertservice_create_integration_body.py +65 -0
- test/test_alertservice_integration.py +61 -0
- test/test_alertservice_integration_details.py +53 -0
- test/test_alertservice_notification_body.py +68 -0
- test/test_alertservice_notification_record.py +75 -0
- test/test_alertservice_rule_record.py +59 -0
- test/test_alertservice_time_window.py +57 -0
- test/test_alertservice_update_integration_body.py +62 -0
- test/test_assistant_assistant_conversation.py +54 -0
- test/test_assistant_assistant_question.py +54 -0
- test/test_assistant_assistant_response.py +70 -0
- test/test_assistant_dataframe_dictionary.py +55 -0
- test/test_assistant_time_window.py +57 -0
- test/test_assurance_app_id_record.py +94 -0
- test/test_assurance_app_name_record.py +120 -0
- test/test_assurance_application_flow.py +69 -0
- test/test_assurance_application_profile_summary.py +76 -0
- test/test_assurance_bucket_app.py +60 -0
- test/test_assurance_bucket_app_identifier.py +52 -0
- test/test_assurance_bucket_app_server.py +55 -0
- test/test_assurance_bucket_app_server_changes_list.py +65 -0
- test/test_assurance_bucket_app_server_list.py +59 -0
- test/test_assurance_bucket_details.py +186 -0
- test/test_assurance_bucket_stats.py +54 -0
- test/test_assurance_bucket_stats_with_id.py +54 -0
- test/test_assurance_bucket_summary.py +73 -0
- test/test_assurance_classified_application.py +61 -0
- test/test_assurance_client_session.py +154 -0
- test/test_assurance_client_session_dia_link.py +51 -0
- test/test_assurance_client_session_endpoint_details.py +77 -0
- test/test_assurance_client_session_endpoint_details_statistics.py +53 -0
- test/test_assurance_client_session_endpoint_link.py +55 -0
- test/test_assurance_client_session_pop_link.py +55 -0
- test/test_assurance_edge.py +52 -0
- test/test_assurance_enterprise_summary.py +56 -0
- test/test_assurance_exchange_service_identifier.py +52 -0
- test/test_assurance_flex_algo_identifier.py +52 -0
- test/test_assurance_geolocation.py +52 -0
- test/test_assurance_region.py +52 -0
- test/test_assurance_score_bucket_count.py +53 -0
- test/test_assurance_score_details.py +56 -0
- test/test_assurance_server.py +53 -0
- test/test_assurance_site.py +53 -0
- test/test_assurance_time_window.py +57 -0
- test/test_assurance_topology.py +77 -0
- test/test_assurance_topology_edge.py +58 -0
- test/test_assurance_topology_edge_link_performance.py +53 -0
- test/test_assurance_topology_filter.py +59 -0
- test/test_assurance_topology_node.py +57 -0
- test/test_assurance_topology_path.py +53 -0
- test/test_assurance_trend_value.py +53 -0
- test/test_assurance_user_report.py +62 -0
- test/test_audit_activity_item.py +53 -0
- test/test_audit_audit_entry.py +79 -0
- test/test_audit_target.py +52 -0
- test/test_audit_target_result.py +55 -0
- test/test_auditmon_activity_details.py +106 -0
- test/test_auditmon_activity_details_target.py +74 -0
- test/test_auditmon_activity_details_target_event.py +56 -0
- test/test_auditmon_activity_logs_selector.py +66 -0
- test/test_auditmon_activity_logs_selector_v2.py +71 -0
- test/test_auditmon_audit_log.py +66 -0
- test/test_auditmon_audit_logs_v2_selector.py +71 -0
- test/test_auditmon_histogram.py +54 -0
- test/test_auditmon_selector.py +54 -0
- test/test_auth_permissions.py +66 -0
- test/test_common_circuit_bandwidth_stats.py +55 -0
- test/test_common_circuit_bandwidth_stats_selector.py +51 -0
- test/test_common_page_info.py +57 -0
- test/test_common_page_request.py +55 -0
- test/test_common_permissions.py +69 -0
- test/test_common_user.py +62 -0
- test/test_common_user_info.py +75 -0
- test/test_config_worker_job_status.py +60 -0
- test/test_default_api.py +389 -20
- test/test_diagnostic_tools_archive.py +61 -0
- test/test_diagnostic_tools_arp_entry.py +53 -0
- test/test_diagnostic_tools_arp_entry_address.py +53 -0
- test/test_diagnostic_tools_diagnostic_params.py +63 -0
- test/test_diagnostic_tools_diagnostic_result.py +85 -0
- test/test_diagnostic_tools_hop_info.py +60 -0
- test/test_diagnostic_tools_hop_stats.py +56 -0
- test/test_diagnostic_tools_p_cap_filter.py +58 -0
- test/test_diagnostic_tools_ping_result.py +58 -0
- test/test_diagnostic_tools_prefix_port.py +52 -0
- test/test_diagnostic_tools_route_lookup_result.py +53 -0
- test/test_diagnostic_tools_speedtest_params.py +60 -0
- test/test_diagnostic_tools_speedtest_result.py +67 -0
- test/test_diagnostic_tools_speedtest_server.py +56 -0
- test/test_diagnostic_tools_target_type.py +52 -0
- test/test_diagnostic_tools_traceroute_result.py +71 -0
- test/test_event_event.py +63 -0
- test/test_event_event_filter.py +58 -0
- test/test_google_protobuf_duration.py +52 -0
- test/test_google_protobuf_timestamp.py +52 -0
- test/test_healthcheck_odp_status_details.py +52 -0
- test/test_healthcheck_onboarding_status_details.py +52 -0
- test/test_healthcheck_status_details.py +80 -0
- test/test_healthcheck_t2_status_details.py +52 -0
- test/test_iam_api_key_info.py +54 -0
- test/test_iam_counts.py +63 -0
- test/test_iam_customer.py +68 -0
- test/test_iam_enterprise.py +103 -0
- test/test_iam_group.py +79 -0
- test/test_ipfix_app_bandwidth_stats.py +55 -0
- test/test_ipfix_app_flow_table.py +67 -0
- test/test_ipfix_app_flow_table_selector.py +56 -0
- test/test_ipfix_app_incidents.py +58 -0
- test/test_ipfix_app_incidents_data.py +55 -0
- test/test_ipfix_app_state_summary_count.py +102 -0
- test/test_ipfix_app_topology_selector.py +53 -0
- test/test_ipfix_app_utilization_summary.py +53 -0
- test/test_ipfix_app_visualization.py +70 -0
- test/test_ipfix_circuit_metrics.py +61 -0
- test/test_ipfix_client_usage_summary.py +52 -0
- test/test_ipfix_connection_map.py +57 -0
- test/test_ipfix_entity_usage.py +53 -0
- test/test_ipfix_nat_entry.py +62 -0
- test/test_ipfix_nat_entry_filter.py +60 -0
- test/test_ipfix_nat_usage.py +55 -0
- test/test_ipfix_network_topology.py +174 -0
- test/test_ipfix_network_topology_delta.py +170 -0
- test/test_ipfix_stats.py +55 -0
- test/test_ipfix_time_window.py +57 -0
- test/test_ipfix_twamp_metrics.py +56 -0
- test/test_mana_v2_allocation_conversion_holder.py +59 -0
- test/test_mana_v2_allocation_conversion_holder_bin.py +56 -0
- test/test_mana_v2_app.py +55 -0
- test/test_mana_v2_app_identifier.py +52 -0
- test/test_mana_v2_app_list_config.py +57 -0
- test/test_mana_v2_application_match_config.py +52 -0
- test/test_mana_v2_application_profile.py +54 -0
- test/test_mana_v2_assurance_config.py +72 -0
- test/test_mana_v2_aws_advance_settings.py +58 -0
- test/test_mana_v2_aws_credentials.py +52 -0
- test/test_mana_v2_aws_direct_connect_gateway.py +67 -0
- test/test_mana_v2_aws_gateway_details.py +84 -0
- test/test_mana_v2_aws_gateway_details_transit_connection.py +73 -0
- test/test_mana_v2_aws_transit_gateway.py +61 -0
- test/test_mana_v2_aws_transit_gateway_vpc.py +56 -0
- test/test_mana_v2_azure_gateway_details.py +53 -0
- test/test_mana_v2_b2_b_extranet_service_customer_match_details_customer.py +56 -0
- test/test_mana_v2_b2_b_extranet_service_customer_match_details_producer_prefix.py +53 -0
- test/test_mana_v2_b2_b_extranet_service_customer_match_details_service.py +57 -0
- test/test_mana_v2_b2b_application_customer_summary.py +58 -0
- test/test_mana_v2_b2b_extranet_application.py +68 -0
- test/test_mana_v2_b2b_extranet_application_invite.py +58 -0
- test/test_mana_v2_b2b_extranet_application_invite_response.py +59 -0
- test/test_mana_v2_b2b_extranet_consumers_summary.py +63 -0
- test/test_mana_v2_b2b_extranet_customer_match_services_summary.py +59 -0
- test/test_mana_v2_b2b_extranet_customer_services_summary.py +61 -0
- test/test_mana_v2_b2b_extranet_filter.py +64 -0
- test/test_mana_v2_b2b_extranet_match_service_to_customer.py +63 -0
- test/test_mana_v2_b2b_extranet_peering_service_consumer_lan_segment_policy.py +54 -0
- test/test_mana_v2_b2b_extranet_peering_service_customer_invite.py +54 -0
- test/test_mana_v2_b2b_extranet_peering_service_policy_response.py +83 -0
- test/test_mana_v2_b2b_extranet_peering_service_producer_policy.py +81 -0
- test/test_mana_v2_b2b_extranet_policy_response.py +148 -0
- test/test_mana_v2_b2b_extranet_prefix_tag.py +52 -0
- test/test_mana_v2_b2b_extranet_producer_policy.py +131 -0
- test/test_mana_v2_b2b_extranet_service_customer_match_details.py +74 -0
- test/test_mana_v2_b2b_extranet_status_summary.py +57 -0
- test/test_mana_v2_b2b_nat.py +52 -0
- test/test_mana_v2_b2b_site_information.py +64 -0
- test/test_mana_v2_bandwidth_consumption_summary.py +84 -0
- test/test_mana_v2_bandwidth_info.py +55 -0
- test/test_mana_v2_bfd_instance.py +53 -0
- test/test_mana_v2_bfd_instance_config.py +53 -0
- test/test_mana_v2_bfd_neighbor.py +67 -0
- test/test_mana_v2_bgp_aggregation.py +54 -0
- test/test_mana_v2_bgp_aggregations_config.py +53 -0
- test/test_mana_v2_bgp_connection.py +58 -0
- test/test_mana_v2_bgp_instance.py +53 -0
- test/test_mana_v2_bgp_instance_config.py +56 -0
- test/test_mana_v2_bgp_multipath.py +52 -0
- test/test_mana_v2_bgp_multipath_config.py +52 -0
- test/test_mana_v2_bgp_neighbor.py +101 -0
- test/test_mana_v2_bgp_neighbor_address_family.py +54 -0
- test/test_mana_v2_bgp_neighbor_address_family_config.py +55 -0
- test/test_mana_v2_bgp_neighbor_config.py +83 -0
- test/test_mana_v2_bgp_redistribute.py +55 -0
- test/test_mana_v2_bgp_redistribute_protocol_config.py +51 -0
- test/test_mana_v2_bucket_app.py +62 -0
- test/test_mana_v2_bucket_app_server.py +53 -0
- test/test_mana_v2_circuit.py +190 -0
- test/test_mana_v2_circuit_config.py +145 -0
- test/test_mana_v2_circuit_interface.py +55 -0
- test/test_mana_v2_community_container.py +53 -0
- test/test_mana_v2_community_type.py +54 -0
- test/test_mana_v2_configuration_metadata.py +53 -0
- test/test_mana_v2_connectivity_graph_edge.py +76 -0
- test/test_mana_v2_connectivity_graph_node.py +78 -0
- test/test_mana_v2_consumer.py +55 -0
- test/test_mana_v2_consumer_device_information.py +56 -0
- test/test_mana_v2_content_filter_match_config.py +53 -0
- test/test_mana_v2_contractual_bandwidth_consumption_summary.py +56 -0
- test/test_mana_v2_core_device_config.py +978 -0
- test/test_mana_v2_core_interface_config.py +105 -0
- test/test_mana_v2_core_link_cost.py +54 -0
- test/test_mana_v2_core_vlan_interface_config.py +122 -0
- test/test_mana_v2_customer_match_info.py +62 -0
- test/test_mana_v2_device.py +1112 -0
- test/test_mana_v2_device_filter.py +54 -0
- test/test_mana_v2_device_snapshot.py +102 -0
- test/test_mana_v2_device_snapshot_data.py +68 -0
- test/test_mana_v2_device_snapshot_list.py +106 -0
- test/test_mana_v2_dhcp_lease.py +57 -0
- test/test_mana_v2_dhcp_relay.py +57 -0
- test/test_mana_v2_dhcp_relay_config.py +53 -0
- test/test_mana_v2_dhcp_server_dns_parameters_config.py +52 -0
- test/test_mana_v2_dhcp_server_ip_range.py +52 -0
- test/test_mana_v2_dhcp_server_pool.py +89 -0
- test/test_mana_v2_dhcp_static_lease.py +55 -0
- test/test_mana_v2_dhcp_subnet_config.py +80 -0
- test/test_mana_v2_dhcp_subnet_static_lease_config.py +53 -0
- test/test_mana_v2_dhcpip_range_config.py +52 -0
- test/test_mana_v2_dns.py +115 -0
- test/test_mana_v2_dns_config.py +63 -0
- test/test_mana_v2_dns_config_dynamic.py +52 -0
- test/test_mana_v2_dns_config_static.py +58 -0
- test/test_mana_v2_dns_servers.py +52 -0
- test/test_mana_v2_dnsip_address.py +57 -0
- test/test_mana_v2_dnsip_addresses.py +60 -0
- test/test_mana_v2_domain_category.py +54 -0
- test/test_mana_v2_domain_list_match_config.py +53 -0
- test/test_mana_v2_dpi_application_config.py +82 -0
- test/test_mana_v2_dpi_custom_application.py +62 -0
- test/test_mana_v2_dscp.py +51 -0
- test/test_mana_v2_dynamic_dns_servers.py +64 -0
- test/test_mana_v2_edge_device_config.py +961 -0
- test/test_mana_v2_enterprise_configuration.py +52 -0
- test/test_mana_v2_enterprise_prefix_set.py +61 -0
- test/test_mana_v2_enterprise_prefix_set_config.py +60 -0
- test/test_mana_v2_enterprise_prefix_set_data.py +59 -0
- test/test_mana_v2_enterprise_prefix_set_data_entry.py +54 -0
- test/test_mana_v2_enterprise_prefix_set_entry.py +54 -0
- test/test_mana_v2_enterprise_prefix_set_input.py +61 -0
- test/test_mana_v2_enterprise_prefix_set_input_entry.py +54 -0
- test/test_mana_v2_extranet_auto_reverse_routes.py +54 -0
- test/test_mana_v2_extranet_consumer_lan_segment_policy.py +59 -0
- test/test_mana_v2_extranet_consumer_lan_segment_policy_response.py +104 -0
- test/test_mana_v2_extranet_consumer_nat_rule.py +52 -0
- test/test_mana_v2_extranet_device_status.py +54 -0
- test/test_mana_v2_extranet_manual_reverse_routes.py +53 -0
- test/test_mana_v2_extranet_policy.py +2281 -0
- test/test_mana_v2_extranet_policy_input.py +119 -0
- test/test_mana_v2_firewall_zone_pair.py +99 -0
- test/test_mana_v2_forwarding_policy.py +197 -0
- test/test_mana_v2_forwarding_policy_config.py +214 -0
- test/test_mana_v2_forwarding_policy_match.py +72 -0
- test/test_mana_v2_forwarding_policy_match_config.py +81 -0
- test/test_mana_v2_gateway_details.py +139 -0
- test/test_mana_v2_gateway_summary.py +70 -0
- test/test_mana_v2_gateway_summary_gateway_device_summary.py +54 -0
- test/test_mana_v2_gcp_gateway_details.py +53 -0
- test/test_mana_v2_global_app_config.py +65 -0
- test/test_mana_v2_global_app_port_range.py +52 -0
- test/test_mana_v2_global_bandwidth_consumption_summary.py +55 -0
- test/test_mana_v2_global_object_device_status.py +59 -0
- test/test_mana_v2_global_object_operation_config.py +52 -0
- test/test_mana_v2_global_object_service_ops.py +53 -0
- test/test_mana_v2_global_object_service_summaries.py +67 -0
- test/test_mana_v2_global_object_summary.py +64 -0
- test/test_mana_v2_graphiant_connections.py +83 -0
- test/test_mana_v2_guest_consumer_site_to_site_vpn_config.py +92 -0
- test/test_mana_v2_i_psec_bgp_route_config.py +64 -0
- test/test_mana_v2_i_psec_gateway_details.py +87 -0
- test/test_mana_v2_i_psec_gateway_tunnel_details.py +54 -0
- test/test_mana_v2_i_psec_profile.py +63 -0
- test/test_mana_v2_i_psec_static_route_config.py +53 -0
- test/test_mana_v2_i_psec_tunnel.py +86 -0
- test/test_mana_v2_interface.py +334 -0
- test/test_mana_v2_interface_address.py +92 -0
- test/test_mana_v2_interface_config.py +178 -0
- test/test_mana_v2_interface_core_config.py +234 -0
- test/test_mana_v2_interface_core_flex_algo_config.py +53 -0
- test/test_mana_v2_interface_core_to_core_peer_config.py +62 -0
- test/test_mana_v2_interface_core_to_gateway_peer_config.py +51 -0
- test/test_mana_v2_interface_dhcp_config.py +55 -0
- test/test_mana_v2_interface_i_psec.py +78 -0
- test/test_mana_v2_interface_i_psec_config.py +69 -0
- test/test_mana_v2_interface_ip_config.py +72 -0
- test/test_mana_v2_interface_lagvlan_config.py +101 -0
- test/test_mana_v2_interface_sfp_optical_strength.py +55 -0
- test/test_mana_v2_interface_tunnel.py +360 -0
- test/test_mana_v2_interface_vlan.py +205 -0
- test/test_mana_v2_interface_vlan_config.py +127 -0
- test/test_mana_v2_interface_wan_config.py +53 -0
- test/test_mana_v2_internet_access_bandwidth_info.py +52 -0
- test/test_mana_v2_ip_firewall_policy.py +53 -0
- test/test_mana_v2_ip_network_list.py +55 -0
- test/test_mana_v2_ip_network_list_config.py +54 -0
- test/test_mana_v2_ipfix_exporter.py +67 -0
- test/test_mana_v2_ipfix_exporter_config.py +62 -0
- test/test_mana_v2_ipsec_connection.py +58 -0
- test/test_mana_v2_ipsec_routing_config.py +69 -0
- test/test_mana_v2_l4_port_list.py +55 -0
- test/test_mana_v2_l4_port_list_config.py +54 -0
- test/test_mana_v2_lacp_config.py +52 -0
- test/test_mana_v2_lag_interface.py +58 -0
- test/test_mana_v2_lag_interface_config.py +141 -0
- test/test_mana_v2_latency_bandwidth.py +52 -0
- test/test_mana_v2_lldp_neighbor.py +57 -0
- test/test_mana_v2_location.py +61 -0
- test/test_mana_v2_mana_configuration.py +887 -0
- test/test_mana_v2_nat_policy.py +70 -0
- test/test_mana_v2_nat_policy_config.py +69 -0
- test/test_mana_v2_nat_policy_ruleset.py +67 -0
- test/test_mana_v2_nat_policy_ruleset_config.py +65 -0
- test/test_mana_v2_nat_policy_ruleset_config_nullable_rule.py +60 -0
- test/test_mana_v2_nat_policy_ruleset_config_nullable_rule_rule.py +59 -0
- test/test_mana_v2_nat_policy_ruleset_rule.py +61 -0
- test/test_mana_v2_network_slice.py +257 -0
- test/test_mana_v2_network_slice_peer.py +251 -0
- test/test_mana_v2_new_site.py +99 -0
- test/test_mana_v2_notify_filter_profile_include.py +53 -0
- test/test_mana_v2_notify_filter_profile_include_config.py +51 -0
- test/test_mana_v2_nullable_address.py +51 -0
- test/test_mana_v2_nullable_administrative_distance.py +51 -0
- test/test_mana_v2_nullable_allow_as_in.py +51 -0
- test/test_mana_v2_nullable_application_match_config.py +53 -0
- test/test_mana_v2_nullable_as_path_prepend.py +51 -0
- test/test_mana_v2_nullable_bfd_instance_config.py +54 -0
- test/test_mana_v2_nullable_bgp_aggregations_config.py +54 -0
- test/test_mana_v2_nullable_bgp_multipath_config.py +53 -0
- test/test_mana_v2_nullable_bgp_neighbor_address_family_config.py +56 -0
- test/test_mana_v2_nullable_bgp_neighbor_config.py +84 -0
- test/test_mana_v2_nullable_bgp_redistribute_protocol_config.py +52 -0
- test/test_mana_v2_nullable_bgp_set_next_hop.py +51 -0
- test/test_mana_v2_nullable_call_policy.py +51 -0
- test/test_mana_v2_nullable_communities.py +55 -0
- test/test_mana_v2_nullable_community.py +54 -0
- test/test_mana_v2_nullable_content_filter_match_config.py +54 -0
- test/test_mana_v2_nullable_core_interface_vlan_config.py +75 -0
- test/test_mana_v2_nullable_destination_network_match_config.py +51 -0
- test/test_mana_v2_nullable_dhcp_subnet_config.py +81 -0
- test/test_mana_v2_nullable_dhcp_subnet_static_lease_config.py +54 -0
- test/test_mana_v2_nullable_dhcpip_range_list.py +55 -0
- test/test_mana_v2_nullable_dns_config.py +64 -0
- test/test_mana_v2_nullable_domain_list_match_config.py +54 -0
- test/test_mana_v2_nullable_dpi_application_config.py +77 -0
- test/test_mana_v2_nullable_dscp_match_config.py +52 -0
- test/test_mana_v2_nullable_ebgp_config.py +51 -0
- test/test_mana_v2_nullable_enterprise_prefix_set_config.py +61 -0
- test/test_mana_v2_nullable_hold_timer.py +51 -0
- test/test_mana_v2_nullable_i_psec_tunnel_config.py +87 -0
- test/test_mana_v2_nullable_i_psec_vpn_profiles_config.py +64 -0
- test/test_mana_v2_nullable_interface_config.py +115 -0
- test/test_mana_v2_nullable_interface_core_config.py +152 -0
- test/test_mana_v2_nullable_interface_ip_config.py +73 -0
- test/test_mana_v2_nullable_interface_lagvlan_config.py +79 -0
- test/test_mana_v2_nullable_interface_name.py +51 -0
- test/test_mana_v2_nullable_interface_priority_decrement.py +52 -0
- test/test_mana_v2_nullable_interface_vlan_config.py +91 -0
- test/test_mana_v2_nullable_ip_list.py +53 -0
- test/test_mana_v2_nullable_ip_network_list_config.py +55 -0
- test/test_mana_v2_nullable_ip_protocol.py +51 -0
- test/test_mana_v2_nullable_ipfix_exporter_config.py +63 -0
- test/test_mana_v2_nullable_ipv4_address.py +51 -0
- test/test_mana_v2_nullable_ipv6_address.py +51 -0
- test/test_mana_v2_nullable_keep_alive_timer.py +51 -0
- test/test_mana_v2_nullable_l4_port_list_config.py +55 -0
- test/test_mana_v2_nullable_lag_interface_config.py +89 -0
- test/test_mana_v2_nullable_lag_member_interface.py +51 -0
- test/test_mana_v2_nullable_local_preferance.py +51 -0
- test/test_mana_v2_nullable_max_prefix.py +51 -0
- test/test_mana_v2_nullable_md5_password.py +51 -0
- test/test_mana_v2_nullable_meter_rates.py +51 -0
- test/test_mana_v2_nullable_metric.py +52 -0
- test/test_mana_v2_nullable_nat_policy_ruleset_config.py +66 -0
- test/test_mana_v2_nullable_nat_policy_ruleset_name.py +51 -0
- test/test_mana_v2_nullable_ospf_admin_distance_value.py +51 -0
- test/test_mana_v2_nullable_ospf_area_config.py +72 -0
- test/test_mana_v2_nullable_ospf_dead_interval_value.py +51 -0
- test/test_mana_v2_nullable_ospf_hello_interval_value.py +51 -0
- test/test_mana_v2_nullable_ospf_interface_config.py +65 -0
- test/test_mana_v2_nullable_ospf_process_config.py +91 -0
- test/test_mana_v2_nullable_ospf_redistribute_protocol_config.py +54 -0
- test/test_mana_v2_nullable_ospf_retransmit_interval_value.py +51 -0
- test/test_mana_v2_nullable_policy_name.py +51 -0
- test/test_mana_v2_nullable_prefix_set.py +51 -0
- test/test_mana_v2_nullable_prefix_set_config.py +64 -0
- test/test_mana_v2_nullable_prometheus_remote_write_sink_config.py +55 -0
- test/test_mana_v2_nullable_prometheus_rule_config.py +57 -0
- test/test_mana_v2_nullable_prometheus_rule_group_config.py +57 -0
- test/test_mana_v2_nullable_prometheus_sys_db_monitor_config.py +56 -0
- test/test_mana_v2_nullable_protocol_route_type.py +51 -0
- test/test_mana_v2_nullable_route_tag_set.py +54 -0
- test/test_mana_v2_nullable_routing_policy_config.py +104 -0
- test/test_mana_v2_nullable_routing_protocol.py +51 -0
- test/test_mana_v2_nullable_security_policy_ruleset_config.py +89 -0
- test/test_mana_v2_nullable_security_zone_config.py +59 -0
- test/test_mana_v2_nullable_security_zone_pair_config.py +54 -0
- test/test_mana_v2_nullable_session_limit.py +51 -0
- test/test_mana_v2_nullable_set_circuit_config.py +51 -0
- test/test_mana_v2_nullable_set_circuit_label_config.py +52 -0
- test/test_mana_v2_nullable_set_dscp_config.py +52 -0
- test/test_mana_v2_nullable_set_sla_class_config.py +51 -0
- test/test_mana_v2_nullable_site_interface_name.py +51 -0
- test/test_mana_v2_nullable_snmp_community_config_value.py +51 -0
- test/test_mana_v2_nullable_snmp_config.py +157 -0
- test/test_mana_v2_nullable_snmp_engine_endpoint_config_value.py +60 -0
- test/test_mana_v2_nullable_snmp_engine_endpoints_address.py +51 -0
- test/test_mana_v2_nullable_snmp_notify_filter_profile_config_value.py +56 -0
- test/test_mana_v2_nullable_snmp_target_config_value.py +61 -0
- test/test_mana_v2_nullable_snmp_vacm_group_access_value.py +58 -0
- test/test_mana_v2_nullable_snmp_vacm_group_member_value.py +55 -0
- test/test_mana_v2_nullable_snmp_vacm_view_value.py +56 -0
- test/test_mana_v2_nullable_source_network_match_config.py +51 -0
- test/test_mana_v2_nullable_stale_purge.py +51 -0
- test/test_mana_v2_nullable_static_route_config.py +71 -0
- test/test_mana_v2_nullable_syslog_collector_config.py +61 -0
- test/test_mana_v2_nullable_tcp_mss_v4.py +51 -0
- test/test_mana_v2_nullable_tcp_mss_v6.py +51 -0
- test/test_mana_v2_nullable_traffic_policy_ruleset_config.py +99 -0
- test/test_mana_v2_nullable_traffic_policy_ruleset_name.py +51 -0
- test/test_mana_v2_nullable_usm_local_user_config_value.py +56 -0
- test/test_mana_v2_nullable_usm_remote_user_config_value.py +56 -0
- test/test_mana_v2_nullable_vacm_group_value.py +71 -0
- test/test_mana_v2_nullable_vrrp_group_config.py +64 -0
- test/test_mana_v2_nullable_weight.py +51 -0
- test/test_mana_v2_nullable_zone_firewall_config.py +59 -0
- test/test_mana_v2_oci_gateway_details.py +53 -0
- test/test_mana_v2_osp_fv2_process.py +110 -0
- test/test_mana_v2_osp_fv3_process.py +110 -0
- test/test_mana_v2_ospf_area.py +120 -0
- test/test_mana_v2_ospf_area_config.py +71 -0
- test/test_mana_v2_ospf_interface.py +89 -0
- test/test_mana_v2_ospf_interface_config.py +64 -0
- test/test_mana_v2_ospf_process_config.py +90 -0
- test/test_mana_v2_ospf_redistribute.py +53 -0
- test/test_mana_v2_ospf_redistribute_protocol_config.py +53 -0
- test/test_mana_v2_overlay_filter_config.py +54 -0
- test/test_mana_v2_overlay_filters.py +52 -0
- test/test_mana_v2_policer.py +52 -0
- test/test_mana_v2_policy_match.py +56 -0
- test/test_mana_v2_policy_target.py +944 -0
- test/test_mana_v2_policy_target_input.py +68 -0
- test/test_mana_v2_port_range.py +52 -0
- test/test_mana_v2_port_range_config.py +52 -0
- test/test_mana_v2_prefix_set.py +72 -0
- test/test_mana_v2_prefix_set_config.py +63 -0
- test/test_mana_v2_prefix_set_config_nullable_entry.py +55 -0
- test/test_mana_v2_prefix_set_config_nullable_entry_entry.py +54 -0
- test/test_mana_v2_prefix_set_entry.py +55 -0
- test/test_mana_v2_prefix_set_policy.py +53 -0
- test/test_mana_v2_prometheus_config.py +70 -0
- test/test_mana_v2_prometheus_remote_write_sink_config.py +54 -0
- test/test_mana_v2_prometheus_rule_config.py +56 -0
- test/test_mana_v2_prometheus_rule_group_config.py +63 -0
- test/test_mana_v2_prometheus_sys_db_monitor_config.py +55 -0
- test/test_mana_v2_qo_s_profile.py +58 -0
- test/test_mana_v2_qo_s_profile_queue.py +53 -0
- test/test_mana_v2_region.py +53 -0
- test/test_mana_v2_regional_allocation.py +57 -0
- test/test_mana_v2_regional_bandwidth_consumption_summary.py +68 -0
- test/test_mana_v2_route_tag.py +53 -0
- test/test_mana_v2_route_tag_device.py +57 -0
- test/test_mana_v2_route_tag_element.py +59 -0
- test/test_mana_v2_route_tag_id.py +53 -0
- test/test_mana_v2_route_tag_summary.py +57 -0
- test/test_mana_v2_routing_policy.py +96 -0
- test/test_mana_v2_routing_policy_config.py +104 -0
- test/test_mana_v2_routing_policy_config_nullable_statement.py +95 -0
- test/test_mana_v2_routing_policy_config_nullable_statement_statement.py +95 -0
- test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_action.py +72 -0
- test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_action_action.py +71 -0
- test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_match.py +66 -0
- test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_match_match.py +65 -0
- test/test_mana_v2_routing_policy_statement.py +88 -0
- test/test_mana_v2_routing_policy_statement_action.py +66 -0
- test/test_mana_v2_routing_policy_statement_match.py +64 -0
- test/test_mana_v2_security_policy_rule.py +61 -0
- test/test_mana_v2_security_policy_rule_row.py +66 -0
- test/test_mana_v2_security_policy_ruleset.py +94 -0
- test/test_mana_v2_security_policy_ruleset_config.py +88 -0
- test/test_mana_v2_security_policy_ruleset_config_nullable_rule.py +81 -0
- test/test_mana_v2_security_policy_ruleset_config_nullable_rule_rule.py +82 -0
- test/test_mana_v2_security_policy_ruleset_rule.py +84 -0
- test/test_mana_v2_security_zone.py +54 -0
- test/test_mana_v2_security_zone_config.py +58 -0
- test/test_mana_v2_security_zone_pair_config.py +53 -0
- test/test_mana_v2_single_route_tag.py +62 -0
- test/test_mana_v2_single_route_tag_route_tag_element.py +53 -0
- test/test_mana_v2_site.py +94 -0
- test/test_mana_v2_site_device_stub.py +52 -0
- test/test_mana_v2_site_list.py +54 -0
- test/test_mana_v2_site_list_entry.py +55 -0
- test/test_mana_v2_site_list_site_entry.py +61 -0
- test/test_mana_v2_site_to_site_i_psec.py +83 -0
- test/test_mana_v2_site_to_site_i_psec_i_psec_bgp_routes.py +62 -0
- test/test_mana_v2_site_to_site_i_psec_i_psec_static_routes.py +53 -0
- test/test_mana_v2_sla_information.py +53 -0
- test/test_mana_v2_snmp.py +166 -0
- test/test_mana_v2_snmp_community.py +52 -0
- test/test_mana_v2_snmp_config.py +161 -0
- test/test_mana_v2_snmp_engine_endpoint.py +59 -0
- test/test_mana_v2_snmp_engine_endpoint_config.py +59 -0
- test/test_mana_v2_snmp_notify_filter_profile.py +58 -0
- test/test_mana_v2_snmp_notify_filter_profile_config.py +55 -0
- test/test_mana_v2_snmp_target.py +61 -0
- test/test_mana_v2_snmp_target_config.py +60 -0
- test/test_mana_v2_snmp_usm_local_user.py +56 -0
- test/test_mana_v2_snmp_usm_local_user_config.py +55 -0
- test/test_mana_v2_snmp_usm_remote_user.py +56 -0
- test/test_mana_v2_snmp_usm_remote_user_config.py +55 -0
- test/test_mana_v2_snmp_vacm_group.py +81 -0
- test/test_mana_v2_snmp_vacm_group_access.py +57 -0
- test/test_mana_v2_snmp_vacm_group_access_config.py +57 -0
- test/test_mana_v2_snmp_vacm_group_member.py +55 -0
- test/test_mana_v2_snmp_vacm_group_member_config.py +54 -0
- test/test_mana_v2_snmp_vacm_view.py +58 -0
- test/test_mana_v2_snmp_vacm_view_config.py +55 -0
- test/test_mana_v2_snmp_vacm_view_include.py +53 -0
- test/test_mana_v2_snmp_vacm_view_include_config.py +51 -0
- test/test_mana_v2_static_dns_servers.py +82 -0
- test/test_mana_v2_static_route.py +72 -0
- test/test_mana_v2_static_route_config.py +70 -0
- test/test_mana_v2_static_route_nexthop.py +57 -0
- test/test_mana_v2_static_route_nexthop_config.py +55 -0
- test/test_mana_v2_subnet.py +52 -0
- test/test_mana_v2_syslog_collector.py +63 -0
- test/test_mana_v2_syslog_collector_config.py +60 -0
- test/test_mana_v2_time_period.py +52 -0
- test/test_mana_v2_traffic_policy_action.py +54 -0
- test/test_mana_v2_traffic_policy_rule.py +64 -0
- test/test_mana_v2_traffic_policy_rule_row.py +69 -0
- test/test_mana_v2_traffic_policy_ruleset.py +98 -0
- test/test_mana_v2_traffic_policy_ruleset_config.py +98 -0
- test/test_mana_v2_traffic_policy_ruleset_config_nullable_rule.py +91 -0
- test/test_mana_v2_traffic_policy_ruleset_config_nullable_rule_rule.py +90 -0
- test/test_mana_v2_traffic_policy_ruleset_config_nullable_rule_rule_action.py +67 -0
- test/test_mana_v2_traffic_policy_ruleset_rule.py +88 -0
- test/test_mana_v2_traffic_policy_ruleset_rule_action.py +59 -0
- test/test_mana_v2_udp_flow_table.py +52 -0
- test/test_mana_v2_vacm_group_config.py +70 -0
- test/test_mana_v2_vendor_detail.py +52 -0
- test/test_mana_v2_version_metadata.py +53 -0
- test/test_mana_v2_vrf.py +360 -0
- test/test_mana_v2_vrf_config.py +287 -0
- test/test_mana_v2_vrrp_group.py +79 -0
- test/test_mana_v2_vrrp_group_config.py +63 -0
- test/test_mana_v2_vrrp_group_interface_priority_decrement.py +52 -0
- test/test_mana_v2_vrrp_group_member.py +59 -0
- test/test_mana_v2_zone.py +53 -0
- test/test_mana_v2_zone_firewall_config.py +58 -0
- test/test_mana_v2_zone_firewall_ip_policy_config.py +54 -0
- test/test_mana_v2_zone_firewall_policy.py +58 -0
- test/test_mana_v2_zone_firewall_udp_policy_config.py +52 -0
- test/test_mana_v2device_snapshot_row.py +113 -0
- test/test_mana_v2interface_config_type.py +69 -0
- test/test_mana_v2topology_device.py +66 -0
- test/test_onboarding_cloud_init_configuration.py +67 -0
- test/test_onboarding_cloud_init_token.py +79 -0
- test/test_onboarding_cloud_init_token_token.py +57 -0
- test/test_onboarding_hardware_inventory.py +70 -0
- test/test_onboarding_interface.py +60 -0
- test/test_onboarding_inventory.py +54 -0
- test/test_onboarding_ip.py +53 -0
- test/test_onboarding_onboarding_redirection.py +55 -0
- test/test_onboarding_onboarding_summary.py +59 -0
- test/test_onboarding_private_gcs_details.py +57 -0
- test/test_onboarding_private_gcs_inventory_details.py +54 -0
- test/test_pokedex_device_history_info.py +58 -0
- test/test_pokedex_device_mapping_info.py +58 -0
- test/test_routing_afi_route_count.py +52 -0
- test/test_routing_arp_entry.py +54 -0
- test/test_routing_nbr_stats.py +51 -0
- test/test_routing_nd_entry.py +54 -0
- test/test_routing_ospf_interface.py +62 -0
- test/test_routing_ospf_nbr.py +58 -0
- test/test_routing_ospf_network_lsa.py +54 -0
- test/test_routing_ospf_next_hop.py +58 -0
- test/test_routing_ospf_route.py +62 -0
- test/test_routing_ospf_router_lsa.py +59 -0
- test/test_routing_ospf_router_lsa_link.py +56 -0
- test/test_routing_ospf_statistics.py +52 -0
- test/test_routing_ospf_summary_lsa.py +53 -0
- test/test_routing_ospfas_external_lsa.py +57 -0
- test/test_routing_ospflsa.py +84 -0
- test/test_routing_ospflsa_tos_metric.py +52 -0
- test/test_routing_prefix_filter.py +60 -0
- test/test_routing_vrrp_entry.py +61 -0
- test/test_routingbgp_counter.py +56 -0
- test/test_routingprefix.py +53 -0
- test/test_search_edge_summary.py +121 -0
- test/test_search_search_filter.py +54 -0
- test/test_search_search_result.py +53 -0
- test/test_statsmon_backbonehealth_control_plane.py +61 -0
- test/test_statsmon_backbonehealth_data_plane.py +79 -0
- test/test_statsmon_backbonehealth_get_qoe_matrix_response.py +84 -0
- test/test_statsmon_backbonehealth_get_qoe_matrix_response_devices_summary.py +55 -0
- test/test_statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary.py +73 -0
- test/test_statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary_qoe_session_box.py +61 -0
- test/test_statsmon_backbonehealth_system_plane.py +121 -0
- test/test_statsmon_backbonehealth_transition_series.py +54 -0
- test/test_statsmon_backbonehealth_transitions.py +60 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_enterprise_details.py +75 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_enterprise_summary.py +75 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_region.py +54 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_region_cloud_summary.py +62 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_region_edge_details.py +59 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_region_edge_summary.py +60 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_role_summary.py +53 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_site.py +56 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_site_details.py +64 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_site_edge_provider.py +55 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_site_provider.py +53 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_site_summary.py +60 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_top_providers.py +54 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_top_regions.py +58 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_top_sites.py +53 -0
- test/test_statsmon_bandwidthtracker_bw_usage_chart.py +60 -0
- test/test_statsmon_bandwidthtracker_bw_usage_chart_value.py +56 -0
- test/test_statsmon_bandwidthtracker_bw_usage_csv_details.py +60 -0
- test/test_statsmon_bandwidthtracker_bw_usage_csv_record.py +57 -0
- test/test_statsmon_bandwidthtracker_time_window.py +57 -0
- test/test_statsmon_circuit_incidents.py +52 -0
- test/test_statsmon_circuit_summary.py +64 -0
- test/test_statsmon_circuit_utilization.py +60 -0
- test/test_statsmon_circuits_incidents.py +65 -0
- test/test_statsmon_circuits_incidents_data.py +63 -0
- test/test_statsmon_circuits_incidents_selector.py +51 -0
- test/test_statsmon_circuits_utilization_selector.py +51 -0
- test/test_statsmon_extranet_edge_status.py +58 -0
- test/test_statsmon_extranet_prefix_health.py +54 -0
- test/test_statsmon_extranet_server_status.py +52 -0
- test/test_statsmon_extranet_service_health.py +62 -0
- test/test_statsmon_extranet_site_status.py +58 -0
- test/test_statsmon_queue_utilization.py +55 -0
- test/test_statsmon_time_window.py +57 -0
- test/test_statsmon_troubleshooting_circuit_filter.py +51 -0
- test/test_statsmon_troubleshooting_control_plane.py +77 -0
- test/test_statsmon_troubleshooting_crash.py +53 -0
- test/test_statsmon_troubleshooting_data_plane.py +79 -0
- test/test_statsmon_troubleshooting_device_filter.py +52 -0
- test/test_statsmon_troubleshooting_edge_status.py +53 -0
- test/test_statsmon_troubleshooting_filter.py +65 -0
- test/test_statsmon_troubleshooting_issue.py +67 -0
- test/test_statsmon_troubleshooting_lan_segment_filter.py +51 -0
- test/test_statsmon_troubleshooting_last_crash.py +55 -0
- test/test_statsmon_troubleshooting_maintenance_window.py +58 -0
- test/test_statsmon_troubleshooting_overheating.py +58 -0
- test/test_statsmon_troubleshooting_region.py +52 -0
- test/test_statsmon_troubleshooting_region_filter.py +53 -0
- test/test_statsmon_troubleshooting_session_sla.py +62 -0
- test/test_statsmon_troubleshooting_site_filter.py +52 -0
- test/test_statsmon_troubleshooting_sla_value.py +58 -0
- test/test_statsmon_troubleshooting_system_plane.py +121 -0
- test/test_statsmon_troubleshooting_system_stat.py +56 -0
- test/test_statsmon_troubleshooting_time_window.py +57 -0
- test/test_statsmon_troubleshooting_transitions.py +60 -0
- test/test_statsmon_twamp_visual_data.py +61 -0
- test/test_statsmon_twamp_visual_selector.py +52 -0
- test/test_statsmon_v2_bfd_stats_selector.py +53 -0
- test/test_statsmon_v2_bgp_stats_selector.py +53 -0
- test/test_statsmon_v2_circuit_bandwidth_stats_selector.py +52 -0
- test/test_statsmon_v2_circuit_incidents.py +67 -0
- test/test_statsmon_v2_circuit_incidents_data.py +66 -0
- test/test_statsmon_v2_circuit_incidents_data_sample.py +63 -0
- test/test_statsmon_v2_circuit_incidents_data_sample_incidents.py +52 -0
- test/test_statsmon_v2_circuit_incidents_selector.py +51 -0
- test/test_statsmon_v2_circuit_summary.py +75 -0
- test/test_statsmon_v2_circuit_utilization_selector.py +51 -0
- test/test_statsmon_v2_connection.py +62 -0
- test/test_statsmon_v2_device_segments.py +64 -0
- test/test_statsmon_v2_edge.py +84 -0
- test/test_statsmon_v2_edgeedge_circuit_info.py +62 -0
- test/test_statsmon_v2_generic_system_stats_selector.py +51 -0
- test/test_statsmon_v2_interface_stats_selector.py +52 -0
- test/test_statsmon_v2_ip_sec_stats_selector.py +52 -0
- test/test_statsmon_v2_node.py +106 -0
- test/test_statsmon_v2_node_circuit_info.py +65 -0
- test/test_statsmon_v2_node_connection.py +62 -0
- test/test_statsmon_v2_node_device_info.py +68 -0
- test/test_statsmon_v2_ospf_stats_selector.py +53 -0
- test/test_statsmon_v2_policy_stats_selector.py +52 -0
- test/test_statsmon_v2_queue_instant_stats_selector.py +53 -0
- test/test_statsmon_v2_queue_stats_selector.py +54 -0
- test/test_statsmon_v2_queue_utilization.py +56 -0
- test/test_statsmon_v2_site_info.py +54 -0
- test/test_statsmon_v2_stats_sample.py +55 -0
- test/test_statsmon_v2_system_stats_selector.py +51 -0
- test/test_statsmon_v2_time_window.py +57 -0
- test/test_statsmon_v2_twamp_stats_selector.py +54 -0
- test/test_statsmon_v2_twamp_visual_selector.py +53 -0
- test/test_statsmon_v2_vrf_route.py +54 -0
- test/test_statsmon_v2_vrf_routes.py +60 -0
- test/test_syslogmon_histogram.py +54 -0
- test/test_syslogmon_log.py +58 -0
- test/test_syslogmon_syslogs_selector.py +54 -0
- test/test_upgrade_gcs_release_category.py +52 -0
- test/test_upgrade_gcs_release_details.py +59 -0
- test/test_upgrade_inventory_key.py +52 -0
- test/test_upgrade_release_summary.py +61 -0
- test/test_upgrade_running_sw_version.py +54 -0
- test/test_upgrade_schedule.py +61 -0
- test/test_upgrade_sw_version.py +53 -0
- test/test_upgrade_upgrade_canary_profile.py +58 -0
- test/test_upgrade_upgrade_occurrence.py +54 -0
- test/test_upgrade_upgrade_summary.py +83 -0
- test/test_v1_account_email_patch_request.py +2 -1
- test/test_v1_account_info_patch_request.py +1 -1
- test/test_v1_account_mfa_confirmation_post_request.py +5 -1
- test/test_v1_account_mfa_confirmation_post_response.py +53 -0
- test/test_v1_account_mfa_delete_request.py +52 -0
- test/test_v1_account_mfa_get_response.py +51 -0
- test/test_v1_account_mfa_put_request.py +2 -1
- test/test_v1_account_mfa_put_response.py +54 -0
- test/test_v1_account_password_patch_request.py +3 -1
- test/test_v1_activity_logs_post_request.py +8 -8
- test/test_v1_activity_logs_post_response.py +114 -0
- test/test_v1_activity_logs_post_response_activity_items.py +56 -0
- test/test_v1_alarm_history_get_request.py +51 -0
- test/test_v1_alarm_history_get_response.py +61 -0
- test/test_v1_alarm_mute_alarm_id_put_request.py +1 -1
- test/test_v1_alarms_events_get_request.py +51 -0
- test/test_v1_alarms_events_get_response.py +53 -0
- test/test_v1_alarms_list_get_response.py +74 -0
- test/test_v1_apps_app_summary_post_request.py +4 -4
- test/test_v1_apps_app_summary_post_response.py +72 -0
- test/test_v1_apps_bandwidth_post_request.py +4 -4
- test/test_v1_apps_bandwidth_post_response.py +58 -0
- test/test_v1_apps_device_device_id_top_post_request.py +4 -4
- test/test_v1_apps_device_device_id_top_post_response.py +57 -0
- test/test_v1_apps_site_site_id_top_post_request.py +59 -0
- test/test_v1_apps_site_site_id_top_post_response.py +57 -0
- test/test_v1_apps_visualization_post_request.py +4 -4
- test/test_v1_apps_visualization_post_response.py +78 -0
- test/test_v1_audit_logs_post_request.py +4 -4
- test/test_v1_audit_logs_post_response.py +88 -0
- test/test_v1_auth_delete_response.py +54 -0
- test/test_v1_auth_error_post_response.py +56 -0
- test/test_v1_auth_gcs_post_request.py +54 -0
- test/test_v1_auth_get_response.py +54 -0
- test/test_v1_auth_login_callback_post500_response.py +51 -0
- test/test_v1_auth_login_post_request.py +5 -3
- test/test_v1_auth_login_post_response.py +53 -0
- test/test_v1_auth_login_pre_get_response.py +57 -0
- test/test_v1_auth_login_saml_get401_response.py +51 -0
- test/test_v1_auth_login_saml_get500_response.py +51 -0
- test/test_v1_auth_login_temp_post_request.py +5 -1
- test/test_v1_auth_mfa_patch_request.py +3 -0
- test/test_v1_auth_mfa_post500_response.py +51 -0
- test/test_v1_auth_mfa_post_request.py +57 -0
- test/test_v1_auth_mfa_types_get_response.py +53 -0
- test/test_v1_auth_mfa_types_put_request.py +56 -0
- test/test_v1_auth_patch_request.py +58 -0
- test/test_v1_auth_patch_response.py +54 -0
- test/test_v1_auth_put_request.py +58 -0
- test/test_v1_auth_put_response.py +54 -0
- test/test_v1_auth_refresh_get200_response.py +54 -0
- test/test_v1_auth_refresh_get403_response.py +51 -0
- test/test_v1_auth_refresh_get422_response.py +51 -0
- test/test_v1_auth_refresh_get_entry_point_response.py +51 -0
- test/test_v1_auth_session_get403_response.py +51 -0
- test/test_v1_auth_session_get422_response.py +51 -0
- test/test_v1_auth_user_get_response.py +90 -0
- test/test_v1_b2b_extranet_monitoring_filter_post_response.py +65 -0
- test/test_v1_backbone_health_device_device_id_post_request.py +58 -0
- test/test_v1_backbone_health_device_device_id_post_response.py +190 -0
- test/test_v1_backbone_health_et_wan_matrix_get_response.py +67 -0
- test/test_v1_backbone_health_et_wan_matrix_get_response_device_et_wan_summary.py +57 -0
- test/test_v1_backbone_health_et_wan_matrix_get_response_region_status.py +54 -0
- test/test_v1_backbone_health_etet_sla_matrix_get_response.py +89 -0
- test/test_v1_backbone_health_etet_sla_matrix_get_response_devices_summary.py +55 -0
- test/test_v1_backbone_health_etet_sla_matrix_get_response_region_status.py +57 -0
- test/test_v1_backbone_health_etet_sla_matrix_get_response_sla_summary.py +68 -0
- test/test_v1_backbone_health_filter_get_response.py +74 -0
- test/test_v1_backbone_health_overview_post_request.py +3 -3
- test/test_v1_backbone_health_overview_post_request_dimensions.py +1 -1
- test/test_v1_backbone_health_overview_post_response.py +64 -0
- test/test_v1_backbone_health_overview_post_response_device_summary.py +61 -0
- test/test_v1_backbone_health_top_devices_by_alerts_post_request.py +2 -2
- test/test_v1_backbone_health_top_devices_by_alerts_post_response.py +68 -0
- test/test_v1_backbone_health_top_devices_by_alerts_post_response_device_counts.py +55 -0
- test/test_v1_backbone_health_top_devices_by_alerts_post_response_device_counts_device_count.py +52 -0
- test/test_v1_bwtracker_enterprise_csv_post_request.py +58 -0
- test/test_v1_bwtracker_enterprise_csv_post_response.py +61 -0
- test/test_v1_bwtracker_enterprise_details_post_request.py +58 -0
- test/test_v1_bwtracker_enterprise_details_post_response.py +76 -0
- test/test_v1_bwtracker_enterprise_summary_post_request.py +58 -0
- test/test_v1_bwtracker_enterprise_summary_post_response.py +70 -0
- test/test_v1_bwtracker_region_cloud_chart_post_request.py +4 -4
- test/test_v1_bwtracker_region_cloud_chart_post_response.py +61 -0
- test/test_v1_bwtracker_region_cloud_csv_post_request.py +59 -0
- test/test_v1_bwtracker_region_cloud_csv_post_response.py +61 -0
- test/test_v1_bwtracker_region_cloud_summary_post_request.py +59 -0
- test/test_v1_bwtracker_region_cloud_summary_post_response.py +63 -0
- test/test_v1_bwtracker_region_edge_chart_post_request.py +59 -0
- test/test_v1_bwtracker_region_edge_chart_post_response.py +61 -0
- test/test_v1_bwtracker_region_edge_csv_post_request.py +59 -0
- test/test_v1_bwtracker_region_edge_csv_post_response.py +61 -0
- test/test_v1_bwtracker_region_edge_details_post_request.py +59 -0
- test/test_v1_bwtracker_region_edge_details_post_response.py +60 -0
- test/test_v1_bwtracker_region_edge_summary_post_request.py +59 -0
- test/test_v1_bwtracker_region_edge_summary_post_response.py +61 -0
- test/test_v1_bwtracker_region_gateway_chart_post_request.py +59 -0
- test/test_v1_bwtracker_region_gateway_chart_post_response.py +61 -0
- test/test_v1_bwtracker_region_gateway_csv_post_request.py +59 -0
- test/test_v1_bwtracker_region_gateway_csv_post_response.py +61 -0
- test/test_v1_bwtracker_region_gateway_details_post_request.py +59 -0
- test/test_v1_bwtracker_region_gateway_details_post_response.py +60 -0
- test/test_v1_bwtracker_region_gateway_summary_post_request.py +59 -0
- test/test_v1_bwtracker_region_gateway_summary_post_response.py +61 -0
- test/test_v1_bwtracker_region_site_chart_post_request.py +4 -4
- test/test_v1_bwtracker_region_site_chart_post_response.py +61 -0
- test/test_v1_bwtracker_region_site_details_post_request.py +60 -0
- test/test_v1_bwtracker_region_site_details_post_response.py +65 -0
- test/test_v1_bwtracker_region_site_gateway_chart_post_request.py +60 -0
- test/test_v1_bwtracker_region_site_gateway_chart_post_response.py +61 -0
- test/test_v1_bwtracker_region_site_gateway_details_post_request.py +60 -0
- test/test_v1_bwtracker_region_site_gateway_details_post_response.py +65 -0
- test/test_v1_bwtracker_region_site_gateway_summary_post_request.py +60 -0
- test/test_v1_bwtracker_region_site_gateway_summary_post_response.py +61 -0
- test/test_v1_bwtracker_region_site_summary_post_request.py +60 -0
- test/test_v1_bwtracker_region_site_summary_post_response.py +61 -0
- test/test_v1_bwtracker_site_csv_post_request.py +60 -0
- test/test_v1_bwtracker_site_csv_post_response.py +61 -0
- test/test_v1_bwtracker_site_gateway_csv_post_request.py +60 -0
- test/test_v1_bwtracker_site_gateway_csv_post_response.py +61 -0
- test/test_v1_data_assurance_assurances_applications_bucket_app_name_get_response.py +77 -0
- test/test_v1_data_assurance_assurances_applications_bucket_app_name_get_response_assurance.py +74 -0
- test/test_v1_data_assurance_assurances_global_get_response.py +74 -0
- test/test_v1_data_assurance_assurances_global_get_response_row.py +71 -0
- test/test_v1_data_assurance_assurances_global_get_response_row_app_entry.py +51 -0
- test/test_v1_data_assurance_assurances_global_get_response_row_lan_entry.py +51 -0
- test/test_v1_data_assurance_assurances_global_get_response_row_site_entry.py +51 -0
- test/test_v1_data_assurance_assurances_global_id_get_response.py +73 -0
- test/test_v1_data_assurance_assurances_global_id_put_request.py +4 -4
- test/test_v1_data_assurance_assurances_global_id_put_response.py +53 -0
- test/test_v1_data_assurance_assurances_global_post_request.py +4 -4
- test/test_v1_data_assurance_assurances_global_post_response.py +54 -0
- test/test_v1_data_assurance_flex_algos_get_response.py +56 -0
- test/test_v1_data_assurance_flex_algos_get_response_entry.py +53 -0
- test/test_v1_device_routing_bgp_nbr_stats_get_request.py +56 -0
- test/test_v1_device_routing_bgp_nbr_stats_get_response.py +61 -0
- test/test_v1_device_routing_bgp_nbrid_get_request.py +56 -0
- test/test_v1_device_routing_bgp_nbrid_get_response.py +62 -0
- test/test_v1_device_routing_bgp_nbrs_counters_get_request.py +56 -0
- test/test_v1_device_routing_bgp_nbrs_counters_get_response.py +59 -0
- test/test_v1_device_routing_bgp_nbrs_details_get_response.py +53 -0
- test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get_response.py +56 -0
- test/test_v1_device_routing_odp_nbrid_get_request.py +56 -0
- test/test_v1_device_routing_odp_nbrid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv2_area_interface_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_area_interface_get_response.py +74 -0
- test/test_v1_device_routing_ospfv2_area_interface_nbrid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_area_interface_nbrid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv2_area_interfaceid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_area_interfaceid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv2_area_lsdb_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_area_lsdb_get_response.py +92 -0
- test/test_v1_device_routing_ospfv2_area_nbr_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_area_nbr_get_response.py +70 -0
- test/test_v1_device_routing_ospfv2_areaid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_areaid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv2_lsdb_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_lsdb_get_response.py +92 -0
- test/test_v1_device_routing_ospfv2_rib_get_request.py +67 -0
- test/test_v1_device_routing_ospfv2_rib_get_response.py +74 -0
- test/test_v1_device_routing_ospfv2_statistics_get_response.py +55 -0
- test/test_v1_device_routing_ospfv3_area_interface_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_area_interface_get_response.py +74 -0
- test/test_v1_device_routing_ospfv3_area_interface_nbrid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_area_interface_nbrid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv3_area_interfaceid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_area_interfaceid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv3_area_lsdb_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_area_lsdb_get_response.py +92 -0
- test/test_v1_device_routing_ospfv3_area_nbr_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_area_nbr_get_response.py +70 -0
- test/test_v1_device_routing_ospfv3_areaid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_areaid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv3_lsdb_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_lsdb_get_response.py +92 -0
- test/test_v1_device_routing_ospfv3_rib_get_request.py +67 -0
- test/test_v1_device_routing_ospfv3_rib_get_response.py +74 -0
- test/test_v1_device_routing_ospfv3_statistics_get_response.py +55 -0
- test/test_v1_device_routing_rib_route_count_post_response.py +55 -0
- test/test_v1_device_routing_rib_route_count_post_response_route_count.py +52 -0
- test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get_response.py +65 -0
- test/test_v1_device_routing_vrf_bgp_graphiant_eiroute_count_get_response.py +53 -0
- test/test_v1_device_routing_vrf_bgp_route_count_post_request.py +5 -1
- test/test_v1_device_routing_vrf_bgp_route_count_post_response.py +55 -0
- test/test_v1_device_routing_vrf_bgp_route_count_post_response_route_count.py +52 -0
- test/test_v1_device_snapshot_device_id_get_response.py +105 -0
- test/test_v1_device_snapshot_get_request.py +53 -0
- test/test_v1_device_snapshot_get_response.py +209 -0
- test/test_v1_device_snapshot_post_request.py +1 -1
- test/test_v1_device_snapshot_put_request.py +1 -1
- test/test_v1_device_status_history_post_request.py +1 -1
- test/test_v1_device_status_history_post_response.py +61 -0
- test/test_v1_device_status_post_request.py +54 -0
- test/test_v1_device_status_post_response.py +61 -0
- test/test_v1_devices_bringup_post_request.py +1 -1
- test/test_v1_devices_bringup_post_response.py +62 -0
- test/test_v1_devices_bringup_put_request.py +1 -1
- test/test_v1_devices_bringup_token_post_request.py +2 -2
- test/test_v1_devices_bringup_token_post_response.py +54 -0
- test/test_v1_devices_device_id_arp_get_response.py +57 -0
- test/test_v1_devices_device_id_candidate_circuits_get_response.py +57 -0
- test/test_v1_devices_device_id_candidate_circuits_get_response_circuit_info.py +54 -0
- test/test_v1_devices_device_id_circuits_vrf_associations_get_request.py +53 -0
- test/test_v1_devices_device_id_circuits_vrf_associations_get_response.py +56 -0
- test/test_v1_devices_device_id_circuits_vrf_associations_get_response_vrf_associations.py +53 -0
- test/test_v1_devices_device_id_config_put_request.py +244 -239
- test/test_v1_devices_device_id_config_put_response.py +52 -0
- test/test_v1_devices_device_id_connectivity_get_response.py +110 -0
- test/test_v1_devices_device_id_dhcp_server_leases_get_response.py +92 -0
- test/test_v1_devices_device_id_draft_get_response.py +888 -0
- test/test_v1_devices_device_id_draft_post_request.py +116 -99
- test/test_v1_devices_device_id_draft_post_response.py +51 -0
- test/test_v1_devices_device_id_edges_get_request.py +56 -0
- test/test_v1_devices_device_id_edges_get_response.py +893 -0
- test/test_v1_devices_device_id_get_response.py +883 -0
- test/test_v1_devices_device_id_interfaces_get_request.py +56 -0
- test/test_v1_devices_device_id_interfaces_get_response.py +206 -0
- test/test_v1_devices_device_id_jobs_job_id_get_response.py +62 -0
- test/test_v1_devices_device_id_ndcache_get_response.py +57 -0
- test/test_v1_devices_device_id_ospfv2_default_originate_get_request.py +53 -0
- test/test_v1_devices_device_id_ospfv2_default_originate_get_response.py +53 -0
- test/test_v1_devices_device_id_ospfv3_default_originate_get_request.py +53 -0
- test/test_v1_devices_device_id_ospfv3_default_originate_get_response.py +53 -0
- test/test_v1_devices_device_id_policy_applications_get_request.py +56 -0
- test/test_v1_devices_device_id_policy_applications_get_response.py +65 -0
- test/test_v1_devices_device_id_policy_applications_get_response_application.py +54 -0
- test/test_v1_devices_device_id_policy_customapplications_get_request.py +56 -0
- test/test_v1_devices_device_id_policy_customapplications_get_response.py +65 -0
- test/test_v1_devices_device_id_policy_customapplications_get_response_application.py +54 -0
- test/test_v1_devices_device_id_policy_zonepairs_get_response.py +102 -0
- test/test_v1_devices_device_id_slice_peers_get_response.py +260 -0
- test/test_v1_devices_device_id_staged_config_compare_get_response.py +51 -0
- test/test_v1_devices_device_id_twamp_core_get_response.py +53 -0
- test/test_v1_devices_device_id_versions_compare_get_request.py +53 -0
- test/test_v1_devices_device_id_versions_compare_get_response.py +51 -0
- test/test_v1_devices_device_id_versions_get_response.py +56 -0
- test/test_v1_devices_device_id_versions_version_get_response.py +888 -0
- test/test_v1_devices_device_id_vrf_bgp_as_get_request.py +51 -0
- test/test_v1_devices_device_id_vrf_bgp_as_get_response.py +51 -0
- test/test_v1_devices_device_id_vrf_protocols_get_request.py +52 -0
- test/test_v1_devices_device_id_vrf_protocols_get_response.py +56 -0
- test/test_v1_devices_device_id_vrrp_get_request.py +52 -0
- test/test_v1_devices_device_id_vrrp_get_response.py +64 -0
- test/test_v1_devices_get_request.py +64 -0
- test/test_v1_devices_get_response.py +893 -0
- test/test_v1_devices_inventory_approve_return_post_request.py +1 -1
- test/test_v1_devices_inventory_clear_return_post_request.py +53 -0
- test/test_v1_devices_inventory_enterprise_put_request.py +1 -1
- test/test_v1_devices_inventory_get_request.py +57 -0
- test/test_v1_devices_inventory_get_response.py +81 -0
- test/test_v1_devices_inventory_post_request.py +4 -4
- test/test_v1_devices_inventory_post_response.py +55 -0
- test/test_v1_devices_inventory_post_response_data.py +52 -0
- test/test_v1_devices_inventory_request_return_post_request.py +53 -0
- test/test_v1_devices_inventory_serial_num_post_request.py +53 -0
- test/test_v1_devices_inventory_serial_num_post_response.py +73 -0
- test/test_v1_devices_oauth_authorization_get_response.py +51 -0
- test/test_v1_devices_oauth_post_request.py +58 -0
- test/test_v1_devices_oauth_post_response.py +53 -0
- test/test_v1_devices_oauth_redirect_get_request.py +51 -0
- test/test_v1_devices_oauth_redirect_get_response.py +56 -0
- test/test_v1_devices_rma_post_request.py +1 -1
- test/test_v1_devices_routing_vrf_protocol_route_count_get_response.py +57 -0
- test/test_v1_devices_routing_vrf_protocol_route_count_get_response_protocol_count.py +54 -0
- test/test_v1_devices_running_version_post_request.py +53 -0
- test/test_v1_devices_running_version_post_response.py +57 -0
- test/test_v1_devices_session_status_post_request.py +1 -1
- test/test_v1_devices_session_status_post_response.py +71 -0
- test/test_v1_devices_session_status_post_response_data.py +54 -0
- test/test_v1_devices_summary_get_request.py +51 -0
- test/test_v1_devices_summary_get_response.py +72 -0
- test/test_v1_devices_summary_get_response_site_summary.py +69 -0
- test/test_v1_devices_summary_get_response_site_summary_device_summary.py +64 -0
- test/test_v1_devices_upgrade_cancel_put_request.py +53 -0
- test/test_v1_devices_upgrade_schedule_put_request.py +10 -3
- test/test_v1_devices_upgrade_schedule_put_request_device_version.py +54 -0
- test/test_v1_diagnostic_archive_create_device_id_post_request.py +1 -1
- test/test_v1_diagnostic_archive_create_device_id_post_response.py +51 -0
- test/test_v1_diagnostic_archive_edit_archive_id_put_request.py +51 -0
- test/test_v1_diagnostic_archives_device_id_get_response.py +64 -0
- test/test_v1_diagnostic_bgp_reset_device_id_put_request.py +1 -1
- test/test_v1_diagnostic_clear_arp_device_id_put_request.py +3 -3
- test/test_v1_diagnostic_gnmi_ping_get_request.py +51 -0
- test/test_v1_diagnostic_gnmi_ping_get_response.py +59 -0
- test/test_v1_diagnostic_gnmi_ping_get_response_result.py +56 -0
- test/test_v1_diagnostic_interface_reset_device_id_put_request.py +1 -1
- test/test_v1_diagnostic_otp_device_id_get_response.py +51 -0
- test/test_v1_diagnostic_packetcapture_pcap_id_get_response.py +55 -0
- test/test_v1_diagnostic_packetcapture_start_post_request.py +10 -5
- test/test_v1_diagnostic_packetcapture_start_post_response.py +51 -0
- test/test_v1_diagnostic_packetcapture_stop_post_request.py +51 -0
- test/test_v1_diagnostic_ping_pause_resume_post_request.py +4 -2
- test/test_v1_diagnostic_ping_pause_resume_post_response.py +87 -0
- test/test_v1_diagnostic_ping_post_request.py +65 -0
- test/test_v1_diagnostic_ping_post_response.py +87 -0
- test/test_v1_diagnostic_reboot_device_id_put_request.py +2 -1
- test/test_v1_diagnostic_reset_ipsec_session_device_id_put_request.py +1 -1
- test/test_v1_diagnostic_speedtest_post_request.py +4 -3
- test/test_v1_diagnostic_speedtest_post_response.py +69 -0
- test/test_v1_diagnostic_speedtest_providers_get_response.py +53 -0
- test/test_v1_diagnostic_speedtest_report_put_request.py +3 -1
- test/test_v1_diagnostic_speedtest_report_put_response.py +52 -0
- test/test_v1_diagnostic_speedtest_servers_get_request.py +54 -0
- test/test_v1_diagnostic_speedtest_servers_get_response.py +59 -0
- test/test_v1_diagnostic_traceroute_post_request.py +65 -0
- test/test_v1_diagnostic_traceroute_post_response.py +87 -0
- test/test_v1_edges_hardware_assigned_get_request.py +51 -0
- test/test_v1_edges_hardware_assigned_get_response.py +118 -0
- test/test_v1_edges_hardware_unassigned_get_response.py +74 -0
- test/test_v1_edges_summary_get_request.py +57 -0
- test/test_v1_edges_summary_get_response.py +119 -0
- test/test_v1_enterprise_allocation_get_request.py +53 -0
- test/test_v1_enterprise_allocation_get_response.py +107 -0
- test/test_v1_enterprise_configuration_get_response.py +53 -0
- test/test_v1_enterprise_configuration_put_request.py +53 -0
- test/test_v1_enterprise_contract_put_request.py +2 -2
- test/test_v1_enterprise_snapshot_get_response.py +175 -0
- test/test_v1_enterprises_enterprise_id_admin_get_response.py +51 -0
- test/test_v1_enterprises_enterprise_id_delete_response.py +54 -0
- test/test_v1_enterprises_enterprise_id_device_status_get_request.py +51 -0
- test/test_v1_enterprises_enterprise_id_device_status_get_response.py +61 -0
- test/test_v1_enterprises_get_response.py +92 -0
- test/test_v1_enterprises_managed_get_response.py +106 -0
- test/test_v1_enterprises_patch_request.py +4 -2
- test/test_v1_enterprises_patch_request_token_expiry.py +1 -1
- test/test_v1_enterprises_put_request.py +3 -1
- test/test_v1_enterprises_self_delete_response.py +54 -0
- test/test_v1_event_device_get_request.py +61 -0
- test/test_v1_event_device_get_response.py +66 -0
- test/test_v1_event_enterprise_get_request.py +61 -0
- test/test_v1_event_enterprise_get_response.py +66 -0
- test/test_v1_event_system_ack_post_request.py +1 -1
- test/test_v1_event_system_get_response.py +66 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_request.py +5 -4
- test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_response.py +67 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_request.py +4 -4
- test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_response.py +58 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_request.py +4 -4
- test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_response.py +81 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_request.py +3 -3
- test/test_v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_response.py +53 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post_request.py +52 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post_response.py +62 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request.py +5 -4
- test/test_v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_response.py +66 -0
- test/test_v1_extranet_sites_usage_post_request.py +5 -4
- test/test_v1_extranet_sites_usage_post_response.py +67 -0
- test/test_v1_extranet_sites_usage_top_post_request.py +4 -4
- test/test_v1_extranet_sites_usage_top_post_response.py +56 -0
- test/test_v1_extranet_sites_usage_top_post_response_site_usage.py +53 -0
- test/test_v1_extranets_b2b_consumer_device_status_id_get_response.py +61 -0
- test/test_v1_extranets_b2b_consumer_id_get_response.py +112 -0
- test/test_v1_extranets_b2b_consumer_post_request.py +6 -6
- test/test_v1_extranets_b2b_consumer_post_response.py +120 -0
- test/test_v1_extranets_b2b_consumer_summary_get_response.py +66 -0
- test/test_v1_extranets_b2b_customer_info_id_get_response.py +54 -0
- test/test_v1_extranets_b2b_general_customers_summary_get_response.py +64 -0
- test/test_v1_extranets_b2b_general_services_summary_get_response.py +71 -0
- test/test_v1_extranets_b2b_id_customer_post_request.py +2 -2
- test/test_v1_extranets_b2b_id_customer_post_response.py +62 -0
- test/test_v1_extranets_b2b_id_customer_summary_get_response.py +61 -0
- test/test_v1_extranets_b2b_id_producer_get_request.py +115 -0
- test/test_v1_extranets_b2b_id_producer_get_response.py +143 -0
- test/test_v1_extranets_b2b_id_put_request.py +39 -8
- test/test_v1_extranets_b2b_id_put_response.py +143 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_request.py +52 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response.py +224 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response_ipsec_vpn_tunnel_config.py +82 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get_request.py +51 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get_response.py +77 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request.py +18 -18
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_response.py +75 -0
- test/test_v1_extranets_b2b_peering_customer_id_delete_response.py +52 -0
- test/test_v1_extranets_b2b_peering_customer_id_get_response.py +57 -0
- test/test_v1_extranets_b2b_peering_customer_post_request.py +1 -1
- test/test_v1_extranets_b2b_peering_customer_post_response.py +56 -0
- test/test_v1_extranets_b2b_peering_match_service_to_customer_id_get_request.py +52 -0
- test/test_v1_extranets_b2b_peering_match_service_to_customer_id_get_response.py +68 -0
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request.py +3 -3
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_response.py +67 -0
- test/test_v1_extranets_b2b_peering_match_services_summary_id_get_response.py +62 -0
- test/test_v1_extranets_b2b_peering_producer_id_get_response.py +86 -0
- test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get_response.py +65 -0
- test/test_v1_extranets_b2b_peering_producer_post_request.py +11 -5
- test/test_v1_extranets_b2b_peering_producer_post_response.py +86 -0
- test/test_v1_extranets_b2b_post_request.py +39 -8
- test/test_v1_extranets_b2b_post_response.py +143 -0
- test/test_v1_extranets_b2b_producer_device_status_id_get_response.py +60 -0
- test/test_v1_extranets_b2b_producers_summary_get_request.py +51 -0
- test/test_v1_extranets_b2b_producers_summary_get_response.py +71 -0
- test/test_v1_extranets_get_request.py +57 -0
- test/test_v1_extranets_get_response.py +951 -0
- test/test_v1_extranets_id_apply_post_request.py +1 -1
- test/test_v1_extranets_id_apply_post_response.py +58 -0
- test/test_v1_extranets_id_delete_response.py +57 -0
- test/test_v1_extranets_id_get_response.py +941 -0
- test/test_v1_extranets_id_put_request.py +95 -0
- test/test_v1_extranets_id_put_response.py +941 -0
- test/test_v1_extranets_id_status_get_response.py +57 -0
- test/test_v1_extranets_monitoring_lan_segments_get_request.py +53 -0
- test/test_v1_extranets_monitoring_lan_segments_get_response.py +55 -0
- test/test_v1_extranets_monitoring_lan_segments_get_response_vrf.py +52 -0
- test/test_v1_extranets_monitoring_nat_usage_get_request.py +52 -0
- test/test_v1_extranets_monitoring_nat_usage_get_response.py +60 -0
- test/test_v1_extranets_monitoring_nat_usage_get_response_allocation.py +55 -0
- test/test_v1_extranets_monitoring_traffic_security_policy_post_request.py +1 -1
- test/test_v1_extranets_monitoring_traffic_security_policy_post_response.py +91 -0
- test/test_v1_extranets_post_request.py +9 -9
- test/test_v1_extranets_post_response.py +941 -0
- test/test_v1_extranets_resolve_policy_target_post_request.py +4 -4
- test/test_v1_extranets_resolve_policy_target_post_response.py +885 -0
- test/test_v1_extranets_source_segments_post_request.py +4 -4
- test/test_v1_extranets_source_segments_post_response.py +298 -0
- test/test_v1_flows_flow_table_post_request.py +6 -6
- test/test_v1_flows_flow_table_post_response.py +73 -0
- test/test_v1_flows_topology_post_request.py +5 -5
- test/test_v1_flows_topology_post_response.py +121 -0
- test/test_v1_gateways_guest_consumer_match_id_get_response.py +131 -0
- test/test_v1_gateways_guest_consumer_match_id_get_response_ipsec_vpn_tunnel_config.py +82 -0
- test/test_v1_gateways_id_details_get_response.py +140 -0
- test/test_v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get_response.py +52 -0
- test/test_v1_gateways_post_request.py +24 -24
- test/test_v1_gateways_post_response.py +52 -0
- test/test_v1_gateways_put_request.py +24 -24
- test/test_v1_gateways_reference_consumer_get_request.py +53 -0
- test/test_v1_gateways_reference_consumer_get_response.py +88 -0
- test/test_v1_gateways_regions_get_response.py +56 -0
- test/test_v1_gateways_status_post_request.py +2 -2
- test/test_v1_gateways_status_post_request_device_info.py +52 -0
- test/test_v1_gateways_summary_get_response.py +73 -0
- test/test_v1_global_apps_app_list_options_get_response.py +58 -0
- test/test_v1_global_apps_app_lists_app_list_id_details_apps_get_response.py +58 -0
- test/test_v1_global_apps_app_lists_app_list_id_get_response.py +58 -0
- test/test_v1_global_apps_app_lists_app_list_id_put_request.py +58 -0
- test/test_v1_global_apps_app_lists_get_response.py +61 -0
- test/test_v1_global_apps_app_lists_get_response_entry.py +58 -0
- test/test_v1_global_apps_app_lists_post_request.py +3 -3
- test/test_v1_global_apps_app_lists_post_response.py +53 -0
- test/test_v1_global_apps_categories_category_id_apps_get_response.py +58 -0
- test/test_v1_global_apps_categories_get_response.py +60 -0
- test/test_v1_global_apps_categories_get_response_entry.py +57 -0
- test/test_v1_global_apps_custom_app_id_details_app_lists_get_response.py +58 -0
- test/test_v1_global_apps_custom_app_id_get_response.py +66 -0
- test/test_v1_global_apps_custom_app_id_put_request.py +66 -0
- test/test_v1_global_apps_custom_get_response.py +77 -0
- test/test_v1_global_apps_custom_get_response_entry.py +74 -0
- test/test_v1_global_apps_custom_post_request.py +3 -3
- test/test_v1_global_apps_custom_post_response.py +53 -0
- test/test_v1_global_apps_graphiant_get_response.py +61 -0
- test/test_v1_global_apps_graphiant_get_response_entry.py +58 -0
- test/test_v1_global_attached_edges_post_request.py +1 -1
- test/test_v1_global_attached_edges_post_response.py +62 -0
- test/test_v1_global_config_patch_request.py +98 -96
- test/test_v1_global_config_patch_response.py +75 -0
- test/test_v1_global_config_site_post_request.py +5 -5
- test/test_v1_global_device_status_get_request.py +56 -0
- test/test_v1_global_device_status_get_response.py +62 -0
- test/test_v1_global_ipfix_device_get_request.py +51 -0
- test/test_v1_global_ipfix_device_get_response.py +70 -0
- test/test_v1_global_ipfix_post_request.py +1 -1
- test/test_v1_global_ipfix_post_response.py +70 -0
- test/test_v1_global_ipfix_site_get_request.py +51 -0
- test/test_v1_global_ipfix_site_get_response.py +70 -0
- test/test_v1_global_ipsec_profile_get_response.py +56 -0
- test/test_v1_global_ipsec_profile_get_response_i_psec_profile_count.py +53 -0
- test/test_v1_global_ipsec_profile_id_get_response.py +64 -0
- test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response.py +57 -0
- test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response_site_to_site_vpn.py +54 -0
- test/test_v1_global_lan_segments_get_response.py +62 -0
- test/test_v1_global_lan_segments_get_response_entry.py +59 -0
- test/test_v1_global_lan_segments_id_delete_response.py +52 -0
- test/test_v1_global_lan_segments_post_request.py +1 -1
- test/test_v1_global_lan_segments_post_response.py +52 -0
- test/test_v1_global_lan_segments_vrf_id_devices_get_response.py +59 -0
- test/test_v1_global_lan_segments_vrf_id_devices_get_response_entry.py +55 -0
- test/test_v1_global_prefix_sets_device_get_request.py +51 -0
- test/test_v1_global_prefix_sets_device_get_response.py +75 -0
- test/test_v1_global_prefix_sets_post_request.py +53 -0
- test/test_v1_global_prefix_sets_post_response.py +75 -0
- test/test_v1_global_prefix_sets_site_get_request.py +51 -0
- test/test_v1_global_prefix_sets_site_get_response.py +75 -0
- test/test_v1_global_routing_policies_device_get_request.py +51 -0
- test/test_v1_global_routing_policies_device_get_response.py +99 -0
- test/test_v1_global_routing_policies_post_request.py +53 -0
- test/test_v1_global_routing_policies_post_response.py +99 -0
- test/test_v1_global_routing_policies_site_get_request.py +51 -0
- test/test_v1_global_routing_policies_site_get_response.py +99 -0
- test/test_v1_global_site_lists_get_response.py +63 -0
- test/test_v1_global_site_lists_get_response_entry.py +59 -0
- test/test_v1_global_site_lists_id_delete_response.py +52 -0
- test/test_v1_global_site_lists_id_get_response.py +59 -0
- test/test_v1_global_site_lists_id_put_request.py +59 -0
- test/test_v1_global_site_lists_id_put_response.py +52 -0
- test/test_v1_global_site_lists_id_sites_get_response.py +64 -0
- test/test_v1_global_site_lists_post_request.py +2 -2
- test/test_v1_global_site_lists_post_response.py +52 -0
- test/test_v1_global_site_status_get_request.py +56 -0
- test/test_v1_global_site_status_get_response.py +62 -0
- test/test_v1_global_snmps_device_get_request.py +51 -0
- test/test_v1_global_snmps_device_get_response.py +169 -0
- test/test_v1_global_snmps_post_request.py +53 -0
- test/test_v1_global_snmps_post_response.py +169 -0
- test/test_v1_global_snmps_site_get_request.py +51 -0
- test/test_v1_global_snmps_site_get_response.py +169 -0
- test/test_v1_global_summary_post_request.py +1 -1
- test/test_v1_global_summary_post_response.py +67 -0
- test/test_v1_global_sync_post_request.py +1 -1
- test/test_v1_global_syslogs_device_get_request.py +51 -0
- test/test_v1_global_syslogs_device_get_response.py +66 -0
- test/test_v1_global_syslogs_post_request.py +53 -0
- test/test_v1_global_syslogs_post_response.py +66 -0
- test/test_v1_global_syslogs_site_get_request.py +51 -0
- test/test_v1_global_syslogs_site_get_response.py +66 -0
- test/test_v1_global_traffic_policies_device_get_request.py +51 -0
- test/test_v1_global_traffic_policies_device_get_response.py +157 -0
- test/test_v1_global_traffic_policies_post_request.py +53 -0
- test/test_v1_global_traffic_policies_post_response.py +157 -0
- test/test_v1_global_traffic_policies_site_get_request.py +51 -0
- test/test_v1_global_traffic_policies_site_get_response.py +157 -0
- test/test_v1_groups_enterprises_get_response.py +82 -0
- test/test_v1_groups_get_response.py +82 -0
- test/test_v1_groups_id_delete_request.py +51 -0
- test/test_v1_groups_id_delete_response.py +54 -0
- test/test_v1_groups_id_enterprises_enterprise_id_delete_response.py +54 -0
- test/test_v1_groups_id_enterprises_post_request.py +4 -1
- test/test_v1_groups_id_get_response.py +80 -0
- test/test_v1_groups_id_members_delete_post_request.py +3 -0
- test/test_v1_groups_id_members_delete_post_response.py +54 -0
- test/test_v1_groups_id_members_get_response.py +65 -0
- test/test_v1_groups_id_members_member_id_delete_response.py +54 -0
- test/test_v1_groups_id_members_post_request.py +6 -2
- test/test_v1_groups_id_members_post_response.py +54 -0
- test/test_v1_groups_id_patch_request.py +3 -2
- test/test_v1_groups_id_patch_response.py +54 -0
- test/test_v1_groups_put_request.py +5 -2
- test/test_v1_groups_root_get_response.py +82 -0
- test/test_v1_healthcheck_devices_get_request.py +54 -0
- test/test_v1_healthcheck_devices_get_response.py +83 -0
- test/test_v1_invitation_email_post_request.py +6 -0
- test/test_v1_lan_segments_get_request.py +58 -0
- test/test_v1_lan_segments_get_response.py +306 -0
- test/test_v1_lldp_interface_id_neighbors_get_request.py +51 -0
- test/test_v1_lldp_interface_id_neighbors_get_response.py +60 -0
- test/test_v1_lldp_interface_id_summary_get_response.py +52 -0
- test/test_v1_lldp_interface_id_vendors_get_response.py +55 -0
- test/test_v1_logs_post_request.py +4 -4
- test/test_v1_logs_post_response.py +70 -0
- test/test_v1_monitoring_circuits_bandwidth_post_request.py +6 -7
- test/test_v1_monitoring_circuits_bandwidth_post_response.py +63 -0
- test/test_v1_monitoring_circuits_bandwidth_post_response_data.py +60 -0
- test/test_v1_monitoring_circuits_incidents_post_request.py +63 -0
- test/test_v1_monitoring_circuits_incidents_post_response.py +68 -0
- test/test_v1_monitoring_circuits_summary_post_request.py +59 -0
- test/test_v1_monitoring_circuits_summary_post_response.py +67 -0
- test/test_v1_monitoring_circuits_utilization_post_request.py +63 -0
- test/test_v1_monitoring_circuits_utilization_post_response.py +63 -0
- test/test_v1_monitoring_circuits_visualization_post_request.py +6 -7
- test/test_v1_monitoring_circuits_visualization_post_response.py +71 -0
- test/test_v1_monitoring_circuits_visualization_post_response_data.py +67 -0
- test/test_v1_nat_entries_device_id_get_request.py +70 -0
- test/test_v1_nat_entries_device_id_get_response.py +76 -0
- test/test_v1_nat_utilization_device_id_get_response.py +59 -0
- test/test_v1_onboarding_cloudinit_delete_request.py +53 -0
- test/test_v1_onboarding_cloudinit_get_response.py +82 -0
- test/test_v1_onboarding_cloudinit_post_request.py +82 -0
- test/test_v1_policy_applications_get_request.py +56 -0
- test/test_v1_policy_applications_get_response.py +65 -0
- test/test_v1_policy_applications_get_response_application.py +54 -0
- test/test_v1_policy_prefix_sets_id_put_request.py +4 -4
- test/test_v1_policy_prefix_sets_id_put_request_entry.py +54 -0
- test/test_v1_policy_prefix_sets_id_put_request_nullable_entry.py +55 -0
- test/test_v1_policy_prefix_sets_id_put_request_nullable_entry_entry.py +54 -0
- test/test_v1_policy_prefix_sets_id_put_response.py +73 -0
- test/test_v1_policy_prefix_sets_post_request.py +3 -3
- test/test_v1_policy_prefix_sets_post_request_entry.py +53 -0
- test/test_v1_policy_prefix_sets_post_request_prefix_set_entry.py +54 -0
- test/test_v1_policy_prefix_sets_post_response.py +73 -0
- test/test_v1_policy_route_tag_sets_id_delete_response.py +51 -0
- test/test_v1_policy_route_tag_sets_post_request.py +2 -2
- test/test_v1_policy_route_tag_sets_post_response.py +51 -0
- test/test_v1_policy_route_tag_sets_tag_detail_get_request.py +54 -0
- test/test_v1_policy_route_tag_sets_tag_detail_get_response.py +60 -0
- test/test_v1_policy_route_tag_sets_tags_get_response.py +62 -0
- test/test_v1_policy_route_tag_sets_tags_summary_get_response.py +60 -0
- test/test_v1_portal_apikeys_get_response.py +57 -0
- test/test_v1_portal_apikeys_post_request.py +2 -1
- test/test_v1_portal_apikeys_post_response.py +51 -0
- test/test_v1_portal_private_details_get_response.py +60 -0
- test/test_v1_portal_private_inventory_details_get_response.py +57 -0
- test/test_v1_portal_private_post_request.py +2 -2
- test/test_v1_portal_private_register_post_request.py +58 -0
- test/test_v1_portal_private_sync_post_request.py +2 -2
- test/test_v1_presharedkey_get_response.py +51 -0
- test/test_v1_qos_circuit_profiles_get_response.py +61 -0
- test/test_v1_regions_get_response.py +56 -0
- test/test_v1_search_get_request.py +54 -0
- test/test_v1_search_get_response.py +56 -0
- test/test_v1_site_details_sitelists_post_request.py +1 -1
- test/test_v1_site_details_sitelists_post_response.py +57 -0
- test/test_v1_site_id_details_interfaces_get_request.py +51 -0
- test/test_v1_site_id_details_interfaces_get_response.py +53 -0
- test/test_v1_sites_details_get_response.py +97 -0
- test/test_v1_sites_get_request.py +56 -0
- test/test_v1_sites_get_response.py +105 -0
- test/test_v1_sites_post_request.py +7 -7
- test/test_v1_sites_post_response.py +95 -0
- test/test_v1_sites_site_id_circuits_get_response.py +197 -0
- test/test_v1_sites_site_id_circuits_get_response_data.py +194 -0
- test/test_v1_sites_site_id_devices_get_response.py +69 -0
- test/test_v1_sites_site_id_post_request.py +7 -7
- test/test_v1_sites_site_id_post_response.py +95 -0
- test/test_v1_software_auto_upgrade_default_get_response.py +60 -0
- test/test_v1_software_auto_upgrade_default_put_request.py +60 -0
- test/test_v1_software_gcsrelease_upload_notes_post_request.py +4 -4
- test/test_v1_software_release_notes_get_request.py +53 -0
- test/test_v1_software_release_notes_get_response.py +51 -0
- test/test_v1_software_releases_download_get_request.py +54 -0
- test/test_v1_software_releases_download_get_response.py +51 -0
- test/test_v1_software_releases_summary_get_response.py +64 -0
- test/test_v1_software_running_details_get_request.py +51 -0
- test/test_v1_software_running_details_get_response.py +57 -0
- test/test_v1_software_running_details_get_response_device.py +54 -0
- test/test_v1_software_running_summary_get_response.py +56 -0
- test/test_v1_software_running_summary_get_response_version_summary.py +53 -0
- test/test_v1_talkers_device_device_id_top_post_request.py +4 -4
- test/test_v1_talkers_device_device_id_top_post_response.py +55 -0
- test/test_v1_talkers_site_site_id_top_post_request.py +59 -0
- test/test_v1_talkers_site_site_id_top_post_response.py +55 -0
- test/test_v1_temp_password_put_request.py +4 -0
- test/test_v1_troubleshooting_device_device_id_post_request.py +58 -0
- test/test_v1_troubleshooting_device_device_id_post_response.py +170 -0
- test/test_v1_troubleshooting_enterprise_post_request.py +3 -3
- test/test_v1_troubleshooting_enterprise_post_request_dimensions.py +1 -1
- test/test_v1_troubleshooting_enterprise_post_response.py +63 -0
- test/test_v1_troubleshooting_enterprise_post_response_site_summary.py +60 -0
- test/test_v1_troubleshooting_filter_get_response.py +74 -0
- test/test_v1_troubleshooting_site_connectivity_status_get_response.py +55 -0
- test/test_v1_troubleshooting_site_connectivity_status_get_response_site_status.py +52 -0
- test/test_v1_troubleshooting_site_site_id_get_response.py +58 -0
- test/test_v1_troubleshooting_top_sites_by_alerts_post_request.py +66 -0
- test/test_v1_troubleshooting_top_sites_by_alerts_post_response.py +68 -0
- test/test_v1_troubleshooting_top_sites_by_alerts_post_response_site_counts.py +55 -0
- test/test_v1_troubleshooting_top_sites_by_alerts_post_response_site_counts_site_count.py +52 -0
- test/test_v1_tt_tt_identity_device_status_get_request.py +51 -0
- test/test_v1_tt_tt_identity_device_status_get_response.py +61 -0
- test/test_v1_users_email_password_patch_request.py +52 -0
- test/test_v1_users_get_request.py +51 -0
- test/test_v1_users_get_response.py +65 -0
- test/test_v1_users_id_enterprises_get_response.py +92 -0
- test/test_v1_users_id_groups_enterprises_get_response.py +82 -0
- test/test_v1_users_id_groups_get_response.py +82 -0
- test/test_v1_users_id_groups_root_get_response.py +82 -0
- test/test_v1_users_put_request.py +5 -1
- test/test_v1_version_post_request.py +2 -2
- test/test_v1_version_post_response.py +54 -0
- test/test_v1_zones_get_request.py +58 -0
- test/test_v1_zones_get_response.py +64 -0
- test/test_v2_ack_createupdate_post_request.py +4 -1
- test/test_v2_aggregated_notification_enable_disable_post_request.py +2 -1
- test/test_v2_aggregated_notification_get_state_get_response.py +51 -0
- test/test_v2_allowlist_by_enterprise_get_response.py +66 -0
- test/test_v2_allowlist_create_post_request.py +2 -1
- test/test_v2_allowlist_rule_id_get_response.py +66 -0
- test/test_v2_assistant_add_to_conversation_post_request.py +2 -2
- test/test_v2_assistant_add_to_conversation_post_response.py +70 -0
- test/test_v2_assistant_conversation_id_delete_request.py +51 -0
- test/test_v2_assistant_conversation_interface_enable_disable_post_request.py +51 -0
- test/test_v2_assistant_conversation_interface_state_get_response.py +51 -0
- test/test_v2_assistant_delete_conversation_conversation_id_delete_request.py +51 -0
- test/test_v2_assistant_get_conversation_details_post_request.py +4 -4
- test/test_v2_assistant_get_conversation_details_post_response.py +75 -0
- test/test_v2_assistant_get_conversations_post_request.py +4 -4
- test/test_v2_assistant_get_conversations_post_response.py +58 -0
- test/test_v2_assistant_update_conversation_name_post_request.py +1 -1
- test/test_v2_assistant_version_post_response.py +51 -0
- test/test_v2_assurance_applicationdetailsbyname_post_request.py +4 -4
- test/test_v2_assurance_applicationdetailsbyname_post_response.py +166 -0
- test/test_v2_assurance_applicationprofilesummary_post_request.py +58 -0
- test/test_v2_assurance_applicationprofilesummary_post_response.py +77 -0
- test/test_v2_assurance_bucket_app_servers_all_get_request.py +70 -0
- test/test_v2_assurance_bucket_app_servers_all_get_response.py +68 -0
- test/test_v2_assurance_bucket_app_servers_post_request.py +5 -4
- test/test_v2_assurance_bucket_app_servers_post_response.py +58 -0
- test/test_v2_assurance_bucket_apps_post_request.py +5 -4
- test/test_v2_assurance_bucket_apps_post_response.py +63 -0
- test/test_v2_assurance_bucket_services_post_request.py +1 -1
- test/test_v2_assurance_bucket_services_post_response.py +55 -0
- test/test_v2_assurance_bucket_topologies_post_request.py +1 -1
- test/test_v2_assurance_bucket_topologies_post_response.py +55 -0
- test/test_v2_assurance_bucketdetails_post_request.py +4 -4
- test/test_v2_assurance_bucketdetails_post_response.py +130 -0
- test/test_v2_assurance_create_user_report_post_request.py +3 -3
- test/test_v2_assurance_create_user_report_post_response.py +51 -0
- test/test_v2_assurance_createclassifiedapplication_post_request.py +1 -1
- test/test_v2_assurance_createclassifiedapplication_post_response.py +51 -0
- test/test_v2_assurance_download_user_report_get_request.py +51 -0
- test/test_v2_assurance_download_user_report_get_response.py +51 -0
- test/test_v2_assurance_endpoint_intel_post_request.py +1 -1
- test/test_v2_assurance_endpoint_intel_post_response.py +55 -0
- test/test_v2_assurance_enterprisesummary_post_request.py +58 -0
- test/test_v2_assurance_enterprisesummary_post_response.py +57 -0
- test/test_v2_assurance_flow_summary_post_request.py +4 -4
- test/test_v2_assurance_flow_summary_post_response.py +112 -0
- test/test_v2_assurance_flow_summary_post_response_endpoint_details.py +76 -0
- test/test_v2_assurance_flow_summary_post_response_endpoint_details_statistics.py +53 -0
- test/test_v2_assurance_getclassifiedapplicationlist_get_response.py +64 -0
- test/test_v2_assurance_read_user_report_list_get_response.py +65 -0
- test/test_v2_assurance_scoredetails_post_request.py +58 -0
- test/test_v2_assurance_scoredetails_post_response.py +57 -0
- test/test_v2_assurance_topology_client_session_details_post_request.py +1 -1
- test/test_v2_assurance_topology_client_session_details_post_response.py +125 -0
- test/test_v2_assurance_topology_client_sessions_post_request.py +5 -5
- test/test_v2_assurance_topology_client_sessions_post_response.py +127 -0
- test/test_v2_assurance_topology_client_summaries_post_request.py +5 -5
- test/test_v2_assurance_topology_client_summaries_post_response.py +62 -0
- test/test_v2_assurance_topology_client_summaries_post_response_summary.py +59 -0
- test/test_v2_assurance_topology_flows_post_request.py +4 -4
- test/test_v2_assurance_topology_flows_post_response.py +72 -0
- test/test_v2_assurance_topology_inventory_post_request.py +4 -4
- test/test_v2_assurance_topology_inventory_post_response.py +75 -0
- test/test_v2_assurance_topology_overview_post_request.py +9 -9
- test/test_v2_assurance_topology_overview_post_request_topology_filter.py +59 -0
- test/test_v2_assurance_topology_overview_post_response.py +92 -0
- test/test_v2_assurance_topology_overview_post_response_georegion.py +54 -0
- test/test_v2_assurance_topology_region_summary_post_request.py +1 -1
- test/test_v2_assurance_topology_region_summary_post_response.py +66 -0
- test/test_v2_assurance_topology_region_summary_post_response_site_entry.py +63 -0
- test/test_v2_assurance_topology_site_summaries_post_request.py +5 -5
- test/test_v2_assurance_topology_site_summaries_post_response.py +62 -0
- test/test_v2_assurance_topology_site_summaries_post_response_summary.py +59 -0
- test/test_v2_assurance_unclassifiedapplicationprofilesummary_post_request.py +58 -0
- test/test_v2_assurance_unclassifiedapplicationprofilesummary_post_response.py +77 -0
- test/test_v2_assurance_updateclassifiedapplication_post_request.py +64 -0
- test/test_v2_assurance_version_post_response.py +51 -0
- test/test_v2_audit_logs_post_request.py +6 -6
- test/test_v2_audit_logs_post_response.py +71 -0
- test/test_v2_childalertlist_post_request.py +2 -1
- test/test_v2_childalertlist_post_response.py +116 -0
- test/test_v2_device_device_id_lan_segments_post_request.py +58 -0
- test/test_v2_device_device_id_lan_segments_post_response.py +67 -0
- test/test_v2_device_device_id_topology_post_request.py +5 -5
- test/test_v2_device_device_id_topology_post_response.py +153 -0
- test/test_v2_device_device_id_topology_post_response_snapshot.py +54 -0
- test/test_v2_extranet_consumers_usage_top_post_request.py +5 -4
- test/test_v2_extranet_consumers_usage_top_post_response.py +58 -0
- test/test_v2_extranet_lan_segments_usage_top_post_request.py +4 -4
- test/test_v2_extranet_lan_segments_usage_top_post_response.py +56 -0
- test/test_v2_extranet_service_overtime_consumption_post_request.py +64 -0
- test/test_v2_extranet_service_overtime_consumption_post_response.py +66 -0
- test/test_v2_extranet_sites_consumption_overview_post_request.py +6 -4
- test/test_v2_extranet_sites_consumption_overview_post_response.py +81 -0
- test/test_v2_extranet_sites_usage_post_request.py +65 -0
- test/test_v2_extranet_sites_usage_post_response.py +67 -0
- test/test_v2_extranet_total_usage_post_request.py +61 -0
- test/test_v2_extranet_total_usage_post_response.py +51 -0
- test/test_v2_extranets_monitoring_consumers_post_request.py +51 -0
- test/test_v2_extranets_monitoring_consumers_post_response.py +58 -0
- test/test_v2_integration_getall_enterprise_id_get_response.py +64 -0
- test/test_v2_integration_integration_id_put_request.py +13 -3
- test/test_v2_integration_post_request.py +17 -4
- test/test_v2_integration_post_response.py +62 -0
- test/test_v2_monitoring_bfd_post_request.py +5 -5
- test/test_v2_monitoring_bfd_post_response.py +65 -0
- test/test_v2_monitoring_bfd_post_response_data.py +62 -0
- test/test_v2_monitoring_bgp_post_request.py +5 -5
- test/test_v2_monitoring_bgp_post_response.py +65 -0
- test/test_v2_monitoring_bgp_post_response_data.py +62 -0
- test/test_v2_monitoring_circuits_bandwidth_post_request.py +64 -0
- test/test_v2_monitoring_circuits_bandwidth_post_response.py +71 -0
- test/test_v2_monitoring_circuits_bandwidth_post_response_data.py +71 -0
- test/test_v2_monitoring_circuits_summary_post_request.py +4 -4
- test/test_v2_monitoring_circuits_summary_post_response.py +78 -0
- test/test_v2_monitoring_circuits_utilization_post_request.py +5 -5
- test/test_v2_monitoring_circuits_utilization_post_response.py +65 -0
- test/test_v2_monitoring_circuits_utilization_post_response_data.py +62 -0
- test/test_v2_monitoring_circuits_visualization_post_request.py +65 -0
- test/test_v2_monitoring_circuits_visualization_post_response.py +66 -0
- test/test_v2_monitoring_circuits_visualization_post_response_data.py +62 -0
- test/test_v2_monitoring_extranet_edge_status_get_request.py +53 -0
- test/test_v2_monitoring_extranet_edge_status_get_response.py +61 -0
- test/test_v2_monitoring_extranet_log_details_post_request.py +1 -1
- test/test_v2_monitoring_extranet_log_details_post_response.py +60 -0
- test/test_v2_monitoring_extranet_log_details_post_response_log_details.py +57 -0
- test/test_v2_monitoring_extranet_service_status_details_get_request.py +54 -0
- test/test_v2_monitoring_extranet_service_status_details_get_response.py +61 -0
- test/test_v2_monitoring_extranet_service_status_get_request.py +54 -0
- test/test_v2_monitoring_extranet_service_status_get_response.py +55 -0
- test/test_v2_monitoring_extranet_site_status_get_request.py +54 -0
- test/test_v2_monitoring_extranet_site_status_get_response.py +61 -0
- test/test_v2_monitoring_extranet_status_details_get_request.py +56 -0
- test/test_v2_monitoring_extranet_status_details_get_response.py +72 -0
- test/test_v2_monitoring_ike_error_history_post_request.py +4 -4
- test/test_v2_monitoring_ike_error_history_post_response.py +61 -0
- test/test_v2_monitoring_ike_error_history_post_response_data.py +58 -0
- test/test_v2_monitoring_interface_post_request.py +5 -5
- test/test_v2_monitoring_interface_post_response.py +64 -0
- test/test_v2_monitoring_interface_post_response_data.py +61 -0
- test/test_v2_monitoring_ipsec_post_request.py +5 -5
- test/test_v2_monitoring_ipsec_post_response.py +64 -0
- test/test_v2_monitoring_ipsec_post_response_data.py +61 -0
- test/test_v2_monitoring_ospf_post_request.py +5 -5
- test/test_v2_monitoring_ospf_post_response.py +65 -0
- test/test_v2_monitoring_ospf_post_response_data.py +62 -0
- test/test_v2_monitoring_policy_post_request.py +5 -5
- test/test_v2_monitoring_policy_post_response.py +64 -0
- test/test_v2_monitoring_policy_post_response_data.py +61 -0
- test/test_v2_monitoring_queue_instant_post_request.py +5 -5
- test/test_v2_monitoring_queue_instant_post_response.py +65 -0
- test/test_v2_monitoring_queue_instant_post_response_data.py +62 -0
- test/test_v2_monitoring_queue_post_request.py +5 -5
- test/test_v2_monitoring_queue_post_response.py +66 -0
- test/test_v2_monitoring_queue_post_response_data.py +63 -0
- test/test_v2_monitoring_segment_route_counts_post_request.py +53 -0
- test/test_v2_monitoring_segment_route_counts_post_response.py +64 -0
- test/test_v2_monitoring_segment_route_counts_post_response_data.py +64 -0
- test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +5 -5
- test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_response.py +69 -0
- test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_response_data.py +69 -0
- test/test_v2_monitoring_site_twamp_site_id_post_request.py +5 -5
- test/test_v2_monitoring_site_twamp_site_id_post_response.py +68 -0
- test/test_v2_monitoring_site_twamp_site_id_post_response_data.py +65 -0
- test/test_v2_monitoring_system_generic_post_request.py +5 -5
- test/test_v2_monitoring_system_generic_post_response.py +63 -0
- test/test_v2_monitoring_system_generic_post_response_data.py +60 -0
- test/test_v2_monitoring_system_post_request.py +63 -0
- test/test_v2_monitoring_system_post_response.py +63 -0
- test/test_v2_monitoring_system_post_response_data.py +60 -0
- test/test_v2_monitoring_twamp_post_request.py +5 -5
- test/test_v2_monitoring_twamp_post_response.py +66 -0
- test/test_v2_monitoring_twamp_post_response_data.py +63 -0
- test/test_v2_notification_create_post_request.py +24 -2
- test/test_v2_notification_delete_post_request.py +4 -1
- test/test_v2_notification_enabledisable_post_request.py +5 -1
- test/test_v2_notification_update_post_request.py +24 -2
- test/test_v2_notificationlist_post_request.py +4 -4
- test/test_v2_notificationlist_post_response.py +78 -0
- test/test_v2_notificationmutelist_create_post_request.py +53 -0
- test/test_v2_notificationmutelist_rule_id_get_response.py +66 -0
- test/test_v2_parentalertlist_post_request.py +58 -0
- test/test_v2_parentalertlist_post_response.py +116 -0
- test/test_v2_rule_enabledisable_post_request.py +5 -1
- test/test_v2_rulelist_post_response.py +62 -0
- test/test_v2_site_site_id_detail_post_request.py +61 -0
- test/test_v2_site_site_id_detail_post_response.py +60 -0
- test/test_v2_site_site_id_lan_segments_post_request.py +58 -0
- test/test_v2_site_site_id_lan_segments_post_response.py +67 -0
- test/test_v2_site_site_id_topology_post_request.py +61 -0
- test/test_v2_site_site_id_topology_post_response.py +153 -0
- test/test_v2_site_site_id_topology_post_response_snapshot.py +54 -0
- test/test_v2_version_post_response.py +51 -0
- graphiant_sdk-25.10.2.dist-info/RECORD +0 -2521
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/WHEEL +0 -0
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/licenses/LICENSE +0 -0
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/top_level.txt +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Graphiant APIs
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Graphiant API documentation.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -35,79 +35,79 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
35
35
|
model = V1DevicesDeviceIdConfigPutRequest()
|
|
36
36
|
if include_optional:
|
|
37
37
|
return V1DevicesDeviceIdConfigPutRequest(
|
|
38
|
-
configuration_metadata = graphiant_sdk.models.
|
|
38
|
+
configuration_metadata = graphiant_sdk.models.mana_v2_configuration_metadata.manaV2ConfigurationMetadata(
|
|
39
39
|
commit_confirm = True,
|
|
40
40
|
description = 'example string',
|
|
41
41
|
name = 'example string', ),
|
|
42
|
-
core = graphiant_sdk.models.
|
|
43
|
-
bgp_instance = graphiant_sdk.models.
|
|
42
|
+
core = graphiant_sdk.models.mana_v2_core_device_config.manaV2CoreDeviceConfig(
|
|
43
|
+
bgp_instance = graphiant_sdk.models.mana_v2_bgp_instance_config.manaV2BgpInstanceConfig(
|
|
44
44
|
address_families = [
|
|
45
45
|
'ENUM_VALUE'
|
|
46
46
|
],
|
|
47
47
|
asn = 123,
|
|
48
48
|
route_server = True,
|
|
49
49
|
router_id = 'example string', ),
|
|
50
|
-
core_vrf = graphiant_sdk.models.
|
|
50
|
+
core_vrf = graphiant_sdk.models.mana_v2_vrf_config.manaV2VrfConfig(
|
|
51
51
|
bgp_aggregations = {
|
|
52
|
-
'key' : graphiant_sdk.models.
|
|
53
|
-
config = graphiant_sdk.models.
|
|
52
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_bgp_aggregations_config.manaV2NullableBgpAggregationsConfig(
|
|
53
|
+
config = graphiant_sdk.models.mana_v2_bgp_aggregations_config.manaV2BgpAggregationsConfig(
|
|
54
54
|
as_set = True,
|
|
55
55
|
prefix = 'example string',
|
|
56
56
|
summary_only = True, ), )
|
|
57
57
|
},
|
|
58
58
|
bgp_neighbors = {
|
|
59
|
-
'key' : graphiant_sdk.models.
|
|
60
|
-
neighbor = graphiant_sdk.models.
|
|
61
|
-
allow_as_in = graphiant_sdk.models.
|
|
59
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_bgp_neighbor_config.manaV2NullableBgpNeighborConfig(
|
|
60
|
+
neighbor = graphiant_sdk.models.mana_v2_bgp_neighbor_config.manaV2BgpNeighborConfig(
|
|
61
|
+
allow_as_in = graphiant_sdk.models.mana_v2_nullable_allow_as_in.manaV2NullableAllowAsIn(
|
|
62
62
|
count = 123, ),
|
|
63
63
|
as_override = True,
|
|
64
|
-
bfd = graphiant_sdk.models.
|
|
64
|
+
bfd = graphiant_sdk.models.mana_v2_nullable_bfd_instance_config.manaV2NullableBfdInstanceConfig(),
|
|
65
65
|
default_originate = 'ENUM_VALUE',
|
|
66
|
-
ebgp_multihop_ttl = graphiant_sdk.models.
|
|
66
|
+
ebgp_multihop_ttl = graphiant_sdk.models.mana_v2_nullable_ebgp_config.manaV2NullableEbgpConfig(
|
|
67
67
|
multi_hop = 123, ),
|
|
68
68
|
enabled = True,
|
|
69
69
|
hold_timer = 123,
|
|
70
|
-
hold_timer_value = graphiant_sdk.models.
|
|
70
|
+
hold_timer_value = graphiant_sdk.models.mana_v2_nullable_hold_timer.manaV2NullableHoldTimer(
|
|
71
71
|
timer = 123, ),
|
|
72
72
|
keepalive_timer = 123,
|
|
73
|
-
keepalive_timer_value = graphiant_sdk.models.
|
|
73
|
+
keepalive_timer_value = graphiant_sdk.models.mana_v2_nullable_keep_alive_timer.manaV2NullableKeepAliveTimer(
|
|
74
74
|
timer = 123, ),
|
|
75
75
|
local_address = 'example string',
|
|
76
|
-
local_interface = graphiant_sdk.models.
|
|
76
|
+
local_interface = graphiant_sdk.models.mana_v2_nullable_interface_name.manaV2NullableInterfaceName(
|
|
77
77
|
interface = 'example string', ),
|
|
78
|
-
max_prefix_value = graphiant_sdk.models.
|
|
78
|
+
max_prefix_value = graphiant_sdk.models.mana_v2_nullable_max_prefix.manaV2NullableMaxPrefix(
|
|
79
79
|
max_prefix = 123, ),
|
|
80
|
-
md5_password = graphiant_sdk.models.
|
|
80
|
+
md5_password = graphiant_sdk.models.mana_v2_nullable_md5_password.manaV2NullableMd5Password(),
|
|
81
81
|
peer_asn = 123,
|
|
82
82
|
remote_address = 'example string',
|
|
83
83
|
remove_private_as = True,
|
|
84
84
|
send_community = True, ), )
|
|
85
85
|
},
|
|
86
86
|
bgp_redistribution = {
|
|
87
|
-
'key' : graphiant_sdk.models.
|
|
88
|
-
protocol = graphiant_sdk.models.
|
|
87
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_bgp_redistribute_protocol_config.manaV2NullableBgpRedistributeProtocolConfig(
|
|
88
|
+
protocol = graphiant_sdk.models.mana_v2_bgp_redistribute_protocol_config.manaV2BgpRedistributeProtocolConfig(
|
|
89
89
|
enabled = True, ), )
|
|
90
90
|
},
|
|
91
91
|
dhcp_subnets = {
|
|
92
|
-
'key' : graphiant_sdk.models.
|
|
93
|
-
subnet = graphiant_sdk.models.
|
|
92
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_dhcp_subnet_config.manaV2NullableDhcpSubnetConfig(
|
|
93
|
+
subnet = graphiant_sdk.models.mana_v2_dhcp_subnet_config.manaV2DhcpSubnetConfig(
|
|
94
94
|
default_lease_time_secs = 123,
|
|
95
95
|
description = 'example string',
|
|
96
96
|
domain_name = 'example string',
|
|
97
|
-
domain_name_server = graphiant_sdk.models.
|
|
97
|
+
domain_name_server = graphiant_sdk.models.mana_v2_dhcp_server_dns_parameters_config.manaV2DhcpServerDnsParametersConfig(
|
|
98
98
|
primary = 'example string',
|
|
99
99
|
secondary = 'example string', ),
|
|
100
100
|
interface = 'example string',
|
|
101
101
|
ip_gateway = 'example string',
|
|
102
102
|
ip_prefix = 'example string',
|
|
103
103
|
ip_ranges = [
|
|
104
|
-
graphiant_sdk.models.
|
|
104
|
+
graphiant_sdk.models.mana_v2_dhcpip_range_config.manaV2DhcpipRangeConfig(
|
|
105
105
|
end = 'example string',
|
|
106
106
|
start = 'example string', )
|
|
107
107
|
],
|
|
108
|
-
ip_ranges_v2 = graphiant_sdk.models.
|
|
108
|
+
ip_ranges_v2 = graphiant_sdk.models.mana_v2_nullable_dhcpip_range_list.manaV2NullableDhcpipRangeList(
|
|
109
109
|
ip_range = [
|
|
110
|
-
graphiant_sdk.models.
|
|
110
|
+
graphiant_sdk.models.mana_v2_dhcpip_range_config.manaV2DhcpipRangeConfig(
|
|
111
111
|
end = 'example string',
|
|
112
112
|
start = 'example string', )
|
|
113
113
|
], ),
|
|
@@ -115,17 +115,17 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
115
115
|
min_lease_time_secs = 123,
|
|
116
116
|
name = 'example string',
|
|
117
117
|
static_leases = {
|
|
118
|
-
'key' : graphiant_sdk.models.
|
|
119
|
-
lease = graphiant_sdk.models.
|
|
118
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_dhcp_subnet_static_lease_config.manaV2NullableDhcpSubnetStaticLeaseConfig(
|
|
119
|
+
lease = graphiant_sdk.models.mana_v2_dhcp_subnet_static_lease_config.manaV2DhcpSubnetStaticLeaseConfig(
|
|
120
120
|
hostname = 'example string',
|
|
121
121
|
ip_address = 'example string',
|
|
122
122
|
mac_address = 'example string', ), )
|
|
123
123
|
}, ), )
|
|
124
124
|
},
|
|
125
|
-
ebgp_multipath = graphiant_sdk.models.
|
|
125
|
+
ebgp_multipath = graphiant_sdk.models.mana_v2_nullable_bgp_multipath_config.manaV2NullableBgpMultipathConfig(),
|
|
126
126
|
ipfix_exporters = {
|
|
127
|
-
'key' : graphiant_sdk.models.
|
|
128
|
-
exporter = graphiant_sdk.models.
|
|
127
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_ipfix_exporter_config.manaV2NullableIpfixExporterConfig(
|
|
128
|
+
exporter = graphiant_sdk.models.mana_v2_ipfix_exporter_config.manaV2IpfixExporterConfig(
|
|
129
129
|
destination_address = 'example string',
|
|
130
130
|
destination_port = 123,
|
|
131
131
|
global_id = 1234567891011,
|
|
@@ -139,32 +139,32 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
139
139
|
source_interface_name = 'example string',
|
|
140
140
|
vrf_id = 1234567891011, ), )
|
|
141
141
|
},
|
|
142
|
-
nat_ruleset = graphiant_sdk.models.
|
|
142
|
+
nat_ruleset = graphiant_sdk.models.mana_v2_nullable_nat_policy_ruleset_name.manaV2NullableNatPolicyRulesetName(
|
|
143
143
|
ruleset = 'example string', ),
|
|
144
144
|
networks = [
|
|
145
145
|
'example string'
|
|
146
146
|
],
|
|
147
|
-
ospfv2 = graphiant_sdk.models.
|
|
148
|
-
process = graphiant_sdk.models.
|
|
149
|
-
admin_distance = graphiant_sdk.models.
|
|
147
|
+
ospfv2 = graphiant_sdk.models.mana_v2_nullable_ospf_process_config.manaV2NullableOspfProcessConfig(
|
|
148
|
+
process = graphiant_sdk.models.mana_v2_ospf_process_config.manaV2OspfProcessConfig(
|
|
149
|
+
admin_distance = graphiant_sdk.models.mana_v2_nullable_ospf_admin_distance_value.manaV2NullableOspfAdminDistanceValue(),
|
|
150
150
|
areas = {
|
|
151
|
-
'key' : graphiant_sdk.models.
|
|
152
|
-
area = graphiant_sdk.models.
|
|
151
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_ospf_area_config.manaV2NullableOspfAreaConfig(
|
|
152
|
+
area = graphiant_sdk.models.mana_v2_ospf_area_config.manaV2OspfAreaConfig(
|
|
153
153
|
area_id = 'example string',
|
|
154
154
|
interfaces = {
|
|
155
|
-
'key' : graphiant_sdk.models.
|
|
156
|
-
interface = graphiant_sdk.models.
|
|
155
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_ospf_interface_config.manaV2NullableOspfInterfaceConfig(
|
|
156
|
+
interface = graphiant_sdk.models.mana_v2_ospf_interface_config.manaV2OspfInterfaceConfig(
|
|
157
157
|
cost = 123,
|
|
158
|
-
dead_interval_value = graphiant_sdk.models.
|
|
158
|
+
dead_interval_value = graphiant_sdk.models.mana_v2_nullable_ospf_dead_interval_value.manaV2NullableOspfDeadIntervalValue(
|
|
159
159
|
dead_interval = 123, ),
|
|
160
160
|
dr_priority = 123,
|
|
161
|
-
hello_interval_value = graphiant_sdk.models.
|
|
161
|
+
hello_interval_value = graphiant_sdk.models.mana_v2_nullable_ospf_hello_interval_value.manaV2NullableOspfHelloIntervalValue(
|
|
162
162
|
hello_interval = 123, ),
|
|
163
163
|
interface_name = 'example string',
|
|
164
164
|
mtu = 123,
|
|
165
165
|
mtu_ignore = True,
|
|
166
166
|
prefix_sid = 123,
|
|
167
|
-
retransmit_interval_value = graphiant_sdk.models.
|
|
167
|
+
retransmit_interval_value = graphiant_sdk.models.mana_v2_nullable_ospf_retransmit_interval_value.manaV2NullableOspfRetransmitIntervalValue(
|
|
168
168
|
retransmit_interval = 123, ),
|
|
169
169
|
type = 'ENUM_VALUE', ), )
|
|
170
170
|
},
|
|
@@ -176,29 +176,29 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
176
176
|
manual = 'example string',
|
|
177
177
|
name = 'example string',
|
|
178
178
|
redistribution = {
|
|
179
|
-
'key' : graphiant_sdk.models.
|
|
179
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_ospf_redistribute_protocol_config.manaV2NullableOspfRedistributeProtocolConfig()
|
|
180
180
|
}, ), ),
|
|
181
|
-
ospfv3 = graphiant_sdk.models.
|
|
182
|
-
overlay_filters = graphiant_sdk.models.
|
|
183
|
-
export_policy = graphiant_sdk.models.
|
|
181
|
+
ospfv3 = graphiant_sdk.models.mana_v2_nullable_ospf_process_config.manaV2NullableOspfProcessConfig(),
|
|
182
|
+
overlay_filters = graphiant_sdk.models.mana_v2_overlay_filter_config.manaV2OverlayFilterConfig(
|
|
183
|
+
export_policy = graphiant_sdk.models.mana_v2_nullable_policy_name.manaV2NullablePolicyName(
|
|
184
184
|
policy = 'example string', ),
|
|
185
|
-
import_policy = graphiant_sdk.models.
|
|
185
|
+
import_policy = graphiant_sdk.models.mana_v2_nullable_policy_name.manaV2NullablePolicyName(
|
|
186
186
|
policy = 'example string', ), ),
|
|
187
187
|
static_routes = {
|
|
188
|
-
'key' : graphiant_sdk.models.
|
|
189
|
-
route = graphiant_sdk.models.
|
|
190
|
-
administrative_distance = graphiant_sdk.models.
|
|
188
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_static_route_config.manaV2NullableStaticRouteConfig(
|
|
189
|
+
route = graphiant_sdk.models.mana_v2_static_route_config.manaV2StaticRouteConfig(
|
|
190
|
+
administrative_distance = graphiant_sdk.models.mana_v2_nullable_administrative_distance.manaV2NullableAdministrativeDistance(
|
|
191
191
|
distance = 123, ),
|
|
192
192
|
description = 'example string',
|
|
193
193
|
destination_prefix = 'example string',
|
|
194
194
|
ip_version = 123,
|
|
195
|
-
next_hop = graphiant_sdk.models.
|
|
195
|
+
next_hop = graphiant_sdk.models.mana_v2_static_route_nexthop_config.manaV2StaticRouteNexthopConfig(
|
|
196
196
|
address = 'example string',
|
|
197
197
|
circuit = 'example string',
|
|
198
198
|
next_hop_address = 'example string',
|
|
199
199
|
third_party_ipsec_tunnel = 'example string', ),
|
|
200
200
|
next_hops = [
|
|
201
|
-
graphiant_sdk.models.
|
|
201
|
+
graphiant_sdk.models.mana_v2_static_route_nexthop_config.manaV2StaticRouteNexthopConfig(
|
|
202
202
|
address = 'example string',
|
|
203
203
|
circuit = 'example string',
|
|
204
204
|
next_hop_address = 'example string',
|
|
@@ -206,8 +206,8 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
206
206
|
], ), )
|
|
207
207
|
},
|
|
208
208
|
syslog_targets = {
|
|
209
|
-
'key' : graphiant_sdk.models.
|
|
210
|
-
target = graphiant_sdk.models.
|
|
209
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_syslog_collector_config.manaV2NullableSyslogCollectorConfig(
|
|
210
|
+
target = graphiant_sdk.models.mana_v2_syslog_collector_config.manaV2SyslogCollectorConfig(
|
|
211
211
|
enabled = True,
|
|
212
212
|
global_id = 1234567891011,
|
|
213
213
|
host = 'example string',
|
|
@@ -219,26 +219,26 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
219
219
|
transport = 'ENUM_VALUE',
|
|
220
220
|
vrf_id = 1234567891011, ), )
|
|
221
221
|
},
|
|
222
|
-
traffic_ruleset = graphiant_sdk.models.
|
|
222
|
+
traffic_ruleset = graphiant_sdk.models.mana_v2_nullable_traffic_policy_ruleset_name.manaV2NullableTrafficPolicyRulesetName(
|
|
223
223
|
ruleset = 'example string', ), ),
|
|
224
224
|
interfaces = {
|
|
225
|
-
'key' : graphiant_sdk.models.
|
|
225
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_interface_core_config.manaV2NullableInterfaceCoreConfig()
|
|
226
226
|
},
|
|
227
227
|
ipfix_exporters = {
|
|
228
|
-
'key' : graphiant_sdk.models.
|
|
228
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_ipfix_exporter_config.manaV2NullableIpfixExporterConfig()
|
|
229
229
|
},
|
|
230
230
|
isp_vrfs = {
|
|
231
|
-
'key' : graphiant_sdk.models.
|
|
231
|
+
'key' : graphiant_sdk.models.mana_v2_vrf_config.manaV2VrfConfig()
|
|
232
232
|
},
|
|
233
233
|
maintenance_mode = True,
|
|
234
234
|
name = 'example string',
|
|
235
235
|
prefix_sets = {
|
|
236
|
-
'key' : graphiant_sdk.models.
|
|
237
|
-
prefix_set = graphiant_sdk.models.
|
|
236
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_prefix_set_config.manaV2NullablePrefixSetConfig(
|
|
237
|
+
prefix_set = graphiant_sdk.models.mana_v2_prefix_set_config.manaV2PrefixSetConfig(
|
|
238
238
|
description = 'example string',
|
|
239
239
|
entries = {
|
|
240
|
-
'key' : graphiant_sdk.models.
|
|
241
|
-
entry = graphiant_sdk.models.
|
|
240
|
+
'key' : graphiant_sdk.models.mana_v2_prefix_set_config_nullable_entry.manaV2PrefixSetConfigNullableEntry(
|
|
241
|
+
entry = graphiant_sdk.models.mana_v2_prefix_set_config_nullable_entry_entry.manaV2PrefixSetConfigNullableEntryEntry(
|
|
242
242
|
ip_prefix = 'example string',
|
|
243
243
|
mask_lower = 123,
|
|
244
244
|
mask_upper = 123,
|
|
@@ -249,21 +249,21 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
249
249
|
mode = 'ENUM_VALUE',
|
|
250
250
|
name = 'example string', ), )
|
|
251
251
|
},
|
|
252
|
-
prometheus = graphiant_sdk.models.
|
|
252
|
+
prometheus = graphiant_sdk.models.mana_v2_prometheus_config.manaV2PrometheusConfig(
|
|
253
253
|
rule_groups = {
|
|
254
|
-
'key' : graphiant_sdk.models.
|
|
255
|
-
rule_group = graphiant_sdk.models.
|
|
254
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_prometheus_rule_group_config.manaV2NullablePrometheusRuleGroupConfig(
|
|
255
|
+
rule_group = graphiant_sdk.models.mana_v2_prometheus_rule_group_config.manaV2PrometheusRuleGroupConfig(
|
|
256
256
|
description = 'example string',
|
|
257
257
|
interval_seconds = 123,
|
|
258
258
|
name = 'example string',
|
|
259
259
|
rules = {
|
|
260
|
-
'key' : graphiant_sdk.models.
|
|
260
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_prometheus_rule_config.manaV2NullablePrometheusRuleConfig()
|
|
261
261
|
}, ), )
|
|
262
262
|
},
|
|
263
|
-
sink = graphiant_sdk.models.
|
|
263
|
+
sink = graphiant_sdk.models.mana_v2_nullable_prometheus_remote_write_sink_config.manaV2NullablePrometheusRemoteWriteSinkConfig(),
|
|
264
264
|
sysdb_monitors = {
|
|
265
|
-
'key' : graphiant_sdk.models.
|
|
266
|
-
sysdb_monitor = graphiant_sdk.models.
|
|
265
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_prometheus_sys_db_monitor_config.manaV2NullablePrometheusSysDbMonitorConfig(
|
|
266
|
+
sysdb_monitor = graphiant_sdk.models.mana_v2_prometheus_sys_db_monitor_config.manaV2PrometheusSysDbMonitorConfig(
|
|
267
267
|
interval_seconds = 123,
|
|
268
268
|
name = 'example string',
|
|
269
269
|
xpaths = [
|
|
@@ -273,8 +273,8 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
273
273
|
region = 'ENUM_VALUE',
|
|
274
274
|
region_name = 'example string',
|
|
275
275
|
route_policies = {
|
|
276
|
-
'key' : graphiant_sdk.models.
|
|
277
|
-
policy = graphiant_sdk.models.
|
|
276
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_routing_policy_config.manaV2NullableRoutingPolicyConfig(
|
|
277
|
+
policy = graphiant_sdk.models.mana_v2_routing_policy_config.manaV2RoutingPolicyConfig(
|
|
278
278
|
attach_point = 'ENUM_VALUE',
|
|
279
279
|
default_action = 'ENUM_VALUE',
|
|
280
280
|
description = 'example string',
|
|
@@ -282,44 +282,44 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
282
282
|
is_global_sync = True,
|
|
283
283
|
name = 'example string',
|
|
284
284
|
statements = {
|
|
285
|
-
'key' : graphiant_sdk.models.
|
|
286
|
-
statement = graphiant_sdk.models.
|
|
285
|
+
'key' : graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement.manaV2RoutingPolicyConfigNullableStatement(
|
|
286
|
+
statement = graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement.manaV2RoutingPolicyConfigNullableStatementStatement(
|
|
287
287
|
actions = {
|
|
288
|
-
'key' : graphiant_sdk.models.
|
|
289
|
-
action = graphiant_sdk.models.
|
|
290
|
-
aspath_prepend = graphiant_sdk.models.
|
|
288
|
+
'key' : graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_action.manaV2RoutingPolicyConfigNullableStatementStatementNullableAction(
|
|
289
|
+
action = graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_action_action.manaV2RoutingPolicyConfigNullableStatementStatementNullableActionAction(
|
|
290
|
+
aspath_prepend = graphiant_sdk.models.mana_v2_nullable_as_path_prepend.manaV2NullableAsPathPrepend(
|
|
291
291
|
repeat = 123, ),
|
|
292
|
-
bgp_set_next_hop = graphiant_sdk.models.
|
|
293
|
-
call_policy = ,
|
|
294
|
-
communities = graphiant_sdk.models.
|
|
295
|
-
community = graphiant_sdk.models.
|
|
292
|
+
bgp_set_next_hop = graphiant_sdk.models.mana_v2_nullable_bgp_set_next_hop.manaV2NullableBgpSetNextHop(),
|
|
293
|
+
call_policy = graphiant_sdk.models.mana_v2_nullable_call_policy.manaV2NullableCallPolicy(),
|
|
294
|
+
communities = graphiant_sdk.models.mana_v2_nullable_communities.manaV2NullableCommunities(
|
|
295
|
+
community = graphiant_sdk.models.mana_v2_community_type.manaV2CommunityType(
|
|
296
296
|
additive = True,
|
|
297
297
|
community_list = [
|
|
298
298
|
'example string'
|
|
299
299
|
], ), ),
|
|
300
|
-
local_pref = graphiant_sdk.models.
|
|
301
|
-
metric = graphiant_sdk.models.
|
|
300
|
+
local_pref = graphiant_sdk.models.mana_v2_nullable_local_preferance.manaV2NullableLocalPreferance(),
|
|
301
|
+
metric = graphiant_sdk.models.mana_v2_nullable_metric.manaV2NullableMetric(
|
|
302
302
|
absolute = 123,
|
|
303
303
|
modifier = 123, ),
|
|
304
304
|
result = 'ENUM_VALUE',
|
|
305
305
|
seq = 123,
|
|
306
|
-
weight = graphiant_sdk.models.
|
|
306
|
+
weight = graphiant_sdk.models.mana_v2_nullable_weight.manaV2NullableWeight(), ), )
|
|
307
307
|
},
|
|
308
308
|
matches = {
|
|
309
|
-
'key' : graphiant_sdk.models.
|
|
310
|
-
match = graphiant_sdk.models.
|
|
311
|
-
protocol_route_type = graphiant_sdk.models.
|
|
309
|
+
'key' : graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_match.manaV2RoutingPolicyConfigNullableStatementStatementNullableMatch(
|
|
310
|
+
match = graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_match_match.manaV2RoutingPolicyConfigNullableStatementStatementNullableMatchMatch(
|
|
311
|
+
protocol_route_type = graphiant_sdk.models.mana_v2_nullable_protocol_route_type.manaV2NullableProtocolRouteType(
|
|
312
312
|
route_type = 'ENUM_VALUE', ),
|
|
313
|
-
route_tag = graphiant_sdk.models.
|
|
313
|
+
route_tag = graphiant_sdk.models.mana_v2_nullable_route_tag_set.manaV2NullableRouteTagSet(),
|
|
314
314
|
seq = 123,
|
|
315
|
-
source_interface = graphiant_sdk.models.
|
|
316
|
-
source_protocol = graphiant_sdk.models.
|
|
317
|
-
stale = graphiant_sdk.models.
|
|
315
|
+
source_interface = graphiant_sdk.models.mana_v2_nullable_interface_name.manaV2NullableInterfaceName(),
|
|
316
|
+
source_protocol = graphiant_sdk.models.mana_v2_nullable_routing_protocol.manaV2NullableRoutingProtocol(),
|
|
317
|
+
stale = graphiant_sdk.models.mana_v2_nullable_stale_purge.manaV2NullableStalePurge(), ), )
|
|
318
318
|
},
|
|
319
319
|
seq = 123, ), )
|
|
320
320
|
}, ), )
|
|
321
321
|
},
|
|
322
|
-
site = graphiant_sdk.models.
|
|
322
|
+
site = graphiant_sdk.models.mana_v2_new_site.manaV2NewSite(
|
|
323
323
|
global_prefix_set_ops = {
|
|
324
324
|
'key' : 'ENUM_VALUE'
|
|
325
325
|
},
|
|
@@ -327,10 +327,10 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
327
327
|
'key' : 'ENUM_VALUE'
|
|
328
328
|
},
|
|
329
329
|
ipfix_exporter_ops_v2 = {
|
|
330
|
-
'key' : graphiant_sdk.models.
|
|
330
|
+
'key' : graphiant_sdk.models.mana_v2_global_object_operation_config.manaV2GlobalObjectOperationConfig(
|
|
331
331
|
operation = 'ENUM_VALUE', )
|
|
332
332
|
},
|
|
333
|
-
location = graphiant_sdk.models.
|
|
333
|
+
location = graphiant_sdk.models.mana_v2_location.manaV2Location(
|
|
334
334
|
address_line1 = 'example string',
|
|
335
335
|
address_line2 = 'example string',
|
|
336
336
|
city = 'example string',
|
|
@@ -357,24 +357,24 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
357
357
|
'key' : 'ENUM_VALUE'
|
|
358
358
|
},
|
|
359
359
|
syslog_server_ops_v2 = {
|
|
360
|
-
'key' : graphiant_sdk.models.
|
|
360
|
+
'key' : graphiant_sdk.models.mana_v2_global_object_operation_config.manaV2GlobalObjectOperationConfig(
|
|
361
361
|
operation = 'ENUM_VALUE', )
|
|
362
362
|
},
|
|
363
363
|
traffic_policy_ops = {
|
|
364
364
|
'key' : 'ENUM_VALUE'
|
|
365
365
|
}, ),
|
|
366
|
-
traffic_policy = graphiant_sdk.models.
|
|
366
|
+
traffic_policy = graphiant_sdk.models.mana_v2_forwarding_policy_config.manaV2ForwardingPolicyConfig(
|
|
367
367
|
dpi_applications = {
|
|
368
|
-
'key' : graphiant_sdk.models.
|
|
369
|
-
application = graphiant_sdk.models.
|
|
368
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_dpi_application_config.manaV2NullableDpiApplicationConfig(
|
|
369
|
+
application = graphiant_sdk.models.mana_v2_dpi_application_config.manaV2DpiApplicationConfig(
|
|
370
370
|
description = 'example string',
|
|
371
371
|
destination_network = 'example string',
|
|
372
372
|
destination_network_list = 'example string',
|
|
373
|
-
destination_networks = graphiant_sdk.models.
|
|
373
|
+
destination_networks = graphiant_sdk.models.mana_v2_ip_network_list_config.manaV2IpNetworkListConfig(
|
|
374
374
|
name = 'example string', ),
|
|
375
375
|
destination_port = 123,
|
|
376
376
|
destination_port_list = 'example string',
|
|
377
|
-
destination_ports = graphiant_sdk.models.
|
|
377
|
+
destination_ports = graphiant_sdk.models.mana_v2_l4_port_list_config.manaV2L4PortListConfig(
|
|
378
378
|
name = 'example string',
|
|
379
379
|
ports = [
|
|
380
380
|
123
|
|
@@ -384,50 +384,50 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
384
384
|
name = 'example string',
|
|
385
385
|
source_network = 'example string',
|
|
386
386
|
source_network_list = 'example string',
|
|
387
|
-
source_networks = graphiant_sdk.models.
|
|
387
|
+
source_networks = graphiant_sdk.models.mana_v2_ip_network_list_config.manaV2IpNetworkListConfig(
|
|
388
388
|
name = 'example string', ),
|
|
389
389
|
source_port = 123,
|
|
390
390
|
source_port_list = 'example string',
|
|
391
|
-
source_ports = graphiant_sdk.models.
|
|
391
|
+
source_ports = graphiant_sdk.models.mana_v2_l4_port_list_config.manaV2L4PortListConfig(
|
|
392
392
|
name = 'example string', ), ), )
|
|
393
393
|
},
|
|
394
394
|
network_lists = {
|
|
395
|
-
'key' : graphiant_sdk.models.
|
|
395
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_ip_network_list_config.manaV2NullableIpNetworkListConfig(
|
|
396
396
|
list = , )
|
|
397
397
|
},
|
|
398
398
|
port_lists = {
|
|
399
|
-
'key' : graphiant_sdk.models.
|
|
399
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_l4_port_list_config.manaV2NullableL4PortListConfig()
|
|
400
400
|
},
|
|
401
401
|
security_rulesets = {
|
|
402
|
-
'key' : graphiant_sdk.models.
|
|
403
|
-
ruleset = graphiant_sdk.models.
|
|
402
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_security_policy_ruleset_config.manaV2NullableSecurityPolicyRulesetConfig(
|
|
403
|
+
ruleset = graphiant_sdk.models.mana_v2_security_policy_ruleset_config.manaV2SecurityPolicyRulesetConfig(
|
|
404
404
|
description = 'example string',
|
|
405
405
|
global_id = 1234567891011,
|
|
406
406
|
is_global_sync = True,
|
|
407
407
|
name = 'example string', ), )
|
|
408
408
|
},
|
|
409
409
|
traffic_rulesets = {
|
|
410
|
-
'key' : graphiant_sdk.models.
|
|
410
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_traffic_policy_ruleset_config.manaV2NullableTrafficPolicyRulesetConfig()
|
|
411
411
|
},
|
|
412
412
|
zone_firewalls = {
|
|
413
|
-
'key' : graphiant_sdk.models.
|
|
414
|
-
zone_firewall = graphiant_sdk.models.
|
|
415
|
-
ip = graphiant_sdk.models.
|
|
413
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_zone_firewall_config.manaV2NullableZoneFirewallConfig(
|
|
414
|
+
zone_firewall = graphiant_sdk.models.mana_v2_zone_firewall_config.manaV2ZoneFirewallConfig(
|
|
415
|
+
ip = graphiant_sdk.models.mana_v2_zone_firewall_ip_policy_config.manaV2ZoneFirewallIpPolicyConfig(
|
|
416
416
|
block_land_attacks = True,
|
|
417
|
-
session_limit = graphiant_sdk.models.
|
|
417
|
+
session_limit = graphiant_sdk.models.mana_v2_nullable_session_limit.manaV2NullableSessionLimit(
|
|
418
418
|
limit = 123, ),
|
|
419
419
|
urpf = 'ENUM_VALUE', ),
|
|
420
|
-
udp = graphiant_sdk.models.
|
|
421
|
-
unidirectional_flow_limit = graphiant_sdk.models.
|
|
420
|
+
udp = graphiant_sdk.models.mana_v2_zone_firewall_udp_policy_config.manaV2ZoneFirewallUdpPolicyConfig(
|
|
421
|
+
unidirectional_flow_limit = graphiant_sdk.models.mana_v2_nullable_session_limit.manaV2NullableSessionLimit(
|
|
422
422
|
limit = 123, ), ), ), )
|
|
423
423
|
},
|
|
424
424
|
zones = {
|
|
425
|
-
'key' : graphiant_sdk.models.
|
|
426
|
-
zone = graphiant_sdk.models.
|
|
425
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_security_zone_config.manaV2NullableSecurityZoneConfig(
|
|
426
|
+
zone = graphiant_sdk.models.mana_v2_security_zone_config.manaV2SecurityZoneConfig(
|
|
427
427
|
inside = 'example string',
|
|
428
428
|
pairs = {
|
|
429
|
-
'key' : graphiant_sdk.models.
|
|
430
|
-
pair = graphiant_sdk.models.
|
|
429
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_security_zone_pair_config.manaV2NullableSecurityZonePairConfig(
|
|
430
|
+
pair = graphiant_sdk.models.mana_v2_security_zone_pair_config.manaV2SecurityZonePairConfig(
|
|
431
431
|
outside = 'example string',
|
|
432
432
|
tcp_protection = True, ), )
|
|
433
433
|
}, ), )
|
|
@@ -436,9 +436,9 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
436
436
|
'key' :
|
|
437
437
|
}, ),
|
|
438
438
|
description = 'example string',
|
|
439
|
-
edge = graphiant_sdk.models.
|
|
439
|
+
edge = graphiant_sdk.models.mana_v2_edge_device_config.manaV2EdgeDeviceConfig(
|
|
440
440
|
bgp_enabled = True,
|
|
441
|
-
bgp_instance = graphiant_sdk.models.
|
|
441
|
+
bgp_instance = graphiant_sdk.models.mana_v2_bgp_instance_config.manaV2BgpInstanceConfig(
|
|
442
442
|
address_families = [
|
|
443
443
|
'ENUM_VALUE'
|
|
444
444
|
],
|
|
@@ -446,46 +446,46 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
446
446
|
route_server = True,
|
|
447
447
|
router_id = 'example string', ),
|
|
448
448
|
circuits = {
|
|
449
|
-
'key' : graphiant_sdk.models.
|
|
449
|
+
'key' : graphiant_sdk.models.mana_v2_circuit_config.manaV2CircuitConfig(
|
|
450
450
|
bgp_aggregations = {
|
|
451
|
-
'key' : graphiant_sdk.models.
|
|
452
|
-
config = graphiant_sdk.models.
|
|
451
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_bgp_aggregations_config.manaV2NullableBgpAggregationsConfig(
|
|
452
|
+
config = graphiant_sdk.models.mana_v2_bgp_aggregations_config.manaV2BgpAggregationsConfig(
|
|
453
453
|
as_set = True,
|
|
454
454
|
prefix = 'example string',
|
|
455
455
|
summary_only = True, ), )
|
|
456
456
|
},
|
|
457
|
-
bgp_multipath = graphiant_sdk.models.
|
|
457
|
+
bgp_multipath = graphiant_sdk.models.mana_v2_nullable_bgp_multipath_config.manaV2NullableBgpMultipathConfig(),
|
|
458
458
|
bgp_neighbors = {
|
|
459
|
-
'key' : graphiant_sdk.models.
|
|
460
|
-
neighbor = graphiant_sdk.models.
|
|
461
|
-
allow_as_in = graphiant_sdk.models.
|
|
459
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_bgp_neighbor_config.manaV2NullableBgpNeighborConfig(
|
|
460
|
+
neighbor = graphiant_sdk.models.mana_v2_bgp_neighbor_config.manaV2BgpNeighborConfig(
|
|
461
|
+
allow_as_in = graphiant_sdk.models.mana_v2_nullable_allow_as_in.manaV2NullableAllowAsIn(
|
|
462
462
|
count = 123, ),
|
|
463
463
|
as_override = True,
|
|
464
|
-
bfd = graphiant_sdk.models.
|
|
464
|
+
bfd = graphiant_sdk.models.mana_v2_nullable_bfd_instance_config.manaV2NullableBfdInstanceConfig(),
|
|
465
465
|
default_originate = 'ENUM_VALUE',
|
|
466
|
-
ebgp_multihop_ttl = graphiant_sdk.models.
|
|
466
|
+
ebgp_multihop_ttl = graphiant_sdk.models.mana_v2_nullable_ebgp_config.manaV2NullableEbgpConfig(
|
|
467
467
|
multi_hop = 123, ),
|
|
468
468
|
enabled = True,
|
|
469
469
|
hold_timer = 123,
|
|
470
|
-
hold_timer_value = graphiant_sdk.models.
|
|
470
|
+
hold_timer_value = graphiant_sdk.models.mana_v2_nullable_hold_timer.manaV2NullableHoldTimer(
|
|
471
471
|
timer = 123, ),
|
|
472
472
|
keepalive_timer = 123,
|
|
473
|
-
keepalive_timer_value = graphiant_sdk.models.
|
|
473
|
+
keepalive_timer_value = graphiant_sdk.models.mana_v2_nullable_keep_alive_timer.manaV2NullableKeepAliveTimer(
|
|
474
474
|
timer = 123, ),
|
|
475
475
|
local_address = 'example string',
|
|
476
|
-
local_interface = graphiant_sdk.models.
|
|
476
|
+
local_interface = graphiant_sdk.models.mana_v2_nullable_interface_name.manaV2NullableInterfaceName(
|
|
477
477
|
interface = 'example string', ),
|
|
478
|
-
max_prefix_value = graphiant_sdk.models.
|
|
478
|
+
max_prefix_value = graphiant_sdk.models.mana_v2_nullable_max_prefix.manaV2NullableMaxPrefix(
|
|
479
479
|
max_prefix = 123, ),
|
|
480
|
-
md5_password = graphiant_sdk.models.
|
|
480
|
+
md5_password = graphiant_sdk.models.mana_v2_nullable_md5_password.manaV2NullableMd5Password(),
|
|
481
481
|
peer_asn = 123,
|
|
482
482
|
remote_address = 'example string',
|
|
483
483
|
remove_private_as = True,
|
|
484
484
|
send_community = True, ), )
|
|
485
485
|
},
|
|
486
486
|
bgp_redistribution = {
|
|
487
|
-
'key' : graphiant_sdk.models.
|
|
488
|
-
protocol = graphiant_sdk.models.
|
|
487
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_bgp_redistribute_protocol_config.manaV2NullableBgpRedistributeProtocolConfig(
|
|
488
|
+
protocol = graphiant_sdk.models.mana_v2_bgp_redistribute_protocol_config.manaV2BgpRedistributeProtocolConfig(
|
|
489
489
|
enabled = True, ), )
|
|
490
490
|
},
|
|
491
491
|
carrier = 'ENUM_VALUE',
|
|
@@ -500,29 +500,29 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
500
500
|
link_up_speed_mbps = 123,
|
|
501
501
|
loopback = True,
|
|
502
502
|
name = 'example string',
|
|
503
|
-
pat_addresses = graphiant_sdk.models.
|
|
503
|
+
pat_addresses = graphiant_sdk.models.mana_v2_nullable_ip_list.manaV2NullableIpList(
|
|
504
504
|
addresses = [
|
|
505
505
|
'example string'
|
|
506
506
|
], ),
|
|
507
507
|
qos_profile = 'ENUM_VALUE',
|
|
508
508
|
qos_profile_type = 'ENUM_VALUE',
|
|
509
509
|
static_routes = {
|
|
510
|
-
'key' : graphiant_sdk.models.
|
|
511
|
-
route = graphiant_sdk.models.
|
|
510
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_static_route_config.manaV2NullableStaticRouteConfig(
|
|
511
|
+
route = graphiant_sdk.models.mana_v2_static_route_config.manaV2StaticRouteConfig(
|
|
512
512
|
admin_distance = 123,
|
|
513
|
-
administrative_distance = graphiant_sdk.models.
|
|
513
|
+
administrative_distance = graphiant_sdk.models.mana_v2_nullable_administrative_distance.manaV2NullableAdministrativeDistance(
|
|
514
514
|
distance = 123, ),
|
|
515
515
|
description = 'example string',
|
|
516
516
|
destination_prefix = 'example string',
|
|
517
517
|
ip_version = 123,
|
|
518
|
-
next_hop = graphiant_sdk.models.
|
|
518
|
+
next_hop = graphiant_sdk.models.mana_v2_static_route_nexthop_config.manaV2StaticRouteNexthopConfig(
|
|
519
519
|
address = 'example string',
|
|
520
520
|
circuit = 'example string',
|
|
521
521
|
interface = 'example string',
|
|
522
522
|
next_hop_address = 'example string',
|
|
523
523
|
third_party_ipsec_tunnel = 'example string', ),
|
|
524
524
|
next_hops = [
|
|
525
|
-
graphiant_sdk.models.
|
|
525
|
+
graphiant_sdk.models.mana_v2_static_route_nexthop_config.manaV2StaticRouteNexthopConfig(
|
|
526
526
|
address = 'example string',
|
|
527
527
|
circuit = 'example string',
|
|
528
528
|
interface = 'example string',
|
|
@@ -532,15 +532,16 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
532
532
|
}, )
|
|
533
533
|
},
|
|
534
534
|
dhcp_server_enabled = True,
|
|
535
|
-
dns = graphiant_sdk.models.
|
|
535
|
+
dns = graphiant_sdk.models.mana_v2_nullable_dns_config.manaV2NullableDnsConfig(),
|
|
536
536
|
interfaces = {
|
|
537
|
-
'key' : graphiant_sdk.models.
|
|
538
|
-
interface = graphiant_sdk.models.
|
|
537
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_interface_config.manaV2NullableInterfaceConfig(
|
|
538
|
+
interface = graphiant_sdk.models.mana_v2_interface_config.manaV2InterfaceConfig(
|
|
539
539
|
admin_status = True,
|
|
540
540
|
alias = 'example string',
|
|
541
541
|
circuit = 'example string',
|
|
542
542
|
description = 'example string',
|
|
543
|
-
|
|
543
|
+
duplex = 'example string',
|
|
544
|
+
ipsec = graphiant_sdk.models.mana_v2_interface_i_psec_config.manaV2InterfaceIPsecConfig(
|
|
544
545
|
anti_replay_window_size = 123,
|
|
545
546
|
dh_group = 'ENUM_VALUE',
|
|
546
547
|
dpd_interval = 123,
|
|
@@ -560,16 +561,16 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
560
561
|
rekey_interval = 123,
|
|
561
562
|
remote_address = 'example string',
|
|
562
563
|
remote_ike_peer_identity = 'example string', ),
|
|
563
|
-
ipv4 = graphiant_sdk.models.
|
|
564
|
-
address = graphiant_sdk.models.
|
|
565
|
-
dhcp = graphiant_sdk.models.
|
|
564
|
+
ipv4 = graphiant_sdk.models.mana_v2_interface_ip_config.manaV2InterfaceIpConfig(
|
|
565
|
+
address = graphiant_sdk.models.mana_v2_nullable_address.manaV2NullableAddress(),
|
|
566
|
+
dhcp = graphiant_sdk.models.mana_v2_interface_dhcp_config.manaV2InterfaceDhcpConfig(
|
|
566
567
|
dhcp_client = True,
|
|
567
|
-
dhcp_relay = graphiant_sdk.models.
|
|
568
|
+
dhcp_relay = graphiant_sdk.models.mana_v2_dhcp_relay_config.manaV2DhcpRelayConfig(
|
|
568
569
|
relay_servers = [
|
|
569
570
|
'example string'
|
|
570
571
|
], ), ),
|
|
571
|
-
vrrp = graphiant_sdk.models.
|
|
572
|
-
group = graphiant_sdk.models.
|
|
572
|
+
vrrp = graphiant_sdk.models.mana_v2_nullable_vrrp_group_config.manaV2NullableVrrpGroupConfig(
|
|
573
|
+
group = graphiant_sdk.models.mana_v2_vrrp_group_config.manaV2VrrpGroupConfig(
|
|
573
574
|
accept_mode = True,
|
|
574
575
|
allow_inter_operability = True,
|
|
575
576
|
description = 'example string',
|
|
@@ -577,32 +578,33 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
577
578
|
preempt = True,
|
|
578
579
|
priority = 123,
|
|
579
580
|
tracked_interfaces = [
|
|
580
|
-
graphiant_sdk.models.
|
|
581
|
+
graphiant_sdk.models.mana_v2_nullable_interface_priority_decrement.manaV2NullableInterfacePriorityDecrement(
|
|
581
582
|
priority_decrement = 123, )
|
|
582
583
|
],
|
|
583
584
|
virtual_ip = 'example string',
|
|
584
585
|
virtual_router_id = 123, ), ), ),
|
|
585
|
-
ipv6 = graphiant_sdk.models.
|
|
586
|
+
ipv6 = graphiant_sdk.models.mana_v2_interface_ip_config.manaV2InterfaceIpConfig(),
|
|
586
587
|
lan = 'example string',
|
|
587
588
|
lldp_enabled = True,
|
|
588
589
|
loopback = True,
|
|
589
590
|
max_transmission_unit = 123,
|
|
590
591
|
security_zone = 'example string',
|
|
592
|
+
speed = 1234567891011,
|
|
591
593
|
subinterfaces = {
|
|
592
|
-
'key' : graphiant_sdk.models.
|
|
594
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_interface_vlan_config.manaV2NullableInterfaceVlanConfig()
|
|
593
595
|
},
|
|
594
596
|
tcp_mss = 123,
|
|
595
597
|
tcp_mss_v4 = 123,
|
|
596
598
|
tcp_mss_v6 = 123,
|
|
597
|
-
v4_tcp_mss = graphiant_sdk.models.
|
|
599
|
+
v4_tcp_mss = graphiant_sdk.models.mana_v2_nullable_tcp_mss_v4.manaV2NullableTcpMssV4(
|
|
598
600
|
tcp_mss_v4 = 123, ),
|
|
599
|
-
v6_tcp_mss = graphiant_sdk.models.
|
|
601
|
+
v6_tcp_mss = graphiant_sdk.models.mana_v2_nullable_tcp_mss_v6.manaV2NullableTcpMssV6(
|
|
600
602
|
tcp_mss_v6 = 123, ), ), )
|
|
601
603
|
},
|
|
602
604
|
ipfix_enabled = True,
|
|
603
605
|
ipfix_exporters = {
|
|
604
|
-
'key' : graphiant_sdk.models.
|
|
605
|
-
exporter = graphiant_sdk.models.
|
|
606
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_ipfix_exporter_config.manaV2NullableIpfixExporterConfig(
|
|
607
|
+
exporter = graphiant_sdk.models.mana_v2_ipfix_exporter_config.manaV2IpfixExporterConfig(
|
|
606
608
|
destination_address = 'example string',
|
|
607
609
|
destination_port = 123,
|
|
608
610
|
global_id = 1234567891011,
|
|
@@ -616,14 +618,17 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
616
618
|
source_interface_name = 'example string',
|
|
617
619
|
vrf_id = 1234567891011, ), )
|
|
618
620
|
},
|
|
621
|
+
lag_interfaces = {
|
|
622
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_lag_interface_config.manaV2NullableLagInterfaceConfig()
|
|
623
|
+
},
|
|
619
624
|
lldp_enabled = True,
|
|
620
|
-
local_route_tag = graphiant_sdk.models.
|
|
621
|
-
entry = graphiant_sdk.models.
|
|
625
|
+
local_route_tag = graphiant_sdk.models.mana_v2_nullable_route_tag_set.manaV2NullableRouteTagSet(
|
|
626
|
+
entry = graphiant_sdk.models.mana_v2_route_tag.manaV2RouteTag(
|
|
622
627
|
level_one = 'example string',
|
|
623
628
|
level_two = 'example string',
|
|
624
629
|
level_zero = 'example string', ), ),
|
|
625
630
|
local_web_server_password = 'example string',
|
|
626
|
-
location = graphiant_sdk.models.
|
|
631
|
+
location = graphiant_sdk.models.mana_v2_location.manaV2Location(
|
|
627
632
|
address_line1 = 'example string',
|
|
628
633
|
address_line2 = 'example string',
|
|
629
634
|
city = 'example string',
|
|
@@ -637,15 +642,15 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
637
642
|
state_code = 'example string', ),
|
|
638
643
|
maintenance_mode = True,
|
|
639
644
|
name = 'example string',
|
|
640
|
-
nat_policy = graphiant_sdk.models.
|
|
645
|
+
nat_policy = graphiant_sdk.models.mana_v2_nat_policy_config.manaV2NatPolicyConfig(
|
|
641
646
|
nat_rulesets = {
|
|
642
|
-
'key' : graphiant_sdk.models.
|
|
643
|
-
ruleset = graphiant_sdk.models.
|
|
647
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_nat_policy_ruleset_config.manaV2NullableNatPolicyRulesetConfig(
|
|
648
|
+
ruleset = graphiant_sdk.models.mana_v2_nat_policy_ruleset_config.manaV2NatPolicyRulesetConfig(
|
|
644
649
|
description = 'example string',
|
|
645
650
|
name = 'example string',
|
|
646
651
|
rules = {
|
|
647
|
-
'key' : graphiant_sdk.models.
|
|
648
|
-
rule = graphiant_sdk.models.
|
|
652
|
+
'key' : graphiant_sdk.models.mana_v2_nat_policy_ruleset_config_nullable_rule.manaV2NATPolicyRulesetConfigNullableRule(
|
|
653
|
+
rule = graphiant_sdk.models.mana_v2_nat_policy_ruleset_config_nullable_rule_rule.manaV2NATPolicyRulesetConfigNullableRuleRule(
|
|
649
654
|
advertise_pre_nat_prefixes = True,
|
|
650
655
|
description = 'example string',
|
|
651
656
|
name = 'example string',
|
|
@@ -660,11 +665,11 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
660
665
|
ospfv2_enabled = True,
|
|
661
666
|
ospfv3_enabled = True,
|
|
662
667
|
prefix_sets = {
|
|
663
|
-
'key' : graphiant_sdk.models.
|
|
664
|
-
prefix_set = graphiant_sdk.models.
|
|
668
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_prefix_set_config.manaV2NullablePrefixSetConfig(
|
|
669
|
+
prefix_set = graphiant_sdk.models.mana_v2_prefix_set_config.manaV2PrefixSetConfig(
|
|
665
670
|
description = 'example string',
|
|
666
671
|
entries = {
|
|
667
|
-
'key' : graphiant_sdk.models.
|
|
672
|
+
'key' : graphiant_sdk.models.mana_v2_prefix_set_config_nullable_entry.manaV2PrefixSetConfigNullableEntry()
|
|
668
673
|
},
|
|
669
674
|
global_id = 1234567891011,
|
|
670
675
|
is_global_sync = True,
|
|
@@ -674,8 +679,8 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
674
679
|
region = 'ENUM_VALUE',
|
|
675
680
|
region_name = 'example string',
|
|
676
681
|
route_policies = {
|
|
677
|
-
'key' : graphiant_sdk.models.
|
|
678
|
-
policy = graphiant_sdk.models.
|
|
682
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_routing_policy_config.manaV2NullableRoutingPolicyConfig(
|
|
683
|
+
policy = graphiant_sdk.models.mana_v2_routing_policy_config.manaV2RoutingPolicyConfig(
|
|
679
684
|
attach_point = 'ENUM_VALUE',
|
|
680
685
|
default_action = 'ENUM_VALUE',
|
|
681
686
|
description = 'example string',
|
|
@@ -683,64 +688,64 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
683
688
|
is_global_sync = True,
|
|
684
689
|
name = 'example string',
|
|
685
690
|
statements = {
|
|
686
|
-
'key' : graphiant_sdk.models.
|
|
687
|
-
statement = graphiant_sdk.models.
|
|
691
|
+
'key' : graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement.manaV2RoutingPolicyConfigNullableStatement(
|
|
692
|
+
statement = graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement.manaV2RoutingPolicyConfigNullableStatementStatement(
|
|
688
693
|
actions = {
|
|
689
|
-
'key' : graphiant_sdk.models.
|
|
690
|
-
action = graphiant_sdk.models.
|
|
691
|
-
aspath_prepend = graphiant_sdk.models.
|
|
694
|
+
'key' : graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_action.manaV2RoutingPolicyConfigNullableStatementStatementNullableAction(
|
|
695
|
+
action = graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_action_action.manaV2RoutingPolicyConfigNullableStatementStatementNullableActionAction(
|
|
696
|
+
aspath_prepend = graphiant_sdk.models.mana_v2_nullable_as_path_prepend.manaV2NullableAsPathPrepend(
|
|
692
697
|
repeat = 123, ),
|
|
693
|
-
bgp_set_next_hop = graphiant_sdk.models.
|
|
694
|
-
call_policy = graphiant_sdk.models.
|
|
695
|
-
communities = graphiant_sdk.models.
|
|
696
|
-
community = graphiant_sdk.models.
|
|
698
|
+
bgp_set_next_hop = graphiant_sdk.models.mana_v2_nullable_bgp_set_next_hop.manaV2NullableBgpSetNextHop(),
|
|
699
|
+
call_policy = graphiant_sdk.models.mana_v2_nullable_call_policy.manaV2NullableCallPolicy(),
|
|
700
|
+
communities = graphiant_sdk.models.mana_v2_nullable_communities.manaV2NullableCommunities(
|
|
701
|
+
community = graphiant_sdk.models.mana_v2_community_type.manaV2CommunityType(
|
|
697
702
|
additive = True,
|
|
698
703
|
community_list = [
|
|
699
704
|
'example string'
|
|
700
705
|
], ), ),
|
|
701
|
-
local_pref = graphiant_sdk.models.
|
|
702
|
-
metric = graphiant_sdk.models.
|
|
706
|
+
local_pref = graphiant_sdk.models.mana_v2_nullable_local_preferance.manaV2NullableLocalPreferance(),
|
|
707
|
+
metric = graphiant_sdk.models.mana_v2_nullable_metric.manaV2NullableMetric(
|
|
703
708
|
absolute = 123,
|
|
704
709
|
modifier = 123, ),
|
|
705
710
|
result = 'ENUM_VALUE',
|
|
706
711
|
seq = 123,
|
|
707
|
-
weight = graphiant_sdk.models.
|
|
712
|
+
weight = graphiant_sdk.models.mana_v2_nullable_weight.manaV2NullableWeight(), ), )
|
|
708
713
|
},
|
|
709
714
|
matches = {
|
|
710
|
-
'key' : graphiant_sdk.models.
|
|
711
|
-
match = graphiant_sdk.models.
|
|
712
|
-
protocol_route_type = graphiant_sdk.models.
|
|
715
|
+
'key' : graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_match.manaV2RoutingPolicyConfigNullableStatementStatementNullableMatch(
|
|
716
|
+
match = graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_match_match.manaV2RoutingPolicyConfigNullableStatementStatementNullableMatchMatch(
|
|
717
|
+
protocol_route_type = graphiant_sdk.models.mana_v2_nullable_protocol_route_type.manaV2NullableProtocolRouteType(
|
|
713
718
|
route_type = 'ENUM_VALUE', ),
|
|
714
|
-
route_tag = graphiant_sdk.models.
|
|
719
|
+
route_tag = graphiant_sdk.models.mana_v2_nullable_route_tag_set.manaV2NullableRouteTagSet(),
|
|
715
720
|
seq = 123,
|
|
716
|
-
source_interface = graphiant_sdk.models.
|
|
717
|
-
source_protocol = graphiant_sdk.models.
|
|
718
|
-
stale = graphiant_sdk.models.
|
|
721
|
+
source_interface = graphiant_sdk.models.mana_v2_nullable_interface_name.manaV2NullableInterfaceName(),
|
|
722
|
+
source_protocol = graphiant_sdk.models.mana_v2_nullable_routing_protocol.manaV2NullableRoutingProtocol(),
|
|
723
|
+
stale = graphiant_sdk.models.mana_v2_nullable_stale_purge.manaV2NullableStalePurge(), ), )
|
|
719
724
|
},
|
|
720
725
|
seq = 123, ), )
|
|
721
726
|
}, ), )
|
|
722
727
|
},
|
|
723
728
|
segments = {
|
|
724
|
-
'key' : graphiant_sdk.models.
|
|
729
|
+
'key' : graphiant_sdk.models.mana_v2_vrf_config.manaV2VrfConfig(
|
|
725
730
|
dhcp_subnets = {
|
|
726
|
-
'key' : graphiant_sdk.models.
|
|
727
|
-
subnet = graphiant_sdk.models.
|
|
731
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_dhcp_subnet_config.manaV2NullableDhcpSubnetConfig(
|
|
732
|
+
subnet = graphiant_sdk.models.mana_v2_dhcp_subnet_config.manaV2DhcpSubnetConfig(
|
|
728
733
|
default_lease_time_secs = 123,
|
|
729
734
|
description = 'example string',
|
|
730
735
|
domain_name = 'example string',
|
|
731
|
-
domain_name_server = graphiant_sdk.models.
|
|
736
|
+
domain_name_server = graphiant_sdk.models.mana_v2_dhcp_server_dns_parameters_config.manaV2DhcpServerDnsParametersConfig(
|
|
732
737
|
primary = 'example string',
|
|
733
738
|
secondary = 'example string', ),
|
|
734
739
|
ip_gateway = 'example string',
|
|
735
740
|
ip_prefix = 'example string',
|
|
736
741
|
ip_ranges = [
|
|
737
|
-
graphiant_sdk.models.
|
|
742
|
+
graphiant_sdk.models.mana_v2_dhcpip_range_config.manaV2DhcpipRangeConfig(
|
|
738
743
|
end = 'example string',
|
|
739
744
|
start = 'example string', )
|
|
740
745
|
],
|
|
741
|
-
ip_ranges_v2 = graphiant_sdk.models.
|
|
746
|
+
ip_ranges_v2 = graphiant_sdk.models.mana_v2_nullable_dhcpip_range_list.manaV2NullableDhcpipRangeList(
|
|
742
747
|
ip_range = [
|
|
743
|
-
graphiant_sdk.models.
|
|
748
|
+
graphiant_sdk.models.mana_v2_dhcpip_range_config.manaV2DhcpipRangeConfig(
|
|
744
749
|
end = 'example string',
|
|
745
750
|
start = 'example string', )
|
|
746
751
|
], ),
|
|
@@ -748,24 +753,24 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
748
753
|
min_lease_time_secs = 123,
|
|
749
754
|
name = 'example string',
|
|
750
755
|
static_leases = {
|
|
751
|
-
'key' : graphiant_sdk.models.
|
|
752
|
-
lease = graphiant_sdk.models.
|
|
756
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_dhcp_subnet_static_lease_config.manaV2NullableDhcpSubnetStaticLeaseConfig(
|
|
757
|
+
lease = graphiant_sdk.models.mana_v2_dhcp_subnet_static_lease_config.manaV2DhcpSubnetStaticLeaseConfig(
|
|
753
758
|
hostname = 'example string',
|
|
754
759
|
ip_address = 'example string',
|
|
755
760
|
mac_address = 'example string', ), )
|
|
756
761
|
}, ), )
|
|
757
762
|
},
|
|
758
|
-
ebgp_multipath = graphiant_sdk.models.
|
|
759
|
-
nat_ruleset = graphiant_sdk.models.
|
|
763
|
+
ebgp_multipath = graphiant_sdk.models.mana_v2_nullable_bgp_multipath_config.manaV2NullableBgpMultipathConfig(),
|
|
764
|
+
nat_ruleset = graphiant_sdk.models.mana_v2_nullable_nat_policy_ruleset_name.manaV2NullableNatPolicyRulesetName(),
|
|
760
765
|
networks = [
|
|
761
766
|
'example string'
|
|
762
767
|
],
|
|
763
|
-
ospfv2 = graphiant_sdk.models.
|
|
764
|
-
process = graphiant_sdk.models.
|
|
765
|
-
admin_distance = graphiant_sdk.models.
|
|
768
|
+
ospfv2 = graphiant_sdk.models.mana_v2_nullable_ospf_process_config.manaV2NullableOspfProcessConfig(
|
|
769
|
+
process = graphiant_sdk.models.mana_v2_ospf_process_config.manaV2OspfProcessConfig(
|
|
770
|
+
admin_distance = graphiant_sdk.models.mana_v2_nullable_ospf_admin_distance_value.manaV2NullableOspfAdminDistanceValue(),
|
|
766
771
|
areas = {
|
|
767
|
-
'key' : graphiant_sdk.models.
|
|
768
|
-
area = graphiant_sdk.models.
|
|
772
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_ospf_area_config.manaV2NullableOspfAreaConfig(
|
|
773
|
+
area = graphiant_sdk.models.mana_v2_ospf_area_config.manaV2OspfAreaConfig(
|
|
769
774
|
area_id = 'example string',
|
|
770
775
|
name = 'example string',
|
|
771
776
|
type = 'ENUM_VALUE', ), )
|
|
@@ -775,15 +780,15 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
775
780
|
manual = 'example string',
|
|
776
781
|
name = 'example string',
|
|
777
782
|
redistribution = {
|
|
778
|
-
'key' : graphiant_sdk.models.
|
|
783
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_ospf_redistribute_protocol_config.manaV2NullableOspfRedistributeProtocolConfig()
|
|
779
784
|
}, ), ),
|
|
780
|
-
ospfv3 = graphiant_sdk.models.
|
|
781
|
-
overlay_filters = graphiant_sdk.models.
|
|
782
|
-
export_policy = graphiant_sdk.models.
|
|
783
|
-
import_policy = , ),
|
|
785
|
+
ospfv3 = graphiant_sdk.models.mana_v2_nullable_ospf_process_config.manaV2NullableOspfProcessConfig(),
|
|
786
|
+
overlay_filters = graphiant_sdk.models.mana_v2_overlay_filter_config.manaV2OverlayFilterConfig(
|
|
787
|
+
export_policy = graphiant_sdk.models.mana_v2_nullable_policy_name.manaV2NullablePolicyName(),
|
|
788
|
+
import_policy = graphiant_sdk.models.mana_v2_nullable_policy_name.manaV2NullablePolicyName(), ),
|
|
784
789
|
syslog_targets = {
|
|
785
|
-
'key' : graphiant_sdk.models.
|
|
786
|
-
target = graphiant_sdk.models.
|
|
790
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_syslog_collector_config.manaV2NullableSyslogCollectorConfig(
|
|
791
|
+
target = graphiant_sdk.models.mana_v2_syslog_collector_config.manaV2SyslogCollectorConfig(
|
|
787
792
|
enabled = True,
|
|
788
793
|
global_id = 1234567891011,
|
|
789
794
|
host = 'example string',
|
|
@@ -795,9 +800,9 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
795
800
|
transport = 'ENUM_VALUE',
|
|
796
801
|
vrf_id = 1234567891011, ), )
|
|
797
802
|
},
|
|
798
|
-
traffic_ruleset = graphiant_sdk.models.
|
|
803
|
+
traffic_ruleset = graphiant_sdk.models.mana_v2_nullable_traffic_policy_ruleset_name.manaV2NullableTrafficPolicyRulesetName(), )
|
|
799
804
|
},
|
|
800
|
-
site = graphiant_sdk.models.
|
|
805
|
+
site = graphiant_sdk.models.mana_v2_new_site.manaV2NewSite(
|
|
801
806
|
global_prefix_set_ops = {
|
|
802
807
|
'key' : 'ENUM_VALUE'
|
|
803
808
|
},
|
|
@@ -805,7 +810,7 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
805
810
|
'key' : 'ENUM_VALUE'
|
|
806
811
|
},
|
|
807
812
|
ipfix_exporter_ops_v2 = {
|
|
808
|
-
'key' : graphiant_sdk.models.
|
|
813
|
+
'key' : graphiant_sdk.models.mana_v2_global_object_operation_config.manaV2GlobalObjectOperationConfig(
|
|
809
814
|
operation = 'ENUM_VALUE', )
|
|
810
815
|
},
|
|
811
816
|
name = 'example string',
|
|
@@ -823,32 +828,32 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
823
828
|
'key' : 'ENUM_VALUE'
|
|
824
829
|
},
|
|
825
830
|
syslog_server_ops_v2 = {
|
|
826
|
-
'key' : graphiant_sdk.models.
|
|
831
|
+
'key' : graphiant_sdk.models.mana_v2_global_object_operation_config.manaV2GlobalObjectOperationConfig(
|
|
827
832
|
operation = 'ENUM_VALUE', )
|
|
828
833
|
},
|
|
829
834
|
traffic_policy_ops = {
|
|
830
835
|
'key' : 'ENUM_VALUE'
|
|
831
836
|
}, ),
|
|
832
837
|
site_to_site_vpn = {
|
|
833
|
-
'key' : graphiant_sdk.models.
|
|
838
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_i_psec_tunnel_config.manaV2NullableIPsecTunnelConfig()
|
|
834
839
|
},
|
|
835
|
-
snmp = graphiant_sdk.models.
|
|
840
|
+
snmp = graphiant_sdk.models.mana_v2_nullable_snmp_config.manaV2NullableSnmpConfig(),
|
|
836
841
|
snmp_global_object = {
|
|
837
|
-
'key' : graphiant_sdk.models.
|
|
842
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_snmp_config.manaV2NullableSnmpConfig()
|
|
838
843
|
},
|
|
839
844
|
static_routes_enabled = True,
|
|
840
|
-
traffic_policy = graphiant_sdk.models.
|
|
845
|
+
traffic_policy = graphiant_sdk.models.mana_v2_forwarding_policy_config.manaV2ForwardingPolicyConfig(
|
|
841
846
|
dpi_applications = {
|
|
842
|
-
'key' : graphiant_sdk.models.
|
|
843
|
-
application = graphiant_sdk.models.
|
|
847
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_dpi_application_config.manaV2NullableDpiApplicationConfig(
|
|
848
|
+
application = graphiant_sdk.models.mana_v2_dpi_application_config.manaV2DpiApplicationConfig(
|
|
844
849
|
description = 'example string',
|
|
845
850
|
destination_network = 'example string',
|
|
846
851
|
destination_network_list = 'example string',
|
|
847
|
-
destination_networks = graphiant_sdk.models.
|
|
852
|
+
destination_networks = graphiant_sdk.models.mana_v2_ip_network_list_config.manaV2IpNetworkListConfig(
|
|
848
853
|
name = 'example string', ),
|
|
849
854
|
destination_port = 123,
|
|
850
855
|
destination_port_list = 'example string',
|
|
851
|
-
destination_ports = graphiant_sdk.models.
|
|
856
|
+
destination_ports = graphiant_sdk.models.mana_v2_l4_port_list_config.manaV2L4PortListConfig(
|
|
852
857
|
name = 'example string',
|
|
853
858
|
ports = [
|
|
854
859
|
123
|
|
@@ -858,45 +863,45 @@ class TestV1DevicesDeviceIdConfigPutRequest(unittest.TestCase):
|
|
|
858
863
|
name = 'example string',
|
|
859
864
|
source_network = 'example string',
|
|
860
865
|
source_network_list = 'example string',
|
|
861
|
-
source_networks = graphiant_sdk.models.
|
|
866
|
+
source_networks = graphiant_sdk.models.mana_v2_ip_network_list_config.manaV2IpNetworkListConfig(
|
|
862
867
|
name = 'example string', ),
|
|
863
868
|
source_port = 123,
|
|
864
869
|
source_port_list = 'example string',
|
|
865
|
-
source_ports = graphiant_sdk.models.
|
|
870
|
+
source_ports = graphiant_sdk.models.mana_v2_l4_port_list_config.manaV2L4PortListConfig(
|
|
866
871
|
name = 'example string', ), ), )
|
|
867
872
|
},
|
|
868
873
|
network_lists = {
|
|
869
|
-
'key' : graphiant_sdk.models.
|
|
874
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_ip_network_list_config.manaV2NullableIpNetworkListConfig(
|
|
870
875
|
list = , )
|
|
871
876
|
},
|
|
872
877
|
port_lists = {
|
|
873
|
-
'key' : graphiant_sdk.models.
|
|
878
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_l4_port_list_config.manaV2NullableL4PortListConfig()
|
|
874
879
|
},
|
|
875
880
|
security_rulesets = {
|
|
876
|
-
'key' : graphiant_sdk.models.
|
|
881
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_security_policy_ruleset_config.manaV2NullableSecurityPolicyRulesetConfig()
|
|
877
882
|
},
|
|
878
883
|
traffic_rulesets = {
|
|
879
|
-
'key' : graphiant_sdk.models.
|
|
884
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_traffic_policy_ruleset_config.manaV2NullableTrafficPolicyRulesetConfig()
|
|
880
885
|
},
|
|
881
886
|
zone_firewalls = {
|
|
882
|
-
'key' : graphiant_sdk.models.
|
|
883
|
-
zone_firewall = graphiant_sdk.models.
|
|
884
|
-
ip = graphiant_sdk.models.
|
|
887
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_zone_firewall_config.manaV2NullableZoneFirewallConfig(
|
|
888
|
+
zone_firewall = graphiant_sdk.models.mana_v2_zone_firewall_config.manaV2ZoneFirewallConfig(
|
|
889
|
+
ip = graphiant_sdk.models.mana_v2_zone_firewall_ip_policy_config.manaV2ZoneFirewallIpPolicyConfig(
|
|
885
890
|
block_land_attacks = True,
|
|
886
|
-
session_limit = graphiant_sdk.models.
|
|
891
|
+
session_limit = graphiant_sdk.models.mana_v2_nullable_session_limit.manaV2NullableSessionLimit(
|
|
887
892
|
limit = 123, ),
|
|
888
893
|
urpf = 'ENUM_VALUE', ),
|
|
889
|
-
udp = graphiant_sdk.models.
|
|
890
|
-
unidirectional_flow_limit = graphiant_sdk.models.
|
|
894
|
+
udp = graphiant_sdk.models.mana_v2_zone_firewall_udp_policy_config.manaV2ZoneFirewallUdpPolicyConfig(
|
|
895
|
+
unidirectional_flow_limit = graphiant_sdk.models.mana_v2_nullable_session_limit.manaV2NullableSessionLimit(
|
|
891
896
|
limit = 123, ), ), ), )
|
|
892
897
|
},
|
|
893
898
|
zones = {
|
|
894
|
-
'key' : graphiant_sdk.models.
|
|
895
|
-
zone = graphiant_sdk.models.
|
|
899
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_security_zone_config.manaV2NullableSecurityZoneConfig(
|
|
900
|
+
zone = graphiant_sdk.models.mana_v2_security_zone_config.manaV2SecurityZoneConfig(
|
|
896
901
|
inside = 'example string',
|
|
897
902
|
pairs = {
|
|
898
|
-
'key' : graphiant_sdk.models.
|
|
899
|
-
pair = graphiant_sdk.models.
|
|
903
|
+
'key' : graphiant_sdk.models.mana_v2_nullable_security_zone_pair_config.manaV2NullableSecurityZonePairConfig(
|
|
904
|
+
pair = graphiant_sdk.models.mana_v2_security_zone_pair_config.manaV2SecurityZonePairConfig(
|
|
900
905
|
outside = 'example string',
|
|
901
906
|
tcp_protection = True, ), )
|
|
902
907
|
}, ), )
|