graphiant-sdk 25.10.2__py3-none-any.whl → 25.12.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- graphiant_sdk/__init__.py +1471 -2434
- graphiant_sdk/api/default_api.py +20450 -14181
- graphiant_sdk/api_client.py +6 -13
- graphiant_sdk/configuration.py +1 -1
- graphiant_sdk/models/__init__.py +1298 -1042
- 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 +146 -0
- graphiant_sdk/models/iam_enterprise_permissions.py +93 -0
- graphiant_sdk/models/iam_group.py +120 -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 +297 -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 +308 -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 +146 -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_ntp.py +97 -0
- graphiant_sdk/models/mana_v2_ntp_config.py +93 -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_ntp_config.py +91 -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_edges_summary_post_request.py +91 -0
- graphiant_sdk/models/v1_edges_summary_post_request_filter.py +91 -0
- graphiant_sdk/models/v1_edges_summary_post_response.py +95 -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 +6 -2
- graphiant_sdk/models/v1_enterprises_put_request.py +7 -3
- 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 +12 -10
- 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 +7 -7
- 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 +10 -10
- 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 +6 -6
- 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 +12 -10
- 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 +6 -6
- 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 +4 -4
- 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 +4 -4
- 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 +7 -7
- 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_delete_response.py +89 -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 +6 -6
- 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 +4 -4
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_post_request.py +6 -6
- 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_request.py +3 -1
- graphiant_sdk/models/v1_global_attached_edges_post_response.py +95 -0
- graphiant_sdk/models/v1_global_config_patch_request.py +40 -25
- graphiant_sdk/models/v1_global_config_patch_response.py +105 -0
- graphiant_sdk/models/v1_global_config_site_post_request.py +8 -6
- 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_ntps_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ntps_post_request.py +87 -0
- graphiant_sdk/models/v1_global_ntps_post_response.py +95 -0
- graphiant_sdk/models/v1_global_ntps_site_get_response.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_request.py +3 -1
- graphiant_sdk/models/v1_global_summary_post_response.py +95 -0
- graphiant_sdk/models/v1_global_sync_post_request.py +3 -1
- 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_request.py +4 -4
- 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.12.1.dist-info/METADATA +523 -0
- graphiant_sdk-25.12.1.dist-info/RECORD +3158 -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_enterprise_permissions.py +71 -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_ntp.py +58 -0
- test/test_mana_v2_ntp_config.py +56 -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_ntp_config.py +57 -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_sanity.py +102 -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_edges_summary_post_request.py +60 -0
- test/test_v1_edges_summary_post_request_filter.py +59 -0
- test/test_v1_edges_summary_post_response.py +118 -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_delete_response.py +52 -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_ntps_device_get_response.py +61 -0
- test/test_v1_global_ntps_post_request.py +53 -0
- test/test_v1_global_ntps_post_response.py +61 -0
- test/test_v1_global_ntps_site_get_response.py +61 -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/models/v1_account_mfa_confirmation_post200_response.py +0 -87
- graphiant_sdk/models/v1_account_mfa_get200_response.py +0 -87
- graphiant_sdk/models/v1_account_mfa_put200_response.py +0 -93
- graphiant_sdk/models/v1_activity_logs_post200_response.py +0 -117
- graphiant_sdk/models/v1_activity_logs_post200_response_details_inner.py +0 -151
- graphiant_sdk/models/v1_activity_logs_post200_response_details_inner_targets_inner.py +0 -122
- graphiant_sdk/models/v1_activity_logs_post200_response_details_inner_targets_inner_events_inner.py +0 -97
- graphiant_sdk/models/v1_activity_logs_post200_response_filter_entities_value.py +0 -95
- graphiant_sdk/models/v1_activity_logs_post_request_selector.py +0 -108
- graphiant_sdk/models/v1_activity_logs_post_request_selector_job_entity.py +0 -91
- graphiant_sdk/models/v1_activity_logs_post_request_selector_v2.py +0 -105
- graphiant_sdk/models/v1_alarm_history_get200_response.py +0 -95
- graphiant_sdk/models/v1_alarm_history_get200_response_history_inner.py +0 -102
- graphiant_sdk/models/v1_alarm_history_get200_response_history_inner_time.py +0 -89
- graphiant_sdk/models/v1_alarms_events_get200_response.py +0 -87
- graphiant_sdk/models/v1_alarms_list_get200_response.py +0 -95
- graphiant_sdk/models/v1_alarms_list_get200_response_alarms_inner.py +0 -130
- graphiant_sdk/models/v1_apps_app_summary_post200_response.py +0 -91
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary.py +0 -118
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_app_incidents.py +0 -95
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_app_incidents_data_inner.py +0 -96
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner.py +0 -97
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner.py +0 -109
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner_dl_incidents.py +0 -90
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner.py +0 -91
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner_data.py +0 -101
- graphiant_sdk/models/v1_apps_bandwidth_post200_response.py +0 -95
- graphiant_sdk/models/v1_apps_bandwidth_post200_response_stats_inner.py +0 -95
- graphiant_sdk/models/v1_apps_device_device_id_top_post200_response.py +0 -97
- graphiant_sdk/models/v1_apps_device_device_id_top_post200_response_apps_utilization_inner.py +0 -92
- graphiant_sdk/models/v1_apps_visualization_post200_response.py +0 -102
- graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner.py +0 -109
- graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value.py +0 -99
- graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value_stats.py +0 -97
- graphiant_sdk/models/v1_audit_logs_post200_response.py +0 -110
- graphiant_sdk/models/v1_audit_logs_post200_response_histogram_inner.py +0 -94
- graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner.py +0 -129
- graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner_failed_target_results_inner.py +0 -95
- graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner_failed_target_results_inner_target.py +0 -90
- graphiant_sdk/models/v1_audit_logs_post_request_selectors_inner.py +0 -89
- graphiant_sdk/models/v1_auth_get200_response.py +0 -93
- graphiant_sdk/models/v1_auth_login_post200_response.py +0 -91
- graphiant_sdk/models/v1_auth_login_pre_get200_response.py +0 -89
- graphiant_sdk/models/v1_auth_login_temp_post200_response.py +0 -91
- graphiant_sdk/models/v1_auth_put204_response.py +0 -89
- graphiant_sdk/models/v1_auth_user_get200_response.py +0 -99
- graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post200_response.py +0 -91
- graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post200_response_filters.py +0 -104
- graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post200_response_filters_customers_inner.py +0 -93
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response.py +0 -137
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane.py +0 -98
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions.py +0 -95
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner.py +0 -97
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner_transitions_inner.py +0 -97
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane.py +0 -107
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner.py +0 -97
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner_values_inner.py +0 -101
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_issues_inner.py +0 -118
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix.py +0 -105
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_devices_inner.py +0 -95
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner.py +0 -112
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner_box_inner.py +0 -106
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane.py +0 -159
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane_crashes_inner.py +0 -91
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane_last_crash.py +0 -95
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response.py +0 -105
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response_device_etwan_summary_inner.py +0 -99
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response_region_sla_status_inner.py +0 -93
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response.py +0 -115
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response_region_status_inner.py +0 -98
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response_sla_matrix_inner.py +0 -120
- graphiant_sdk/models/v1_backbone_health_filter_get200_response.py +0 -135
- graphiant_sdk/models/v1_backbone_health_filter_get200_response_lan_segments_inner.py +0 -87
- graphiant_sdk/models/v1_backbone_health_filter_get200_response_regions_inner.py +0 -91
- graphiant_sdk/models/v1_backbone_health_filter_get200_response_sites_inner.py +0 -89
- graphiant_sdk/models/v1_backbone_health_overview_post200_response.py +0 -95
- graphiant_sdk/models/v1_backbone_health_overview_post200_response_devices_inner.py +0 -107
- graphiant_sdk/models/v1_backbone_health_overview_post_request_filter.py +0 -95
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response.py +0 -101
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response_control_plane.py +0 -95
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response_control_plane_device_counts_inner.py +0 -89
- graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response.py +0 -91
- graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details.py +0 -95
- graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details_bwusage_csv_record_inner.py +0 -100
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response.py +0 -91
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details.py +0 -114
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_region_inner.py +0 -94
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_site_inner.py +0 -98
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response.py +0 -91
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary.py +0 -122
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_role_summary_inner.py +0 -92
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_top_regions_inner.py +0 -100
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response.py +0 -91
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart.py +0 -97
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart_bwusage_chart_inner.py +0 -98
- graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response.py +0 -91
- graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary.py +0 -106
- graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary_bwusage_top_providers_inner.py +0 -94
- graphiant_sdk/models/v1_bwtracker_region_edge_details_post200_response.py +0 -91
- graphiant_sdk/models/v1_bwtracker_region_edge_details_post200_response_bwusage_details.py +0 -95
- graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response.py +0 -91
- graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response_bwusage_summary.py +0 -104
- graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response_bwusage_summary_bwusage_top_sites_inner.py +0 -92
- graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response.py +0 -91
- graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details.py +0 -105
- graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py +0 -96
- graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py +0 -92
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post200_response.py +0 -91
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post200_response_bwusage_summary.py +0 -102
- graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py +0 -95
- graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response_assurances_inner.py +0 -93
- graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response.py +0 -95
- graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner.py +0 -132
- graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_apps_inner.py +0 -87
- graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_lans_inner.py +0 -87
- graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_sites_inner.py +0 -87
- graphiant_sdk/models/v1_data_assurance_assurances_global_id_put200_response.py +0 -87
- graphiant_sdk/models/v1_data_assurance_assurances_global_post200_response.py +0 -89
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config.py +0 -105
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config_apps_inner.py +0 -107
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config_apps_inner_servers_inner.py +0 -91
- graphiant_sdk/models/v1_data_assurance_flex_algos_get200_response.py +0 -95
- graphiant_sdk/models/v1_data_assurance_flex_algos_get200_response_entries_inner.py +0 -91
- graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get200_response.py +0 -99
- graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get200_response_stats.py +0 -88
- graphiant_sdk/models/v1_device_routing_bgp_nbrid_get200_response.py +0 -95
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get200_response.py +0 -95
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get200_response_counters_inner.py +0 -98
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_details_get200_response.py +0 -91
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response.py +0 -95
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response_prefixes_inner.py +0 -92
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get200_response.py +0 -103
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get200_response_interfaces_inner.py +0 -105
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get200_response.py +0 -95
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get200_response.py +0 -95
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response.py +0 -103
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner.py +0 -124
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa.py +0 -102
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa_tos_metric.py +0 -90
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_network_lsa.py +0 -90
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa.py +0 -95
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa_links_inner.py +0 -100
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_summary_lsa.py +0 -94
- graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get200_response.py +0 -103
- graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get200_response_nbrs_inner.py +0 -102
- graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get200_response.py +0 -95
- graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response.py +0 -103
- graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response_routes_inner.py +0 -97
- graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response_routes_inner_path_inner.py +0 -102
- graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get200_response.py +0 -100
- graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get200_response_statistics_value.py +0 -90
- graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get200_response.py +0 -111
- graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get200_response_ebgp_route_count.py +0 -89
- graphiant_sdk/models/v1_device_routing_vrf_bgp_graphiant_eiroute_count_get200_response.py +0 -91
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post200_response.py +0 -95
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post200_response_counts_inner.py +0 -89
- graphiant_sdk/models/v1_device_snapshot_device_id_get200_response.py +0 -95
- graphiant_sdk/models/v1_device_snapshot_get200_response.py +0 -101
- graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot.py +0 -111
- graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot_author.py +0 -101
- graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot_data.py +0 -114
- graphiant_sdk/models/v1_device_status_history_post200_response.py +0 -95
- graphiant_sdk/models/v1_device_status_history_post200_response_mappings_inner.py +0 -102
- graphiant_sdk/models/v1_device_status_post200_response.py +0 -95
- graphiant_sdk/models/v1_device_status_post200_response_mappings_inner.py +0 -102
- graphiant_sdk/models/v1_devices_bringup_post200_response.py +0 -95
- graphiant_sdk/models/v1_devices_bringup_post200_response_summaries_inner.py +0 -104
- graphiant_sdk/models/v1_devices_bringup_token_post200_response.py +0 -93
- graphiant_sdk/models/v1_devices_device_id_arp_get200_response.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_arp_get200_response_arp_entry_inner.py +0 -93
- graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get200_response.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get200_response_circuits_inner.py +0 -93
- graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get200_response.py +0 -100
- graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get200_response_vrf_associations_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put202_response.py +0 -89
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core.py +0 -211
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_bgp_instance.py +0 -94
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf.py +0 -226
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value_config.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +0 -168
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_allow_as_in.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd_bfd.py +0 -92
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_ebgp_multihop_ttl.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_hold_timer_value.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_max_prefix_value.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet.py +0 -141
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_ip_ranges_v2.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value_lease.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ebgp_multipath.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_nat_ruleset.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process.py +0 -131
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_admin_distance.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area.py +0 -106
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface.py +0 -124
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_bfd.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_dead_interval_value.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_hello_interval_value.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_retransmit_interval_value.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value_protocol.py +0 -92
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_overlay_filters.py +0 -96
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route.py +0 -115
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route_next_hop.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface.py +0 -222
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor.py +0 -100
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost.py +0 -94
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost_dynamic.py +0 -89
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_flex_algos.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw.py +0 -103
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp.py +0 -93
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp_dhcp_relay.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp_group.py +0 -112
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type.py +0 -109
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw.py +0 -103
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp_group.py +0 -104
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ipsec.py +0 -124
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface_interface.py +0 -124
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface.py +0 -120
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface.py +0 -115
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type.py +0 -109
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw_gw.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw.py +0 -103
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_dhcp.py +0 -89
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_vrrp.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_wan.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus.py +0 -121
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group.py +0 -107
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value_rule_group.py +0 -98
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sink.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sink_sink.py +0 -94
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value_sysdb_monitor.py +0 -92
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge.py +0 -293
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_circuits_value.py +0 -186
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_circuits_value_pat_addresses.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns.py +0 -99
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns_dynamic.py +0 -89
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns_static.py +0 -106
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface.py +0 -158
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface.py +0 -139
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v4_tcp_mss.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v6_tcp_mss.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface.py +0 -145
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_lag_members_value.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value_interface.py +0 -107
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy.py +0 -100
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset.py +0 -104
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value_rule.py +0 -103
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +0 -124
- graphiant_sdk/models/v1_devices_device_id_connectivity_get200_response.py +0 -105
- graphiant_sdk/models/v1_devices_device_id_dhcp_server_leases_get200_response.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_draft_get200_response.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_draft_get200_response_draft.py +0 -97
- graphiant_sdk/models/v1_devices_device_id_draft_get200_response_draft_version_info.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_draft_post201_response.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_edges_get200_response.py +0 -101
- graphiant_sdk/models/v1_devices_device_id_get200_response.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_interfaces_get200_response.py +0 -101
- graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get200_response.py +0 -93
- graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get200_response_job_status.py +0 -104
- graphiant_sdk/models/v1_devices_device_id_ndcache_get200_response.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_ndcache_get200_response_nd_entry_inner.py +0 -93
- graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get200_response.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get200_response.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get200_response_zone_pairs_inner.py +0 -99
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner.py +0 -101
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner.py +0 -110
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_bgp_connection.py +0 -101
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_ipsec_connection.py +0 -131
- graphiant_sdk/models/v1_devices_device_id_twamp_core_get200_response.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_versions_compare_get200_response.py +0 -87
- graphiant_sdk/models/v1_devices_device_id_versions_get200_response.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_versions_version_get200_response.py +0 -91
- graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get200_response.py +0 -88
- graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get200_response.py +0 -97
- graphiant_sdk/models/v1_devices_device_id_vrrp_get200_response.py +0 -95
- graphiant_sdk/models/v1_devices_device_id_vrrp_get200_response_vrrp_entry_inner.py +0 -108
- graphiant_sdk/models/v1_devices_inventory_get200_response.py +0 -101
- graphiant_sdk/models/v1_devices_inventory_get200_response_inventory_inner.py +0 -124
- graphiant_sdk/models/v1_devices_inventory_post200_response.py +0 -95
- graphiant_sdk/models/v1_devices_inventory_post200_response_data_inner.py +0 -89
- graphiant_sdk/models/v1_devices_inventory_serial_num_post200_response.py +0 -95
- graphiant_sdk/models/v1_devices_oauth_redirect_get200_response.py +0 -91
- graphiant_sdk/models/v1_devices_oauth_redirect_get200_response_onboarding_redirection.py +0 -95
- graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get200_response.py +0 -95
- graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get200_response_counts_inner.py +0 -93
- graphiant_sdk/models/v1_devices_running_version_post200_response.py +0 -95
- graphiant_sdk/models/v1_devices_running_version_post200_response_versions_inner.py +0 -93
- graphiant_sdk/models/v1_devices_session_status_post200_response.py +0 -123
- graphiant_sdk/models/v1_devices_session_status_post200_response_bgp_session_data_map_value.py +0 -93
- graphiant_sdk/models/v1_devices_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_devices_summary_get200_response_sites_inner.py +0 -99
- graphiant_sdk/models/v1_devices_summary_get200_response_sites_inner_devices_inner.py +0 -108
- graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post201_response.py +0 -87
- graphiant_sdk/models/v1_diagnostic_archives_device_id_get200_response.py +0 -95
- graphiant_sdk/models/v1_diagnostic_archives_device_id_get200_response_archives_inner.py +0 -107
- graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request_entry_inner.py +0 -95
- graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request_entry_inner_address.py +0 -87
- graphiant_sdk/models/v1_diagnostic_gnmi_ping_get200_response.py +0 -95
- graphiant_sdk/models/v1_diagnostic_gnmi_ping_get200_response_results_inner.py +0 -97
- graphiant_sdk/models/v1_diagnostic_otp_device_id_get200_response.py +0 -87
- graphiant_sdk/models/v1_diagnostic_packetcapture_pcap_id_get200_response.py +0 -96
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post201_response.py +0 -87
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_filter.py +0 -101
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_filter_destination.py +0 -90
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_target.py +0 -89
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response.py +0 -93
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result.py +0 -103
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_ping_result.py +0 -101
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_route_info.py +0 -91
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result.py +0 -112
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner.py +0 -98
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner_stats.py +0 -98
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request_params.py +0 -104
- graphiant_sdk/models/v1_diagnostic_speedtest_post200_response.py +0 -93
- graphiant_sdk/models/v1_diagnostic_speedtest_post200_response_result.py +0 -111
- graphiant_sdk/models/v1_diagnostic_speedtest_post_request_params.py +0 -97
- graphiant_sdk/models/v1_diagnostic_speedtest_providers_get200_response.py +0 -87
- graphiant_sdk/models/v1_diagnostic_speedtest_report_put200_response.py +0 -89
- graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response.py +0 -95
- graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response_server_inner.py +0 -97
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response.py +0 -95
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner.py +0 -160
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py +0 -124
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_last_running_version.py +0 -91
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py +0 -108
- graphiant_sdk/models/v1_edges_hardware_unassigned_get200_response.py +0 -98
- graphiant_sdk/models/v1_edges_summary_get200_response.py +0 -98
- graphiant_sdk/models/v1_enterprise_allocation_get200_response.py +0 -116
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary.py +0 -112
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary.py +0 -97
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary_expiration_date.py +0 -89
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_global_summary.py +0 -95
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value.py +0 -108
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_allocation.py +0 -95
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_internet_consumption.py +0 -89
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_conversion_holders_value.py +0 -95
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_conversion_holders_value_bins_inner.py +0 -97
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_regional_allocations_inner.py +0 -99
- graphiant_sdk/models/v1_enterprise_configuration_get200_response.py +0 -91
- graphiant_sdk/models/v1_enterprise_configuration_get200_response_configuration.py +0 -89
- graphiant_sdk/models/v1_enterprise_snapshot_get200_response.py +0 -110
- graphiant_sdk/models/v1_enterprise_snapshot_get200_response_device_snapshot_map_value.py +0 -97
- graphiant_sdk/models/v1_enterprise_snapshot_get200_response_device_snapshot_records_inner.py +0 -112
- graphiant_sdk/models/v1_enterprises_enterprise_id_admin_get200_response.py +0 -87
- graphiant_sdk/models/v1_enterprises_get200_response.py +0 -95
- graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner.py +0 -142
- graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner_counts.py +0 -111
- graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner_customers_value.py +0 -99
- graphiant_sdk/models/v1_enterprises_managed_get200_response.py +0 -101
- graphiant_sdk/models/v1_event_device_get200_response.py +0 -95
- graphiant_sdk/models/v1_event_device_get200_response_events_inner.py +0 -108
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response.py +0 -106
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response_dl_stats_inner.py +0 -95
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response.py +0 -99
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response_top_consumers_inner.py +0 -91
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response.py +0 -115
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response_first_level_inner.py +0 -92
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post200_response.py +0 -87
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post200_response.py +0 -95
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner.py +0 -100
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner_customer_prefix_health.py +0 -89
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post200_response.py +0 -104
- graphiant_sdk/models/v1_extranet_sites_usage_top_post200_response.py +0 -95
- graphiant_sdk/models/v1_extranet_sites_usage_top_post200_response_top_sites_inner.py +0 -91
- graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get200_response.py +0 -97
- graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get200_response_summary_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_b2b_consumer_id_get200_response.py +0 -109
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response.py +0 -117
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_device_inner.py +0 -97
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner.py +0 -128
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner.py +0 -100
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner_match.py +0 -98
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner.py +0 -102
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner_action.py +0 -93
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_policy_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_policy_inner_rules_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_site_information_inner.py +0 -104
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists.py +0 -89
- graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get200_response_summary_inner.py +0 -112
- graphiant_sdk/models/v1_extranets_b2b_customer_info_id_get200_response.py +0 -93
- graphiant_sdk/models/v1_extranets_b2b_general_customers_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_general_customers_summary_get200_response_customers_inner.py +0 -104
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post200_response_responses_inner.py +0 -100
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request_invites_inner.py +0 -98
- graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get200_response_customers_inner.py +0 -101
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response.py +0 -166
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_ipsec_tunnel_config_inner.py +0 -150
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details.py +0 -109
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_customer.py +0 -94
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service_prefixes_inner.py +0 -91
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner.py +0 -109
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_customer.py +0 -94
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_service.py +0 -93
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post200_response.py +0 -109
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request.py +0 -123
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_policy_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +0 -117
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +0 -97
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +0 -115
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +0 -91
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +0 -98
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +0 -87
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +0 -87
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +0 -93
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post200_response.py +0 -109
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_global_object_ops_value.py +0 -87
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_policy_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +0 -117
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +0 -97
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +0 -115
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +0 -91
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +0 -98
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +0 -87
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +0 -87
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +0 -93
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_get200_response.py +0 -96
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_put_request.py +0 -87
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_post200_response.py +0 -93
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_request_invite.py +0 -90
- graphiant_sdk/models/v1_extranets_b2b_peering_match_customers_post200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_peering_match_customers_post_request.py +0 -97
- graphiant_sdk/models/v1_extranets_b2b_peering_match_customers_post_request_info_inner.py +0 -104
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post200_response.py +0 -97
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service.py +0 -112
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service_service_prefixes_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put200_response.py +0 -91
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request.py +0 -93
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request_service.py +0 -112
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request_service_nat_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request_service_service_prefixes_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_b2b_peering_match_services_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_peering_match_services_summary_get200_response_services_inner.py +0 -104
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response_info_inner.py +0 -104
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_put_request.py +0 -91
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_post200_response.py +0 -93
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_post200_response_policy.py +0 -93
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_request_policy.py +0 -126
- graphiant_sdk/models/v1_extranets_b2b_post200_response.py +0 -93
- graphiant_sdk/models/v1_extranets_b2b_post200_response_policy.py +0 -115
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy.py +0 -165
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy_global_object_device_summaries_value.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy_global_object_device_summaries_value_routing_policies_inner.py +0 -114
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy_profiles_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy_sla.py +0 -91
- graphiant_sdk/models/v1_extranets_b2b_producer_device_status_id_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response_info_inner.py +0 -117
- graphiant_sdk/models/v1_extranets_get200_response.py +0 -101
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner.py +0 -152
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_auto.py +0 -89
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches.py +0 -111
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner.py +0 -290
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_bgp.py +0 -92
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner.py +0 -191
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_aggregations_inner.py +0 -93
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_multipath.py +0 -89
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner.py +0 -152
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_address_families_inner.py +0 -93
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd.py +0 -92
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor.py +0 -119
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_redistributions.py +0 -95
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner.py +0 -95
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile.py +0 -99
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile_queues_inner.py +0 -92
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner.py +0 -109
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop.py +0 -100
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns.py +0 -127
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2.py +0 -102
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2_servers_value.py +0 -95
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_static_servers_v2.py +0 -106
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner.py +0 -195
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ip_sec.py +0 -142
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4.py +0 -105
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_dhcp_relay.py +0 -91
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group.py +0 -129
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_group_members_inner.py +0 -103
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_tracked_interfaces_inner.py +0 -90
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface.py +0 -98
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface_lacp_config.py +0 -89
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_sfp_optical_strength_inner.py +0 -96
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_subinterfaces_inner.py +0 -153
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipfix_exporters_inner.py +0 -116
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +0 -130
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_bgp.py +0 -106
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_static.py +0 -87
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_location.py +0 -107
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy.py +0 -95
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner.py +0 -101
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner_rules_inner.py +0 -108
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner.py +0 -122
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_entries_inner.py +0 -96
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_policies_inner.py +0 -91
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +0 -91
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner.py +0 -111
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner.py +0 -110
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_actions_inner.py +0 -114
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_matches_inner.py +0 -108
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner.py +0 -195
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner.py +0 -148
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_leases_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_nameservers.py +0 -89
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_ranges_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_static_leases_inner.py +0 -95
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process.py +0 -116
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner.py +0 -119
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner_interfaces_inner.py +0 -132
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_redistributed_protocols_inner.py +0 -92
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv3_process.py +0 -116
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_overlay_filters.py +0 -89
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_syslog_targets_inner.py +0 -112
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site.py +0 -137
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_devices_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag.py +0 -101
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one.py +0 -91
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp.py +0 -197
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_communities_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_engine_endpoints_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner_include_exclude_list_inner.py +0 -91
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_targets_inner.py +0 -107
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_local_users_inner.py +0 -97
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_remote_users_inner.py +0 -97
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner.py +0 -119
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_accesses_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_group_members_inner.py +0 -95
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner_include_exclude_inner.py +0 -91
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy.py +0 -155
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_dpi_applications_inner.py +0 -110
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_network_lists_inner.py +0 -91
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_port_lists_inner.py +0 -92
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner.py +0 -110
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner.py +0 -114
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner_match.py +0 -123
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner.py +0 -110
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner.py +0 -108
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner_action.py +0 -105
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_ip.py +0 -92
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_udp.py +0 -90
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_pairs_inner.py +0 -93
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_prefix_set.py +0 -103
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_manual.py +0 -87
- graphiant_sdk/models/v1_extranets_id_apply_post202_response.py +0 -97
- graphiant_sdk/models/v1_extranets_id_apply_post202_response_devices_inner.py +0 -93
- graphiant_sdk/models/v1_extranets_id_delete200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get200_response_vrfs_inner.py +0 -89
- graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get200_response.py +0 -100
- graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get200_response_allocations_inner.py +0 -95
- graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response.py +0 -105
- graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response_security_rules_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response_traffic_rules_inner.py +0 -99
- graphiant_sdk/models/v1_extranets_post200_response.py +0 -91
- graphiant_sdk/models/v1_extranets_post_request_policy.py +0 -126
- graphiant_sdk/models/v1_extranets_post_request_policy_branches.py +0 -95
- graphiant_sdk/models/v1_extranets_post_request_policy_branches_prefix_set.py +0 -108
- graphiant_sdk/models/v1_extranets_resolve_policy_target_post200_response.py +0 -95
- graphiant_sdk/models/v1_extranets_source_segments_post200_response.py +0 -95
- graphiant_sdk/models/v1_flows_flow_table_post200_response.py +0 -101
- graphiant_sdk/models/v1_flows_flow_table_post200_response_flow_table_inner.py +0 -120
- graphiant_sdk/models/v1_flows_flow_table_post_request_selector.py +0 -89
- graphiant_sdk/models/v1_flows_topology_post200_response.py +0 -95
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner.py +0 -122
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta.py +0 -123
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner.py +0 -98
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections.py +0 -113
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections_control_connection_inner.py +0 -102
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_nodes_added_inner.py +0 -102
- graphiant_sdk/models/v1_flows_topology_post_request_app_selector.py +0 -92
- graphiant_sdk/models/v1_gateways_guest_consumer_get200_response.py +0 -91
- graphiant_sdk/models/v1_gateways_guest_consumer_match_id_get200_response.py +0 -103
- graphiant_sdk/models/v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get200_response.py +0 -89
- graphiant_sdk/models/v1_gateways_post200_response.py +0 -89
- graphiant_sdk/models/v1_gateways_put_request_details.py +0 -123
- graphiant_sdk/models/v1_gateways_put_request_details_aws.py +0 -99
- graphiant_sdk/models/v1_gateways_put_request_details_aws_advance_settings.py +0 -97
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection.py +0 -102
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_credentials.py +0 -89
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway.py +0 -102
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner.py +0 -100
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner.py +0 -97
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner_subnets_inner.py +0 -89
- graphiant_sdk/models/v1_gateways_put_request_details_azure.py +0 -92
- graphiant_sdk/models/v1_gateways_put_request_details_gcp.py +0 -91
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway.py +0 -117
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing.py +0 -97
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp.py +0 -115
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value.py +0 -91
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value_family.py +0 -98
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_md5_password.py +0 -87
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_tunnel1.py +0 -93
- graphiant_sdk/models/v1_gateways_put_request_details_oci.py +0 -91
- graphiant_sdk/models/v1_gateways_regions_get200_response.py +0 -95
- graphiant_sdk/models/v1_gateways_status_post_request_device_info_inner.py +0 -89
- graphiant_sdk/models/v1_gateways_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_gateways_summary_get200_response_summaries_inner.py +0 -120
- graphiant_sdk/models/v1_gateways_summary_get200_response_summaries_inner_gateway_device_summary_inner.py +0 -93
- graphiant_sdk/models/v1_global_apps_app_list_options_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_apps_app_lists_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner.py +0 -95
- graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner_app_list.py +0 -95
- graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner_app_list_identifier.py +0 -89
- graphiant_sdk/models/v1_global_apps_app_lists_post200_response.py +0 -91
- graphiant_sdk/models/v1_global_apps_app_lists_post_request_app_list_config.py +0 -99
- graphiant_sdk/models/v1_global_apps_categories_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_apps_categories_get200_response_entries_inner.py +0 -93
- graphiant_sdk/models/v1_global_apps_custom_app_id_details_app_lists_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_apps_custom_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_apps_custom_get200_response_entries_inner.py +0 -101
- graphiant_sdk/models/v1_global_apps_custom_get200_response_entries_inner_app_config.py +0 -107
- graphiant_sdk/models/v1_global_apps_graphiant_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_apps_graphiant_get200_response_entries_inner.py +0 -95
- graphiant_sdk/models/v1_global_attached_edges_post200_response.py +0 -95
- graphiant_sdk/models/v1_global_attached_edges_post200_response_statuses_inner.py +0 -103
- graphiant_sdk/models/v1_global_config_patch200_response.py +0 -103
- graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set.py +0 -110
- graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value_entry.py +0 -94
- graphiant_sdk/models/v1_global_config_patch_request_ipfix_exporters_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_ipfix_exporters_value_exporter.py +0 -106
- graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value_target.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value_target_prefix_set.py +0 -99
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy.py +0 -112
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement.py +0 -118
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action.py +0 -138
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_administrative_distance.py +0 -88
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_aspath_prepend.py +0 -88
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_bgp_set_next_hop.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities_community.py +0 -89
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_local_pref.py +0 -88
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_metric.py +0 -90
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_weight.py +0 -88
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match.py +0 -130
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community_community.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_prefix_set.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_protocol_route_type.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_interface.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_protocol.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_stale.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config.py +0 -243
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint.py +0 -110
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint_addresses_value.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +0 -102
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile_include_exclude_list_value.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_targets_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_targets_value_target.py +0 -105
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_local_users_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_local_users_value_local_user.py +0 -95
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_remote_users_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_remote_users_value_remote_user.py +0 -95
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group.py +0 -117
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value_access.py +0 -99
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value_member.py +0 -93
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_views_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_syslog_servers_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_syslog_servers_value_target.py +0 -106
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies.py +0 -190
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application.py +0 -132
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_networks.py +0 -89
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_ports.py +0 -90
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_network_lists_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_port_lists_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset.py +0 -108
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule.py +0 -123
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_downlink_burst_rate.py +0 -88
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match.py +0 -147
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application_match.py +0 -89
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter_match.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_network.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_port_range.py +0 -90
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list_match.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp_match.py +0 -88
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_protocol.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_source_network.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset.py +0 -108
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule.py +0 -104
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action.py +0 -123
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_backup_circuit_label.py +0 -89
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_remark.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_set_sla_class.py +0 -87
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall.py +0 -97
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip.py +0 -95
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip_session_limit.py +0 -88
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_udp.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone.py +0 -102
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value_pair.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_vpn_profiles_value.py +0 -91
- graphiant_sdk/models/v1_global_config_patch_request_vpn_profiles_value_vpn_profile.py +0 -112
- graphiant_sdk/models/v1_global_config_site_post_request_ipfix_exporter_ops_v2_value.py +0 -93
- graphiant_sdk/models/v1_global_ipfix_device_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_ipsec_profile_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_ipsec_profile_get200_response_ipsec_profiles_inner.py +0 -92
- graphiant_sdk/models/v1_global_ipsec_profile_id_get200_response.py +0 -91
- graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response_site_to_site_vpn_inner.py +0 -94
- graphiant_sdk/models/v1_global_lan_segments_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_lan_segments_get200_response_entries_inner.py +0 -103
- graphiant_sdk/models/v1_global_lan_segments_post200_response.py +0 -89
- graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response.py +0 -97
- graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py +0 -95
- graphiant_sdk/models/v1_global_prefix_sets_device_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_routing_policies_device_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_site_lists_get200_response.py +0 -97
- graphiant_sdk/models/v1_global_site_lists_get200_response_entries_inner.py +0 -103
- graphiant_sdk/models/v1_global_site_lists_id_get200_response.py +0 -97
- graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response_entries_inner.py +0 -105
- graphiant_sdk/models/v1_global_site_lists_post_request_entries_inner.py +0 -93
- graphiant_sdk/models/v1_global_site_lists_post_request_entries_inner_tag.py +0 -91
- graphiant_sdk/models/v1_global_snmps_device_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_summary_post200_response.py +0 -95
- graphiant_sdk/models/v1_global_summary_post200_response_summaries_inner.py +0 -114
- graphiant_sdk/models/v1_global_syslogs_device_get200_response.py +0 -95
- graphiant_sdk/models/v1_global_traffic_policies_device_get200_response.py +0 -91
- graphiant_sdk/models/v1_groups_get200_response.py +0 -95
- graphiant_sdk/models/v1_groups_get200_response_groups_inner.py +0 -105
- graphiant_sdk/models/v1_groups_get200_response_groups_inner_permissions.py +0 -123
- graphiant_sdk/models/v1_groups_id_get200_response.py +0 -91
- graphiant_sdk/models/v1_groups_id_members_get200_response.py +0 -95
- graphiant_sdk/models/v1_groups_id_members_get200_response_users_inner.py +0 -109
- graphiant_sdk/models/v1_groups_id_members_post204_response.py +0 -89
- graphiant_sdk/models/v1_lan_segments_get200_response.py +0 -101
- graphiant_sdk/models/v1_lldp_interface_id_neighbors_get200_response.py +0 -95
- graphiant_sdk/models/v1_lldp_interface_id_neighbors_get200_response_neighbors_inner.py +0 -99
- graphiant_sdk/models/v1_lldp_interface_id_summary_get200_response.py +0 -89
- graphiant_sdk/models/v1_lldp_interface_id_vendors_get200_response.py +0 -95
- graphiant_sdk/models/v1_lldp_interface_id_vendors_get200_response_vendors_inner.py +0 -89
- graphiant_sdk/models/v1_logs_post200_response.py +0 -110
- graphiant_sdk/models/v1_logs_post200_response_logs_inner.py +0 -102
- graphiant_sdk/models/v1_logs_post_request_selectors_inner.py +0 -89
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post200_response.py +0 -95
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post200_response_data_inner.py +0 -115
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request_selectors_inner.py +0 -90
- graphiant_sdk/models/v1_monitoring_circuits_incidents_post200_response.py +0 -95
- graphiant_sdk/models/v1_monitoring_circuits_summary_post200_response.py +0 -95
- graphiant_sdk/models/v1_monitoring_circuits_summary_post200_response_summaries_inner.py +0 -114
- graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response.py +0 -95
- graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner.py +0 -100
- graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner_queue_utilization_inner.py +0 -96
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post200_response.py +0 -97
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request_selectors_inner.py +0 -91
- graphiant_sdk/models/v1_nat_entries_device_id_get200_response.py +0 -107
- graphiant_sdk/models/v1_nat_entries_device_id_get200_response_nat_entries_inner.py +0 -110
- graphiant_sdk/models/v1_nat_entries_device_id_get200_response_page_info.py +0 -100
- graphiant_sdk/models/v1_nat_utilization_device_id_get200_response.py +0 -97
- graphiant_sdk/models/v1_nat_utilization_device_id_get200_response_nat_usage.py +0 -96
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response.py +0 -95
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner.py +0 -105
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config.py +0 -103
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner.py +0 -100
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner_ipv4.py +0 -91
- graphiant_sdk/models/v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_token.py +0 -98
- graphiant_sdk/models/v1_policy_applications_get200_response.py +0 -101
- graphiant_sdk/models/v1_policy_applications_get200_response_applications_inner.py +0 -93
- graphiant_sdk/models/v1_policy_prefix_sets_post200_response.py +0 -91
- graphiant_sdk/models/v1_policy_prefix_sets_post_request_entries_value.py +0 -92
- graphiant_sdk/models/v1_policy_route_tag_sets_post200_response.py +0 -87
- graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get200_response.py +0 -95
- graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get200_response_devices_inner.py +0 -97
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response.py +0 -95
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner.py +0 -101
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner.py +0 -101
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner.py +0 -101
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -101
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -101
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -101
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -101
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -101
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -93
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get200_response_tags_inner.py +0 -99
- graphiant_sdk/models/v1_portal_apikeys_get200_response.py +0 -95
- graphiant_sdk/models/v1_portal_apikeys_get200_response_api_key_info_inner.py +0 -93
- graphiant_sdk/models/v1_portal_apikeys_post200_response.py +0 -87
- graphiant_sdk/models/v1_portal_private_details_get200_response.py +0 -95
- graphiant_sdk/models/v1_portal_private_inventory_details_get200_response.py +0 -95
- graphiant_sdk/models/v1_portal_private_inventory_details_get200_response_details_inner.py +0 -93
- graphiant_sdk/models/v1_portal_private_post_request_details.py +0 -99
- graphiant_sdk/models/v1_portal_private_sync_post_request_inventory_inner.py +0 -93
- graphiant_sdk/models/v1_presharedkey_get200_response.py +0 -87
- graphiant_sdk/models/v1_qos_circuit_profiles_get200_response.py +0 -95
- graphiant_sdk/models/v1_search_get200_response.py +0 -95
- graphiant_sdk/models/v1_search_get200_response_results_inner.py +0 -92
- graphiant_sdk/models/v1_site_details_sitelists_post200_response.py +0 -95
- graphiant_sdk/models/v1_site_details_sitelists_post200_response_site_lists_inner.py +0 -94
- graphiant_sdk/models/v1_site_id_details_interfaces_get200_response.py +0 -87
- graphiant_sdk/models/v1_sites_details_get200_response.py +0 -95
- graphiant_sdk/models/v1_sites_get200_response.py +0 -101
- graphiant_sdk/models/v1_sites_post200_response.py +0 -91
- graphiant_sdk/models/v1_sites_post_request_site.py +0 -144
- graphiant_sdk/models/v1_sites_site_id_circuits_get200_response.py +0 -95
- graphiant_sdk/models/v1_sites_site_id_circuits_get200_response_data_inner.py +0 -98
- graphiant_sdk/models/v1_sites_site_id_devices_get200_response.py +0 -95
- graphiant_sdk/models/v1_sites_site_id_devices_get200_response_device_inner.py +0 -118
- graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response.py +0 -93
- graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_profile.py +0 -97
- graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_profile_occurrence.py +0 -93
- graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details.py +0 -103
- graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py +0 -89
- graphiant_sdk/models/v1_software_release_notes_get200_response.py +0 -87
- graphiant_sdk/models/v1_software_releases_download_get200_response.py +0 -87
- graphiant_sdk/models/v1_software_releases_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_software_releases_summary_get200_response_summaries_inner.py +0 -106
- graphiant_sdk/models/v1_software_releases_summary_get200_response_summaries_inner_key.py +0 -90
- graphiant_sdk/models/v1_software_running_details_get200_response.py +0 -95
- graphiant_sdk/models/v1_software_running_details_get200_response_devices_inner.py +0 -93
- graphiant_sdk/models/v1_software_running_summary_get200_response.py +0 -95
- graphiant_sdk/models/v1_software_running_summary_get200_response_versions_inner.py +0 -92
- graphiant_sdk/models/v1_talkers_device_device_id_top_post200_response.py +0 -95
- graphiant_sdk/models/v1_talkers_device_device_id_top_post200_response_apps_utilization_inner.py +0 -89
- graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response.py +0 -135
- graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response_control_plane.py +0 -106
- graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response_system_plane.py +0 -159
- graphiant_sdk/models/v1_troubleshooting_enterprise_post200_response.py +0 -95
- graphiant_sdk/models/v1_troubleshooting_enterprise_post200_response_sites_inner.py +0 -105
- graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get200_response.py +0 -95
- graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get200_response_connectivity_status_inner.py +0 -89
- graphiant_sdk/models/v1_troubleshooting_site_site_id_get200_response.py +0 -99
- graphiant_sdk/models/v1_troubleshooting_site_site_id_get200_response_edge_statuses_inner.py +0 -91
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response.py +0 -101
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane.py +0 -95
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane_site_counts_inner.py +0 -89
- graphiant_sdk/models/v1_version_post200_response.py +0 -91
- graphiant_sdk/models/v1_version_post_request_configuration_metadata.py +0 -91
- graphiant_sdk/models/v1_zones_get200_response.py +0 -101
- graphiant_sdk/models/v1_zones_get200_response_zones_inner.py +0 -91
- graphiant_sdk/models/v2_aggregated_notification_get_state_get200_response.py +0 -87
- graphiant_sdk/models/v2_allowlist_rule_id_get200_response.py +0 -95
- graphiant_sdk/models/v2_allowlist_rule_id_get200_response_records_inner.py +0 -111
- graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response.py +0 -115
- graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py +0 -91
- graphiant_sdk/models/v2_assistant_add_to_conversation_post_request_question.py +0 -93
- graphiant_sdk/models/v2_assistant_conversation_interface_state_get200_response.py +0 -87
- graphiant_sdk/models/v2_assistant_get_conversation_details_post200_response.py +0 -99
- graphiant_sdk/models/v2_assistant_get_conversations_post200_response.py +0 -97
- graphiant_sdk/models/v2_assistant_get_conversations_post200_response_conversation_list_inner.py +0 -93
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response.py +0 -97
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record.py +0 -153
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record_exchange_service_inner.py +0 -89
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record_flex_algo_inner.py +0 -89
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_name_record.py +0 -141
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response.py +0 -91
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary.py +0 -95
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner.py +0 -115
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_bucket_stats.py +0 -93
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_child_bucket_stats_list_inner.py +0 -93
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner.py +0 -110
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_added_servers_inner.py +0 -91
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_app.py +0 -89
- graphiant_sdk/models/v2_assurance_bucket_app_servers_post200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_bucket_app_servers_post200_response_app_servers_inner.py +0 -95
- graphiant_sdk/models/v2_assurance_bucket_apps_post200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_bucket_apps_post200_response_apps_inner.py +0 -105
- graphiant_sdk/models/v2_assurance_bucket_services_post200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_bucket_topologies_post200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_bucketdetails_post200_response.py +0 -91
- graphiant_sdk/models/v2_assurance_bucketdetails_post200_response_bucket_details.py +0 -135
- graphiant_sdk/models/v2_assurance_bucketdetails_post200_response_bucket_details_trend_value_list_inner.py +0 -91
- graphiant_sdk/models/v2_assurance_create_user_report_post200_response.py +0 -87
- graphiant_sdk/models/v2_assurance_createclassifiedapplication_post200_response.py +0 -87
- graphiant_sdk/models/v2_assurance_download_user_report_get200_response.py +0 -87
- graphiant_sdk/models/v2_assurance_endpoint_intel_post200_response.py +0 -91
- graphiant_sdk/models/v2_assurance_enterprisesummary_post200_response.py +0 -91
- graphiant_sdk/models/v2_assurance_enterprisesummary_post200_response_enterprise_summary.py +0 -97
- graphiant_sdk/models/v2_assurance_flow_summary_post200_response.py +0 -123
- graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint.py +0 -123
- graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_edges_inner.py +0 -89
- graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_jitter.py +0 -91
- graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_site.py +0 -91
- graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get200_response_classified_application_list_inner.py +0 -95
- graphiant_sdk/models/v2_assurance_read_user_report_list_get200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_read_user_report_list_get200_response_user_report_list_inner.py +0 -101
- graphiant_sdk/models/v2_assurance_scoredetails_post200_response.py +0 -91
- graphiant_sdk/models/v2_assurance_scoredetails_post200_response_score_details.py +0 -95
- graphiant_sdk/models/v2_assurance_scoredetails_post200_response_score_details_score_bucket_list_inner.py +0 -91
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response.py +0 -91
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session.py +0 -179
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_client_endpoint.py +0 -125
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_client_links_inner.py +0 -95
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_local_dia_links_inner.py +0 -87
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_pop_links_inner.py +0 -95
- graphiant_sdk/models/v2_assurance_topology_client_sessions_post200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request_filter.py +0 -91
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post200_response_summaries_inner.py +0 -99
- graphiant_sdk/models/v2_assurance_topology_flows_post200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_topology_flows_post200_response_flows_inner.py +0 -117
- graphiant_sdk/models/v2_assurance_topology_inventory_post200_response.py +0 -126
- graphiant_sdk/models/v2_assurance_topology_inventory_post200_response_regions_inner.py +0 -89
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response.py +0 -115
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology.py +0 -115
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_edges_inner.py +0 -99
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_edges_inner_performance_inner.py +0 -91
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_nodes_inner.py +0 -99
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_nodes_inner_location.py +0 -89
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_paths_inner.py +0 -87
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_traffic_regions_inner.py +0 -93
- graphiant_sdk/models/v2_assurance_topology_region_summary_post200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_topology_region_summary_post200_response_sites_inner.py +0 -99
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post200_response.py +0 -95
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post200_response_summaries_inner.py +0 -97
- graphiant_sdk/models/v2_audit_logs_post200_response.py +0 -100
- graphiant_sdk/models/v2_audit_logs_post200_response_logs_inner.py +0 -112
- graphiant_sdk/models/v2_audit_logs_post_request_selector.py +0 -110
- graphiant_sdk/models/v2_childalertlist_post200_response.py +0 -95
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner.py +0 -150
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list.py +0 -95
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner.py +0 -150
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +0 -95
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +0 -150
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +0 -95
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +0 -150
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +0 -95
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +0 -146
- graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response.py +0 -95
- graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner.py +0 -97
- graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner.py +0 -101
- graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner_vrf_route_inner.py +0 -93
- graphiant_sdk/models/v2_device_device_id_topology_post200_response.py +0 -115
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner.py +0 -114
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner_circuits_info_inner.py +0 -109
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner_connections_inner.py +0 -109
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner.py +0 -120
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner_circuit_info_inner.py +0 -116
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner_node_info.py +0 -121
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_snapshots_inner.py +0 -93
- graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post200_response.py +0 -95
- graphiant_sdk/models/v2_extranet_sites_consumption_overview_post200_response.py +0 -115
- graphiant_sdk/models/v2_extranet_total_usage_post200_response.py +0 -87
- graphiant_sdk/models/v2_extranets_monitoring_consumers_post200_response.py +0 -95
- graphiant_sdk/models/v2_extranets_monitoring_consumers_post200_response_consumers_inner.py +0 -91
- graphiant_sdk/models/v2_integration_getall_enterprise_id_get200_response.py +0 -95
- graphiant_sdk/models/v2_integration_integration_id_put_request_integration_body.py +0 -101
- graphiant_sdk/models/v2_integration_post200_response.py +0 -91
- graphiant_sdk/models/v2_integration_post200_response_integration.py +0 -105
- graphiant_sdk/models/v2_integration_post_request_integration_body.py +0 -107
- graphiant_sdk/models/v2_integration_post_request_integration_body_details.py +0 -91
- graphiant_sdk/models/v2_monitoring_bfd_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_bfd_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_bfd_post200_response_data_inner_samples_inner.py +0 -95
- graphiant_sdk/models/v2_monitoring_bfd_post_request_selectors_inner.py +0 -92
- graphiant_sdk/models/v2_monitoring_bgp_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_bgp_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_bgp_post_request_selectors_inner.py +0 -91
- graphiant_sdk/models/v2_monitoring_circuits_summary_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_circuits_summary_post200_response_circuit_summaries_inner.py +0 -136
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response_data_inner.py +0 -104
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response_data_inner_queue_utilization_inner.py +0 -98
- graphiant_sdk/models/v2_monitoring_extranet_edge_status_get200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_extranet_edge_status_get200_response_edge_statuses_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_extranet_log_details_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_extranet_log_details_post200_response_logs_inner.py +0 -99
- graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response_statuses_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response_statuses_inner_statuses_inner.py +0 -89
- graphiant_sdk/models/v2_monitoring_extranet_service_status_get200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_extranet_status_details_get200_response.py +0 -105
- graphiant_sdk/models/v2_monitoring_ike_error_history_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_ike_error_history_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_interface_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_interface_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_interface_post_request_selectors_inner.py +0 -89
- graphiant_sdk/models/v2_monitoring_ipsec_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_ipsec_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_ipsec_post_request_selectors_inner.py +0 -89
- graphiant_sdk/models/v2_monitoring_ospf_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_ospf_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_ospf_post_request_selectors_inner.py +0 -91
- graphiant_sdk/models/v2_monitoring_policy_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_policy_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_policy_post_request_selectors_inner.py +0 -90
- graphiant_sdk/models/v2_monitoring_queue_instant_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_queue_instant_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_queue_instant_post_request_selectors_inner.py +0 -91
- graphiant_sdk/models/v2_monitoring_queue_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_queue_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_queue_post_request_selectors_inner.py +0 -93
- graphiant_sdk/models/v2_monitoring_segment_route_counts_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_segment_route_counts_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post200_response_data_inner.py +0 -110
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post200_response_data_inner.py +0 -106
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request_selectors_inner.py +0 -94
- graphiant_sdk/models/v2_monitoring_system_generic_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_system_generic_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_monitoring_twamp_post200_response.py +0 -95
- graphiant_sdk/models/v2_monitoring_twamp_post200_response_data_inner.py +0 -101
- graphiant_sdk/models/v2_notification_create_post_request_notification_body.py +0 -106
- graphiant_sdk/models/v2_notificationlist_post200_response.py +0 -95
- graphiant_sdk/models/v2_notificationlist_post200_response_notification_list_inner.py +0 -104
- graphiant_sdk/models/v2_notificationlist_post_request_time_window.py +0 -99
- graphiant_sdk/models/v2_rulelist_post200_response.py +0 -95
- graphiant_sdk/models/v2_rulelist_post200_response_rule_list_inner.py +0 -103
- graphiant_sdk/models/v2_site_site_id_detail_post200_response.py +0 -101
- graphiant_sdk/models/v2_site_site_id_detail_post200_response_site.py +0 -93
- graphiant_sdk/models/v2_version_post200_response.py +0 -87
- graphiant_sdk-25.10.2.dist-info/METADATA +0 -372
- graphiant_sdk-25.10.2.dist-info/RECORD +0 -2521
- test/test_v1_account_mfa_confirmation_post200_response.py +0 -53
- test/test_v1_account_mfa_get200_response.py +0 -51
- test/test_v1_account_mfa_put200_response.py +0 -53
- test/test_v1_activity_logs_post200_response.py +0 -114
- test/test_v1_activity_logs_post200_response_details_inner.py +0 -106
- test/test_v1_activity_logs_post200_response_details_inner_targets_inner.py +0 -74
- test/test_v1_activity_logs_post200_response_details_inner_targets_inner_events_inner.py +0 -56
- test/test_v1_activity_logs_post200_response_filter_entities_value.py +0 -56
- test/test_v1_activity_logs_post_request_selector.py +0 -66
- test/test_v1_activity_logs_post_request_selector_job_entity.py +0 -53
- test/test_v1_activity_logs_post_request_selector_v2.py +0 -71
- test/test_v1_alarm_history_get200_response.py +0 -61
- test/test_v1_alarm_history_get200_response_history_inner.py +0 -58
- test/test_v1_alarm_history_get200_response_history_inner_time.py +0 -52
- test/test_v1_alarms_events_get200_response.py +0 -53
- test/test_v1_alarms_list_get200_response.py +0 -74
- test/test_v1_alarms_list_get200_response_alarms_inner.py +0 -73
- test/test_v1_apps_app_summary_post200_response.py +0 -72
- test/test_v1_apps_app_summary_post200_response_app_summary.py +0 -102
- test/test_v1_apps_app_summary_post200_response_app_summary_app_incidents.py +0 -58
- test/test_v1_apps_app_summary_post200_response_app_summary_app_incidents_data_inner.py +0 -55
- test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner.py +0 -65
- test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner.py +0 -63
- test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner_dl_incidents.py +0 -52
- test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner.py +0 -67
- test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner_data.py +0 -66
- test/test_v1_apps_bandwidth_post200_response.py +0 -58
- test/test_v1_apps_bandwidth_post200_response_stats_inner.py +0 -55
- test/test_v1_apps_device_device_id_top_post200_response.py +0 -57
- test/test_v1_apps_device_device_id_top_post200_response_apps_utilization_inner.py +0 -53
- test/test_v1_apps_visualization_post200_response.py +0 -78
- test/test_v1_apps_visualization_post200_response_apps_visualization_inner.py +0 -70
- test/test_v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value.py +0 -61
- test/test_v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value_stats.py +0 -56
- test/test_v1_audit_logs_post200_response.py +0 -88
- test/test_v1_audit_logs_post200_response_histogram_inner.py +0 -54
- test/test_v1_audit_logs_post200_response_logs_inner.py +0 -79
- test/test_v1_audit_logs_post200_response_logs_inner_failed_target_results_inner.py +0 -55
- test/test_v1_audit_logs_post200_response_logs_inner_failed_target_results_inner_target.py +0 -52
- test/test_v1_audit_logs_post_request_selectors_inner.py +0 -54
- test/test_v1_auth_get200_response.py +0 -54
- test/test_v1_auth_login_post200_response.py +0 -53
- test/test_v1_auth_login_pre_get200_response.py +0 -52
- test/test_v1_auth_login_temp_post200_response.py +0 -53
- test/test_v1_auth_put204_response.py +0 -54
- test/test_v1_auth_user_get200_response.py +0 -57
- test/test_v1_b2b_extranet_monitoring_filter_post200_response.py +0 -65
- test/test_v1_b2b_extranet_monitoring_filter_post200_response_filters.py +0 -64
- test/test_v1_b2b_extranet_monitoring_filter_post200_response_filters_customers_inner.py +0 -54
- test/test_v1_backbone_health_device_device_id_post200_response.py +0 -190
- test/test_v1_backbone_health_device_device_id_post200_response_control_plane.py +0 -61
- test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions.py +0 -54
- test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner.py +0 -60
- test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner_transitions_inner.py +0 -56
- test/test_v1_backbone_health_device_device_id_post200_response_data_plane.py +0 -79
- test/test_v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner.py +0 -62
- test/test_v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner_values_inner.py +0 -58
- test/test_v1_backbone_health_device_device_id_post200_response_issues_inner.py +0 -67
- test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix.py +0 -84
- test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_devices_inner.py +0 -55
- test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner.py +0 -73
- test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner_box_inner.py +0 -61
- test/test_v1_backbone_health_device_device_id_post200_response_system_plane.py +0 -121
- test/test_v1_backbone_health_device_device_id_post200_response_system_plane_crashes_inner.py +0 -53
- test/test_v1_backbone_health_device_device_id_post200_response_system_plane_last_crash.py +0 -55
- test/test_v1_backbone_health_et_wan_matrix_get200_response.py +0 -67
- test/test_v1_backbone_health_et_wan_matrix_get200_response_device_etwan_summary_inner.py +0 -57
- test/test_v1_backbone_health_et_wan_matrix_get200_response_region_sla_status_inner.py +0 -54
- test/test_v1_backbone_health_etet_sla_matrix_get200_response.py +0 -89
- test/test_v1_backbone_health_etet_sla_matrix_get200_response_region_status_inner.py +0 -57
- test/test_v1_backbone_health_etet_sla_matrix_get200_response_sla_matrix_inner.py +0 -68
- test/test_v1_backbone_health_filter_get200_response.py +0 -74
- test/test_v1_backbone_health_filter_get200_response_lan_segments_inner.py +0 -51
- test/test_v1_backbone_health_filter_get200_response_regions_inner.py +0 -53
- test/test_v1_backbone_health_filter_get200_response_sites_inner.py +0 -52
- test/test_v1_backbone_health_overview_post200_response.py +0 -64
- test/test_v1_backbone_health_overview_post200_response_devices_inner.py +0 -61
- test/test_v1_backbone_health_overview_post_request_filter.py +0 -65
- test/test_v1_backbone_health_top_devices_by_alerts_post200_response.py +0 -68
- test/test_v1_backbone_health_top_devices_by_alerts_post200_response_control_plane.py +0 -55
- test/test_v1_backbone_health_top_devices_by_alerts_post200_response_control_plane_device_counts_inner.py +0 -52
- test/test_v1_bwtracker_enterprise_csv_post200_response.py +0 -61
- test/test_v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details.py +0 -60
- test/test_v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details_bwusage_csv_record_inner.py +0 -57
- test/test_v1_bwtracker_enterprise_details_post200_response.py +0 -67
- test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details.py +0 -66
- test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_region_inner.py +0 -54
- test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_site_inner.py +0 -56
- test/test_v1_bwtracker_enterprise_summary_post200_response.py +0 -70
- test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary.py +0 -75
- test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_role_summary_inner.py +0 -53
- test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_top_regions_inner.py +0 -58
- test/test_v1_bwtracker_region_cloud_chart_post200_response.py +0 -61
- test/test_v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart.py +0 -60
- test/test_v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart_bwusage_chart_inner.py +0 -56
- test/test_v1_bwtracker_region_cloud_summary_post200_response.py +0 -63
- test/test_v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary.py +0 -62
- test/test_v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary_bwusage_top_providers_inner.py +0 -54
- test/test_v1_bwtracker_region_edge_details_post200_response.py +0 -60
- test/test_v1_bwtracker_region_edge_details_post200_response_bwusage_details.py +0 -59
- test/test_v1_bwtracker_region_edge_summary_post200_response.py +0 -61
- test/test_v1_bwtracker_region_edge_summary_post200_response_bwusage_summary.py +0 -60
- test/test_v1_bwtracker_region_edge_summary_post200_response_bwusage_summary_bwusage_top_sites_inner.py +0 -53
- test/test_v1_bwtracker_region_site_details_post200_response.py +0 -65
- test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details.py +0 -64
- test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py +0 -55
- test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py +0 -53
- test/test_v1_bwtracker_region_site_gateway_summary_post200_response.py +0 -61
- test/test_v1_bwtracker_region_site_gateway_summary_post200_response_bwusage_summary.py +0 -60
- test/test_v1_bwtracker_region_site_summary_post200_response.py +0 -61
- test/test_v1_bwtracker_region_site_summary_post200_response_bwusage_summary.py +0 -60
- test/test_v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py +0 -77
- test/test_v1_data_assurance_assurances_applications_bucket_app_name_get200_response_assurances_inner.py +0 -74
- test/test_v1_data_assurance_assurances_global_get200_response.py +0 -74
- test/test_v1_data_assurance_assurances_global_get200_response_rows_inner.py +0 -71
- test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_apps_inner.py +0 -51
- test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_lans_inner.py +0 -51
- test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_sites_inner.py +0 -51
- test/test_v1_data_assurance_assurances_global_id_put200_response.py +0 -53
- test/test_v1_data_assurance_assurances_global_post200_response.py +0 -54
- test/test_v1_data_assurance_assurances_global_post_request_config.py +0 -72
- test/test_v1_data_assurance_assurances_global_post_request_config_apps_inner.py +0 -62
- test/test_v1_data_assurance_assurances_global_post_request_config_apps_inner_servers_inner.py +0 -53
- test/test_v1_data_assurance_flex_algos_get200_response.py +0 -56
- test/test_v1_data_assurance_flex_algos_get200_response_entries_inner.py +0 -53
- test/test_v1_device_routing_bgp_nbr_stats_get200_response.py +0 -61
- test/test_v1_device_routing_bgp_nbr_stats_get200_response_stats.py +0 -51
- test/test_v1_device_routing_bgp_nbrid_get200_response.py +0 -62
- test/test_v1_device_routing_bgp_nbrs_counters_get200_response.py +0 -59
- test/test_v1_device_routing_bgp_nbrs_counters_get200_response_counters_inner.py +0 -56
- test/test_v1_device_routing_bgp_nbrs_details_get200_response.py +0 -53
- test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response.py +0 -56
- test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response_prefixes_inner.py +0 -53
- test/test_v1_device_routing_ospfv2_area_interface_get200_response.py +0 -74
- test/test_v1_device_routing_ospfv2_area_interface_get200_response_interfaces_inner.py +0 -62
- test/test_v1_device_routing_ospfv2_area_interface_nbrid_get200_response.py +0 -62
- test/test_v1_device_routing_ospfv2_area_interfaceid_get200_response.py +0 -62
- test/test_v1_device_routing_ospfv2_area_lsdb_get200_response.py +0 -92
- test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner.py +0 -84
- test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa.py +0 -58
- test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa_tos_metric.py +0 -52
- test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_network_lsa.py +0 -54
- test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa.py +0 -59
- test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa_links_inner.py +0 -57
- test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_summary_lsa.py +0 -53
- test/test_v1_device_routing_ospfv2_area_nbr_get200_response.py +0 -70
- test/test_v1_device_routing_ospfv2_area_nbr_get200_response_nbrs_inner.py +0 -58
- test/test_v1_device_routing_ospfv2_areaid_get200_response.py +0 -62
- test/test_v1_device_routing_ospfv2_rib_get200_response.py +0 -74
- test/test_v1_device_routing_ospfv2_rib_get200_response_routes_inner.py +0 -62
- test/test_v1_device_routing_ospfv2_rib_get200_response_routes_inner_path_inner.py +0 -58
- test/test_v1_device_routing_ospfv2_statistics_get200_response.py +0 -55
- test/test_v1_device_routing_ospfv2_statistics_get200_response_statistics_value.py +0 -52
- test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get200_response.py +0 -65
- test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get200_response_ebgp_route_count.py +0 -52
- test/test_v1_device_routing_vrf_bgp_graphiant_eiroute_count_get200_response.py +0 -53
- test/test_v1_device_routing_vrf_bgp_route_count_post200_response.py +0 -55
- test/test_v1_device_routing_vrf_bgp_route_count_post200_response_counts_inner.py +0 -52
- test/test_v1_device_snapshot_device_id_get200_response.py +0 -104
- test/test_v1_device_snapshot_get200_response.py +0 -206
- test/test_v1_device_snapshot_get200_response_first_snapshot.py +0 -101
- test/test_v1_device_snapshot_get200_response_first_snapshot_author.py +0 -74
- test/test_v1_device_snapshot_get200_response_first_snapshot_data.py +0 -68
- test/test_v1_device_status_history_post200_response.py +0 -61
- test/test_v1_device_status_history_post200_response_mappings_inner.py +0 -58
- test/test_v1_device_status_post200_response.py +0 -61
- test/test_v1_device_status_post200_response_mappings_inner.py +0 -58
- test/test_v1_devices_bringup_post200_response.py +0 -62
- test/test_v1_devices_bringup_post200_response_summaries_inner.py +0 -59
- test/test_v1_devices_bringup_token_post200_response.py +0 -54
- test/test_v1_devices_device_id_arp_get200_response.py +0 -57
- test/test_v1_devices_device_id_arp_get200_response_arp_entry_inner.py +0 -54
- test/test_v1_devices_device_id_candidate_circuits_get200_response.py +0 -57
- test/test_v1_devices_device_id_candidate_circuits_get200_response_circuits_inner.py +0 -54
- test/test_v1_devices_device_id_circuits_vrf_associations_get200_response.py +0 -56
- test/test_v1_devices_device_id_circuits_vrf_associations_get200_response_vrf_associations_value.py +0 -53
- test/test_v1_devices_device_id_config_put202_response.py +0 -52
- test/test_v1_devices_device_id_config_put_request_core.py +0 -979
- test/test_v1_devices_device_id_config_put_request_core_bgp_instance.py +0 -56
- test/test_v1_devices_device_id_config_put_request_core_core_vrf.py +0 -287
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value.py +0 -54
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value_config.py +0 -53
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value.py +0 -84
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +0 -83
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_allow_as_in.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd.py +0 -54
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd_bfd.py +0 -53
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_ebgp_multihop_ttl.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_hold_timer_value.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_max_prefix_value.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +0 -52
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value.py +0 -81
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet.py +0 -80
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_ip_ranges_v2.py +0 -55
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value.py +0 -54
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value_lease.py +0 -53
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ebgp_multipath.py +0 -53
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_nat_ruleset.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2.py +0 -91
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process.py +0 -90
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_admin_distance.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value.py +0 -72
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area.py +0 -71
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value.py +0 -65
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface.py +0 -64
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_bfd.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_dead_interval_value.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_hello_interval_value.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_retransmit_interval_value.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value.py +0 -54
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value_protocol.py +0 -53
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_overlay_filters.py +0 -54
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value.py +0 -71
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route.py +0 -70
- test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route_next_hop.py +0 -55
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value.py +0 -170
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface.py +0 -235
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor.py +0 -62
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost.py +0 -54
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost_dynamic.py +0 -52
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_flex_algos.py +0 -53
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw.py +0 -73
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw.py +0 -73
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp.py +0 -55
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp_dhcp_relay.py +0 -53
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp.py +0 -64
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp_group.py +0 -63
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type.py +0 -69
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan.py +0 -74
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw.py +0 -71
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw.py +0 -70
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp.py +0 -62
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp_group.py +0 -61
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ipsec.py +0 -69
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface.py +0 -65
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface_interface.py +0 -64
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value.py +0 -108
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface.py +0 -120
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface.py +0 -101
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type.py +0 -69
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan.py +0 -53
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw.py +0 -54
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw_gw.py +0 -53
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan.py +0 -60
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw.py +0 -57
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw.py +0 -56
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_dhcp.py +0 -52
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_vrrp.py +0 -51
- test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_wan.py +0 -76
- test/test_v1_devices_device_id_config_put_request_core_prometheus.py +0 -75
- test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value.py +0 -57
- test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group.py +0 -63
- test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value.py +0 -57
- test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value_rule_group.py +0 -56
- test/test_v1_devices_device_id_config_put_request_core_prometheus_sink.py +0 -55
- test/test_v1_devices_device_id_config_put_request_core_prometheus_sink_sink.py +0 -54
- test/test_v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value.py +0 -56
- test/test_v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value_sysdb_monitor.py +0 -55
- test/test_v1_devices_device_id_config_put_request_edge.py +0 -963
- test/test_v1_devices_device_id_config_put_request_edge_circuits_value.py +0 -145
- test/test_v1_devices_device_id_config_put_request_edge_circuits_value_pat_addresses.py +0 -53
- test/test_v1_devices_device_id_config_put_request_edge_dns.py +0 -62
- test/test_v1_devices_device_id_config_put_request_edge_dns_dns.py +0 -61
- test/test_v1_devices_device_id_config_put_request_edge_dns_dns_dynamic.py +0 -52
- test/test_v1_devices_device_id_config_put_request_edge_dns_dns_static.py +0 -58
- test/test_v1_devices_device_id_config_put_request_edge_interfaces_value.py +0 -113
- test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface.py +0 -176
- test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value.py +0 -91
- test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface.py +0 -127
- test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v4_tcp_mss.py +0 -51
- test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v6_tcp_mss.py +0 -51
- test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value.py +0 -89
- test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface.py +0 -141
- test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_lag_members_value.py +0 -51
- test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value.py +0 -80
- test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value_interface.py +0 -101
- test/test_v1_devices_device_id_config_put_request_edge_nat_policy.py +0 -69
- test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value.py +0 -66
- test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset.py +0 -65
- test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value.py +0 -60
- test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value_rule.py +0 -59
- test/test_v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value.py +0 -87
- test/test_v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +0 -86
- test/test_v1_devices_device_id_connectivity_get200_response.py +0 -110
- test/test_v1_devices_device_id_dhcp_server_leases_get200_response.py +0 -92
- test/test_v1_devices_device_id_draft_get200_response.py +0 -871
- test/test_v1_devices_device_id_draft_get200_response_draft.py +0 -870
- test/test_v1_devices_device_id_draft_get200_response_draft_version_info.py +0 -53
- test/test_v1_devices_device_id_draft_post201_response.py +0 -51
- test/test_v1_devices_device_id_edges_get200_response.py +0 -876
- test/test_v1_devices_device_id_get200_response.py +0 -866
- test/test_v1_devices_device_id_interfaces_get200_response.py +0 -196
- test/test_v1_devices_device_id_jobs_job_id_get200_response.py +0 -62
- test/test_v1_devices_device_id_jobs_job_id_get200_response_job_status.py +0 -60
- test/test_v1_devices_device_id_ndcache_get200_response.py +0 -57
- test/test_v1_devices_device_id_ndcache_get200_response_nd_entry_inner.py +0 -54
- test/test_v1_devices_device_id_ospfv2_default_originate_get200_response.py +0 -53
- test/test_v1_devices_device_id_policy_zonepairs_get200_response.py +0 -99
- test/test_v1_devices_device_id_policy_zonepairs_get200_response_zone_pairs_inner.py +0 -96
- test/test_v1_devices_device_id_slice_peers_get200_response.py +0 -249
- test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner.py +0 -246
- test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner.py +0 -240
- test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_bgp_connection.py +0 -58
- test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_ipsec_connection.py +0 -340
- test/test_v1_devices_device_id_staged_config_compare_get200_response.py +0 -51
- test/test_v1_devices_device_id_twamp_core_get200_response.py +0 -53
- test/test_v1_devices_device_id_versions_compare_get200_response.py +0 -51
- test/test_v1_devices_device_id_versions_get200_response.py +0 -56
- test/test_v1_devices_device_id_versions_version_get200_response.py +0 -871
- test/test_v1_devices_device_id_vrf_bgp_as_get200_response.py +0 -51
- test/test_v1_devices_device_id_vrf_protocols_get200_response.py +0 -56
- test/test_v1_devices_device_id_vrrp_get200_response.py +0 -64
- test/test_v1_devices_device_id_vrrp_get200_response_vrrp_entry_inner.py +0 -61
- test/test_v1_devices_inventory_get200_response.py +0 -81
- test/test_v1_devices_inventory_get200_response_inventory_inner.py +0 -70
- test/test_v1_devices_inventory_post200_response.py +0 -55
- test/test_v1_devices_inventory_post200_response_data_inner.py +0 -52
- test/test_v1_devices_inventory_serial_num_post200_response.py +0 -73
- test/test_v1_devices_oauth_redirect_get200_response.py +0 -56
- test/test_v1_devices_oauth_redirect_get200_response_onboarding_redirection.py +0 -55
- test/test_v1_devices_routing_vrf_protocol_route_count_get200_response.py +0 -57
- test/test_v1_devices_routing_vrf_protocol_route_count_get200_response_counts_inner.py +0 -54
- test/test_v1_devices_running_version_post200_response.py +0 -57
- test/test_v1_devices_running_version_post200_response_versions_inner.py +0 -54
- test/test_v1_devices_session_status_post200_response.py +0 -71
- test/test_v1_devices_session_status_post200_response_bgp_session_data_map_value.py +0 -54
- test/test_v1_devices_summary_get200_response.py +0 -70
- test/test_v1_devices_summary_get200_response_sites_inner.py +0 -67
- test/test_v1_devices_summary_get200_response_sites_inner_devices_inner.py +0 -62
- test/test_v1_diagnostic_archive_create_device_id_post201_response.py +0 -51
- test/test_v1_diagnostic_archives_device_id_get200_response.py +0 -64
- test/test_v1_diagnostic_archives_device_id_get200_response_archives_inner.py +0 -61
- test/test_v1_diagnostic_clear_arp_device_id_put_request_entry_inner.py +0 -56
- test/test_v1_diagnostic_clear_arp_device_id_put_request_entry_inner_address.py +0 -53
- test/test_v1_diagnostic_gnmi_ping_get200_response.py +0 -59
- test/test_v1_diagnostic_gnmi_ping_get200_response_results_inner.py +0 -56
- test/test_v1_diagnostic_otp_device_id_get200_response.py +0 -51
- test/test_v1_diagnostic_packetcapture_pcap_id_get200_response.py +0 -55
- test/test_v1_diagnostic_packetcapture_start_post201_response.py +0 -51
- test/test_v1_diagnostic_packetcapture_start_post_request_filter.py +0 -58
- test/test_v1_diagnostic_packetcapture_start_post_request_filter_destination.py +0 -52
- test/test_v1_diagnostic_packetcapture_start_post_request_target.py +0 -52
- test/test_v1_diagnostic_ping_pause_resume_post204_response.py +0 -87
- test/test_v1_diagnostic_ping_pause_resume_post204_response_result.py +0 -85
- test/test_v1_diagnostic_ping_pause_resume_post204_response_result_ping_result.py +0 -58
- test/test_v1_diagnostic_ping_pause_resume_post204_response_result_route_info.py +0 -53
- test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result.py +0 -71
- test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner.py +0 -60
- test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner_stats.py +0 -56
- test/test_v1_diagnostic_ping_pause_resume_post_request_params.py +0 -59
- test/test_v1_diagnostic_speedtest_post200_response.py +0 -69
- test/test_v1_diagnostic_speedtest_post200_response_result.py +0 -67
- test/test_v1_diagnostic_speedtest_post_request_params.py +0 -56
- test/test_v1_diagnostic_speedtest_providers_get200_response.py +0 -53
- test/test_v1_diagnostic_speedtest_report_put200_response.py +0 -52
- test/test_v1_diagnostic_speedtest_servers_get200_response.py +0 -59
- test/test_v1_diagnostic_speedtest_servers_get200_response_server_inner.py +0 -56
- test/test_v1_edges_hardware_assigned_get200_response.py +0 -114
- test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner.py +0 -117
- test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py +0 -74
- test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_last_running_version.py +0 -53
- test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_running_version.py +0 -53
- test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py +0 -61
- test/test_v1_edges_hardware_unassigned_get200_response.py +0 -74
- test/test_v1_edges_summary_get200_response.py +0 -115
- test/test_v1_enterprise_allocation_get200_response.py +0 -101
- test/test_v1_enterprise_allocation_get200_response_consumption_summary.py +0 -79
- test/test_v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary.py +0 -56
- test/test_v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary_expiration_date.py +0 -52
- test/test_v1_enterprise_allocation_get200_response_consumption_summary_global_summary.py +0 -53
- test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value.py +0 -65
- test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_allocation.py +0 -55
- test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_internet_consumption.py +0 -52
- test/test_v1_enterprise_allocation_get200_response_conversion_holders_value.py +0 -59
- test/test_v1_enterprise_allocation_get200_response_conversion_holders_value_bins_inner.py +0 -56
- test/test_v1_enterprise_allocation_get200_response_regional_allocations_inner.py +0 -56
- test/test_v1_enterprise_configuration_get200_response.py +0 -53
- test/test_v1_enterprise_configuration_get200_response_configuration.py +0 -52
- test/test_v1_enterprise_snapshot_get200_response.py +0 -173
- test/test_v1_enterprise_snapshot_get200_response_device_snapshot_map_value.py +0 -105
- test/test_v1_enterprise_snapshot_get200_response_device_snapshot_records_inner.py +0 -112
- test/test_v1_enterprises_enterprise_id_admin_get200_response.py +0 -51
- test/test_v1_enterprises_get200_response.py +0 -91
- test/test_v1_enterprises_get200_response_enterprises_inner.py +0 -102
- test/test_v1_enterprises_get200_response_enterprises_inner_counts.py +0 -63
- test/test_v1_enterprises_get200_response_enterprises_inner_customers_value.py +0 -68
- test/test_v1_enterprises_managed_get200_response.py +0 -105
- test/test_v1_event_device_get200_response.py +0 -66
- test/test_v1_event_device_get200_response_events_inner.py +0 -63
- test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response.py +0 -67
- test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post200_response_dl_stats_inner.py +0 -55
- test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response.py +0 -58
- test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post200_response_top_consumers_inner.py +0 -53
- test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response.py +0 -81
- test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post200_response_first_level_inner.py +0 -57
- test/test_v1_extranet_b2b_monitoring_peering_service_service_customer_list_post200_response.py +0 -53
- test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post200_response.py +0 -62
- test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner.py +0 -62
- test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post200_response_service_health_inner_customer_prefix_health.py +0 -54
- test/test_v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post200_response.py +0 -66
- test/test_v1_extranet_sites_usage_post200_response.py +0 -67
- test/test_v1_extranet_sites_usage_top_post200_response.py +0 -56
- test/test_v1_extranet_sites_usage_top_post200_response_top_sites_inner.py +0 -53
- test/test_v1_extranets_b2b_consumer_device_status_id_get200_response.py +0 -61
- test/test_v1_extranets_b2b_consumer_device_status_id_get200_response_summary_inner.py +0 -57
- test/test_v1_extranets_b2b_consumer_id_get200_response.py +0 -112
- test/test_v1_extranets_b2b_consumer_post200_response.py +0 -120
- test/test_v1_extranets_b2b_consumer_post200_response_device_inner.py +0 -56
- test/test_v1_extranets_b2b_consumer_post200_response_policy_inner.py +0 -104
- test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner.py +0 -61
- test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner_match.py +0 -56
- test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner.py +0 -64
- test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner_action.py +0 -54
- test/test_v1_extranets_b2b_consumer_post_request_policy_inner.py +0 -59
- test/test_v1_extranets_b2b_consumer_post_request_policy_inner_rules_inner.py +0 -52
- test/test_v1_extranets_b2b_consumer_post_request_site_information_inner.py +0 -64
- test/test_v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists.py +0 -52
- test/test_v1_extranets_b2b_consumer_summary_get200_response.py +0 -66
- test/test_v1_extranets_b2b_consumer_summary_get200_response_summary_inner.py +0 -63
- test/test_v1_extranets_b2b_customer_info_id_get200_response.py +0 -54
- test/test_v1_extranets_b2b_general_customers_summary_get200_response.py +0 -64
- test/test_v1_extranets_b2b_general_customers_summary_get200_response_customers_inner.py +0 -61
- test/test_v1_extranets_b2b_id_customer_post200_response.py +0 -62
- test/test_v1_extranets_b2b_id_customer_post200_response_responses_inner.py +0 -59
- test/test_v1_extranets_b2b_id_customer_post_request_invites_inner.py +0 -58
- test/test_v1_extranets_b2b_id_customer_summary_get200_response.py +0 -61
- test/test_v1_extranets_b2b_id_customer_summary_get200_response_customers_inner.py +0 -58
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response.py +0 -224
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_ipsec_tunnel_config_inner.py +0 -82
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details.py +0 -74
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_customer.py +0 -56
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service.py +0 -57
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service_prefixes_inner.py +0 -53
- test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response.py +0 -75
- test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner.py +0 -72
- test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_customer.py +0 -56
- test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_service.py +0 -56
- test/test_v1_extranets_b2b_peering_consumer_id_post200_response.py +0 -74
- test/test_v1_extranets_b2b_peering_consumer_id_post_request.py +0 -123
- test/test_v1_extranets_b2b_peering_consumer_id_post_request_policy_inner.py +0 -54
- test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn.py +0 -92
- test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +0 -87
- test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +0 -69
- test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +0 -64
- test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +0 -56
- test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +0 -55
- test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +0 -51
- test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +0 -53
- test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +0 -54
- test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get200_response.py +0 -77
- test/test_v1_extranets_b2b_peering_consumer_match_id_post200_response.py +0 -74
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_global_object_ops_value.py +0 -53
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_policy_inner.py +0 -54
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn.py +0 -92
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +0 -87
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +0 -69
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +0 -64
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +0 -56
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +0 -55
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +0 -51
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +0 -53
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +0 -54
- test/test_v1_extranets_b2b_peering_customer_id_get200_response.py +0 -57
- test/test_v1_extranets_b2b_peering_customer_id_put_request.py +0 -51
- test/test_v1_extranets_b2b_peering_customer_post200_response.py +0 -56
- test/test_v1_extranets_b2b_peering_customer_post_request_invite.py +0 -54
- test/test_v1_extranets_b2b_peering_match_customers_post200_response.py +0 -64
- test/test_v1_extranets_b2b_peering_match_customers_post_request.py +0 -65
- test/test_v1_extranets_b2b_peering_match_customers_post_request_info_inner.py +0 -61
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post200_response.py +0 -66
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service.py +0 -63
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner.py +0 -52
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service_service_prefixes_inner.py +0 -52
- test/test_v1_extranets_b2b_peering_match_service_to_customer_put200_response.py +0 -64
- test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request.py +0 -65
- test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request_service.py +0 -63
- test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request_service_nat_inner.py +0 -52
- test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request_service_service_prefixes_inner.py +0 -52
- test/test_v1_extranets_b2b_peering_match_services_summary_get200_response.py +0 -62
- test/test_v1_extranets_b2b_peering_match_services_summary_get200_response_services_inner.py +0 -59
- test/test_v1_extranets_b2b_peering_producer_id_get200_response.py +0 -80
- test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response.py +0 -64
- test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response_info_inner.py +0 -61
- test/test_v1_extranets_b2b_peering_producer_id_put_request.py +0 -76
- test/test_v1_extranets_b2b_peering_producer_post200_response.py +0 -79
- test/test_v1_extranets_b2b_peering_producer_post200_response_policy.py +0 -77
- test/test_v1_extranets_b2b_peering_producer_post_request_policy.py +0 -75
- test/test_v1_extranets_b2b_post200_response.py +0 -112
- test/test_v1_extranets_b2b_post200_response_policy.py +0 -117
- test/test_v1_extranets_b2b_post_request_policy.py +0 -86
- test/test_v1_extranets_b2b_post_request_policy_global_object_device_summaries_value.py +0 -67
- test/test_v1_extranets_b2b_post_request_policy_global_object_device_summaries_value_routing_policies_inner.py +0 -64
- test/test_v1_extranets_b2b_post_request_policy_profiles_inner.py +0 -54
- test/test_v1_extranets_b2b_post_request_policy_sla.py +0 -53
- test/test_v1_extranets_b2b_producer_device_status_id_get200_response.py +0 -60
- test/test_v1_extranets_b2b_producers_summary_get200_response.py +0 -64
- test/test_v1_extranets_b2b_producers_summary_get200_response_info_inner.py +0 -61
- test/test_v1_extranets_get200_response.py +0 -934
- test/test_v1_extranets_get200_response_policies_inner.py +0 -2241
- test/test_v1_extranets_get200_response_policies_inner_auto.py +0 -54
- test/test_v1_extranets_get200_response_policies_inner_branches.py +0 -927
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner.py +0 -1090
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_bgp.py +0 -53
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner.py +0 -188
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_aggregations_inner.py +0 -54
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_multipath.py +0 -52
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner.py +0 -101
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_address_families_inner.py +0 -54
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd.py +0 -53
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor.py +0 -67
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_redistributions.py +0 -55
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner.py +0 -55
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile.py +0 -58
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile_queues_inner.py +0 -53
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner.py +0 -72
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop.py +0 -57
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns.py +0 -115
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner.py +0 -57
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2.py +0 -64
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2_servers_value.py +0 -60
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_static_servers_v2.py +0 -82
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner.py +0 -324
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ip_sec.py +0 -78
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4.py +0 -92
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_dhcp_relay.py +0 -57
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group.py +0 -79
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_group_members_inner.py +0 -59
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_tracked_interfaces_inner.py +0 -52
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface.py +0 -58
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface_lacp_config.py +0 -52
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_sfp_optical_strength_inner.py +0 -55
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_subinterfaces_inner.py +0 -205
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipfix_exporters_inner.py +0 -67
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +0 -83
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_bgp.py +0 -62
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_static.py +0 -53
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_location.py +0 -61
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy.py +0 -70
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner.py +0 -67
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner_rules_inner.py +0 -61
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner.py +0 -72
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_entries_inner.py +0 -55
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_policies_inner.py +0 -53
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +0 -52
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner.py +0 -96
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner.py +0 -88
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_actions_inner.py +0 -66
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_matches_inner.py +0 -64
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner.py +0 -358
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner.py +0 -89
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_leases_inner.py +0 -57
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_nameservers.py +0 -52
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_ranges_inner.py +0 -52
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_static_leases_inner.py +0 -55
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process.py +0 -110
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner.py +0 -120
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner_interfaces_inner.py +0 -89
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_redistributed_protocols_inner.py +0 -53
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv3_process.py +0 -110
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_overlay_filters.py +0 -52
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_syslog_targets_inner.py +0 -63
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site.py +0 -94
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_devices_inner.py +0 -52
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag.py +0 -62
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one.py +0 -53
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp.py +0 -165
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_communities_inner.py +0 -52
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_engine_endpoints_inner.py +0 -59
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner.py +0 -58
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner_include_exclude_list_inner.py +0 -53
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_targets_inner.py +0 -61
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_local_users_inner.py +0 -56
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_remote_users_inner.py +0 -56
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner.py +0 -81
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_accesses_inner.py +0 -57
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_group_members_inner.py +0 -55
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner.py +0 -58
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner_include_exclude_inner.py +0 -53
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy.py +0 -191
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_dpi_applications_inner.py +0 -62
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_network_lists_inner.py +0 -55
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_port_lists_inner.py +0 -55
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner.py +0 -91
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner.py +0 -81
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner_match.py +0 -69
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner.py +0 -95
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner.py +0 -85
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner_action.py +0 -59
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner.py +0 -58
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_ip.py +0 -53
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_udp.py +0 -52
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_pairs_inner.py +0 -54
- test/test_v1_extranets_get200_response_policies_inner_branches_prefix_set.py +0 -61
- test/test_v1_extranets_get200_response_policies_inner_manual.py +0 -53
- test/test_v1_extranets_id_apply_post202_response.py +0 -58
- test/test_v1_extranets_id_apply_post202_response_devices_inner.py +0 -54
- test/test_v1_extranets_id_delete200_response.py +0 -57
- test/test_v1_extranets_monitoring_lan_segments_get200_response.py +0 -55
- test/test_v1_extranets_monitoring_lan_segments_get200_response_vrfs_inner.py +0 -52
- test/test_v1_extranets_monitoring_nat_usage_get200_response.py +0 -60
- test/test_v1_extranets_monitoring_nat_usage_get200_response_allocations_inner.py +0 -55
- test/test_v1_extranets_monitoring_traffic_security_policy_post200_response.py +0 -91
- test/test_v1_extranets_monitoring_traffic_security_policy_post200_response_security_rules_inner.py +0 -66
- test/test_v1_extranets_monitoring_traffic_security_policy_post200_response_traffic_rules_inner.py +0 -69
- test/test_v1_extranets_post200_response.py +0 -924
- test/test_v1_extranets_post_request_policy.py +0 -119
- test/test_v1_extranets_post_request_policy_branches.py +0 -68
- test/test_v1_extranets_post_request_policy_branches_prefix_set.py +0 -61
- test/test_v1_extranets_resolve_policy_target_post200_response.py +0 -868
- test/test_v1_extranets_source_segments_post200_response.py +0 -294
- test/test_v1_flows_flow_table_post200_response.py +0 -73
- test/test_v1_flows_flow_table_post200_response_flow_table_inner.py +0 -67
- test/test_v1_flows_flow_table_post_request_selector.py +0 -56
- test/test_v1_flows_topology_post200_response.py +0 -121
- test/test_v1_flows_topology_post200_response_network_topology_inner.py +0 -174
- test/test_v1_flows_topology_post200_response_network_topology_inner_delta.py +0 -170
- test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner.py +0 -76
- test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections.py +0 -83
- test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections_control_connection_inner.py +0 -58
- test/test_v1_flows_topology_post200_response_network_topology_inner_delta_nodes_added_inner.py +0 -78
- test/test_v1_flows_topology_post_request_app_selector.py +0 -53
- test/test_v1_gateways_guest_consumer_get200_response.py +0 -93
- test/test_v1_gateways_guest_consumer_match_id_get200_response.py +0 -131
- test/test_v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get200_response.py +0 -52
- test/test_v1_gateways_post200_response.py +0 -52
- test/test_v1_gateways_put_request_details.py +0 -139
- test/test_v1_gateways_put_request_details_aws.py +0 -84
- test/test_v1_gateways_put_request_details_aws_advance_settings.py +0 -58
- test/test_v1_gateways_put_request_details_aws_transit_connection.py +0 -73
- test/test_v1_gateways_put_request_details_aws_transit_connection_credentials.py +0 -52
- test/test_v1_gateways_put_request_details_aws_transit_connection_gateway.py +0 -67
- test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner.py +0 -61
- test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner.py +0 -56
- test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner_subnets_inner.py +0 -52
- test/test_v1_gateways_put_request_details_azure.py +0 -53
- test/test_v1_gateways_put_request_details_gcp.py +0 -53
- test/test_v1_gateways_put_request_details_ipsec_gateway.py +0 -87
- test/test_v1_gateways_put_request_details_ipsec_gateway_routing.py +0 -69
- test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp.py +0 -64
- test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value.py +0 -56
- test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value_family.py +0 -55
- test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_md5_password.py +0 -51
- test/test_v1_gateways_put_request_details_ipsec_gateway_tunnel1.py +0 -54
- test/test_v1_gateways_put_request_details_oci.py +0 -53
- test/test_v1_gateways_regions_get200_response.py +0 -55
- test/test_v1_gateways_status_post_request_device_info_inner.py +0 -52
- test/test_v1_gateways_summary_get200_response.py +0 -73
- test/test_v1_gateways_summary_get200_response_summaries_inner.py +0 -70
- test/test_v1_gateways_summary_get200_response_summaries_inner_gateway_device_summary_inner.py +0 -54
- test/test_v1_global_apps_app_list_options_get200_response.py +0 -58
- test/test_v1_global_apps_app_lists_get200_response.py +0 -61
- test/test_v1_global_apps_app_lists_get200_response_entries_inner.py +0 -58
- test/test_v1_global_apps_app_lists_get200_response_entries_inner_app_list.py +0 -55
- test/test_v1_global_apps_app_lists_get200_response_entries_inner_app_list_identifier.py +0 -52
- test/test_v1_global_apps_app_lists_post200_response.py +0 -53
- test/test_v1_global_apps_app_lists_post_request_app_list_config.py +0 -57
- test/test_v1_global_apps_categories_get200_response.py +0 -60
- test/test_v1_global_apps_categories_get200_response_entries_inner.py +0 -57
- test/test_v1_global_apps_custom_app_id_details_app_lists_get200_response.py +0 -58
- test/test_v1_global_apps_custom_get200_response.py +0 -77
- test/test_v1_global_apps_custom_get200_response_entries_inner.py +0 -74
- test/test_v1_global_apps_custom_get200_response_entries_inner_app_config.py +0 -65
- test/test_v1_global_apps_graphiant_get200_response.py +0 -61
- test/test_v1_global_apps_graphiant_get200_response_entries_inner.py +0 -58
- test/test_v1_global_attached_edges_post200_response.py +0 -62
- test/test_v1_global_attached_edges_post200_response_statuses_inner.py +0 -59
- test/test_v1_global_config_patch200_response.py +0 -75
- test/test_v1_global_config_patch_request_global_prefix_sets_value.py +0 -64
- test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set.py +0 -63
- test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value.py +0 -55
- test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value_entry.py +0 -54
- test/test_v1_global_config_patch_request_ipfix_exporters_value.py +0 -63
- test/test_v1_global_config_patch_request_ipfix_exporters_value_exporter.py +0 -62
- test/test_v1_global_config_patch_request_prefix_sets_value.py +0 -61
- test/test_v1_global_config_patch_request_prefix_sets_value_target.py +0 -60
- test/test_v1_global_config_patch_request_prefix_sets_value_target_prefix_set.py +0 -59
- test/test_v1_global_config_patch_request_routing_policies_value.py +0 -104
- test/test_v1_global_config_patch_request_routing_policies_value_policy.py +0 -104
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value.py +0 -95
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement.py +0 -95
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value.py +0 -72
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action.py +0 -71
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_administrative_distance.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_aspath_prepend.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_bgp_set_next_hop.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities.py +0 -55
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities_community.py +0 -54
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_local_pref.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_metric.py +0 -52
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_weight.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value.py +0 -66
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match.py +0 -68
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community_community.py +0 -53
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_prefix_set.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_protocol_route_type.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag.py +0 -54
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry.py +0 -53
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_interface.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_protocol.py +0 -51
- test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_stale.py +0 -51
- test/test_v1_global_config_patch_request_snmps_value.py +0 -156
- test/test_v1_global_config_patch_request_snmps_value_config.py +0 -160
- test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value.py +0 -60
- test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint.py +0 -59
- test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint_addresses_value.py +0 -51
- test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value.py +0 -56
- test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +0 -55
- test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile_include_exclude_list_value.py +0 -51
- test/test_v1_global_config_patch_request_snmps_value_config_targets_value.py +0 -61
- test/test_v1_global_config_patch_request_snmps_value_config_targets_value_target.py +0 -60
- test/test_v1_global_config_patch_request_snmps_value_config_usm_local_users_value.py +0 -56
- test/test_v1_global_config_patch_request_snmps_value_config_usm_local_users_value_local_user.py +0 -55
- test/test_v1_global_config_patch_request_snmps_value_config_usm_remote_users_value.py +0 -56
- test/test_v1_global_config_patch_request_snmps_value_config_usm_remote_users_value_remote_user.py +0 -55
- test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value.py +0 -71
- test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group.py +0 -70
- test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value.py +0 -58
- test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value_access.py +0 -57
- test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value.py +0 -55
- test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value_member.py +0 -54
- test/test_v1_global_config_patch_request_snmps_value_config_vacm_views_value.py +0 -56
- test/test_v1_global_config_patch_request_syslog_servers_value.py +0 -61
- test/test_v1_global_config_patch_request_syslog_servers_value_target.py +0 -60
- test/test_v1_global_config_patch_request_traffic_policies.py +0 -212
- test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value.py +0 -77
- test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application.py +0 -82
- test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_networks.py +0 -54
- test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_ports.py +0 -54
- test/test_v1_global_config_patch_request_traffic_policies_network_lists_value.py +0 -55
- test/test_v1_global_config_patch_request_traffic_policies_port_lists_value.py +0 -55
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value.py +0 -88
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset.py +0 -87
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value.py +0 -80
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule.py +0 -81
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_downlink_burst_rate.py +0 -51
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match.py +0 -76
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application.py +0 -53
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application_match.py +0 -52
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter.py +0 -54
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter_match.py +0 -53
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_network.py +0 -51
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_port_range.py +0 -52
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list.py +0 -54
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list_match.py +0 -53
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp.py +0 -52
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp_match.py +0 -51
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_protocol.py +0 -51
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_source_network.py +0 -51
- test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value.py +0 -98
- test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset.py +0 -97
- test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value.py +0 -90
- test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule.py +0 -89
- test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action.py +0 -67
- test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_backup_circuit_label.py +0 -52
- test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_remark.py +0 -52
- test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_set_sla_class.py +0 -51
- test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value.py +0 -59
- test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall.py +0 -58
- test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip.py +0 -54
- test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip_session_limit.py +0 -51
- test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_udp.py +0 -52
- test/test_v1_global_config_patch_request_traffic_policies_zones_value.py +0 -59
- test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone.py +0 -58
- test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value.py +0 -54
- test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value_pair.py +0 -53
- test/test_v1_global_config_patch_request_vpn_profiles_value.py +0 -64
- test/test_v1_global_config_patch_request_vpn_profiles_value_vpn_profile.py +0 -63
- test/test_v1_global_config_site_post_request_ipfix_exporter_ops_v2_value.py +0 -52
- test/test_v1_global_ipfix_device_get200_response.py +0 -70
- test/test_v1_global_ipsec_profile_get200_response.py +0 -56
- test/test_v1_global_ipsec_profile_get200_response_ipsec_profiles_inner.py +0 -53
- test/test_v1_global_ipsec_profile_id_get200_response.py +0 -64
- test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response.py +0 -57
- test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response_site_to_site_vpn_inner.py +0 -54
- test/test_v1_global_lan_segments_get200_response.py +0 -62
- test/test_v1_global_lan_segments_get200_response_entries_inner.py +0 -59
- test/test_v1_global_lan_segments_post200_response.py +0 -52
- test/test_v1_global_lan_segments_vrf_id_devices_get200_response.py +0 -59
- test/test_v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py +0 -55
- test/test_v1_global_prefix_sets_device_get200_response.py +0 -75
- test/test_v1_global_routing_policies_device_get200_response.py +0 -99
- test/test_v1_global_site_lists_get200_response.py +0 -63
- test/test_v1_global_site_lists_get200_response_entries_inner.py +0 -59
- test/test_v1_global_site_lists_id_get200_response.py +0 -59
- test/test_v1_global_site_lists_id_sites_get200_response.py +0 -64
- test/test_v1_global_site_lists_id_sites_get200_response_entries_inner.py +0 -61
- test/test_v1_global_site_lists_id_sites_get200_response_entries_inner_tag_inner.py +0 -53
- test/test_v1_global_site_lists_post_request_entries_inner.py +0 -55
- test/test_v1_global_site_lists_post_request_entries_inner_tag.py +0 -53
- test/test_v1_global_snmps_device_get200_response.py +0 -168
- test/test_v1_global_summary_post200_response.py +0 -67
- test/test_v1_global_summary_post200_response_summaries_inner.py +0 -64
- test/test_v1_global_syslogs_device_get200_response.py +0 -66
- test/test_v1_global_traffic_policies_device_get200_response.py +0 -154
- test/test_v1_groups_get200_response.py +0 -81
- test/test_v1_groups_get200_response_groups_inner.py +0 -78
- test/test_v1_groups_get200_response_groups_inner_permissions.py +0 -68
- test/test_v1_groups_id_get200_response.py +0 -79
- test/test_v1_groups_id_members_get200_response.py +0 -62
- test/test_v1_groups_id_members_get200_response_users_inner.py +0 -59
- test/test_v1_groups_id_members_post204_response.py +0 -54
- test/test_v1_healthcheck_devices_get200_response.py +0 -83
- test/test_v1_healthcheck_devices_get200_response_details_inner.py +0 -80
- test/test_v1_healthcheck_devices_get200_response_details_inner_odp_status.py +0 -52
- test/test_v1_healthcheck_devices_get200_response_details_inner_onboarding_status.py +0 -52
- test/test_v1_lan_segments_get200_response.py +0 -302
- test/test_v1_lldp_interface_id_neighbors_get200_response.py +0 -60
- test/test_v1_lldp_interface_id_neighbors_get200_response_neighbors_inner.py +0 -57
- test/test_v1_lldp_interface_id_summary_get200_response.py +0 -52
- test/test_v1_lldp_interface_id_vendors_get200_response.py +0 -55
- test/test_v1_lldp_interface_id_vendors_get200_response_vendors_inner.py +0 -52
- test/test_v1_logs_post200_response.py +0 -70
- test/test_v1_logs_post200_response_logs_inner.py +0 -58
- test/test_v1_logs_post_request_selectors_inner.py +0 -54
- test/test_v1_monitoring_circuits_bandwidth_post200_response.py +0 -71
- test/test_v1_monitoring_circuits_bandwidth_post200_response_data_inner.py +0 -71
- test/test_v1_monitoring_circuits_bandwidth_post_request_selectors_inner.py +0 -52
- test/test_v1_monitoring_circuits_incidents_post200_response.py +0 -68
- test/test_v1_monitoring_circuits_summary_post200_response.py +0 -67
- test/test_v1_monitoring_circuits_summary_post200_response_summaries_inner.py +0 -64
- test/test_v1_monitoring_circuits_utilization_post200_response.py +0 -63
- test/test_v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner.py +0 -60
- test/test_v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner_queue_utilization_inner.py +0 -55
- test/test_v1_monitoring_circuits_visualization_post200_response.py +0 -66
- test/test_v1_monitoring_circuits_visualization_post200_response_data_inner.py +0 -62
- test/test_v1_monitoring_circuits_visualization_post_request_selectors_inner.py +0 -53
- test/test_v1_nat_entries_device_id_get200_response.py +0 -76
- test/test_v1_nat_entries_device_id_get200_response_nat_entries_inner.py +0 -62
- test/test_v1_nat_entries_device_id_get200_response_page_info.py +0 -57
- test/test_v1_nat_utilization_device_id_get200_response.py +0 -59
- test/test_v1_nat_utilization_device_id_get200_response_nat_usage.py +0 -55
- test/test_v1_onboarding_cloudinit_get200_response.py +0 -82
- test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner.py +0 -79
- test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config.py +0 -67
- test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner.py +0 -60
- test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_cloudinit_config_interfaces_inner_ipv4.py +0 -53
- test/test_v1_onboarding_cloudinit_get200_response_cloudinit_tokens_inner_token.py +0 -57
- test/test_v1_policy_applications_get200_response.py +0 -65
- test/test_v1_policy_applications_get200_response_applications_inner.py +0 -54
- test/test_v1_policy_prefix_sets_post200_response.py +0 -73
- test/test_v1_policy_prefix_sets_post_request_entries_value.py +0 -53
- test/test_v1_policy_route_tag_sets_post200_response.py +0 -51
- test/test_v1_policy_route_tag_sets_tag_detail_get200_response.py +0 -60
- test/test_v1_policy_route_tag_sets_tag_detail_get200_response_devices_inner.py +0 -57
- test/test_v1_policy_route_tag_sets_tags_get200_response.py +0 -62
- test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner.py +0 -65
- test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner.py +0 -59
- test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner.py +0 -59
- test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -65
- test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -65
- test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -59
- test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -65
- test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -62
- test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +0 -56
- test/test_v1_policy_route_tag_sets_tags_summary_get200_response.py +0 -60
- test/test_v1_policy_route_tag_sets_tags_summary_get200_response_tags_inner.py +0 -57
- test/test_v1_portal_apikeys_get200_response.py +0 -57
- test/test_v1_portal_apikeys_get200_response_api_key_info_inner.py +0 -54
- test/test_v1_portal_apikeys_post200_response.py +0 -51
- test/test_v1_portal_private_details_get200_response.py +0 -60
- test/test_v1_portal_private_inventory_details_get200_response.py +0 -57
- test/test_v1_portal_private_inventory_details_get200_response_details_inner.py +0 -54
- test/test_v1_portal_private_post_request_details.py +0 -57
- test/test_v1_portal_private_sync_post_request_inventory_inner.py +0 -54
- test/test_v1_presharedkey_get200_response.py +0 -51
- test/test_v1_qos_circuit_profiles_get200_response.py +0 -61
- test/test_v1_search_get200_response.py +0 -56
- test/test_v1_search_get200_response_results_inner.py +0 -53
- test/test_v1_site_details_sitelists_post200_response.py +0 -57
- test/test_v1_site_details_sitelists_post200_response_site_lists_inner.py +0 -54
- test/test_v1_site_id_details_interfaces_get200_response.py +0 -53
- test/test_v1_sites_details_get200_response.py +0 -97
- test/test_v1_sites_get200_response.py +0 -105
- test/test_v1_sites_post200_response.py +0 -95
- test/test_v1_sites_post_request_site.py +0 -99
- test/test_v1_sites_site_id_circuits_get200_response.py +0 -195
- test/test_v1_sites_site_id_circuits_get200_response_data_inner.py +0 -192
- test/test_v1_sites_site_id_devices_get200_response.py +0 -69
- test/test_v1_sites_site_id_devices_get200_response_device_inner.py +0 -66
- test/test_v1_software_auto_upgrade_default_get200_response.py +0 -57
- test/test_v1_software_auto_upgrade_default_get200_response_details.py +0 -55
- test/test_v1_software_auto_upgrade_default_get200_response_profile.py +0 -58
- test/test_v1_software_auto_upgrade_default_get200_response_profile_occurrence.py +0 -54
- test/test_v1_software_gcsrelease_upload_notes_post_request_details.py +0 -59
- test/test_v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py +0 -52
- test/test_v1_software_release_notes_get200_response.py +0 -51
- test/test_v1_software_releases_download_get200_response.py +0 -51
- test/test_v1_software_releases_summary_get200_response.py +0 -61
- test/test_v1_software_releases_summary_get200_response_summaries_inner.py +0 -58
- test/test_v1_software_releases_summary_get200_response_summaries_inner_key.py +0 -52
- test/test_v1_software_running_details_get200_response.py +0 -57
- test/test_v1_software_running_details_get200_response_devices_inner.py +0 -54
- test/test_v1_software_running_summary_get200_response.py +0 -56
- test/test_v1_software_running_summary_get200_response_versions_inner.py +0 -53
- test/test_v1_talkers_device_device_id_top_post200_response.py +0 -55
- test/test_v1_talkers_device_device_id_top_post200_response_apps_utilization_inner.py +0 -52
- test/test_v1_troubleshooting_device_device_id_post200_response.py +0 -170
- test/test_v1_troubleshooting_device_device_id_post200_response_control_plane.py +0 -77
- test/test_v1_troubleshooting_device_device_id_post200_response_system_plane.py +0 -121
- test/test_v1_troubleshooting_enterprise_post200_response.py +0 -63
- test/test_v1_troubleshooting_enterprise_post200_response_sites_inner.py +0 -60
- test/test_v1_troubleshooting_site_connectivity_status_get200_response.py +0 -55
- test/test_v1_troubleshooting_site_connectivity_status_get200_response_connectivity_status_inner.py +0 -52
- test/test_v1_troubleshooting_site_site_id_get200_response.py +0 -58
- test/test_v1_troubleshooting_site_site_id_get200_response_edge_statuses_inner.py +0 -53
- test/test_v1_troubleshooting_top_sites_by_alerts_post200_response.py +0 -68
- test/test_v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane.py +0 -55
- test/test_v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane_site_counts_inner.py +0 -52
- test/test_v1_version_post200_response.py +0 -54
- test/test_v1_version_post_request_configuration_metadata.py +0 -53
- test/test_v1_zones_get200_response.py +0 -64
- test/test_v1_zones_get200_response_zones_inner.py +0 -53
- test/test_v2_aggregated_notification_get_state_get200_response.py +0 -51
- test/test_v2_allowlist_rule_id_get200_response.py +0 -66
- test/test_v2_allowlist_rule_id_get200_response_records_inner.py +0 -63
- test/test_v2_assistant_add_to_conversation_post200_response.py +0 -69
- test/test_v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py +0 -55
- test/test_v2_assistant_add_to_conversation_post_request_question.py +0 -54
- test/test_v2_assistant_conversation_interface_state_get200_response.py +0 -51
- test/test_v2_assistant_get_conversation_details_post200_response.py +0 -74
- test/test_v2_assistant_get_conversations_post200_response.py +0 -56
- test/test_v2_assistant_get_conversations_post200_response_conversation_list_inner.py +0 -53
- test/test_v2_assurance_applicationdetailsbyname_post200_response.py +0 -145
- test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record.py +0 -86
- test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record_exchange_service_inner.py +0 -52
- test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record_flex_algo_inner.py +0 -52
- test/test_v2_assurance_applicationdetailsbyname_post200_response_app_name_record.py +0 -107
- test/test_v2_assurance_applicationprofilesummary_post200_response.py +0 -77
- test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary.py +0 -76
- test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner.py +0 -73
- test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_bucket_stats.py +0 -54
- test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_child_bucket_stats_list_inner.py +0 -54
- test/test_v2_assurance_bucket_app_servers_all_get200_response.py +0 -68
- test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner.py +0 -65
- test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_added_servers_inner.py +0 -53
- test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_app.py +0 -52
- test/test_v2_assurance_bucket_app_servers_post200_response.py +0 -58
- test/test_v2_assurance_bucket_app_servers_post200_response_app_servers_inner.py +0 -55
- test/test_v2_assurance_bucket_apps_post200_response.py +0 -60
- test/test_v2_assurance_bucket_apps_post200_response_apps_inner.py +0 -57
- test/test_v2_assurance_bucket_services_post200_response.py +0 -55
- test/test_v2_assurance_bucket_topologies_post200_response.py +0 -55
- test/test_v2_assurance_bucketdetails_post200_response.py +0 -122
- test/test_v2_assurance_bucketdetails_post200_response_bucket_details.py +0 -165
- test/test_v2_assurance_bucketdetails_post200_response_bucket_details_trend_value_list_inner.py +0 -53
- test/test_v2_assurance_create_user_report_post200_response.py +0 -51
- test/test_v2_assurance_createclassifiedapplication_post200_response.py +0 -51
- test/test_v2_assurance_download_user_report_get200_response.py +0 -51
- test/test_v2_assurance_endpoint_intel_post200_response.py +0 -55
- test/test_v2_assurance_enterprisesummary_post200_response.py +0 -57
- test/test_v2_assurance_enterprisesummary_post200_response_enterprise_summary.py +0 -56
- test/test_v2_assurance_flow_summary_post200_response.py +0 -112
- test/test_v2_assurance_flow_summary_post200_response_client_endpoint.py +0 -76
- test/test_v2_assurance_flow_summary_post200_response_client_endpoint_edges_inner.py +0 -52
- test/test_v2_assurance_flow_summary_post200_response_client_endpoint_jitter.py +0 -53
- test/test_v2_assurance_flow_summary_post200_response_client_endpoint_site.py +0 -53
- test/test_v2_assurance_getclassifiedapplicationlist_get200_response.py +0 -64
- test/test_v2_assurance_getclassifiedapplicationlist_get200_response_classified_application_list_inner.py +0 -61
- test/test_v2_assurance_read_user_report_list_get200_response.py +0 -65
- test/test_v2_assurance_read_user_report_list_get200_response_user_report_list_inner.py +0 -62
- test/test_v2_assurance_scoredetails_post200_response.py +0 -57
- test/test_v2_assurance_scoredetails_post200_response_score_details.py +0 -56
- test/test_v2_assurance_scoredetails_post200_response_score_details_score_bucket_list_inner.py +0 -53
- test/test_v2_assurance_topology_client_session_details_post200_response.py +0 -125
- test/test_v2_assurance_topology_client_session_details_post200_response_session.py +0 -154
- test/test_v2_assurance_topology_client_session_details_post200_response_session_client_endpoint.py +0 -77
- test/test_v2_assurance_topology_client_session_details_post200_response_session_client_links_inner.py +0 -55
- test/test_v2_assurance_topology_client_session_details_post200_response_session_local_dia_links_inner.py +0 -51
- test/test_v2_assurance_topology_client_session_details_post200_response_session_pop_links_inner.py +0 -55
- test/test_v2_assurance_topology_client_sessions_post200_response.py +0 -127
- test/test_v2_assurance_topology_client_sessions_post_request_filter.py +0 -59
- test/test_v2_assurance_topology_client_summaries_post200_response.py +0 -62
- test/test_v2_assurance_topology_client_summaries_post200_response_summaries_inner.py +0 -59
- test/test_v2_assurance_topology_flows_post200_response.py +0 -72
- test/test_v2_assurance_topology_flows_post200_response_flows_inner.py +0 -69
- test/test_v2_assurance_topology_inventory_post200_response.py +0 -75
- test/test_v2_assurance_topology_inventory_post200_response_regions_inner.py +0 -52
- test/test_v2_assurance_topology_overview_post200_response.py +0 -92
- test/test_v2_assurance_topology_overview_post200_response_topology.py +0 -77
- test/test_v2_assurance_topology_overview_post200_response_topology_edges_inner.py +0 -58
- test/test_v2_assurance_topology_overview_post200_response_topology_edges_inner_performance_inner.py +0 -53
- test/test_v2_assurance_topology_overview_post200_response_topology_nodes_inner.py +0 -57
- test/test_v2_assurance_topology_overview_post200_response_topology_nodes_inner_location.py +0 -52
- test/test_v2_assurance_topology_overview_post200_response_topology_paths_inner.py +0 -53
- test/test_v2_assurance_topology_overview_post200_response_traffic_regions_inner.py +0 -54
- test/test_v2_assurance_topology_region_summary_post200_response.py +0 -66
- test/test_v2_assurance_topology_region_summary_post200_response_sites_inner.py +0 -63
- test/test_v2_assurance_topology_site_summaries_post200_response.py +0 -62
- test/test_v2_assurance_topology_site_summaries_post200_response_summaries_inner.py +0 -59
- test/test_v2_audit_logs_post200_response.py +0 -71
- test/test_v2_audit_logs_post200_response_logs_inner.py +0 -66
- test/test_v2_audit_logs_post_request_selector.py +0 -71
- test/test_v2_childalertlist_post200_response.py +0 -116
- test/test_v2_childalertlist_post200_response_alert_list_inner.py +0 -117
- test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list.py +0 -85
- test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner.py +0 -116
- test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +0 -85
- test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +0 -117
- test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +0 -85
- test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +0 -116
- test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +0 -85
- test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +0 -82
- test/test_v2_device_device_id_lan_segments_post200_response.py +0 -67
- test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner.py +0 -64
- test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner.py +0 -60
- test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner_vrf_route_inner.py +0 -54
- test/test_v2_device_device_id_topology_post200_response.py +0 -153
- test/test_v2_device_device_id_topology_post200_response_edges_inner.py +0 -84
- test/test_v2_device_device_id_topology_post200_response_edges_inner_circuits_info_inner.py +0 -62
- test/test_v2_device_device_id_topology_post200_response_edges_inner_connections_inner.py +0 -62
- test/test_v2_device_device_id_topology_post200_response_nodes_inner.py +0 -106
- test/test_v2_device_device_id_topology_post200_response_nodes_inner_circuit_info_inner.py +0 -65
- test/test_v2_device_device_id_topology_post200_response_nodes_inner_node_info.py +0 -68
- test/test_v2_device_device_id_topology_post200_response_snapshots_inner.py +0 -54
- test/test_v2_extranet_consumers_usage_top_post200_response.py +0 -56
- test/test_v2_extranet_consumers_usage_top_post200_response_top_consumers_inner.py +0 -53
- test/test_v2_extranet_lan_segments_usage_top_post200_response.py +0 -56
- test/test_v2_extranet_service_overtime_consumption_post200_response.py +0 -66
- test/test_v2_extranet_service_overtime_consumption_post200_response_dl_agg_stats_inner.py +0 -55
- test/test_v2_extranet_sites_consumption_overview_post200_response.py +0 -81
- test/test_v2_extranet_sites_consumption_overview_post200_response_lan_segments_inner.py +0 -57
- test/test_v2_extranet_total_usage_post200_response.py +0 -51
- test/test_v2_extranets_monitoring_consumers_post200_response.py +0 -58
- test/test_v2_extranets_monitoring_consumers_post200_response_consumers_inner.py +0 -55
- test/test_v2_integration_getall_enterprise_id_get200_response.py +0 -64
- test/test_v2_integration_integration_id_put_request_integration_body.py +0 -59
- test/test_v2_integration_post200_response.py +0 -62
- test/test_v2_integration_post200_response_integration.py +0 -61
- test/test_v2_integration_post_request_integration_body.py +0 -62
- test/test_v2_integration_post_request_integration_body_details.py +0 -53
- test/test_v2_monitoring_bfd_post200_response.py +0 -65
- test/test_v2_monitoring_bfd_post200_response_data_inner.py +0 -62
- test/test_v2_monitoring_bfd_post200_response_data_inner_samples_inner.py +0 -55
- test/test_v2_monitoring_bfd_post_request_selectors_inner.py +0 -53
- test/test_v2_monitoring_bgp_post200_response.py +0 -65
- test/test_v2_monitoring_bgp_post200_response_data_inner.py +0 -62
- test/test_v2_monitoring_bgp_post_request_selectors_inner.py +0 -53
- test/test_v2_monitoring_circuits_summary_post200_response.py +0 -78
- test/test_v2_monitoring_circuits_summary_post200_response_circuit_summaries_inner.py +0 -75
- test/test_v2_monitoring_circuits_utilization_post200_response.py +0 -65
- test/test_v2_monitoring_circuits_utilization_post200_response_data_inner.py +0 -62
- test/test_v2_monitoring_circuits_utilization_post200_response_data_inner_queue_utilization_inner.py +0 -56
- test/test_v2_monitoring_extranet_edge_status_get200_response.py +0 -61
- test/test_v2_monitoring_extranet_edge_status_get200_response_edge_statuses_inner.py +0 -58
- test/test_v2_monitoring_extranet_log_details_post200_response.py +0 -60
- test/test_v2_monitoring_extranet_log_details_post200_response_logs_inner.py +0 -57
- test/test_v2_monitoring_extranet_service_status_details_get200_response.py +0 -61
- test/test_v2_monitoring_extranet_service_status_details_get200_response_statuses_inner.py +0 -58
- test/test_v2_monitoring_extranet_service_status_details_get200_response_statuses_inner_statuses_inner.py +0 -52
- test/test_v2_monitoring_extranet_service_status_get200_response.py +0 -55
- test/test_v2_monitoring_extranet_status_details_get200_response.py +0 -72
- test/test_v2_monitoring_ike_error_history_post200_response.py +0 -61
- test/test_v2_monitoring_ike_error_history_post200_response_data_inner.py +0 -58
- test/test_v2_monitoring_interface_post200_response.py +0 -64
- test/test_v2_monitoring_interface_post200_response_data_inner.py +0 -61
- test/test_v2_monitoring_interface_post_request_selectors_inner.py +0 -52
- test/test_v2_monitoring_ipsec_post200_response.py +0 -64
- test/test_v2_monitoring_ipsec_post200_response_data_inner.py +0 -61
- test/test_v2_monitoring_ipsec_post_request_selectors_inner.py +0 -52
- test/test_v2_monitoring_ospf_post200_response.py +0 -65
- test/test_v2_monitoring_ospf_post200_response_data_inner.py +0 -62
- test/test_v2_monitoring_ospf_post_request_selectors_inner.py +0 -53
- test/test_v2_monitoring_policy_post200_response.py +0 -64
- test/test_v2_monitoring_policy_post200_response_data_inner.py +0 -61
- test/test_v2_monitoring_policy_post_request_selectors_inner.py +0 -52
- test/test_v2_monitoring_queue_instant_post200_response.py +0 -65
- test/test_v2_monitoring_queue_instant_post200_response_data_inner.py +0 -62
- test/test_v2_monitoring_queue_instant_post_request_selectors_inner.py +0 -53
- test/test_v2_monitoring_queue_post200_response.py +0 -66
- test/test_v2_monitoring_queue_post200_response_data_inner.py +0 -63
- test/test_v2_monitoring_queue_post_request_selectors_inner.py +0 -54
- test/test_v2_monitoring_segment_route_counts_post200_response.py +0 -64
- test/test_v2_monitoring_segment_route_counts_post200_response_data_inner.py +0 -64
- test/test_v2_monitoring_site_circuits_bandwidth_site_id_post200_response.py +0 -69
- test/test_v2_monitoring_site_circuits_bandwidth_site_id_post200_response_data_inner.py +0 -69
- test/test_v2_monitoring_site_twamp_site_id_post200_response.py +0 -68
- test/test_v2_monitoring_site_twamp_site_id_post200_response_data_inner.py +0 -65
- test/test_v2_monitoring_site_twamp_site_id_post_request_selectors_inner.py +0 -54
- test/test_v2_monitoring_system_generic_post200_response.py +0 -63
- test/test_v2_monitoring_system_generic_post200_response_data_inner.py +0 -60
- test/test_v2_monitoring_twamp_post200_response.py +0 -66
- test/test_v2_monitoring_twamp_post200_response_data_inner.py +0 -63
- test/test_v2_notification_create_post_request_notification_body.py +0 -68
- test/test_v2_notificationlist_post200_response.py +0 -78
- test/test_v2_notificationlist_post200_response_notification_list_inner.py +0 -75
- test/test_v2_notificationlist_post_request_time_window.py +0 -57
- test/test_v2_rulelist_post200_response.py +0 -62
- test/test_v2_rulelist_post200_response_rule_list_inner.py +0 -59
- test/test_v2_site_site_id_detail_post200_response.py +0 -60
- test/test_v2_site_site_id_detail_post200_response_site.py +0 -54
- test/test_v2_version_post200_response.py +0 -51
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.12.1.dist-info}/WHEEL +0 -0
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.12.1.dist-info}/licenses/LICENSE +0 -0
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.12.1.dist-info}/top_level.txt +0 -0
graphiant_sdk/__init__.py
CHANGED
|
@@ -14,2443 +14,1480 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "25.
|
|
18
|
-
|
|
19
|
-
# Define package exports
|
|
20
|
-
__all__ = [
|
|
21
|
-
"DefaultApi",
|
|
22
|
-
"ApiResponse",
|
|
23
|
-
"ApiClient",
|
|
24
|
-
"Configuration",
|
|
25
|
-
"OpenApiException",
|
|
26
|
-
"ApiTypeError",
|
|
27
|
-
"ApiValueError",
|
|
28
|
-
"ApiKeyError",
|
|
29
|
-
"ApiAttributeError",
|
|
30
|
-
"ApiException",
|
|
31
|
-
"V1AccountEmailPatchRequest",
|
|
32
|
-
"V1AccountInfoPatchRequest",
|
|
33
|
-
"V1AccountMfaConfirmationPost200Response",
|
|
34
|
-
"V1AccountMfaConfirmationPostRequest",
|
|
35
|
-
"V1AccountMfaGet200Response",
|
|
36
|
-
"V1AccountMfaPut200Response",
|
|
37
|
-
"V1AccountMfaPutRequest",
|
|
38
|
-
"V1AccountPasswordPatchRequest",
|
|
39
|
-
"V1ActivityLogsPost200Response",
|
|
40
|
-
"V1ActivityLogsPost200ResponseDetailsInner",
|
|
41
|
-
"V1ActivityLogsPost200ResponseDetailsInnerTargetsInner",
|
|
42
|
-
"V1ActivityLogsPost200ResponseDetailsInnerTargetsInnerEventsInner",
|
|
43
|
-
"V1ActivityLogsPost200ResponseFilterEntitiesValue",
|
|
44
|
-
"V1ActivityLogsPostRequest",
|
|
45
|
-
"V1ActivityLogsPostRequestSelector",
|
|
46
|
-
"V1ActivityLogsPostRequestSelectorJobEntity",
|
|
47
|
-
"V1ActivityLogsPostRequestSelectorV2",
|
|
48
|
-
"V1AlarmHistoryGet200Response",
|
|
49
|
-
"V1AlarmHistoryGet200ResponseHistoryInner",
|
|
50
|
-
"V1AlarmHistoryGet200ResponseHistoryInnerTime",
|
|
51
|
-
"V1AlarmMuteAlarmIdPutRequest",
|
|
52
|
-
"V1AlarmsEventsGet200Response",
|
|
53
|
-
"V1AlarmsListGet200Response",
|
|
54
|
-
"V1AlarmsListGet200ResponseAlarmsInner",
|
|
55
|
-
"V1AppsAppSummaryPost200Response",
|
|
56
|
-
"V1AppsAppSummaryPost200ResponseAppSummary",
|
|
57
|
-
"V1AppsAppSummaryPost200ResponseAppSummaryAppIncidents",
|
|
58
|
-
"V1AppsAppSummaryPost200ResponseAppSummaryAppIncidentsDataInner",
|
|
59
|
-
"V1AppsAppSummaryPost200ResponseAppSummaryCircuitsIncidentsInner",
|
|
60
|
-
"V1AppsAppSummaryPost200ResponseAppSummaryCircuitsIncidentsInnerDataInner",
|
|
61
|
-
"V1AppsAppSummaryPost200ResponseAppSummaryCircuitsIncidentsInnerDataInnerDlIncidents",
|
|
62
|
-
"V1AppsAppSummaryPost200ResponseAppSummaryCircuitsIncidentsv2Inner",
|
|
63
|
-
"V1AppsAppSummaryPost200ResponseAppSummaryCircuitsIncidentsv2InnerData",
|
|
64
|
-
"V1AppsAppSummaryPostRequest",
|
|
65
|
-
"V1AppsBandwidthPost200Response",
|
|
66
|
-
"V1AppsBandwidthPost200ResponseStatsInner",
|
|
67
|
-
"V1AppsBandwidthPostRequest",
|
|
68
|
-
"V1AppsDeviceDeviceIdTopPost200Response",
|
|
69
|
-
"V1AppsDeviceDeviceIdTopPost200ResponseAppsUtilizationInner",
|
|
70
|
-
"V1AppsDeviceDeviceIdTopPostRequest",
|
|
71
|
-
"V1AppsVisualizationPost200Response",
|
|
72
|
-
"V1AppsVisualizationPost200ResponseAppsVisualizationInner",
|
|
73
|
-
"V1AppsVisualizationPost200ResponseAppsVisualizationInnerCircuitMapValue",
|
|
74
|
-
"V1AppsVisualizationPost200ResponseAppsVisualizationInnerCircuitMapValueStats",
|
|
75
|
-
"V1AppsVisualizationPostRequest",
|
|
76
|
-
"V1AuditLogsPost200Response",
|
|
77
|
-
"V1AuditLogsPost200ResponseHistogramInner",
|
|
78
|
-
"V1AuditLogsPost200ResponseLogsInner",
|
|
79
|
-
"V1AuditLogsPost200ResponseLogsInnerFailedTargetResultsInner",
|
|
80
|
-
"V1AuditLogsPost200ResponseLogsInnerFailedTargetResultsInnerTarget",
|
|
81
|
-
"V1AuditLogsPostRequest",
|
|
82
|
-
"V1AuditLogsPostRequestSelectorsInner",
|
|
83
|
-
"V1AuthGet200Response",
|
|
84
|
-
"V1AuthLoginPost200Response",
|
|
85
|
-
"V1AuthLoginPostRequest",
|
|
86
|
-
"V1AuthLoginPreGet200Response",
|
|
87
|
-
"V1AuthLoginTempPost200Response",
|
|
88
|
-
"V1AuthLoginTempPostRequest",
|
|
89
|
-
"V1AuthMfaPatchRequest",
|
|
90
|
-
"V1AuthPut204Response",
|
|
91
|
-
"V1AuthUserGet200Response",
|
|
92
|
-
"V1B2bExtranetMonitoringFilterPost200Response",
|
|
93
|
-
"V1B2bExtranetMonitoringFilterPost200ResponseFilters",
|
|
94
|
-
"V1B2bExtranetMonitoringFilterPost200ResponseFiltersCustomersInner",
|
|
95
|
-
"V1B2bExtranetMonitoringFilterPostRequest",
|
|
96
|
-
"V1BackboneHealthDeviceDeviceIdPost200Response",
|
|
97
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseControlPlane",
|
|
98
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseControlPlaneControlTransitions",
|
|
99
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseControlPlaneControlTransitionsTransitionsInner",
|
|
100
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseControlPlaneControlTransitionsTransitionsInnerTransitionsInner",
|
|
101
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseDataPlane",
|
|
102
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseDataPlaneSessionSlasInner",
|
|
103
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseDataPlaneSessionSlasInnerValuesInner",
|
|
104
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseIssuesInner",
|
|
105
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseQoeMatrix",
|
|
106
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseQoeMatrixDevicesInner",
|
|
107
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseQoeMatrixQoeMatrixInner",
|
|
108
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseQoeMatrixQoeMatrixInnerBoxInner",
|
|
109
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseSystemPlane",
|
|
110
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseSystemPlaneCrashesInner",
|
|
111
|
-
"V1BackboneHealthDeviceDeviceIdPost200ResponseSystemPlaneLastCrash",
|
|
112
|
-
"V1BackboneHealthEtWanMatrixGet200Response",
|
|
113
|
-
"V1BackboneHealthEtWanMatrixGet200ResponseDeviceEtwanSummaryInner",
|
|
114
|
-
"V1BackboneHealthEtWanMatrixGet200ResponseRegionSlaStatusInner",
|
|
115
|
-
"V1BackboneHealthEtetSlaMatrixGet200Response",
|
|
116
|
-
"V1BackboneHealthEtetSlaMatrixGet200ResponseRegionStatusInner",
|
|
117
|
-
"V1BackboneHealthEtetSlaMatrixGet200ResponseSlaMatrixInner",
|
|
118
|
-
"V1BackboneHealthFilterGet200Response",
|
|
119
|
-
"V1BackboneHealthFilterGet200ResponseLanSegmentsInner",
|
|
120
|
-
"V1BackboneHealthFilterGet200ResponseRegionsInner",
|
|
121
|
-
"V1BackboneHealthFilterGet200ResponseSitesInner",
|
|
122
|
-
"V1BackboneHealthOverviewPost200Response",
|
|
123
|
-
"V1BackboneHealthOverviewPost200ResponseDevicesInner",
|
|
124
|
-
"V1BackboneHealthOverviewPostRequest",
|
|
125
|
-
"V1BackboneHealthOverviewPostRequestDimensions",
|
|
126
|
-
"V1BackboneHealthOverviewPostRequestFilter",
|
|
127
|
-
"V1BackboneHealthTopDevicesByAlertsPost200Response",
|
|
128
|
-
"V1BackboneHealthTopDevicesByAlertsPost200ResponseControlPlane",
|
|
129
|
-
"V1BackboneHealthTopDevicesByAlertsPost200ResponseControlPlaneDeviceCountsInner",
|
|
130
|
-
"V1BackboneHealthTopDevicesByAlertsPostRequest",
|
|
131
|
-
"V1BwtrackerEnterpriseCsvPost200Response",
|
|
132
|
-
"V1BwtrackerEnterpriseCsvPost200ResponseBwusageCsvDetails",
|
|
133
|
-
"V1BwtrackerEnterpriseCsvPost200ResponseBwusageCsvDetailsBwusageCsvRecordInner",
|
|
134
|
-
"V1BwtrackerEnterpriseDetailsPost200Response",
|
|
135
|
-
"V1BwtrackerEnterpriseDetailsPost200ResponseBwusageDetails",
|
|
136
|
-
"V1BwtrackerEnterpriseDetailsPost200ResponseBwusageDetailsBwusageRegionInner",
|
|
137
|
-
"V1BwtrackerEnterpriseDetailsPost200ResponseBwusageDetailsBwusageSiteInner",
|
|
138
|
-
"V1BwtrackerEnterpriseSummaryPost200Response",
|
|
139
|
-
"V1BwtrackerEnterpriseSummaryPost200ResponseBwusageSummary",
|
|
140
|
-
"V1BwtrackerEnterpriseSummaryPost200ResponseBwusageSummaryBwusageRoleSummaryInner",
|
|
141
|
-
"V1BwtrackerEnterpriseSummaryPost200ResponseBwusageSummaryBwusageTopRegionsInner",
|
|
142
|
-
"V1BwtrackerRegionCloudChartPost200Response",
|
|
143
|
-
"V1BwtrackerRegionCloudChartPost200ResponseBwusageChart",
|
|
144
|
-
"V1BwtrackerRegionCloudChartPost200ResponseBwusageChartBwusageChartInner",
|
|
145
|
-
"V1BwtrackerRegionCloudChartPostRequest",
|
|
146
|
-
"V1BwtrackerRegionCloudSummaryPost200Response",
|
|
147
|
-
"V1BwtrackerRegionCloudSummaryPost200ResponseBwusageSummary",
|
|
148
|
-
"V1BwtrackerRegionCloudSummaryPost200ResponseBwusageSummaryBwusageTopProvidersInner",
|
|
149
|
-
"V1BwtrackerRegionEdgeDetailsPost200Response",
|
|
150
|
-
"V1BwtrackerRegionEdgeDetailsPost200ResponseBwusageDetails",
|
|
151
|
-
"V1BwtrackerRegionEdgeSummaryPost200Response",
|
|
152
|
-
"V1BwtrackerRegionEdgeSummaryPost200ResponseBwusageSummary",
|
|
153
|
-
"V1BwtrackerRegionEdgeSummaryPost200ResponseBwusageSummaryBwusageTopSitesInner",
|
|
154
|
-
"V1BwtrackerRegionSiteChartPostRequest",
|
|
155
|
-
"V1BwtrackerRegionSiteDetailsPost200Response",
|
|
156
|
-
"V1BwtrackerRegionSiteDetailsPost200ResponseBwusageDetails",
|
|
157
|
-
"V1BwtrackerRegionSiteDetailsPost200ResponseBwusageDetailsBwuageEdgeProviderInner",
|
|
158
|
-
"V1BwtrackerRegionSiteDetailsPost200ResponseBwusageDetailsBwuageProviderInner",
|
|
159
|
-
"V1BwtrackerRegionSiteGatewaySummaryPost200Response",
|
|
160
|
-
"V1BwtrackerRegionSiteGatewaySummaryPost200ResponseBwusageSummary",
|
|
161
|
-
"V1DataAssuranceAssurancesApplicationsBucketAppNameGet200Response",
|
|
162
|
-
"V1DataAssuranceAssurancesApplicationsBucketAppNameGet200ResponseAssurancesInner",
|
|
163
|
-
"V1DataAssuranceAssurancesGlobalGet200Response",
|
|
164
|
-
"V1DataAssuranceAssurancesGlobalGet200ResponseRowsInner",
|
|
165
|
-
"V1DataAssuranceAssurancesGlobalGet200ResponseRowsInnerAppsInner",
|
|
166
|
-
"V1DataAssuranceAssurancesGlobalGet200ResponseRowsInnerLansInner",
|
|
167
|
-
"V1DataAssuranceAssurancesGlobalGet200ResponseRowsInnerSitesInner",
|
|
168
|
-
"V1DataAssuranceAssurancesGlobalIdPut200Response",
|
|
169
|
-
"V1DataAssuranceAssurancesGlobalIdPutRequest",
|
|
170
|
-
"V1DataAssuranceAssurancesGlobalPost200Response",
|
|
171
|
-
"V1DataAssuranceAssurancesGlobalPostRequest",
|
|
172
|
-
"V1DataAssuranceAssurancesGlobalPostRequestConfig",
|
|
173
|
-
"V1DataAssuranceAssurancesGlobalPostRequestConfigAppsInner",
|
|
174
|
-
"V1DataAssuranceAssurancesGlobalPostRequestConfigAppsInnerServersInner",
|
|
175
|
-
"V1DataAssuranceFlexAlgosGet200Response",
|
|
176
|
-
"V1DataAssuranceFlexAlgosGet200ResponseEntriesInner",
|
|
177
|
-
"V1DeviceRoutingBgpNbrStatsGet200Response",
|
|
178
|
-
"V1DeviceRoutingBgpNbrStatsGet200ResponseStats",
|
|
179
|
-
"V1DeviceRoutingBgpNbridGet200Response",
|
|
180
|
-
"V1DeviceRoutingBgpNbrsCountersGet200Response",
|
|
181
|
-
"V1DeviceRoutingBgpNbrsCountersGet200ResponseCountersInner",
|
|
182
|
-
"V1DeviceRoutingBgpNbrsDetailsGet200Response",
|
|
183
|
-
"V1DeviceRoutingBgpNbrsPerAfiPrefixGet200Response",
|
|
184
|
-
"V1DeviceRoutingBgpNbrsPerAfiPrefixGet200ResponsePrefixesInner",
|
|
185
|
-
"V1DeviceRoutingOspfv2AreaInterfaceGet200Response",
|
|
186
|
-
"V1DeviceRoutingOspfv2AreaInterfaceGet200ResponseInterfacesInner",
|
|
187
|
-
"V1DeviceRoutingOspfv2AreaInterfaceNbridGet200Response",
|
|
188
|
-
"V1DeviceRoutingOspfv2AreaInterfaceidGet200Response",
|
|
189
|
-
"V1DeviceRoutingOspfv2AreaLsdbGet200Response",
|
|
190
|
-
"V1DeviceRoutingOspfv2AreaLsdbGet200ResponseLsasInner",
|
|
191
|
-
"V1DeviceRoutingOspfv2AreaLsdbGet200ResponseLsasInnerAsexternalLsa",
|
|
192
|
-
"V1DeviceRoutingOspfv2AreaLsdbGet200ResponseLsasInnerAsexternalLsaTosMetric",
|
|
193
|
-
"V1DeviceRoutingOspfv2AreaLsdbGet200ResponseLsasInnerNetworkLsa",
|
|
194
|
-
"V1DeviceRoutingOspfv2AreaLsdbGet200ResponseLsasInnerRouterLsa",
|
|
195
|
-
"V1DeviceRoutingOspfv2AreaLsdbGet200ResponseLsasInnerRouterLsaLinksInner",
|
|
196
|
-
"V1DeviceRoutingOspfv2AreaLsdbGet200ResponseLsasInnerSummaryLsa",
|
|
197
|
-
"V1DeviceRoutingOspfv2AreaNbrGet200Response",
|
|
198
|
-
"V1DeviceRoutingOspfv2AreaNbrGet200ResponseNbrsInner",
|
|
199
|
-
"V1DeviceRoutingOspfv2AreaidGet200Response",
|
|
200
|
-
"V1DeviceRoutingOspfv2RibGet200Response",
|
|
201
|
-
"V1DeviceRoutingOspfv2RibGet200ResponseRoutesInner",
|
|
202
|
-
"V1DeviceRoutingOspfv2RibGet200ResponseRoutesInnerPathInner",
|
|
203
|
-
"V1DeviceRoutingOspfv2StatisticsGet200Response",
|
|
204
|
-
"V1DeviceRoutingOspfv2StatisticsGet200ResponseStatisticsValue",
|
|
205
|
-
"V1DeviceRoutingVrfBgpEibgpRouteCountGet200Response",
|
|
206
|
-
"V1DeviceRoutingVrfBgpEibgpRouteCountGet200ResponseEbgpRouteCount",
|
|
207
|
-
"V1DeviceRoutingVrfBgpGraphiantEirouteCountGet200Response",
|
|
208
|
-
"V1DeviceRoutingVrfBgpRouteCountPost200Response",
|
|
209
|
-
"V1DeviceRoutingVrfBgpRouteCountPost200ResponseCountsInner",
|
|
210
|
-
"V1DeviceRoutingVrfBgpRouteCountPostRequest",
|
|
211
|
-
"V1DeviceSnapshotDeviceIdGet200Response",
|
|
212
|
-
"V1DeviceSnapshotGet200Response",
|
|
213
|
-
"V1DeviceSnapshotGet200ResponseFirstSnapshot",
|
|
214
|
-
"V1DeviceSnapshotGet200ResponseFirstSnapshotAuthor",
|
|
215
|
-
"V1DeviceSnapshotGet200ResponseFirstSnapshotData",
|
|
216
|
-
"V1DeviceSnapshotPostRequest",
|
|
217
|
-
"V1DeviceSnapshotPutRequest",
|
|
218
|
-
"V1DeviceStatusHistoryPost200Response",
|
|
219
|
-
"V1DeviceStatusHistoryPost200ResponseMappingsInner",
|
|
220
|
-
"V1DeviceStatusHistoryPostRequest",
|
|
221
|
-
"V1DeviceStatusPost200Response",
|
|
222
|
-
"V1DeviceStatusPost200ResponseMappingsInner",
|
|
223
|
-
"V1DevicesBringupPost200Response",
|
|
224
|
-
"V1DevicesBringupPost200ResponseSummariesInner",
|
|
225
|
-
"V1DevicesBringupPostRequest",
|
|
226
|
-
"V1DevicesBringupPutRequest",
|
|
227
|
-
"V1DevicesBringupTokenPost200Response",
|
|
228
|
-
"V1DevicesBringupTokenPostRequest",
|
|
229
|
-
"V1DevicesDeviceIdArpGet200Response",
|
|
230
|
-
"V1DevicesDeviceIdArpGet200ResponseArpEntryInner",
|
|
231
|
-
"V1DevicesDeviceIdCandidateCircuitsGet200Response",
|
|
232
|
-
"V1DevicesDeviceIdCandidateCircuitsGet200ResponseCircuitsInner",
|
|
233
|
-
"V1DevicesDeviceIdCircuitsVrfAssociationsGet200Response",
|
|
234
|
-
"V1DevicesDeviceIdCircuitsVrfAssociationsGet200ResponseVrfAssociationsValue",
|
|
235
|
-
"V1DevicesDeviceIdConfigPut202Response",
|
|
236
|
-
"V1DevicesDeviceIdConfigPutRequest",
|
|
237
|
-
"V1DevicesDeviceIdConfigPutRequestCore",
|
|
238
|
-
"V1DevicesDeviceIdConfigPutRequestCoreBgpInstance",
|
|
239
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrf",
|
|
240
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpAggregationsValue",
|
|
241
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpAggregationsValueConfig",
|
|
242
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpNeighborsValue",
|
|
243
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpNeighborsValueNeighbor",
|
|
244
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpNeighborsValueNeighborAllowAsIn",
|
|
245
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpNeighborsValueNeighborBfd",
|
|
246
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpNeighborsValueNeighborBfdBfd",
|
|
247
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpNeighborsValueNeighborEbgpMultihopTtl",
|
|
248
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpNeighborsValueNeighborHoldTimerValue",
|
|
249
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpNeighborsValueNeighborMaxPrefixValue",
|
|
250
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfBgpRedistributionValue",
|
|
251
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfDhcpSubnetsValue",
|
|
252
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfDhcpSubnetsValueSubnet",
|
|
253
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfDhcpSubnetsValueSubnetIpRangesV2",
|
|
254
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfDhcpSubnetsValueSubnetStaticLeasesValue",
|
|
255
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfDhcpSubnetsValueSubnetStaticLeasesValueLease",
|
|
256
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfEbgpMultipath",
|
|
257
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfNatRuleset",
|
|
258
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2",
|
|
259
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2Process",
|
|
260
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessAdminDistance",
|
|
261
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessAreasValue",
|
|
262
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessAreasValueArea",
|
|
263
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessAreasValueAreaInterfacesValue",
|
|
264
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessAreasValueAreaInterfacesValueInterface",
|
|
265
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessAreasValueAreaInterfacesValueInterfaceBfd",
|
|
266
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessAreasValueAreaInterfacesValueInterfaceDeadIntervalValue",
|
|
267
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessAreasValueAreaInterfacesValueInterfaceHelloIntervalValue",
|
|
268
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessAreasValueAreaInterfacesValueInterfaceRetransmitIntervalValue",
|
|
269
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessRedistributionValue",
|
|
270
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOspfv2ProcessRedistributionValueProtocol",
|
|
271
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfOverlayFilters",
|
|
272
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfStaticRoutesValue",
|
|
273
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfStaticRoutesValueRoute",
|
|
274
|
-
"V1DevicesDeviceIdConfigPutRequestCoreCoreVrfStaticRoutesValueRouteNextHop",
|
|
275
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValue",
|
|
276
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterface",
|
|
277
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceCoreNeighbor",
|
|
278
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceCoreNeighborCost",
|
|
279
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceCoreNeighborCostDynamic",
|
|
280
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceFlexAlgos",
|
|
281
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceGw",
|
|
282
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceGwGw",
|
|
283
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceGwGwDhcp",
|
|
284
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceGwGwDhcpDhcpRelay",
|
|
285
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceGwGwVrrp",
|
|
286
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceGwGwVrrpGroup",
|
|
287
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceInterfaceType",
|
|
288
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceInterfaceTypeWan",
|
|
289
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceInterfaceTypeWanGw",
|
|
290
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceInterfaceTypeWanGwGw",
|
|
291
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceInterfaceTypeWanGwGwVrrp",
|
|
292
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceInterfaceTypeWanGwGwVrrpGroup",
|
|
293
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceIpsec",
|
|
294
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceOspfInterface",
|
|
295
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceOspfInterfaceInterface",
|
|
296
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValue",
|
|
297
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterface",
|
|
298
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterfaceInterface",
|
|
299
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterfaceInterfaceType",
|
|
300
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterfaceInterfaceTypeWan",
|
|
301
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterfaceInterfaceTypeWanGw",
|
|
302
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterfaceInterfaceTypeWanGwGw",
|
|
303
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterfaceWan",
|
|
304
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterfaceWanGw",
|
|
305
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterfaceWanGwGw",
|
|
306
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterfaceWanGwGwDhcp",
|
|
307
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceSubinterfacesValueInterfaceWanGwGwVrrp",
|
|
308
|
-
"V1DevicesDeviceIdConfigPutRequestCoreInterfacesValueInterfaceWan",
|
|
309
|
-
"V1DevicesDeviceIdConfigPutRequestCorePrometheus",
|
|
310
|
-
"V1DevicesDeviceIdConfigPutRequestCorePrometheusRuleGroupsValue",
|
|
311
|
-
"V1DevicesDeviceIdConfigPutRequestCorePrometheusRuleGroupsValueRuleGroup",
|
|
312
|
-
"V1DevicesDeviceIdConfigPutRequestCorePrometheusRuleGroupsValueRuleGroupRulesValue",
|
|
313
|
-
"V1DevicesDeviceIdConfigPutRequestCorePrometheusRuleGroupsValueRuleGroupRulesValueRuleGroup",
|
|
314
|
-
"V1DevicesDeviceIdConfigPutRequestCorePrometheusSink",
|
|
315
|
-
"V1DevicesDeviceIdConfigPutRequestCorePrometheusSinkSink",
|
|
316
|
-
"V1DevicesDeviceIdConfigPutRequestCorePrometheusSysdbMonitorsValue",
|
|
317
|
-
"V1DevicesDeviceIdConfigPutRequestCorePrometheusSysdbMonitorsValueSysdbMonitor",
|
|
318
|
-
"V1DevicesDeviceIdConfigPutRequestEdge",
|
|
319
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeCircuitsValue",
|
|
320
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeCircuitsValuePatAddresses",
|
|
321
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeDns",
|
|
322
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeDnsDns",
|
|
323
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeDnsDnsDynamic",
|
|
324
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeDnsDnsStatic",
|
|
325
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeInterfacesValue",
|
|
326
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeInterfacesValueInterface",
|
|
327
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeInterfacesValueInterfaceSubinterfacesValue",
|
|
328
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeInterfacesValueInterfaceSubinterfacesValueInterface",
|
|
329
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeInterfacesValueInterfaceSubinterfacesValueInterfaceV4TcpMss",
|
|
330
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeInterfacesValueInterfaceSubinterfacesValueInterfaceV6TcpMss",
|
|
331
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeLagInterfacesValue",
|
|
332
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeLagInterfacesValueInterface",
|
|
333
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeLagInterfacesValueInterfaceLagMembersValue",
|
|
334
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeLagInterfacesValueInterfaceSubinterfacesValue",
|
|
335
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeLagInterfacesValueInterfaceSubinterfacesValueInterface",
|
|
336
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeNatPolicy",
|
|
337
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeNatPolicyNatRulesetsValue",
|
|
338
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeNatPolicyNatRulesetsValueRuleset",
|
|
339
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeNatPolicyNatRulesetsValueRulesetRulesValue",
|
|
340
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeNatPolicyNatRulesetsValueRulesetRulesValueRule",
|
|
341
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeSiteToSiteVpnValue",
|
|
342
|
-
"V1DevicesDeviceIdConfigPutRequestEdgeSiteToSiteVpnValueSiteToSiteVpn",
|
|
343
|
-
"V1DevicesDeviceIdConnectivityGet200Response",
|
|
344
|
-
"V1DevicesDeviceIdControllerPeersPutRequest",
|
|
345
|
-
"V1DevicesDeviceIdDhcpServerLeasesGet200Response",
|
|
346
|
-
"V1DevicesDeviceIdDraftGet200Response",
|
|
347
|
-
"V1DevicesDeviceIdDraftGet200ResponseDraft",
|
|
348
|
-
"V1DevicesDeviceIdDraftGet200ResponseDraftVersionInfo",
|
|
349
|
-
"V1DevicesDeviceIdDraftPost201Response",
|
|
350
|
-
"V1DevicesDeviceIdDraftPostRequest",
|
|
351
|
-
"V1DevicesDeviceIdEdgesGet200Response",
|
|
352
|
-
"V1DevicesDeviceIdGet200Response",
|
|
353
|
-
"V1DevicesDeviceIdInterfacesGet200Response",
|
|
354
|
-
"V1DevicesDeviceIdJobsJobIdGet200Response",
|
|
355
|
-
"V1DevicesDeviceIdJobsJobIdGet200ResponseJobStatus",
|
|
356
|
-
"V1DevicesDeviceIdNdcacheGet200Response",
|
|
357
|
-
"V1DevicesDeviceIdNdcacheGet200ResponseNdEntryInner",
|
|
358
|
-
"V1DevicesDeviceIdOspfv2DefaultOriginateGet200Response",
|
|
359
|
-
"V1DevicesDeviceIdPolicyZonepairsGet200Response",
|
|
360
|
-
"V1DevicesDeviceIdPolicyZonepairsGet200ResponseZonePairsInner",
|
|
361
|
-
"V1DevicesDeviceIdSlicePeersGet200Response",
|
|
362
|
-
"V1DevicesDeviceIdSlicePeersGet200ResponseSlicesInner",
|
|
363
|
-
"V1DevicesDeviceIdSlicePeersGet200ResponseSlicesInnerPeersInner",
|
|
364
|
-
"V1DevicesDeviceIdSlicePeersGet200ResponseSlicesInnerPeersInnerBgpConnection",
|
|
365
|
-
"V1DevicesDeviceIdSlicePeersGet200ResponseSlicesInnerPeersInnerIpsecConnection",
|
|
366
|
-
"V1DevicesDeviceIdTwampCoreGet200Response",
|
|
367
|
-
"V1DevicesDeviceIdVersionsCompareGet200Response",
|
|
368
|
-
"V1DevicesDeviceIdVersionsGet200Response",
|
|
369
|
-
"V1DevicesDeviceIdVersionsVersionGet200Response",
|
|
370
|
-
"V1DevicesDeviceIdVrfBgpAsGet200Response",
|
|
371
|
-
"V1DevicesDeviceIdVrfProtocolsGet200Response",
|
|
372
|
-
"V1DevicesDeviceIdVrrpGet200Response",
|
|
373
|
-
"V1DevicesDeviceIdVrrpGet200ResponseVrrpEntryInner",
|
|
374
|
-
"V1DevicesInventoryApproveReturnPostRequest",
|
|
375
|
-
"V1DevicesInventoryEnterprisePutRequest",
|
|
376
|
-
"V1DevicesInventoryGet200Response",
|
|
377
|
-
"V1DevicesInventoryGet200ResponseInventoryInner",
|
|
378
|
-
"V1DevicesInventoryPost200Response",
|
|
379
|
-
"V1DevicesInventoryPost200ResponseDataInner",
|
|
380
|
-
"V1DevicesInventoryPostRequest",
|
|
381
|
-
"V1DevicesInventorySerialNumPost200Response",
|
|
382
|
-
"V1DevicesOauthRedirectGet200Response",
|
|
383
|
-
"V1DevicesOauthRedirectGet200ResponseOnboardingRedirection",
|
|
384
|
-
"V1DevicesRmaPostRequest",
|
|
385
|
-
"V1DevicesRoutingVrfProtocolRouteCountGet200Response",
|
|
386
|
-
"V1DevicesRoutingVrfProtocolRouteCountGet200ResponseCountsInner",
|
|
387
|
-
"V1DevicesRunningVersionPost200Response",
|
|
388
|
-
"V1DevicesRunningVersionPost200ResponseVersionsInner",
|
|
389
|
-
"V1DevicesSessionStatusPost200Response",
|
|
390
|
-
"V1DevicesSessionStatusPost200ResponseBgpSessionDataMapValue",
|
|
391
|
-
"V1DevicesSessionStatusPostRequest",
|
|
392
|
-
"V1DevicesSummaryGet200Response",
|
|
393
|
-
"V1DevicesSummaryGet200ResponseSitesInner",
|
|
394
|
-
"V1DevicesSummaryGet200ResponseSitesInnerDevicesInner",
|
|
395
|
-
"V1DevicesUpgradeSchedulePutRequest",
|
|
396
|
-
"V1DiagnosticArchiveCreateDeviceIdPost201Response",
|
|
397
|
-
"V1DiagnosticArchiveCreateDeviceIdPostRequest",
|
|
398
|
-
"V1DiagnosticArchivesDeviceIdGet200Response",
|
|
399
|
-
"V1DiagnosticArchivesDeviceIdGet200ResponseArchivesInner",
|
|
400
|
-
"V1DiagnosticBgpResetDeviceIdPutRequest",
|
|
401
|
-
"V1DiagnosticClearArpDeviceIdPutRequest",
|
|
402
|
-
"V1DiagnosticClearArpDeviceIdPutRequestEntryInner",
|
|
403
|
-
"V1DiagnosticClearArpDeviceIdPutRequestEntryInnerAddress",
|
|
404
|
-
"V1DiagnosticGnmiPingGet200Response",
|
|
405
|
-
"V1DiagnosticGnmiPingGet200ResponseResultsInner",
|
|
406
|
-
"V1DiagnosticInterfaceResetDeviceIdPutRequest",
|
|
407
|
-
"V1DiagnosticOtpDeviceIdGet200Response",
|
|
408
|
-
"V1DiagnosticPacketcapturePcapIdGet200Response",
|
|
409
|
-
"V1DiagnosticPacketcaptureStartPost201Response",
|
|
410
|
-
"V1DiagnosticPacketcaptureStartPostRequest",
|
|
411
|
-
"V1DiagnosticPacketcaptureStartPostRequestFilter",
|
|
412
|
-
"V1DiagnosticPacketcaptureStartPostRequestFilterDestination",
|
|
413
|
-
"V1DiagnosticPacketcaptureStartPostRequestTarget",
|
|
414
|
-
"V1DiagnosticPingPauseResumePost204Response",
|
|
415
|
-
"V1DiagnosticPingPauseResumePost204ResponseResult",
|
|
416
|
-
"V1DiagnosticPingPauseResumePost204ResponseResultPingResult",
|
|
417
|
-
"V1DiagnosticPingPauseResumePost204ResponseResultRouteInfo",
|
|
418
|
-
"V1DiagnosticPingPauseResumePost204ResponseResultTraceResult",
|
|
419
|
-
"V1DiagnosticPingPauseResumePost204ResponseResultTraceResultHopsInner",
|
|
420
|
-
"V1DiagnosticPingPauseResumePost204ResponseResultTraceResultHopsInnerStats",
|
|
421
|
-
"V1DiagnosticPingPauseResumePostRequest",
|
|
422
|
-
"V1DiagnosticPingPauseResumePostRequestParams",
|
|
423
|
-
"V1DiagnosticRebootDeviceIdPutRequest",
|
|
424
|
-
"V1DiagnosticResetIpsecSessionDeviceIdPutRequest",
|
|
425
|
-
"V1DiagnosticSpeedtestPost200Response",
|
|
426
|
-
"V1DiagnosticSpeedtestPost200ResponseResult",
|
|
427
|
-
"V1DiagnosticSpeedtestPostRequest",
|
|
428
|
-
"V1DiagnosticSpeedtestPostRequestParams",
|
|
429
|
-
"V1DiagnosticSpeedtestProvidersGet200Response",
|
|
430
|
-
"V1DiagnosticSpeedtestReportPut200Response",
|
|
431
|
-
"V1DiagnosticSpeedtestReportPutRequest",
|
|
432
|
-
"V1DiagnosticSpeedtestServersGet200Response",
|
|
433
|
-
"V1DiagnosticSpeedtestServersGet200ResponseServerInner",
|
|
434
|
-
"V1EdgesHardwareAssignedGet200Response",
|
|
435
|
-
"V1EdgesHardwareAssignedGet200ResponseEdgesSummaryInner",
|
|
436
|
-
"V1EdgesHardwareAssignedGet200ResponseEdgesSummaryInnerUpgradeSummary",
|
|
437
|
-
"V1EdgesHardwareAssignedGet200ResponseEdgesSummaryInnerUpgradeSummaryLastRunningVersion",
|
|
438
|
-
"V1EdgesHardwareAssignedGet200ResponseEdgesSummaryInnerUpgradeSummarySchedule",
|
|
439
|
-
"V1EdgesHardwareUnassignedGet200Response",
|
|
440
|
-
"V1EdgesSummaryGet200Response",
|
|
441
|
-
"V1EnterpriseAllocationGet200Response",
|
|
442
|
-
"V1EnterpriseAllocationGet200ResponseConsumptionSummary",
|
|
443
|
-
"V1EnterpriseAllocationGet200ResponseConsumptionSummaryContractualSummary",
|
|
444
|
-
"V1EnterpriseAllocationGet200ResponseConsumptionSummaryContractualSummaryExpirationDate",
|
|
445
|
-
"V1EnterpriseAllocationGet200ResponseConsumptionSummaryGlobalSummary",
|
|
446
|
-
"V1EnterpriseAllocationGet200ResponseConsumptionSummaryRegionalSummariesValue",
|
|
447
|
-
"V1EnterpriseAllocationGet200ResponseConsumptionSummaryRegionalSummariesValueAllocation",
|
|
448
|
-
"V1EnterpriseAllocationGet200ResponseConsumptionSummaryRegionalSummariesValueInternetConsumption",
|
|
449
|
-
"V1EnterpriseAllocationGet200ResponseConversionHoldersValue",
|
|
450
|
-
"V1EnterpriseAllocationGet200ResponseConversionHoldersValueBinsInner",
|
|
451
|
-
"V1EnterpriseAllocationGet200ResponseRegionalAllocationsInner",
|
|
452
|
-
"V1EnterpriseConfigurationGet200Response",
|
|
453
|
-
"V1EnterpriseConfigurationGet200ResponseConfiguration",
|
|
454
|
-
"V1EnterpriseContractPutRequest",
|
|
455
|
-
"V1EnterpriseSnapshotGet200Response",
|
|
456
|
-
"V1EnterpriseSnapshotGet200ResponseDeviceSnapshotMapValue",
|
|
457
|
-
"V1EnterpriseSnapshotGet200ResponseDeviceSnapshotRecordsInner",
|
|
458
|
-
"V1EnterprisesEnterpriseIdAdminGet200Response",
|
|
459
|
-
"V1EnterprisesGet200Response",
|
|
460
|
-
"V1EnterprisesGet200ResponseEnterprisesInner",
|
|
461
|
-
"V1EnterprisesGet200ResponseEnterprisesInnerCounts",
|
|
462
|
-
"V1EnterprisesGet200ResponseEnterprisesInnerCustomersValue",
|
|
463
|
-
"V1EnterprisesManagedGet200Response",
|
|
464
|
-
"V1EnterprisesPatchRequest",
|
|
465
|
-
"V1EnterprisesPatchRequestTokenExpiry",
|
|
466
|
-
"V1EnterprisesPutRequest",
|
|
467
|
-
"V1EventDeviceGet200Response",
|
|
468
|
-
"V1EventDeviceGet200ResponseEventsInner",
|
|
469
|
-
"V1EventSystemAckPostRequest",
|
|
470
|
-
"V1ExtranetB2bMonitoringPeeringServiceBandwidthUsagePost200Response",
|
|
471
|
-
"V1ExtranetB2bMonitoringPeeringServiceBandwidthUsagePost200ResponseDlStatsInner",
|
|
472
|
-
"V1ExtranetB2bMonitoringPeeringServiceBandwidthUsagePostRequest",
|
|
473
|
-
"V1ExtranetB2bMonitoringPeeringServiceConsumersUsageTopPost200Response",
|
|
474
|
-
"V1ExtranetB2bMonitoringPeeringServiceConsumersUsageTopPost200ResponseTopConsumersInner",
|
|
475
|
-
"V1ExtranetB2bMonitoringPeeringServiceConsumersUsageTopPostRequest",
|
|
476
|
-
"V1ExtranetB2bMonitoringPeeringServiceConsumptionOverviewPost200Response",
|
|
477
|
-
"V1ExtranetB2bMonitoringPeeringServiceConsumptionOverviewPost200ResponseFirstLevelInner",
|
|
478
|
-
"V1ExtranetB2bMonitoringPeeringServiceConsumptionOverviewPostRequest",
|
|
479
|
-
"V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPost200Response",
|
|
480
|
-
"V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPostRequest",
|
|
481
|
-
"V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200Response",
|
|
482
|
-
"V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInner",
|
|
483
|
-
"V1ExtranetB2bMonitoringPeeringServiceServiceHealthPost200ResponseServiceHealthInnerCustomerPrefixHealth",
|
|
484
|
-
"V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPost200Response",
|
|
485
|
-
"V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest",
|
|
486
|
-
"V1ExtranetSitesUsageTopPost200Response",
|
|
487
|
-
"V1ExtranetSitesUsageTopPost200ResponseTopSitesInner",
|
|
488
|
-
"V1ExtranetSitesUsageTopPostRequest",
|
|
489
|
-
"V1ExtranetsB2bConsumerDeviceStatusIdGet200Response",
|
|
490
|
-
"V1ExtranetsB2bConsumerDeviceStatusIdGet200ResponseSummaryInner",
|
|
491
|
-
"V1ExtranetsB2bConsumerIdGet200Response",
|
|
492
|
-
"V1ExtranetsB2bConsumerPost200Response",
|
|
493
|
-
"V1ExtranetsB2bConsumerPost200ResponseDeviceInner",
|
|
494
|
-
"V1ExtranetsB2bConsumerPost200ResponsePolicyInner",
|
|
495
|
-
"V1ExtranetsB2bConsumerPost200ResponsePolicyInnerInboundSecurityRulesInner",
|
|
496
|
-
"V1ExtranetsB2bConsumerPost200ResponsePolicyInnerInboundSecurityRulesInnerMatch",
|
|
497
|
-
"V1ExtranetsB2bConsumerPost200ResponsePolicyInnerTrafficRulesInner",
|
|
498
|
-
"V1ExtranetsB2bConsumerPost200ResponsePolicyInnerTrafficRulesInnerAction",
|
|
499
|
-
"V1ExtranetsB2bConsumerPostRequest",
|
|
500
|
-
"V1ExtranetsB2bConsumerPostRequestPolicyInner",
|
|
501
|
-
"V1ExtranetsB2bConsumerPostRequestPolicyInnerRulesInner",
|
|
502
|
-
"V1ExtranetsB2bConsumerPostRequestSiteInformationInner",
|
|
503
|
-
"V1ExtranetsB2bConsumerPostRequestSiteInformationInnerPolicerSiteLists",
|
|
504
|
-
"V1ExtranetsB2bConsumerSummaryGet200Response",
|
|
505
|
-
"V1ExtranetsB2bConsumerSummaryGet200ResponseSummaryInner",
|
|
506
|
-
"V1ExtranetsB2bCustomerInfoIdGet200Response",
|
|
507
|
-
"V1ExtranetsB2bGeneralCustomersSummaryGet200Response",
|
|
508
|
-
"V1ExtranetsB2bGeneralCustomersSummaryGet200ResponseCustomersInner",
|
|
509
|
-
"V1ExtranetsB2bIdCustomerPost200Response",
|
|
510
|
-
"V1ExtranetsB2bIdCustomerPost200ResponseResponsesInner",
|
|
511
|
-
"V1ExtranetsB2bIdCustomerPostRequest",
|
|
512
|
-
"V1ExtranetsB2bIdCustomerPostRequestInvitesInner",
|
|
513
|
-
"V1ExtranetsB2bIdCustomerSummaryGet200Response",
|
|
514
|
-
"V1ExtranetsB2bIdCustomerSummaryGet200ResponseCustomersInner",
|
|
515
|
-
"V1ExtranetsB2bIdPutRequest",
|
|
516
|
-
"V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200Response",
|
|
517
|
-
"V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseIpsecTunnelConfigInner",
|
|
518
|
-
"V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseMatchDetails",
|
|
519
|
-
"V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseMatchDetailsCustomer",
|
|
520
|
-
"V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseMatchDetailsService",
|
|
521
|
-
"V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseMatchDetailsServicePrefixesInner",
|
|
522
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdMatchDetailsGet200Response",
|
|
523
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPost200Response",
|
|
524
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequest",
|
|
525
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue",
|
|
526
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner",
|
|
527
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn",
|
|
528
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails",
|
|
529
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting",
|
|
530
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp",
|
|
531
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue",
|
|
532
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValueFamily",
|
|
533
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpMd5Password",
|
|
534
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingStatic",
|
|
535
|
-
"V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsTunnel1",
|
|
536
|
-
"V1ExtranetsB2bPeeringCustomerIdGet200Response",
|
|
537
|
-
"V1ExtranetsB2bPeeringCustomerPost200Response",
|
|
538
|
-
"V1ExtranetsB2bPeeringCustomerPostRequest",
|
|
539
|
-
"V1ExtranetsB2bPeeringCustomerPostRequestInvite",
|
|
540
|
-
"V1ExtranetsB2bPeeringMatchServiceToCustomerPost200Response",
|
|
541
|
-
"V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest",
|
|
542
|
-
"V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService",
|
|
543
|
-
"V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner",
|
|
544
|
-
"V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner",
|
|
545
|
-
"V1ExtranetsB2bPeeringMatchServicesSummaryGet200Response",
|
|
546
|
-
"V1ExtranetsB2bPeeringMatchServicesSummaryGet200ResponseServicesInner",
|
|
547
|
-
"V1ExtranetsB2bPeeringProducerIdGet200Response",
|
|
548
|
-
"V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response",
|
|
549
|
-
"V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner",
|
|
550
|
-
"V1ExtranetsB2bPeeringProducerPost200Response",
|
|
551
|
-
"V1ExtranetsB2bPeeringProducerPost200ResponsePolicy",
|
|
552
|
-
"V1ExtranetsB2bPeeringProducerPostRequest",
|
|
553
|
-
"V1ExtranetsB2bPeeringProducerPostRequestPolicy",
|
|
554
|
-
"V1ExtranetsB2bPost200Response",
|
|
555
|
-
"V1ExtranetsB2bPost200ResponsePolicy",
|
|
556
|
-
"V1ExtranetsB2bPostRequest",
|
|
557
|
-
"V1ExtranetsB2bPostRequestPolicy",
|
|
558
|
-
"V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue",
|
|
559
|
-
"V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner",
|
|
560
|
-
"V1ExtranetsB2bPostRequestPolicyProfilesInner",
|
|
561
|
-
"V1ExtranetsB2bPostRequestPolicySla",
|
|
562
|
-
"V1ExtranetsB2bProducerDeviceStatusIdGet200Response",
|
|
563
|
-
"V1ExtranetsB2bProducersSummaryGet200Response",
|
|
564
|
-
"V1ExtranetsB2bProducersSummaryGet200ResponseInfoInner",
|
|
565
|
-
"V1ExtranetsGet200Response",
|
|
566
|
-
"V1ExtranetsGet200ResponsePoliciesInner",
|
|
567
|
-
"V1ExtranetsGet200ResponsePoliciesInnerAuto",
|
|
568
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranches",
|
|
569
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInner",
|
|
570
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerBgp",
|
|
571
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInner",
|
|
572
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerBgpAggregationsInner",
|
|
573
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerBgpMultipath",
|
|
574
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerBgpNeighborsInner",
|
|
575
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerBgpNeighborsInnerAddressFamiliesInner",
|
|
576
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerBgpNeighborsInnerBfd",
|
|
577
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerBgpNeighborsInnerBfdNeighbor",
|
|
578
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerBgpRedistributions",
|
|
579
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerCoreLogicalInterfacesV2Inner",
|
|
580
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerProfile",
|
|
581
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerProfileQueuesInner",
|
|
582
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerStaticRoutesInner",
|
|
583
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerCircuitsInnerStaticRoutesInnerNextHop",
|
|
584
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerDns",
|
|
585
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerDnsCloudflareServersInner",
|
|
586
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerDnsDynamicServersV2",
|
|
587
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerDnsDynamicServersV2ServersValue",
|
|
588
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerDnsStaticServersV2",
|
|
589
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInner",
|
|
590
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInnerIpSec",
|
|
591
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInnerIpv4",
|
|
592
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInnerIpv4DhcpRelay",
|
|
593
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInnerIpv4VrrpGroup",
|
|
594
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInnerIpv4VrrpGroupGroupMembersInner",
|
|
595
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInnerIpv4VrrpGroupTrackedInterfacesInner",
|
|
596
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInnerLagInterface",
|
|
597
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInnerLagInterfaceLacpConfig",
|
|
598
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInnerSfpOpticalStrengthInner",
|
|
599
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerInterfacesInnerSubinterfacesInner",
|
|
600
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerIpfixExportersInner",
|
|
601
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerIpsecTunnelsInner",
|
|
602
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerIpsecTunnelsInnerBgp",
|
|
603
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerLocation",
|
|
604
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerNatPolicy",
|
|
605
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerNatPolicyNatPolicyRulesetsInner",
|
|
606
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerNatPolicyNatPolicyRulesetsInnerRulesInner",
|
|
607
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerPrefixSetsInner",
|
|
608
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerPrefixSetsInnerEntriesInner",
|
|
609
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerPrefixSetsInnerPoliciesInner",
|
|
610
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerRegion",
|
|
611
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerRoutingPoliciesInner",
|
|
612
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerRoutingPoliciesInnerStatementsInner",
|
|
613
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerRoutingPoliciesInnerStatementsInnerActionsInner",
|
|
614
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerRoutingPoliciesInnerStatementsInnerMatchesInner",
|
|
615
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInner",
|
|
616
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerDhcpSubnetsInner",
|
|
617
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerDhcpSubnetsInnerLeasesInner",
|
|
618
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerDhcpSubnetsInnerNameservers",
|
|
619
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerDhcpSubnetsInnerRangesInner",
|
|
620
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerDhcpSubnetsInnerStaticLeasesInner",
|
|
621
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerOspfv2Process",
|
|
622
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerOspfv2ProcessAreasInner",
|
|
623
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerOspfv2ProcessAreasInnerInterfacesInner",
|
|
624
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerOspfv2ProcessRedistributedProtocolsInner",
|
|
625
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerOspfv3Process",
|
|
626
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerOverlayFilters",
|
|
627
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSegmentsInnerSyslogTargetsInner",
|
|
628
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSite",
|
|
629
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSiteDevicesInner",
|
|
630
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSitePolicyTag",
|
|
631
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSitePolicyTagLevelOne",
|
|
632
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmp",
|
|
633
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpCommunitiesInner",
|
|
634
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpEngineEndpointsInner",
|
|
635
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpNotifyFilterProfilesInner",
|
|
636
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpNotifyFilterProfilesInnerIncludeExcludeListInner",
|
|
637
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpTargetsInner",
|
|
638
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpUsmLocalUsersInner",
|
|
639
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpUsmRemoteUsersInner",
|
|
640
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpVacmGroupsInner",
|
|
641
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpVacmGroupsInnerAccessesInner",
|
|
642
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpVacmGroupsInnerGroupMembersInner",
|
|
643
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpVacmGroupsInnerViewsInner",
|
|
644
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerSnmpVacmGroupsInnerViewsInnerIncludeExcludeInner",
|
|
645
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicy",
|
|
646
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicyDpiApplicationsInner",
|
|
647
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicyNetworkListsInner",
|
|
648
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicyPortListsInner",
|
|
649
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicySecurityRulesetsInner",
|
|
650
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicySecurityRulesetsInnerRulesInner",
|
|
651
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicySecurityRulesetsInnerRulesInnerMatch",
|
|
652
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicyTrafficRulesetsInner",
|
|
653
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicyTrafficRulesetsInnerRulesInner",
|
|
654
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicyTrafficRulesetsInnerRulesInnerAction",
|
|
655
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicyZoneFirewallsInner",
|
|
656
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicyZoneFirewallsInnerIp",
|
|
657
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicyZoneFirewallsInnerUdp",
|
|
658
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesExcludedDevicesInnerTrafficPolicyZonePairsInner",
|
|
659
|
-
"V1ExtranetsGet200ResponsePoliciesInnerBranchesPrefixSet",
|
|
660
|
-
"V1ExtranetsGet200ResponsePoliciesInnerManual",
|
|
661
|
-
"V1ExtranetsIdApplyPost202Response",
|
|
662
|
-
"V1ExtranetsIdApplyPost202ResponseDevicesInner",
|
|
663
|
-
"V1ExtranetsIdApplyPostRequest",
|
|
664
|
-
"V1ExtranetsIdDelete200Response",
|
|
665
|
-
"V1ExtranetsMonitoringLanSegmentsGet200Response",
|
|
666
|
-
"V1ExtranetsMonitoringLanSegmentsGet200ResponseVrfsInner",
|
|
667
|
-
"V1ExtranetsMonitoringNatUsageGet200Response",
|
|
668
|
-
"V1ExtranetsMonitoringNatUsageGet200ResponseAllocationsInner",
|
|
669
|
-
"V1ExtranetsMonitoringTrafficSecurityPolicyPost200Response",
|
|
670
|
-
"V1ExtranetsMonitoringTrafficSecurityPolicyPost200ResponseSecurityRulesInner",
|
|
671
|
-
"V1ExtranetsMonitoringTrafficSecurityPolicyPost200ResponseTrafficRulesInner",
|
|
672
|
-
"V1ExtranetsMonitoringTrafficSecurityPolicyPostRequest",
|
|
673
|
-
"V1ExtranetsPost200Response",
|
|
674
|
-
"V1ExtranetsPostRequest",
|
|
675
|
-
"V1ExtranetsPostRequestPolicy",
|
|
676
|
-
"V1ExtranetsPostRequestPolicyBranches",
|
|
677
|
-
"V1ExtranetsPostRequestPolicyBranchesPrefixSet",
|
|
678
|
-
"V1ExtranetsResolvePolicyTargetPost200Response",
|
|
679
|
-
"V1ExtranetsResolvePolicyTargetPostRequest",
|
|
680
|
-
"V1ExtranetsSourceSegmentsPost200Response",
|
|
681
|
-
"V1ExtranetsSourceSegmentsPostRequest",
|
|
682
|
-
"V1FlowsFlowTablePost200Response",
|
|
683
|
-
"V1FlowsFlowTablePost200ResponseFlowTableInner",
|
|
684
|
-
"V1FlowsFlowTablePostRequest",
|
|
685
|
-
"V1FlowsFlowTablePostRequestSelector",
|
|
686
|
-
"V1FlowsTopologyPost200Response",
|
|
687
|
-
"V1FlowsTopologyPost200ResponseNetworkTopologyInner",
|
|
688
|
-
"V1FlowsTopologyPost200ResponseNetworkTopologyInnerDelta",
|
|
689
|
-
"V1FlowsTopologyPost200ResponseNetworkTopologyInnerDeltaEdgesAddedInner",
|
|
690
|
-
"V1FlowsTopologyPost200ResponseNetworkTopologyInnerDeltaEdgesAddedInnerConnections",
|
|
691
|
-
"V1FlowsTopologyPost200ResponseNetworkTopologyInnerDeltaEdgesAddedInnerConnectionsControlConnectionInner",
|
|
692
|
-
"V1FlowsTopologyPost200ResponseNetworkTopologyInnerDeltaNodesAddedInner",
|
|
693
|
-
"V1FlowsTopologyPostRequest",
|
|
694
|
-
"V1FlowsTopologyPostRequestAppSelector",
|
|
695
|
-
"V1GatewaysGuestConsumerMatchIdGet200Response",
|
|
696
|
-
"V1GatewaysIpsecRegionsRegionIdVrfsVrfIdInsideSubnetGet200Response",
|
|
697
|
-
"V1GatewaysPost200Response",
|
|
698
|
-
"V1GatewaysPostRequest",
|
|
699
|
-
"V1GatewaysPutRequest",
|
|
700
|
-
"V1GatewaysPutRequestDetails",
|
|
701
|
-
"V1GatewaysPutRequestDetailsAws",
|
|
702
|
-
"V1GatewaysPutRequestDetailsAwsAdvanceSettings",
|
|
703
|
-
"V1GatewaysPutRequestDetailsAwsTransitConnection",
|
|
704
|
-
"V1GatewaysPutRequestDetailsAwsTransitConnectionCredentials",
|
|
705
|
-
"V1GatewaysPutRequestDetailsAwsTransitConnectionGateway",
|
|
706
|
-
"V1GatewaysPutRequestDetailsAwsTransitConnectionGatewayTransitGatewaysInner",
|
|
707
|
-
"V1GatewaysPutRequestDetailsAwsTransitConnectionGatewayTransitGatewaysInnerVpcsInner",
|
|
708
|
-
"V1GatewaysPutRequestDetailsAwsTransitConnectionGatewayTransitGatewaysInnerVpcsInnerSubnetsInner",
|
|
709
|
-
"V1GatewaysPutRequestDetailsAzure",
|
|
710
|
-
"V1GatewaysPutRequestDetailsGcp",
|
|
711
|
-
"V1GatewaysPutRequestDetailsOci",
|
|
712
|
-
"V1GatewaysRegionsGet200Response",
|
|
713
|
-
"V1GatewaysStatusPostRequest",
|
|
714
|
-
"V1GatewaysStatusPostRequestDeviceInfoInner",
|
|
715
|
-
"V1GatewaysSummaryGet200Response",
|
|
716
|
-
"V1GatewaysSummaryGet200ResponseSummariesInner",
|
|
717
|
-
"V1GatewaysSummaryGet200ResponseSummariesInnerGatewayDeviceSummaryInner",
|
|
718
|
-
"V1GlobalAppsAppListOptionsGet200Response",
|
|
719
|
-
"V1GlobalAppsAppListsGet200Response",
|
|
720
|
-
"V1GlobalAppsAppListsGet200ResponseEntriesInner",
|
|
721
|
-
"V1GlobalAppsAppListsGet200ResponseEntriesInnerAppList",
|
|
722
|
-
"V1GlobalAppsAppListsGet200ResponseEntriesInnerAppListIdentifier",
|
|
723
|
-
"V1GlobalAppsAppListsPost200Response",
|
|
724
|
-
"V1GlobalAppsAppListsPostRequest",
|
|
725
|
-
"V1GlobalAppsAppListsPostRequestAppListConfig",
|
|
726
|
-
"V1GlobalAppsCategoriesGet200Response",
|
|
727
|
-
"V1GlobalAppsCategoriesGet200ResponseEntriesInner",
|
|
728
|
-
"V1GlobalAppsCustomAppIdDetailsAppListsGet200Response",
|
|
729
|
-
"V1GlobalAppsCustomGet200Response",
|
|
730
|
-
"V1GlobalAppsCustomGet200ResponseEntriesInner",
|
|
731
|
-
"V1GlobalAppsCustomGet200ResponseEntriesInnerAppConfig",
|
|
732
|
-
"V1GlobalAppsCustomPostRequest",
|
|
733
|
-
"V1GlobalAppsGraphiantGet200Response",
|
|
734
|
-
"V1GlobalAppsGraphiantGet200ResponseEntriesInner",
|
|
735
|
-
"V1GlobalAttachedEdgesPost200Response",
|
|
736
|
-
"V1GlobalAttachedEdgesPost200ResponseStatusesInner",
|
|
737
|
-
"V1GlobalAttachedEdgesPostRequest",
|
|
738
|
-
"V1GlobalConfigPatch200Response",
|
|
739
|
-
"V1GlobalConfigPatchRequest",
|
|
740
|
-
"V1GlobalConfigPatchRequestGlobalPrefixSetsValue",
|
|
741
|
-
"V1GlobalConfigPatchRequestGlobalPrefixSetsValuePrefixSet",
|
|
742
|
-
"V1GlobalConfigPatchRequestGlobalPrefixSetsValuePrefixSetEntriesValue",
|
|
743
|
-
"V1GlobalConfigPatchRequestGlobalPrefixSetsValuePrefixSetEntriesValueEntry",
|
|
744
|
-
"V1GlobalConfigPatchRequestIpfixExportersValue",
|
|
745
|
-
"V1GlobalConfigPatchRequestIpfixExportersValueExporter",
|
|
746
|
-
"V1GlobalConfigPatchRequestPrefixSetsValue",
|
|
747
|
-
"V1GlobalConfigPatchRequestPrefixSetsValueTarget",
|
|
748
|
-
"V1GlobalConfigPatchRequestPrefixSetsValueTargetPrefixSet",
|
|
749
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValue",
|
|
750
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicy",
|
|
751
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValue",
|
|
752
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatement",
|
|
753
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValue",
|
|
754
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValueAction",
|
|
755
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValueActionAdministrativeDistance",
|
|
756
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValueActionAspathPrepend",
|
|
757
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValueActionBgpSetNextHop",
|
|
758
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValueActionCallPolicy",
|
|
759
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValueActionCommunities",
|
|
760
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValueActionCommunitiesCommunity",
|
|
761
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValueActionLocalPref",
|
|
762
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValueActionMetric",
|
|
763
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementActionsValueActionWeight",
|
|
764
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValue",
|
|
765
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValueMatch",
|
|
766
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValueMatchCommunity",
|
|
767
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValueMatchCommunityCommunity",
|
|
768
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValueMatchPrefixSet",
|
|
769
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValueMatchProtocolRouteType",
|
|
770
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValueMatchRouteTag",
|
|
771
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValueMatchRouteTagEntry",
|
|
772
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValueMatchSourceInterface",
|
|
773
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValueMatchSourceProtocol",
|
|
774
|
-
"V1GlobalConfigPatchRequestRoutingPoliciesValuePolicyStatementsValueStatementMatchesValueMatchStale",
|
|
775
|
-
"V1GlobalConfigPatchRequestSnmpsValue",
|
|
776
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfig",
|
|
777
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigEngineEndpointsValue",
|
|
778
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigEngineEndpointsValueEngineEndpoint",
|
|
779
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigEngineEndpointsValueEngineEndpointAddressesValue",
|
|
780
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigNotifyFilterProfilesValue",
|
|
781
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigNotifyFilterProfilesValueNotifyFilterProfile",
|
|
782
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigTargetsValue",
|
|
783
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigTargetsValueTarget",
|
|
784
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigUsmLocalUsersValue",
|
|
785
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigUsmLocalUsersValueLocalUser",
|
|
786
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigUsmRemoteUsersValue",
|
|
787
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigUsmRemoteUsersValueRemoteUser",
|
|
788
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigVacmGroupsValue",
|
|
789
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigVacmGroupsValueGroup",
|
|
790
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigVacmGroupsValueGroupAccessesValue",
|
|
791
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigVacmGroupsValueGroupAccessesValueAccess",
|
|
792
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigVacmGroupsValueGroupMembersValue",
|
|
793
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigVacmGroupsValueGroupMembersValueMember",
|
|
794
|
-
"V1GlobalConfigPatchRequestSnmpsValueConfigVacmViewsValue",
|
|
795
|
-
"V1GlobalConfigPatchRequestSyslogServersValue",
|
|
796
|
-
"V1GlobalConfigPatchRequestSyslogServersValueTarget",
|
|
797
|
-
"V1GlobalConfigPatchRequestTrafficPolicies",
|
|
798
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesDpiApplicationsValue",
|
|
799
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesDpiApplicationsValueApplication",
|
|
800
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesDpiApplicationsValueApplicationDestinationNetworks",
|
|
801
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesDpiApplicationsValueApplicationDestinationPorts",
|
|
802
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesNetworkListsValue",
|
|
803
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesPortListsValue",
|
|
804
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValue",
|
|
805
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRuleset",
|
|
806
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValue",
|
|
807
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRule",
|
|
808
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleDownlinkBurstRate",
|
|
809
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatch",
|
|
810
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchApplication",
|
|
811
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchApplicationMatch",
|
|
812
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchContentFilter",
|
|
813
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchContentFilterMatch",
|
|
814
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchDestinationNetwork",
|
|
815
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchDestinationPortRange",
|
|
816
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchDomainList",
|
|
817
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchDomainListMatch",
|
|
818
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchDscp",
|
|
819
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchDscpMatch",
|
|
820
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchProtocol",
|
|
821
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesSecurityRulesetsValueRulesetRulesValueRuleMatchSourceNetwork",
|
|
822
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesTrafficRulesetsValue",
|
|
823
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesTrafficRulesetsValueRuleset",
|
|
824
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesTrafficRulesetsValueRulesetRulesValue",
|
|
825
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesTrafficRulesetsValueRulesetRulesValueRule",
|
|
826
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesTrafficRulesetsValueRulesetRulesValueRuleAction",
|
|
827
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesTrafficRulesetsValueRulesetRulesValueRuleActionBackupCircuitLabel",
|
|
828
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesTrafficRulesetsValueRulesetRulesValueRuleActionRemark",
|
|
829
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesTrafficRulesetsValueRulesetRulesValueRuleActionSetSlaClass",
|
|
830
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesZoneFirewallsValue",
|
|
831
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesZoneFirewallsValueZoneFirewall",
|
|
832
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesZoneFirewallsValueZoneFirewallIp",
|
|
833
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesZoneFirewallsValueZoneFirewallIpSessionLimit",
|
|
834
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesZoneFirewallsValueZoneFirewallUdp",
|
|
835
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesZonesValue",
|
|
836
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesZonesValueZone",
|
|
837
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesZonesValueZonePairsValue",
|
|
838
|
-
"V1GlobalConfigPatchRequestTrafficPoliciesZonesValueZonePairsValuePair",
|
|
839
|
-
"V1GlobalConfigPatchRequestVpnProfilesValue",
|
|
840
|
-
"V1GlobalConfigPatchRequestVpnProfilesValueVpnProfile",
|
|
841
|
-
"V1GlobalConfigSitePostRequest",
|
|
842
|
-
"V1GlobalConfigSitePostRequestIpfixExporterOpsV2Value",
|
|
843
|
-
"V1GlobalIpfixDeviceGet200Response",
|
|
844
|
-
"V1GlobalIpfixPostRequest",
|
|
845
|
-
"V1GlobalIpsecProfileGet200Response",
|
|
846
|
-
"V1GlobalIpsecProfileGet200ResponseIpsecProfilesInner",
|
|
847
|
-
"V1GlobalIpsecProfileIdGet200Response",
|
|
848
|
-
"V1GlobalIpsecProfileVpnProfileIdSiteToSiteGet200Response",
|
|
849
|
-
"V1GlobalIpsecProfileVpnProfileIdSiteToSiteGet200ResponseSiteToSiteVpnInner",
|
|
850
|
-
"V1GlobalLanSegmentsGet200Response",
|
|
851
|
-
"V1GlobalLanSegmentsGet200ResponseEntriesInner",
|
|
852
|
-
"V1GlobalLanSegmentsPost200Response",
|
|
853
|
-
"V1GlobalLanSegmentsPostRequest",
|
|
854
|
-
"V1GlobalLanSegmentsVrfIdDevicesGet200Response",
|
|
855
|
-
"V1GlobalLanSegmentsVrfIdDevicesGet200ResponseEntriesInner",
|
|
856
|
-
"V1GlobalPrefixSetsDeviceGet200Response",
|
|
857
|
-
"V1GlobalRoutingPoliciesDeviceGet200Response",
|
|
858
|
-
"V1GlobalSiteListsGet200Response",
|
|
859
|
-
"V1GlobalSiteListsGet200ResponseEntriesInner",
|
|
860
|
-
"V1GlobalSiteListsIdGet200Response",
|
|
861
|
-
"V1GlobalSiteListsIdSitesGet200Response",
|
|
862
|
-
"V1GlobalSiteListsIdSitesGet200ResponseEntriesInner",
|
|
863
|
-
"V1GlobalSiteListsPostRequest",
|
|
864
|
-
"V1GlobalSiteListsPostRequestEntriesInner",
|
|
865
|
-
"V1GlobalSiteListsPostRequestEntriesInnerTag",
|
|
866
|
-
"V1GlobalSnmpsDeviceGet200Response",
|
|
867
|
-
"V1GlobalSummaryPost200Response",
|
|
868
|
-
"V1GlobalSummaryPost200ResponseSummariesInner",
|
|
869
|
-
"V1GlobalSummaryPostRequest",
|
|
870
|
-
"V1GlobalSyncPostRequest",
|
|
871
|
-
"V1GlobalSyslogsDeviceGet200Response",
|
|
872
|
-
"V1GlobalTrafficPoliciesDeviceGet200Response",
|
|
873
|
-
"V1GroupsGet200Response",
|
|
874
|
-
"V1GroupsGet200ResponseGroupsInner",
|
|
875
|
-
"V1GroupsGet200ResponseGroupsInnerPermissions",
|
|
876
|
-
"V1GroupsIdEnterprisesPostRequest",
|
|
877
|
-
"V1GroupsIdGet200Response",
|
|
878
|
-
"V1GroupsIdMembersDeletePostRequest",
|
|
879
|
-
"V1GroupsIdMembersGet200Response",
|
|
880
|
-
"V1GroupsIdMembersGet200ResponseUsersInner",
|
|
881
|
-
"V1GroupsIdMembersPost204Response",
|
|
882
|
-
"V1GroupsIdMembersPostRequest",
|
|
883
|
-
"V1GroupsIdPatchRequest",
|
|
884
|
-
"V1GroupsPutRequest",
|
|
885
|
-
"V1InvitationEmailPostRequest",
|
|
886
|
-
"V1LanSegmentsGet200Response",
|
|
887
|
-
"V1LldpInterfaceIdNeighborsGet200Response",
|
|
888
|
-
"V1LldpInterfaceIdNeighborsGet200ResponseNeighborsInner",
|
|
889
|
-
"V1LldpInterfaceIdSummaryGet200Response",
|
|
890
|
-
"V1LldpInterfaceIdVendorsGet200Response",
|
|
891
|
-
"V1LldpInterfaceIdVendorsGet200ResponseVendorsInner",
|
|
892
|
-
"V1LogsPost200Response",
|
|
893
|
-
"V1LogsPost200ResponseLogsInner",
|
|
894
|
-
"V1LogsPostRequest",
|
|
895
|
-
"V1LogsPostRequestSelectorsInner",
|
|
896
|
-
"V1MonitoringCircuitsBandwidthPost200Response",
|
|
897
|
-
"V1MonitoringCircuitsBandwidthPost200ResponseDataInner",
|
|
898
|
-
"V1MonitoringCircuitsBandwidthPostRequest",
|
|
899
|
-
"V1MonitoringCircuitsBandwidthPostRequestSelectorsInner",
|
|
900
|
-
"V1MonitoringCircuitsIncidentsPost200Response",
|
|
901
|
-
"V1MonitoringCircuitsSummaryPost200Response",
|
|
902
|
-
"V1MonitoringCircuitsSummaryPost200ResponseSummariesInner",
|
|
903
|
-
"V1MonitoringCircuitsUtilizationPost200Response",
|
|
904
|
-
"V1MonitoringCircuitsUtilizationPost200ResponseCircuitUtilizationInner",
|
|
905
|
-
"V1MonitoringCircuitsUtilizationPost200ResponseCircuitUtilizationInnerQueueUtilizationInner",
|
|
906
|
-
"V1MonitoringCircuitsVisualizationPost200Response",
|
|
907
|
-
"V1MonitoringCircuitsVisualizationPost200ResponseDataInner",
|
|
908
|
-
"V1MonitoringCircuitsVisualizationPostRequest",
|
|
909
|
-
"V1MonitoringCircuitsVisualizationPostRequestSelectorsInner",
|
|
910
|
-
"V1NatEntriesDeviceIdGet200Response",
|
|
911
|
-
"V1NatEntriesDeviceIdGet200ResponseNatEntriesInner",
|
|
912
|
-
"V1NatEntriesDeviceIdGet200ResponsePageInfo",
|
|
913
|
-
"V1NatUtilizationDeviceIdGet200Response",
|
|
914
|
-
"V1NatUtilizationDeviceIdGet200ResponseNatUsage",
|
|
915
|
-
"V1OnboardingCloudinitGet200Response",
|
|
916
|
-
"V1OnboardingCloudinitGet200ResponseCloudinitTokensInner",
|
|
917
|
-
"V1OnboardingCloudinitGet200ResponseCloudinitTokensInnerCloudinitConfig",
|
|
918
|
-
"V1OnboardingCloudinitGet200ResponseCloudinitTokensInnerCloudinitConfigInterfacesInner",
|
|
919
|
-
"V1OnboardingCloudinitGet200ResponseCloudinitTokensInnerCloudinitConfigInterfacesInnerIpv4",
|
|
920
|
-
"V1OnboardingCloudinitGet200ResponseCloudinitTokensInnerToken",
|
|
921
|
-
"V1PolicyApplicationsGet200Response",
|
|
922
|
-
"V1PolicyApplicationsGet200ResponseApplicationsInner",
|
|
923
|
-
"V1PolicyPrefixSetsIdPutRequest",
|
|
924
|
-
"V1PolicyPrefixSetsPost200Response",
|
|
925
|
-
"V1PolicyPrefixSetsPostRequest",
|
|
926
|
-
"V1PolicyPrefixSetsPostRequestEntriesValue",
|
|
927
|
-
"V1PolicyRouteTagSetsPost200Response",
|
|
928
|
-
"V1PolicyRouteTagSetsPostRequest",
|
|
929
|
-
"V1PolicyRouteTagSetsTagDetailGet200Response",
|
|
930
|
-
"V1PolicyRouteTagSetsTagDetailGet200ResponseDevicesInner",
|
|
931
|
-
"V1PolicyRouteTagSetsTagsGet200Response",
|
|
932
|
-
"V1PolicyRouteTagSetsTagsGet200ResponseTagsInner",
|
|
933
|
-
"V1PolicyRouteTagSetsTagsGet200ResponseTagsInnerNextSetInner",
|
|
934
|
-
"V1PolicyRouteTagSetsTagsGet200ResponseTagsInnerNextSetInnerNextSetInner",
|
|
935
|
-
"V1PolicyRouteTagSetsTagsGet200ResponseTagsInnerNextSetInnerNextSetInnerNextSetInner",
|
|
936
|
-
"V1PolicyRouteTagSetsTagsGet200ResponseTagsInnerNextSetInnerNextSetInnerNextSetInnerNextSetInner",
|
|
937
|
-
"V1PolicyRouteTagSetsTagsGet200ResponseTagsInnerNextSetInnerNextSetInnerNextSetInnerNextSetInnerNextSetInner",
|
|
938
|
-
"V1PolicyRouteTagSetsTagsGet200ResponseTagsInnerNextSetInnerNextSetInnerNextSetInnerNextSetInnerNextSetInnerNextSetInner",
|
|
939
|
-
"V1PolicyRouteTagSetsTagsGet200ResponseTagsInnerNextSetInnerNextSetInnerNextSetInnerNextSetInnerNextSetInnerNextSetInnerNextSetInner",
|
|
940
|
-
"V1PolicyRouteTagSetsTagsGet200ResponseTagsInnerNextSetInnerNextSetInnerNextSetInnerNextSetInnerNextSetInnerNextSetInnerNextSetInnerNextSetInner",
|
|
941
|
-
"V1PolicyRouteTagSetsTagsSummaryGet200Response",
|
|
942
|
-
"V1PolicyRouteTagSetsTagsSummaryGet200ResponseTagsInner",
|
|
943
|
-
"V1PortalApikeysGet200Response",
|
|
944
|
-
"V1PortalApikeysGet200ResponseApiKeyInfoInner",
|
|
945
|
-
"V1PortalApikeysPost200Response",
|
|
946
|
-
"V1PortalApikeysPostRequest",
|
|
947
|
-
"V1PortalPrivateDetailsGet200Response",
|
|
948
|
-
"V1PortalPrivateInventoryDetailsGet200Response",
|
|
949
|
-
"V1PortalPrivateInventoryDetailsGet200ResponseDetailsInner",
|
|
950
|
-
"V1PortalPrivatePostRequest",
|
|
951
|
-
"V1PortalPrivatePostRequestDetails",
|
|
952
|
-
"V1PortalPrivateSyncPostRequest",
|
|
953
|
-
"V1PortalPrivateSyncPostRequestInventoryInner",
|
|
954
|
-
"V1PresharedkeyGet200Response",
|
|
955
|
-
"V1QosCircuitProfilesGet200Response",
|
|
956
|
-
"V1SearchGet200Response",
|
|
957
|
-
"V1SearchGet200ResponseResultsInner",
|
|
958
|
-
"V1SiteDetailsSitelistsPost200Response",
|
|
959
|
-
"V1SiteDetailsSitelistsPost200ResponseSiteListsInner",
|
|
960
|
-
"V1SiteDetailsSitelistsPostRequest",
|
|
961
|
-
"V1SiteIdDetailsInterfacesGet200Response",
|
|
962
|
-
"V1SitesDetailsGet200Response",
|
|
963
|
-
"V1SitesGet200Response",
|
|
964
|
-
"V1SitesPost200Response",
|
|
965
|
-
"V1SitesPostRequest",
|
|
966
|
-
"V1SitesPostRequestSite",
|
|
967
|
-
"V1SitesSiteIdCircuitsGet200Response",
|
|
968
|
-
"V1SitesSiteIdCircuitsGet200ResponseDataInner",
|
|
969
|
-
"V1SitesSiteIdDevicesGet200Response",
|
|
970
|
-
"V1SitesSiteIdDevicesGet200ResponseDeviceInner",
|
|
971
|
-
"V1SitesSiteIdPostRequest",
|
|
972
|
-
"V1SoftwareAutoUpgradeDefaultGet200Response",
|
|
973
|
-
"V1SoftwareAutoUpgradeDefaultGet200ResponseProfile",
|
|
974
|
-
"V1SoftwareAutoUpgradeDefaultGet200ResponseProfileOccurrence",
|
|
975
|
-
"V1SoftwareGcsreleaseUploadNotesPostRequest",
|
|
976
|
-
"V1SoftwareGcsreleaseUploadNotesPostRequestDetails",
|
|
977
|
-
"V1SoftwareGcsreleaseUploadNotesPostRequestDetailsCategoryInner",
|
|
978
|
-
"V1SoftwareReleaseNotesGet200Response",
|
|
979
|
-
"V1SoftwareReleasesDownloadGet200Response",
|
|
980
|
-
"V1SoftwareReleasesSummaryGet200Response",
|
|
981
|
-
"V1SoftwareReleasesSummaryGet200ResponseSummariesInner",
|
|
982
|
-
"V1SoftwareReleasesSummaryGet200ResponseSummariesInnerKey",
|
|
983
|
-
"V1SoftwareRunningDetailsGet200Response",
|
|
984
|
-
"V1SoftwareRunningDetailsGet200ResponseDevicesInner",
|
|
985
|
-
"V1SoftwareRunningSummaryGet200Response",
|
|
986
|
-
"V1SoftwareRunningSummaryGet200ResponseVersionsInner",
|
|
987
|
-
"V1TalkersDeviceDeviceIdTopPost200Response",
|
|
988
|
-
"V1TalkersDeviceDeviceIdTopPost200ResponseAppsUtilizationInner",
|
|
989
|
-
"V1TalkersDeviceDeviceIdTopPostRequest",
|
|
990
|
-
"V1TempPasswordPutRequest",
|
|
991
|
-
"V1TroubleshootingDeviceDeviceIdPost200Response",
|
|
992
|
-
"V1TroubleshootingDeviceDeviceIdPost200ResponseControlPlane",
|
|
993
|
-
"V1TroubleshootingDeviceDeviceIdPost200ResponseSystemPlane",
|
|
994
|
-
"V1TroubleshootingEnterprisePost200Response",
|
|
995
|
-
"V1TroubleshootingEnterprisePost200ResponseSitesInner",
|
|
996
|
-
"V1TroubleshootingEnterprisePostRequest",
|
|
997
|
-
"V1TroubleshootingEnterprisePostRequestDimensions",
|
|
998
|
-
"V1TroubleshootingSiteConnectivityStatusGet200Response",
|
|
999
|
-
"V1TroubleshootingSiteConnectivityStatusGet200ResponseConnectivityStatusInner",
|
|
1000
|
-
"V1TroubleshootingSiteSiteIdGet200Response",
|
|
1001
|
-
"V1TroubleshootingSiteSiteIdGet200ResponseEdgeStatusesInner",
|
|
1002
|
-
"V1TroubleshootingTopSitesByAlertsPost200Response",
|
|
1003
|
-
"V1TroubleshootingTopSitesByAlertsPost200ResponseControlPlane",
|
|
1004
|
-
"V1TroubleshootingTopSitesByAlertsPost200ResponseControlPlaneSiteCountsInner",
|
|
1005
|
-
"V1UsersPutRequest",
|
|
1006
|
-
"V1VersionPost200Response",
|
|
1007
|
-
"V1VersionPostRequest",
|
|
1008
|
-
"V1VersionPostRequestConfigurationMetadata",
|
|
1009
|
-
"V1ZonesGet200Response",
|
|
1010
|
-
"V1ZonesGet200ResponseZonesInner",
|
|
1011
|
-
"V2AckCreateupdatePostRequest",
|
|
1012
|
-
"V2AggregatedNotificationEnableDisablePostRequest",
|
|
1013
|
-
"V2AggregatedNotificationGetStateGet200Response",
|
|
1014
|
-
"V2AllowlistCreatePostRequest",
|
|
1015
|
-
"V2AllowlistRuleIdGet200Response",
|
|
1016
|
-
"V2AllowlistRuleIdGet200ResponseRecordsInner",
|
|
1017
|
-
"V2AssistantAddToConversationPost200Response",
|
|
1018
|
-
"V2AssistantAddToConversationPost200ResponseDataframeDictionaryInner",
|
|
1019
|
-
"V2AssistantAddToConversationPostRequest",
|
|
1020
|
-
"V2AssistantAddToConversationPostRequestQuestion",
|
|
1021
|
-
"V2AssistantConversationInterfaceStateGet200Response",
|
|
1022
|
-
"V2AssistantGetConversationDetailsPost200Response",
|
|
1023
|
-
"V2AssistantGetConversationDetailsPostRequest",
|
|
1024
|
-
"V2AssistantGetConversationsPost200Response",
|
|
1025
|
-
"V2AssistantGetConversationsPost200ResponseConversationListInner",
|
|
1026
|
-
"V2AssistantGetConversationsPostRequest",
|
|
1027
|
-
"V2AssistantUpdateConversationNamePostRequest",
|
|
1028
|
-
"V2AssuranceApplicationdetailsbynamePost200Response",
|
|
1029
|
-
"V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecord",
|
|
1030
|
-
"V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordExchangeServiceInner",
|
|
1031
|
-
"V2AssuranceApplicationdetailsbynamePost200ResponseAppIdRecordFlexAlgoInner",
|
|
1032
|
-
"V2AssuranceApplicationdetailsbynamePost200ResponseAppNameRecord",
|
|
1033
|
-
"V2AssuranceApplicationdetailsbynamePostRequest",
|
|
1034
|
-
"V2AssuranceApplicationprofilesummaryPost200Response",
|
|
1035
|
-
"V2AssuranceApplicationprofilesummaryPost200ResponseApplicationProfileSummary",
|
|
1036
|
-
"V2AssuranceApplicationprofilesummaryPost200ResponseApplicationProfileSummaryBucketSummaryListInner",
|
|
1037
|
-
"V2AssuranceApplicationprofilesummaryPost200ResponseApplicationProfileSummaryBucketSummaryListInnerBucketStats",
|
|
1038
|
-
"V2AssuranceApplicationprofilesummaryPost200ResponseApplicationProfileSummaryBucketSummaryListInnerChildBucketStatsListInner",
|
|
1039
|
-
"V2AssuranceBucketAppServersAllGet200Response",
|
|
1040
|
-
"V2AssuranceBucketAppServersAllGet200ResponseAppServerChangesInner",
|
|
1041
|
-
"V2AssuranceBucketAppServersAllGet200ResponseAppServerChangesInnerAddedServersInner",
|
|
1042
|
-
"V2AssuranceBucketAppServersAllGet200ResponseAppServerChangesInnerApp",
|
|
1043
|
-
"V2AssuranceBucketAppServersPost200Response",
|
|
1044
|
-
"V2AssuranceBucketAppServersPost200ResponseAppServersInner",
|
|
1045
|
-
"V2AssuranceBucketAppServersPostRequest",
|
|
1046
|
-
"V2AssuranceBucketAppsPost200Response",
|
|
1047
|
-
"V2AssuranceBucketAppsPost200ResponseAppsInner",
|
|
1048
|
-
"V2AssuranceBucketAppsPostRequest",
|
|
1049
|
-
"V2AssuranceBucketServicesPost200Response",
|
|
1050
|
-
"V2AssuranceBucketServicesPostRequest",
|
|
1051
|
-
"V2AssuranceBucketTopologiesPost200Response",
|
|
1052
|
-
"V2AssuranceBucketdetailsPost200Response",
|
|
1053
|
-
"V2AssuranceBucketdetailsPost200ResponseBucketDetails",
|
|
1054
|
-
"V2AssuranceBucketdetailsPost200ResponseBucketDetailsTrendValueListInner",
|
|
1055
|
-
"V2AssuranceBucketdetailsPostRequest",
|
|
1056
|
-
"V2AssuranceCreateUserReportPost200Response",
|
|
1057
|
-
"V2AssuranceCreateUserReportPostRequest",
|
|
1058
|
-
"V2AssuranceCreateclassifiedapplicationPost200Response",
|
|
1059
|
-
"V2AssuranceCreateclassifiedapplicationPostRequest",
|
|
1060
|
-
"V2AssuranceDownloadUserReportGet200Response",
|
|
1061
|
-
"V2AssuranceEndpointIntelPost200Response",
|
|
1062
|
-
"V2AssuranceEndpointIntelPostRequest",
|
|
1063
|
-
"V2AssuranceEnterprisesummaryPost200Response",
|
|
1064
|
-
"V2AssuranceEnterprisesummaryPost200ResponseEnterpriseSummary",
|
|
1065
|
-
"V2AssuranceFlowSummaryPost200Response",
|
|
1066
|
-
"V2AssuranceFlowSummaryPost200ResponseClientEndpoint",
|
|
1067
|
-
"V2AssuranceFlowSummaryPost200ResponseClientEndpointEdgesInner",
|
|
1068
|
-
"V2AssuranceFlowSummaryPost200ResponseClientEndpointJitter",
|
|
1069
|
-
"V2AssuranceFlowSummaryPost200ResponseClientEndpointSite",
|
|
1070
|
-
"V2AssuranceFlowSummaryPostRequest",
|
|
1071
|
-
"V2AssuranceGetclassifiedapplicationlistGet200Response",
|
|
1072
|
-
"V2AssuranceGetclassifiedapplicationlistGet200ResponseClassifiedApplicationListInner",
|
|
1073
|
-
"V2AssuranceReadUserReportListGet200Response",
|
|
1074
|
-
"V2AssuranceReadUserReportListGet200ResponseUserReportListInner",
|
|
1075
|
-
"V2AssuranceScoredetailsPost200Response",
|
|
1076
|
-
"V2AssuranceScoredetailsPost200ResponseScoreDetails",
|
|
1077
|
-
"V2AssuranceScoredetailsPost200ResponseScoreDetailsScoreBucketListInner",
|
|
1078
|
-
"V2AssuranceTopologyClientSessionDetailsPost200Response",
|
|
1079
|
-
"V2AssuranceTopologyClientSessionDetailsPost200ResponseSession",
|
|
1080
|
-
"V2AssuranceTopologyClientSessionDetailsPost200ResponseSessionClientEndpoint",
|
|
1081
|
-
"V2AssuranceTopologyClientSessionDetailsPost200ResponseSessionClientLinksInner",
|
|
1082
|
-
"V2AssuranceTopologyClientSessionDetailsPost200ResponseSessionLocalDiaLinksInner",
|
|
1083
|
-
"V2AssuranceTopologyClientSessionDetailsPost200ResponseSessionPopLinksInner",
|
|
1084
|
-
"V2AssuranceTopologyClientSessionDetailsPostRequest",
|
|
1085
|
-
"V2AssuranceTopologyClientSessionsPost200Response",
|
|
1086
|
-
"V2AssuranceTopologyClientSessionsPostRequest",
|
|
1087
|
-
"V2AssuranceTopologyClientSessionsPostRequestFilter",
|
|
1088
|
-
"V2AssuranceTopologyClientSummariesPost200Response",
|
|
1089
|
-
"V2AssuranceTopologyClientSummariesPost200ResponseSummariesInner",
|
|
1090
|
-
"V2AssuranceTopologyClientSummariesPostRequest",
|
|
1091
|
-
"V2AssuranceTopologyFlowsPost200Response",
|
|
1092
|
-
"V2AssuranceTopologyFlowsPost200ResponseFlowsInner",
|
|
1093
|
-
"V2AssuranceTopologyFlowsPostRequest",
|
|
1094
|
-
"V2AssuranceTopologyInventoryPost200Response",
|
|
1095
|
-
"V2AssuranceTopologyInventoryPost200ResponseRegionsInner",
|
|
1096
|
-
"V2AssuranceTopologyInventoryPostRequest",
|
|
1097
|
-
"V2AssuranceTopologyOverviewPost200Response",
|
|
1098
|
-
"V2AssuranceTopologyOverviewPost200ResponseTopology",
|
|
1099
|
-
"V2AssuranceTopologyOverviewPost200ResponseTopologyEdgesInner",
|
|
1100
|
-
"V2AssuranceTopologyOverviewPost200ResponseTopologyEdgesInnerPerformanceInner",
|
|
1101
|
-
"V2AssuranceTopologyOverviewPost200ResponseTopologyNodesInner",
|
|
1102
|
-
"V2AssuranceTopologyOverviewPost200ResponseTopologyNodesInnerLocation",
|
|
1103
|
-
"V2AssuranceTopologyOverviewPost200ResponseTopologyPathsInner",
|
|
1104
|
-
"V2AssuranceTopologyOverviewPost200ResponseTrafficRegionsInner",
|
|
1105
|
-
"V2AssuranceTopologyOverviewPostRequest",
|
|
1106
|
-
"V2AssuranceTopologyRegionSummaryPost200Response",
|
|
1107
|
-
"V2AssuranceTopologyRegionSummaryPost200ResponseSitesInner",
|
|
1108
|
-
"V2AssuranceTopologyRegionSummaryPostRequest",
|
|
1109
|
-
"V2AssuranceTopologySiteSummariesPost200Response",
|
|
1110
|
-
"V2AssuranceTopologySiteSummariesPost200ResponseSummariesInner",
|
|
1111
|
-
"V2AssuranceTopologySiteSummariesPostRequest",
|
|
1112
|
-
"V2AuditLogsPost200Response",
|
|
1113
|
-
"V2AuditLogsPost200ResponseLogsInner",
|
|
1114
|
-
"V2AuditLogsPostRequest",
|
|
1115
|
-
"V2AuditLogsPostRequestSelector",
|
|
1116
|
-
"V2ChildalertlistPost200Response",
|
|
1117
|
-
"V2ChildalertlistPost200ResponseAlertListInner",
|
|
1118
|
-
"V2ChildalertlistPost200ResponseAlertListInnerChildrenAlertList",
|
|
1119
|
-
"V2ChildalertlistPost200ResponseAlertListInnerChildrenAlertListAlertListInner",
|
|
1120
|
-
"V2ChildalertlistPost200ResponseAlertListInnerChildrenAlertListAlertListInnerChildrenAlertList",
|
|
1121
|
-
"V2ChildalertlistPost200ResponseAlertListInnerChildrenAlertListAlertListInnerChildrenAlertListAlertListInner",
|
|
1122
|
-
"V2ChildalertlistPost200ResponseAlertListInnerChildrenAlertListAlertListInnerChildrenAlertListAlertListInnerChildrenAlertList",
|
|
1123
|
-
"V2ChildalertlistPost200ResponseAlertListInnerChildrenAlertListAlertListInnerChildrenAlertListAlertListInnerChildrenAlertListAlertListInner",
|
|
1124
|
-
"V2ChildalertlistPost200ResponseAlertListInnerChildrenAlertListAlertListInnerChildrenAlertListAlertListInnerChildrenAlertListAlertListInnerChildrenAlertList",
|
|
1125
|
-
"V2ChildalertlistPost200ResponseAlertListInnerChildrenAlertListAlertListInnerChildrenAlertListAlertListInnerChildrenAlertListAlertListInnerChildrenAlertListAlertListInner",
|
|
1126
|
-
"V2ChildalertlistPostRequest",
|
|
1127
|
-
"V2DeviceDeviceIdLanSegmentsPost200Response",
|
|
1128
|
-
"V2DeviceDeviceIdLanSegmentsPost200ResponseDeviceSegmentsInner",
|
|
1129
|
-
"V2DeviceDeviceIdLanSegmentsPost200ResponseDeviceSegmentsInnerVrfRoutesInner",
|
|
1130
|
-
"V2DeviceDeviceIdLanSegmentsPost200ResponseDeviceSegmentsInnerVrfRoutesInnerVrfRouteInner",
|
|
1131
|
-
"V2DeviceDeviceIdTopologyPost200Response",
|
|
1132
|
-
"V2DeviceDeviceIdTopologyPost200ResponseEdgesInner",
|
|
1133
|
-
"V2DeviceDeviceIdTopologyPost200ResponseEdgesInnerCircuitsInfoInner",
|
|
1134
|
-
"V2DeviceDeviceIdTopologyPost200ResponseEdgesInnerConnectionsInner",
|
|
1135
|
-
"V2DeviceDeviceIdTopologyPost200ResponseNodesInner",
|
|
1136
|
-
"V2DeviceDeviceIdTopologyPost200ResponseNodesInnerCircuitInfoInner",
|
|
1137
|
-
"V2DeviceDeviceIdTopologyPost200ResponseNodesInnerNodeInfo",
|
|
1138
|
-
"V2DeviceDeviceIdTopologyPost200ResponseSnapshotsInner",
|
|
1139
|
-
"V2DeviceDeviceIdTopologyPostRequest",
|
|
1140
|
-
"V2ExtranetLanSegmentsUsageTopPost200Response",
|
|
1141
|
-
"V2ExtranetSitesConsumptionOverviewPost200Response",
|
|
1142
|
-
"V2ExtranetTotalUsagePost200Response",
|
|
1143
|
-
"V2ExtranetsMonitoringConsumersPost200Response",
|
|
1144
|
-
"V2ExtranetsMonitoringConsumersPost200ResponseConsumersInner",
|
|
1145
|
-
"V2IntegrationGetallEnterpriseIdGet200Response",
|
|
1146
|
-
"V2IntegrationIntegrationIdPutRequest",
|
|
1147
|
-
"V2IntegrationIntegrationIdPutRequestIntegrationBody",
|
|
1148
|
-
"V2IntegrationPost200Response",
|
|
1149
|
-
"V2IntegrationPost200ResponseIntegration",
|
|
1150
|
-
"V2IntegrationPostRequest",
|
|
1151
|
-
"V2IntegrationPostRequestIntegrationBody",
|
|
1152
|
-
"V2IntegrationPostRequestIntegrationBodyDetails",
|
|
1153
|
-
"V2MonitoringBfdPost200Response",
|
|
1154
|
-
"V2MonitoringBfdPost200ResponseDataInner",
|
|
1155
|
-
"V2MonitoringBfdPost200ResponseDataInnerSamplesInner",
|
|
1156
|
-
"V2MonitoringBfdPostRequest",
|
|
1157
|
-
"V2MonitoringBfdPostRequestSelectorsInner",
|
|
1158
|
-
"V2MonitoringBgpPost200Response",
|
|
1159
|
-
"V2MonitoringBgpPost200ResponseDataInner",
|
|
1160
|
-
"V2MonitoringBgpPostRequest",
|
|
1161
|
-
"V2MonitoringBgpPostRequestSelectorsInner",
|
|
1162
|
-
"V2MonitoringCircuitsSummaryPost200Response",
|
|
1163
|
-
"V2MonitoringCircuitsSummaryPost200ResponseCircuitSummariesInner",
|
|
1164
|
-
"V2MonitoringCircuitsSummaryPostRequest",
|
|
1165
|
-
"V2MonitoringCircuitsUtilizationPost200Response",
|
|
1166
|
-
"V2MonitoringCircuitsUtilizationPost200ResponseDataInner",
|
|
1167
|
-
"V2MonitoringCircuitsUtilizationPost200ResponseDataInnerQueueUtilizationInner",
|
|
1168
|
-
"V2MonitoringCircuitsUtilizationPostRequest",
|
|
1169
|
-
"V2MonitoringExtranetEdgeStatusGet200Response",
|
|
1170
|
-
"V2MonitoringExtranetEdgeStatusGet200ResponseEdgeStatusesInner",
|
|
1171
|
-
"V2MonitoringExtranetLogDetailsPost200Response",
|
|
1172
|
-
"V2MonitoringExtranetLogDetailsPost200ResponseLogsInner",
|
|
1173
|
-
"V2MonitoringExtranetServiceStatusDetailsGet200Response",
|
|
1174
|
-
"V2MonitoringExtranetServiceStatusDetailsGet200ResponseStatusesInner",
|
|
1175
|
-
"V2MonitoringExtranetServiceStatusDetailsGet200ResponseStatusesInnerStatusesInner",
|
|
1176
|
-
"V2MonitoringExtranetServiceStatusGet200Response",
|
|
1177
|
-
"V2MonitoringExtranetStatusDetailsGet200Response",
|
|
1178
|
-
"V2MonitoringIkeErrorHistoryPost200Response",
|
|
1179
|
-
"V2MonitoringIkeErrorHistoryPost200ResponseDataInner",
|
|
1180
|
-
"V2MonitoringIkeErrorHistoryPostRequest",
|
|
1181
|
-
"V2MonitoringInterfacePost200Response",
|
|
1182
|
-
"V2MonitoringInterfacePost200ResponseDataInner",
|
|
1183
|
-
"V2MonitoringInterfacePostRequest",
|
|
1184
|
-
"V2MonitoringInterfacePostRequestSelectorsInner",
|
|
1185
|
-
"V2MonitoringIpsecPost200Response",
|
|
1186
|
-
"V2MonitoringIpsecPost200ResponseDataInner",
|
|
1187
|
-
"V2MonitoringIpsecPostRequest",
|
|
1188
|
-
"V2MonitoringIpsecPostRequestSelectorsInner",
|
|
1189
|
-
"V2MonitoringOspfPost200Response",
|
|
1190
|
-
"V2MonitoringOspfPost200ResponseDataInner",
|
|
1191
|
-
"V2MonitoringOspfPostRequest",
|
|
1192
|
-
"V2MonitoringOspfPostRequestSelectorsInner",
|
|
1193
|
-
"V2MonitoringPolicyPost200Response",
|
|
1194
|
-
"V2MonitoringPolicyPost200ResponseDataInner",
|
|
1195
|
-
"V2MonitoringPolicyPostRequest",
|
|
1196
|
-
"V2MonitoringPolicyPostRequestSelectorsInner",
|
|
1197
|
-
"V2MonitoringQueueInstantPost200Response",
|
|
1198
|
-
"V2MonitoringQueueInstantPost200ResponseDataInner",
|
|
1199
|
-
"V2MonitoringQueueInstantPostRequest",
|
|
1200
|
-
"V2MonitoringQueueInstantPostRequestSelectorsInner",
|
|
1201
|
-
"V2MonitoringQueuePost200Response",
|
|
1202
|
-
"V2MonitoringQueuePost200ResponseDataInner",
|
|
1203
|
-
"V2MonitoringQueuePostRequest",
|
|
1204
|
-
"V2MonitoringQueuePostRequestSelectorsInner",
|
|
1205
|
-
"V2MonitoringSegmentRouteCountsPost200Response",
|
|
1206
|
-
"V2MonitoringSegmentRouteCountsPost200ResponseDataInner",
|
|
1207
|
-
"V2MonitoringSiteCircuitsBandwidthSiteIdPost200Response",
|
|
1208
|
-
"V2MonitoringSiteCircuitsBandwidthSiteIdPost200ResponseDataInner",
|
|
1209
|
-
"V2MonitoringSiteCircuitsBandwidthSiteIdPostRequest",
|
|
1210
|
-
"V2MonitoringSiteTwampSiteIdPost200Response",
|
|
1211
|
-
"V2MonitoringSiteTwampSiteIdPost200ResponseDataInner",
|
|
1212
|
-
"V2MonitoringSiteTwampSiteIdPostRequest",
|
|
1213
|
-
"V2MonitoringSiteTwampSiteIdPostRequestSelectorsInner",
|
|
1214
|
-
"V2MonitoringSystemGenericPost200Response",
|
|
1215
|
-
"V2MonitoringSystemGenericPost200ResponseDataInner",
|
|
1216
|
-
"V2MonitoringSystemGenericPostRequest",
|
|
1217
|
-
"V2MonitoringTwampPost200Response",
|
|
1218
|
-
"V2MonitoringTwampPost200ResponseDataInner",
|
|
1219
|
-
"V2MonitoringTwampPostRequest",
|
|
1220
|
-
"V2NotificationCreatePostRequest",
|
|
1221
|
-
"V2NotificationCreatePostRequestNotificationBody",
|
|
1222
|
-
"V2NotificationDeletePostRequest",
|
|
1223
|
-
"V2NotificationEnabledisablePostRequest",
|
|
1224
|
-
"V2NotificationUpdatePostRequest",
|
|
1225
|
-
"V2NotificationlistPost200Response",
|
|
1226
|
-
"V2NotificationlistPost200ResponseNotificationListInner",
|
|
1227
|
-
"V2NotificationlistPostRequest",
|
|
1228
|
-
"V2NotificationlistPostRequestTimeWindow",
|
|
1229
|
-
"V2RuleEnabledisablePostRequest",
|
|
1230
|
-
"V2RulelistPost200Response",
|
|
1231
|
-
"V2RulelistPost200ResponseRuleListInner",
|
|
1232
|
-
"V2SiteSiteIdDetailPost200Response",
|
|
1233
|
-
"V2SiteSiteIdDetailPost200ResponseSite",
|
|
1234
|
-
"V2VersionPost200Response",
|
|
1235
|
-
]
|
|
17
|
+
__version__ = "25.12.1"
|
|
1236
18
|
|
|
1237
19
|
# import apis into sdk package
|
|
1238
|
-
from graphiant_sdk.api.default_api import DefaultApi
|
|
20
|
+
from graphiant_sdk.api.default_api import DefaultApi
|
|
1239
21
|
|
|
1240
22
|
# import ApiClient
|
|
1241
|
-
from graphiant_sdk.api_response import ApiResponse
|
|
1242
|
-
from graphiant_sdk.api_client import ApiClient
|
|
1243
|
-
from graphiant_sdk.configuration import Configuration
|
|
1244
|
-
from graphiant_sdk.exceptions import OpenApiException
|
|
1245
|
-
from graphiant_sdk.exceptions import ApiTypeError
|
|
1246
|
-
from graphiant_sdk.exceptions import ApiValueError
|
|
1247
|
-
from graphiant_sdk.exceptions import ApiKeyError
|
|
1248
|
-
from graphiant_sdk.exceptions import ApiAttributeError
|
|
1249
|
-
from graphiant_sdk.exceptions import ApiException
|
|
23
|
+
from graphiant_sdk.api_response import ApiResponse
|
|
24
|
+
from graphiant_sdk.api_client import ApiClient
|
|
25
|
+
from graphiant_sdk.configuration import Configuration
|
|
26
|
+
from graphiant_sdk.exceptions import OpenApiException
|
|
27
|
+
from graphiant_sdk.exceptions import ApiTypeError
|
|
28
|
+
from graphiant_sdk.exceptions import ApiValueError
|
|
29
|
+
from graphiant_sdk.exceptions import ApiKeyError
|
|
30
|
+
from graphiant_sdk.exceptions import ApiAttributeError
|
|
31
|
+
from graphiant_sdk.exceptions import ApiException
|
|
1250
32
|
|
|
1251
33
|
# import models into sdk package
|
|
1252
|
-
from graphiant_sdk.models.
|
|
1253
|
-
from graphiant_sdk.models.
|
|
1254
|
-
from graphiant_sdk.models.
|
|
1255
|
-
from graphiant_sdk.models.
|
|
1256
|
-
from graphiant_sdk.models.
|
|
1257
|
-
from graphiant_sdk.models.
|
|
1258
|
-
from graphiant_sdk.models.
|
|
1259
|
-
from graphiant_sdk.models.
|
|
1260
|
-
from graphiant_sdk.models.
|
|
1261
|
-
from graphiant_sdk.models.
|
|
1262
|
-
from graphiant_sdk.models.
|
|
1263
|
-
from graphiant_sdk.models.
|
|
1264
|
-
from graphiant_sdk.models.
|
|
1265
|
-
from graphiant_sdk.models.
|
|
1266
|
-
from graphiant_sdk.models.
|
|
1267
|
-
from graphiant_sdk.models.
|
|
1268
|
-
from graphiant_sdk.models.
|
|
1269
|
-
from graphiant_sdk.models.
|
|
1270
|
-
from graphiant_sdk.models.
|
|
1271
|
-
from graphiant_sdk.models.
|
|
1272
|
-
from graphiant_sdk.models.
|
|
1273
|
-
from graphiant_sdk.models.
|
|
1274
|
-
from graphiant_sdk.models.
|
|
1275
|
-
from graphiant_sdk.models.
|
|
1276
|
-
from graphiant_sdk.models.
|
|
1277
|
-
from graphiant_sdk.models.
|
|
1278
|
-
from graphiant_sdk.models.
|
|
1279
|
-
from graphiant_sdk.models.
|
|
1280
|
-
from graphiant_sdk.models.
|
|
1281
|
-
from graphiant_sdk.models.
|
|
1282
|
-
from graphiant_sdk.models.
|
|
1283
|
-
from graphiant_sdk.models.
|
|
1284
|
-
from graphiant_sdk.models.
|
|
1285
|
-
from graphiant_sdk.models.
|
|
1286
|
-
from graphiant_sdk.models.
|
|
1287
|
-
from graphiant_sdk.models.
|
|
1288
|
-
from graphiant_sdk.models.
|
|
1289
|
-
from graphiant_sdk.models.
|
|
1290
|
-
from graphiant_sdk.models.
|
|
1291
|
-
from graphiant_sdk.models.
|
|
1292
|
-
from graphiant_sdk.models.
|
|
1293
|
-
from graphiant_sdk.models.
|
|
1294
|
-
from graphiant_sdk.models.
|
|
1295
|
-
from graphiant_sdk.models.
|
|
1296
|
-
from graphiant_sdk.models.
|
|
1297
|
-
from graphiant_sdk.models.
|
|
1298
|
-
from graphiant_sdk.models.
|
|
1299
|
-
from graphiant_sdk.models.
|
|
1300
|
-
from graphiant_sdk.models.
|
|
1301
|
-
from graphiant_sdk.models.
|
|
1302
|
-
from graphiant_sdk.models.
|
|
1303
|
-
from graphiant_sdk.models.
|
|
1304
|
-
from graphiant_sdk.models.
|
|
1305
|
-
from graphiant_sdk.models.
|
|
1306
|
-
from graphiant_sdk.models.
|
|
1307
|
-
from graphiant_sdk.models.
|
|
1308
|
-
from graphiant_sdk.models.
|
|
1309
|
-
from graphiant_sdk.models.
|
|
1310
|
-
from graphiant_sdk.models.
|
|
1311
|
-
from graphiant_sdk.models.
|
|
1312
|
-
from graphiant_sdk.models.
|
|
1313
|
-
from graphiant_sdk.models.
|
|
1314
|
-
from graphiant_sdk.models.
|
|
1315
|
-
from graphiant_sdk.models.
|
|
1316
|
-
from graphiant_sdk.models.
|
|
1317
|
-
from graphiant_sdk.models.
|
|
1318
|
-
from graphiant_sdk.models.
|
|
1319
|
-
from graphiant_sdk.models.
|
|
1320
|
-
from graphiant_sdk.models.
|
|
1321
|
-
from graphiant_sdk.models.
|
|
1322
|
-
from graphiant_sdk.models.
|
|
1323
|
-
from graphiant_sdk.models.
|
|
1324
|
-
from graphiant_sdk.models.
|
|
1325
|
-
from graphiant_sdk.models.
|
|
1326
|
-
from graphiant_sdk.models.
|
|
1327
|
-
from graphiant_sdk.models.
|
|
1328
|
-
from graphiant_sdk.models.
|
|
1329
|
-
from graphiant_sdk.models.
|
|
1330
|
-
from graphiant_sdk.models.
|
|
1331
|
-
from graphiant_sdk.models.
|
|
1332
|
-
from graphiant_sdk.models.
|
|
1333
|
-
from graphiant_sdk.models.
|
|
1334
|
-
from graphiant_sdk.models.
|
|
1335
|
-
from graphiant_sdk.models.
|
|
1336
|
-
from graphiant_sdk.models.
|
|
1337
|
-
from graphiant_sdk.models.
|
|
1338
|
-
from graphiant_sdk.models.
|
|
1339
|
-
from graphiant_sdk.models.
|
|
1340
|
-
from graphiant_sdk.models.
|
|
1341
|
-
from graphiant_sdk.models.
|
|
1342
|
-
from graphiant_sdk.models.
|
|
1343
|
-
from graphiant_sdk.models.
|
|
1344
|
-
from graphiant_sdk.models.
|
|
1345
|
-
from graphiant_sdk.models.
|
|
1346
|
-
from graphiant_sdk.models.
|
|
1347
|
-
from graphiant_sdk.models.
|
|
1348
|
-
from graphiant_sdk.models.
|
|
1349
|
-
from graphiant_sdk.models.
|
|
1350
|
-
from graphiant_sdk.models.
|
|
1351
|
-
from graphiant_sdk.models.
|
|
1352
|
-
from graphiant_sdk.models.
|
|
1353
|
-
from graphiant_sdk.models.
|
|
1354
|
-
from graphiant_sdk.models.
|
|
1355
|
-
from graphiant_sdk.models.
|
|
1356
|
-
from graphiant_sdk.models.
|
|
1357
|
-
from graphiant_sdk.models.
|
|
1358
|
-
from graphiant_sdk.models.
|
|
1359
|
-
from graphiant_sdk.models.
|
|
1360
|
-
from graphiant_sdk.models.
|
|
1361
|
-
from graphiant_sdk.models.
|
|
1362
|
-
from graphiant_sdk.models.
|
|
1363
|
-
from graphiant_sdk.models.
|
|
1364
|
-
from graphiant_sdk.models.
|
|
1365
|
-
from graphiant_sdk.models.
|
|
1366
|
-
from graphiant_sdk.models.
|
|
1367
|
-
from graphiant_sdk.models.
|
|
1368
|
-
from graphiant_sdk.models.
|
|
1369
|
-
from graphiant_sdk.models.
|
|
1370
|
-
from graphiant_sdk.models.
|
|
1371
|
-
from graphiant_sdk.models.
|
|
1372
|
-
from graphiant_sdk.models.
|
|
1373
|
-
from graphiant_sdk.models.
|
|
1374
|
-
from graphiant_sdk.models.
|
|
1375
|
-
from graphiant_sdk.models.
|
|
1376
|
-
from graphiant_sdk.models.
|
|
1377
|
-
from graphiant_sdk.models.
|
|
1378
|
-
from graphiant_sdk.models.
|
|
1379
|
-
from graphiant_sdk.models.
|
|
1380
|
-
from graphiant_sdk.models.
|
|
1381
|
-
from graphiant_sdk.models.
|
|
1382
|
-
from graphiant_sdk.models.
|
|
1383
|
-
from graphiant_sdk.models.
|
|
1384
|
-
from graphiant_sdk.models.
|
|
1385
|
-
from graphiant_sdk.models.
|
|
1386
|
-
from graphiant_sdk.models.
|
|
1387
|
-
from graphiant_sdk.models.
|
|
1388
|
-
from graphiant_sdk.models.
|
|
1389
|
-
from graphiant_sdk.models.
|
|
1390
|
-
from graphiant_sdk.models.
|
|
1391
|
-
from graphiant_sdk.models.
|
|
1392
|
-
from graphiant_sdk.models.
|
|
1393
|
-
from graphiant_sdk.models.
|
|
1394
|
-
from graphiant_sdk.models.
|
|
1395
|
-
from graphiant_sdk.models.
|
|
1396
|
-
from graphiant_sdk.models.
|
|
1397
|
-
from graphiant_sdk.models.
|
|
1398
|
-
from graphiant_sdk.models.
|
|
1399
|
-
from graphiant_sdk.models.
|
|
1400
|
-
from graphiant_sdk.models.
|
|
1401
|
-
from graphiant_sdk.models.
|
|
1402
|
-
from graphiant_sdk.models.
|
|
1403
|
-
from graphiant_sdk.models.
|
|
1404
|
-
from graphiant_sdk.models.
|
|
1405
|
-
from graphiant_sdk.models.
|
|
1406
|
-
from graphiant_sdk.models.
|
|
1407
|
-
from graphiant_sdk.models.
|
|
1408
|
-
from graphiant_sdk.models.
|
|
1409
|
-
from graphiant_sdk.models.
|
|
1410
|
-
from graphiant_sdk.models.
|
|
1411
|
-
from graphiant_sdk.models.
|
|
1412
|
-
from graphiant_sdk.models.
|
|
1413
|
-
from graphiant_sdk.models.
|
|
1414
|
-
from graphiant_sdk.models.
|
|
1415
|
-
from graphiant_sdk.models.
|
|
1416
|
-
from graphiant_sdk.models.
|
|
1417
|
-
from graphiant_sdk.models.
|
|
1418
|
-
from graphiant_sdk.models.
|
|
1419
|
-
from graphiant_sdk.models.
|
|
1420
|
-
from graphiant_sdk.models.
|
|
1421
|
-
from graphiant_sdk.models.
|
|
1422
|
-
from graphiant_sdk.models.
|
|
1423
|
-
from graphiant_sdk.models.
|
|
1424
|
-
from graphiant_sdk.models.
|
|
1425
|
-
from graphiant_sdk.models.
|
|
1426
|
-
from graphiant_sdk.models.
|
|
1427
|
-
from graphiant_sdk.models.
|
|
1428
|
-
from graphiant_sdk.models.
|
|
1429
|
-
from graphiant_sdk.models.
|
|
1430
|
-
from graphiant_sdk.models.
|
|
1431
|
-
from graphiant_sdk.models.
|
|
1432
|
-
from graphiant_sdk.models.
|
|
1433
|
-
from graphiant_sdk.models.
|
|
1434
|
-
from graphiant_sdk.models.
|
|
1435
|
-
from graphiant_sdk.models.
|
|
1436
|
-
from graphiant_sdk.models.
|
|
1437
|
-
from graphiant_sdk.models.
|
|
1438
|
-
from graphiant_sdk.models.
|
|
1439
|
-
from graphiant_sdk.models.
|
|
1440
|
-
from graphiant_sdk.models.
|
|
1441
|
-
from graphiant_sdk.models.
|
|
1442
|
-
from graphiant_sdk.models.
|
|
1443
|
-
from graphiant_sdk.models.
|
|
1444
|
-
from graphiant_sdk.models.
|
|
1445
|
-
from graphiant_sdk.models.
|
|
1446
|
-
from graphiant_sdk.models.
|
|
1447
|
-
from graphiant_sdk.models.
|
|
1448
|
-
from graphiant_sdk.models.
|
|
1449
|
-
from graphiant_sdk.models.
|
|
1450
|
-
from graphiant_sdk.models.
|
|
1451
|
-
from graphiant_sdk.models.
|
|
1452
|
-
from graphiant_sdk.models.
|
|
1453
|
-
from graphiant_sdk.models.
|
|
1454
|
-
from graphiant_sdk.models.
|
|
1455
|
-
from graphiant_sdk.models.
|
|
1456
|
-
from graphiant_sdk.models.
|
|
1457
|
-
from graphiant_sdk.models.
|
|
1458
|
-
from graphiant_sdk.models.
|
|
1459
|
-
from graphiant_sdk.models.
|
|
1460
|
-
from graphiant_sdk.models.
|
|
1461
|
-
from graphiant_sdk.models.
|
|
1462
|
-
from graphiant_sdk.models.
|
|
1463
|
-
from graphiant_sdk.models.
|
|
1464
|
-
from graphiant_sdk.models.
|
|
1465
|
-
from graphiant_sdk.models.
|
|
1466
|
-
from graphiant_sdk.models.
|
|
1467
|
-
from graphiant_sdk.models.
|
|
1468
|
-
from graphiant_sdk.models.
|
|
1469
|
-
from graphiant_sdk.models.
|
|
1470
|
-
from graphiant_sdk.models.
|
|
1471
|
-
from graphiant_sdk.models.
|
|
1472
|
-
from graphiant_sdk.models.
|
|
1473
|
-
from graphiant_sdk.models.
|
|
1474
|
-
from graphiant_sdk.models.
|
|
1475
|
-
from graphiant_sdk.models.
|
|
1476
|
-
from graphiant_sdk.models.
|
|
1477
|
-
from graphiant_sdk.models.
|
|
1478
|
-
from graphiant_sdk.models.
|
|
1479
|
-
from graphiant_sdk.models.
|
|
1480
|
-
from graphiant_sdk.models.
|
|
1481
|
-
from graphiant_sdk.models.
|
|
1482
|
-
from graphiant_sdk.models.
|
|
1483
|
-
from graphiant_sdk.models.
|
|
1484
|
-
from graphiant_sdk.models.
|
|
1485
|
-
from graphiant_sdk.models.
|
|
1486
|
-
from graphiant_sdk.models.
|
|
1487
|
-
from graphiant_sdk.models.
|
|
1488
|
-
from graphiant_sdk.models.
|
|
1489
|
-
from graphiant_sdk.models.
|
|
1490
|
-
from graphiant_sdk.models.
|
|
1491
|
-
from graphiant_sdk.models.
|
|
1492
|
-
from graphiant_sdk.models.
|
|
1493
|
-
from graphiant_sdk.models.
|
|
1494
|
-
from graphiant_sdk.models.
|
|
1495
|
-
from graphiant_sdk.models.
|
|
1496
|
-
from graphiant_sdk.models.
|
|
1497
|
-
from graphiant_sdk.models.
|
|
1498
|
-
from graphiant_sdk.models.
|
|
1499
|
-
from graphiant_sdk.models.
|
|
1500
|
-
from graphiant_sdk.models.
|
|
1501
|
-
from graphiant_sdk.models.
|
|
1502
|
-
from graphiant_sdk.models.
|
|
1503
|
-
from graphiant_sdk.models.
|
|
1504
|
-
from graphiant_sdk.models.
|
|
1505
|
-
from graphiant_sdk.models.
|
|
1506
|
-
from graphiant_sdk.models.
|
|
1507
|
-
from graphiant_sdk.models.
|
|
1508
|
-
from graphiant_sdk.models.
|
|
1509
|
-
from graphiant_sdk.models.
|
|
1510
|
-
from graphiant_sdk.models.
|
|
1511
|
-
from graphiant_sdk.models.
|
|
1512
|
-
from graphiant_sdk.models.
|
|
1513
|
-
from graphiant_sdk.models.
|
|
1514
|
-
from graphiant_sdk.models.
|
|
1515
|
-
from graphiant_sdk.models.
|
|
1516
|
-
from graphiant_sdk.models.
|
|
1517
|
-
from graphiant_sdk.models.
|
|
1518
|
-
from graphiant_sdk.models.
|
|
1519
|
-
from graphiant_sdk.models.
|
|
1520
|
-
from graphiant_sdk.models.
|
|
1521
|
-
from graphiant_sdk.models.
|
|
1522
|
-
from graphiant_sdk.models.
|
|
1523
|
-
from graphiant_sdk.models.
|
|
1524
|
-
from graphiant_sdk.models.
|
|
1525
|
-
from graphiant_sdk.models.
|
|
1526
|
-
from graphiant_sdk.models.
|
|
1527
|
-
from graphiant_sdk.models.
|
|
1528
|
-
from graphiant_sdk.models.
|
|
1529
|
-
from graphiant_sdk.models.
|
|
1530
|
-
from graphiant_sdk.models.
|
|
1531
|
-
from graphiant_sdk.models.
|
|
1532
|
-
from graphiant_sdk.models.
|
|
1533
|
-
from graphiant_sdk.models.
|
|
1534
|
-
from graphiant_sdk.models.
|
|
1535
|
-
from graphiant_sdk.models.
|
|
1536
|
-
from graphiant_sdk.models.
|
|
1537
|
-
from graphiant_sdk.models.
|
|
1538
|
-
from graphiant_sdk.models.
|
|
1539
|
-
from graphiant_sdk.models.
|
|
1540
|
-
from graphiant_sdk.models.
|
|
1541
|
-
from graphiant_sdk.models.
|
|
1542
|
-
from graphiant_sdk.models.
|
|
1543
|
-
from graphiant_sdk.models.
|
|
1544
|
-
from graphiant_sdk.models.
|
|
1545
|
-
from graphiant_sdk.models.
|
|
1546
|
-
from graphiant_sdk.models.
|
|
1547
|
-
from graphiant_sdk.models.
|
|
1548
|
-
from graphiant_sdk.models.
|
|
1549
|
-
from graphiant_sdk.models.
|
|
1550
|
-
from graphiant_sdk.models.
|
|
1551
|
-
from graphiant_sdk.models.
|
|
1552
|
-
from graphiant_sdk.models.
|
|
1553
|
-
from graphiant_sdk.models.
|
|
1554
|
-
from graphiant_sdk.models.
|
|
1555
|
-
from graphiant_sdk.models.
|
|
1556
|
-
from graphiant_sdk.models.
|
|
1557
|
-
from graphiant_sdk.models.
|
|
1558
|
-
from graphiant_sdk.models.
|
|
1559
|
-
from graphiant_sdk.models.
|
|
1560
|
-
from graphiant_sdk.models.
|
|
1561
|
-
from graphiant_sdk.models.
|
|
1562
|
-
from graphiant_sdk.models.
|
|
1563
|
-
from graphiant_sdk.models.
|
|
1564
|
-
from graphiant_sdk.models.
|
|
1565
|
-
from graphiant_sdk.models.
|
|
1566
|
-
from graphiant_sdk.models.
|
|
1567
|
-
from graphiant_sdk.models.
|
|
1568
|
-
from graphiant_sdk.models.
|
|
1569
|
-
from graphiant_sdk.models.
|
|
1570
|
-
from graphiant_sdk.models.
|
|
1571
|
-
from graphiant_sdk.models.
|
|
1572
|
-
from graphiant_sdk.models.
|
|
1573
|
-
from graphiant_sdk.models.
|
|
1574
|
-
from graphiant_sdk.models.
|
|
1575
|
-
from graphiant_sdk.models.
|
|
1576
|
-
from graphiant_sdk.models.
|
|
1577
|
-
from graphiant_sdk.models.
|
|
1578
|
-
from graphiant_sdk.models.
|
|
1579
|
-
from graphiant_sdk.models.
|
|
1580
|
-
from graphiant_sdk.models.
|
|
1581
|
-
from graphiant_sdk.models.
|
|
1582
|
-
from graphiant_sdk.models.
|
|
1583
|
-
from graphiant_sdk.models.
|
|
1584
|
-
from graphiant_sdk.models.
|
|
1585
|
-
from graphiant_sdk.models.
|
|
1586
|
-
from graphiant_sdk.models.
|
|
1587
|
-
from graphiant_sdk.models.
|
|
1588
|
-
from graphiant_sdk.models.
|
|
1589
|
-
from graphiant_sdk.models.
|
|
1590
|
-
from graphiant_sdk.models.
|
|
1591
|
-
from graphiant_sdk.models.
|
|
1592
|
-
from graphiant_sdk.models.
|
|
1593
|
-
from graphiant_sdk.models.
|
|
1594
|
-
from graphiant_sdk.models.
|
|
1595
|
-
from graphiant_sdk.models.
|
|
1596
|
-
from graphiant_sdk.models.
|
|
1597
|
-
from graphiant_sdk.models.
|
|
1598
|
-
from graphiant_sdk.models.
|
|
1599
|
-
from graphiant_sdk.models.
|
|
1600
|
-
from graphiant_sdk.models.
|
|
1601
|
-
from graphiant_sdk.models.
|
|
1602
|
-
from graphiant_sdk.models.
|
|
1603
|
-
from graphiant_sdk.models.
|
|
1604
|
-
from graphiant_sdk.models.
|
|
1605
|
-
from graphiant_sdk.models.
|
|
1606
|
-
from graphiant_sdk.models.
|
|
1607
|
-
from graphiant_sdk.models.
|
|
1608
|
-
from graphiant_sdk.models.
|
|
1609
|
-
from graphiant_sdk.models.
|
|
1610
|
-
from graphiant_sdk.models.
|
|
1611
|
-
from graphiant_sdk.models.
|
|
1612
|
-
from graphiant_sdk.models.
|
|
1613
|
-
from graphiant_sdk.models.
|
|
1614
|
-
from graphiant_sdk.models.
|
|
1615
|
-
from graphiant_sdk.models.
|
|
1616
|
-
from graphiant_sdk.models.
|
|
1617
|
-
from graphiant_sdk.models.
|
|
1618
|
-
from graphiant_sdk.models.
|
|
1619
|
-
from graphiant_sdk.models.
|
|
1620
|
-
from graphiant_sdk.models.
|
|
1621
|
-
from graphiant_sdk.models.
|
|
1622
|
-
from graphiant_sdk.models.
|
|
1623
|
-
from graphiant_sdk.models.
|
|
1624
|
-
from graphiant_sdk.models.
|
|
1625
|
-
from graphiant_sdk.models.
|
|
1626
|
-
from graphiant_sdk.models.
|
|
1627
|
-
from graphiant_sdk.models.
|
|
1628
|
-
from graphiant_sdk.models.
|
|
1629
|
-
from graphiant_sdk.models.
|
|
1630
|
-
from graphiant_sdk.models.
|
|
1631
|
-
from graphiant_sdk.models.
|
|
1632
|
-
from graphiant_sdk.models.
|
|
1633
|
-
from graphiant_sdk.models.
|
|
1634
|
-
from graphiant_sdk.models.
|
|
1635
|
-
from graphiant_sdk.models.
|
|
1636
|
-
from graphiant_sdk.models.
|
|
1637
|
-
from graphiant_sdk.models.
|
|
1638
|
-
from graphiant_sdk.models.
|
|
1639
|
-
from graphiant_sdk.models.
|
|
1640
|
-
from graphiant_sdk.models.
|
|
1641
|
-
from graphiant_sdk.models.
|
|
1642
|
-
from graphiant_sdk.models.
|
|
1643
|
-
from graphiant_sdk.models.
|
|
1644
|
-
from graphiant_sdk.models.
|
|
1645
|
-
from graphiant_sdk.models.
|
|
1646
|
-
from graphiant_sdk.models.
|
|
1647
|
-
from graphiant_sdk.models.
|
|
1648
|
-
from graphiant_sdk.models.
|
|
1649
|
-
from graphiant_sdk.models.
|
|
1650
|
-
from graphiant_sdk.models.
|
|
1651
|
-
from graphiant_sdk.models.
|
|
1652
|
-
from graphiant_sdk.models.
|
|
1653
|
-
from graphiant_sdk.models.
|
|
1654
|
-
from graphiant_sdk.models.
|
|
1655
|
-
from graphiant_sdk.models.
|
|
1656
|
-
from graphiant_sdk.models.
|
|
1657
|
-
from graphiant_sdk.models.
|
|
1658
|
-
from graphiant_sdk.models.
|
|
1659
|
-
from graphiant_sdk.models.
|
|
1660
|
-
from graphiant_sdk.models.
|
|
1661
|
-
from graphiant_sdk.models.
|
|
1662
|
-
from graphiant_sdk.models.
|
|
1663
|
-
from graphiant_sdk.models.
|
|
1664
|
-
from graphiant_sdk.models.
|
|
1665
|
-
from graphiant_sdk.models.
|
|
1666
|
-
from graphiant_sdk.models.
|
|
1667
|
-
from graphiant_sdk.models.
|
|
1668
|
-
from graphiant_sdk.models.
|
|
1669
|
-
from graphiant_sdk.models.
|
|
1670
|
-
from graphiant_sdk.models.
|
|
1671
|
-
from graphiant_sdk.models.
|
|
1672
|
-
from graphiant_sdk.models.
|
|
1673
|
-
from graphiant_sdk.models.
|
|
1674
|
-
from graphiant_sdk.models.
|
|
1675
|
-
from graphiant_sdk.models.
|
|
1676
|
-
from graphiant_sdk.models.
|
|
1677
|
-
from graphiant_sdk.models.
|
|
1678
|
-
from graphiant_sdk.models.
|
|
1679
|
-
from graphiant_sdk.models.
|
|
1680
|
-
from graphiant_sdk.models.
|
|
1681
|
-
from graphiant_sdk.models.
|
|
1682
|
-
from graphiant_sdk.models.
|
|
1683
|
-
from graphiant_sdk.models.
|
|
1684
|
-
from graphiant_sdk.models.
|
|
1685
|
-
from graphiant_sdk.models.
|
|
1686
|
-
from graphiant_sdk.models.
|
|
1687
|
-
from graphiant_sdk.models.
|
|
1688
|
-
from graphiant_sdk.models.
|
|
1689
|
-
from graphiant_sdk.models.
|
|
1690
|
-
from graphiant_sdk.models.
|
|
1691
|
-
from graphiant_sdk.models.
|
|
1692
|
-
from graphiant_sdk.models.
|
|
1693
|
-
from graphiant_sdk.models.
|
|
1694
|
-
from graphiant_sdk.models.
|
|
1695
|
-
from graphiant_sdk.models.
|
|
1696
|
-
from graphiant_sdk.models.
|
|
1697
|
-
from graphiant_sdk.models.
|
|
1698
|
-
from graphiant_sdk.models.
|
|
1699
|
-
from graphiant_sdk.models.
|
|
1700
|
-
from graphiant_sdk.models.
|
|
1701
|
-
from graphiant_sdk.models.
|
|
1702
|
-
from graphiant_sdk.models.
|
|
1703
|
-
from graphiant_sdk.models.
|
|
1704
|
-
from graphiant_sdk.models.
|
|
1705
|
-
from graphiant_sdk.models.
|
|
1706
|
-
from graphiant_sdk.models.
|
|
1707
|
-
from graphiant_sdk.models.
|
|
1708
|
-
from graphiant_sdk.models.
|
|
1709
|
-
from graphiant_sdk.models.
|
|
1710
|
-
from graphiant_sdk.models.
|
|
1711
|
-
from graphiant_sdk.models.
|
|
1712
|
-
from graphiant_sdk.models.
|
|
1713
|
-
from graphiant_sdk.models.
|
|
1714
|
-
from graphiant_sdk.models.
|
|
1715
|
-
from graphiant_sdk.models.
|
|
1716
|
-
from graphiant_sdk.models.
|
|
1717
|
-
from graphiant_sdk.models.
|
|
1718
|
-
from graphiant_sdk.models.
|
|
1719
|
-
from graphiant_sdk.models.
|
|
1720
|
-
from graphiant_sdk.models.
|
|
1721
|
-
from graphiant_sdk.models.
|
|
1722
|
-
from graphiant_sdk.models.
|
|
1723
|
-
from graphiant_sdk.models.
|
|
1724
|
-
from graphiant_sdk.models.
|
|
1725
|
-
from graphiant_sdk.models.
|
|
1726
|
-
from graphiant_sdk.models.
|
|
1727
|
-
from graphiant_sdk.models.
|
|
1728
|
-
from graphiant_sdk.models.
|
|
1729
|
-
from graphiant_sdk.models.
|
|
1730
|
-
from graphiant_sdk.models.
|
|
1731
|
-
from graphiant_sdk.models.
|
|
1732
|
-
from graphiant_sdk.models.
|
|
1733
|
-
from graphiant_sdk.models.
|
|
1734
|
-
from graphiant_sdk.models.
|
|
1735
|
-
from graphiant_sdk.models.
|
|
1736
|
-
from graphiant_sdk.models.
|
|
1737
|
-
from graphiant_sdk.models.
|
|
1738
|
-
from graphiant_sdk.models.
|
|
1739
|
-
from graphiant_sdk.models.
|
|
1740
|
-
from graphiant_sdk.models.
|
|
1741
|
-
from graphiant_sdk.models.
|
|
1742
|
-
from graphiant_sdk.models.
|
|
1743
|
-
from graphiant_sdk.models.
|
|
1744
|
-
from graphiant_sdk.models.
|
|
1745
|
-
from graphiant_sdk.models.
|
|
1746
|
-
from graphiant_sdk.models.
|
|
1747
|
-
from graphiant_sdk.models.
|
|
1748
|
-
from graphiant_sdk.models.
|
|
1749
|
-
from graphiant_sdk.models.
|
|
1750
|
-
from graphiant_sdk.models.
|
|
1751
|
-
from graphiant_sdk.models.
|
|
1752
|
-
from graphiant_sdk.models.
|
|
1753
|
-
from graphiant_sdk.models.
|
|
1754
|
-
from graphiant_sdk.models.
|
|
1755
|
-
from graphiant_sdk.models.
|
|
1756
|
-
from graphiant_sdk.models.
|
|
1757
|
-
from graphiant_sdk.models.
|
|
1758
|
-
from graphiant_sdk.models.
|
|
1759
|
-
from graphiant_sdk.models.
|
|
1760
|
-
from graphiant_sdk.models.
|
|
1761
|
-
from graphiant_sdk.models.
|
|
1762
|
-
from graphiant_sdk.models.
|
|
1763
|
-
from graphiant_sdk.models.
|
|
1764
|
-
from graphiant_sdk.models.
|
|
1765
|
-
from graphiant_sdk.models.
|
|
1766
|
-
from graphiant_sdk.models.
|
|
1767
|
-
from graphiant_sdk.models.
|
|
1768
|
-
from graphiant_sdk.models.
|
|
1769
|
-
from graphiant_sdk.models.
|
|
1770
|
-
from graphiant_sdk.models.
|
|
1771
|
-
from graphiant_sdk.models.
|
|
1772
|
-
from graphiant_sdk.models.
|
|
1773
|
-
from graphiant_sdk.models.
|
|
1774
|
-
from graphiant_sdk.models.
|
|
1775
|
-
from graphiant_sdk.models.
|
|
1776
|
-
from graphiant_sdk.models.
|
|
1777
|
-
from graphiant_sdk.models.
|
|
1778
|
-
from graphiant_sdk.models.
|
|
1779
|
-
from graphiant_sdk.models.
|
|
1780
|
-
from graphiant_sdk.models.
|
|
1781
|
-
from graphiant_sdk.models.
|
|
1782
|
-
from graphiant_sdk.models.
|
|
1783
|
-
from graphiant_sdk.models.
|
|
1784
|
-
from graphiant_sdk.models.
|
|
1785
|
-
from graphiant_sdk.models.
|
|
1786
|
-
from graphiant_sdk.models.
|
|
1787
|
-
from graphiant_sdk.models.
|
|
1788
|
-
from graphiant_sdk.models.
|
|
1789
|
-
from graphiant_sdk.models.
|
|
1790
|
-
from graphiant_sdk.models.
|
|
1791
|
-
from graphiant_sdk.models.
|
|
1792
|
-
from graphiant_sdk.models.
|
|
1793
|
-
from graphiant_sdk.models.
|
|
1794
|
-
from graphiant_sdk.models.
|
|
1795
|
-
from graphiant_sdk.models.
|
|
1796
|
-
from graphiant_sdk.models.
|
|
1797
|
-
from graphiant_sdk.models.
|
|
1798
|
-
from graphiant_sdk.models.
|
|
1799
|
-
from graphiant_sdk.models.
|
|
1800
|
-
from graphiant_sdk.models.
|
|
1801
|
-
from graphiant_sdk.models.
|
|
1802
|
-
from graphiant_sdk.models.
|
|
1803
|
-
from graphiant_sdk.models.
|
|
1804
|
-
from graphiant_sdk.models.
|
|
1805
|
-
from graphiant_sdk.models.
|
|
1806
|
-
from graphiant_sdk.models.
|
|
1807
|
-
from graphiant_sdk.models.
|
|
1808
|
-
from graphiant_sdk.models.
|
|
1809
|
-
from graphiant_sdk.models.
|
|
1810
|
-
from graphiant_sdk.models.
|
|
1811
|
-
from graphiant_sdk.models.
|
|
1812
|
-
from graphiant_sdk.models.
|
|
1813
|
-
from graphiant_sdk.models.
|
|
1814
|
-
from graphiant_sdk.models.
|
|
1815
|
-
from graphiant_sdk.models.
|
|
1816
|
-
from graphiant_sdk.models.
|
|
1817
|
-
from graphiant_sdk.models.
|
|
1818
|
-
from graphiant_sdk.models.
|
|
1819
|
-
from graphiant_sdk.models.
|
|
1820
|
-
from graphiant_sdk.models.
|
|
1821
|
-
from graphiant_sdk.models.
|
|
1822
|
-
from graphiant_sdk.models.
|
|
1823
|
-
from graphiant_sdk.models.
|
|
1824
|
-
from graphiant_sdk.models.
|
|
1825
|
-
from graphiant_sdk.models.
|
|
1826
|
-
from graphiant_sdk.models.
|
|
1827
|
-
from graphiant_sdk.models.
|
|
1828
|
-
from graphiant_sdk.models.
|
|
1829
|
-
from graphiant_sdk.models.
|
|
1830
|
-
from graphiant_sdk.models.
|
|
1831
|
-
from graphiant_sdk.models.
|
|
1832
|
-
from graphiant_sdk.models.
|
|
1833
|
-
from graphiant_sdk.models.
|
|
1834
|
-
from graphiant_sdk.models.
|
|
1835
|
-
from graphiant_sdk.models.
|
|
1836
|
-
from graphiant_sdk.models.
|
|
1837
|
-
from graphiant_sdk.models.
|
|
1838
|
-
from graphiant_sdk.models.
|
|
1839
|
-
from graphiant_sdk.models.
|
|
1840
|
-
from graphiant_sdk.models.
|
|
1841
|
-
from graphiant_sdk.models.
|
|
1842
|
-
from graphiant_sdk.models.
|
|
1843
|
-
from graphiant_sdk.models.
|
|
1844
|
-
from graphiant_sdk.models.
|
|
1845
|
-
from graphiant_sdk.models.
|
|
1846
|
-
from graphiant_sdk.models.
|
|
1847
|
-
from graphiant_sdk.models.
|
|
1848
|
-
from graphiant_sdk.models.
|
|
1849
|
-
from graphiant_sdk.models.
|
|
1850
|
-
from graphiant_sdk.models.
|
|
1851
|
-
from graphiant_sdk.models.
|
|
1852
|
-
from graphiant_sdk.models.
|
|
1853
|
-
from graphiant_sdk.models.
|
|
1854
|
-
from graphiant_sdk.models.
|
|
1855
|
-
from graphiant_sdk.models.
|
|
1856
|
-
from graphiant_sdk.models.
|
|
1857
|
-
from graphiant_sdk.models.
|
|
1858
|
-
from graphiant_sdk.models.
|
|
1859
|
-
from graphiant_sdk.models.
|
|
1860
|
-
from graphiant_sdk.models.
|
|
1861
|
-
from graphiant_sdk.models.
|
|
1862
|
-
from graphiant_sdk.models.
|
|
1863
|
-
from graphiant_sdk.models.
|
|
1864
|
-
from graphiant_sdk.models.
|
|
1865
|
-
from graphiant_sdk.models.
|
|
1866
|
-
from graphiant_sdk.models.
|
|
1867
|
-
from graphiant_sdk.models.
|
|
1868
|
-
from graphiant_sdk.models.
|
|
1869
|
-
from graphiant_sdk.models.
|
|
1870
|
-
from graphiant_sdk.models.
|
|
1871
|
-
from graphiant_sdk.models.
|
|
1872
|
-
from graphiant_sdk.models.
|
|
1873
|
-
from graphiant_sdk.models.
|
|
1874
|
-
from graphiant_sdk.models.
|
|
1875
|
-
from graphiant_sdk.models.
|
|
1876
|
-
from graphiant_sdk.models.
|
|
1877
|
-
from graphiant_sdk.models.
|
|
1878
|
-
from graphiant_sdk.models.
|
|
1879
|
-
from graphiant_sdk.models.
|
|
1880
|
-
from graphiant_sdk.models.
|
|
1881
|
-
from graphiant_sdk.models.
|
|
1882
|
-
from graphiant_sdk.models.
|
|
1883
|
-
from graphiant_sdk.models.
|
|
1884
|
-
from graphiant_sdk.models.
|
|
1885
|
-
from graphiant_sdk.models.
|
|
1886
|
-
from graphiant_sdk.models.
|
|
1887
|
-
from graphiant_sdk.models.
|
|
1888
|
-
from graphiant_sdk.models.
|
|
1889
|
-
from graphiant_sdk.models.
|
|
1890
|
-
from graphiant_sdk.models.
|
|
1891
|
-
from graphiant_sdk.models.
|
|
1892
|
-
from graphiant_sdk.models.
|
|
1893
|
-
from graphiant_sdk.models.
|
|
1894
|
-
from graphiant_sdk.models.
|
|
1895
|
-
from graphiant_sdk.models.
|
|
1896
|
-
from graphiant_sdk.models.
|
|
1897
|
-
from graphiant_sdk.models.
|
|
1898
|
-
from graphiant_sdk.models.
|
|
1899
|
-
from graphiant_sdk.models.
|
|
1900
|
-
from graphiant_sdk.models.
|
|
1901
|
-
from graphiant_sdk.models.
|
|
1902
|
-
from graphiant_sdk.models.
|
|
1903
|
-
from graphiant_sdk.models.
|
|
1904
|
-
from graphiant_sdk.models.
|
|
1905
|
-
from graphiant_sdk.models.
|
|
1906
|
-
from graphiant_sdk.models.
|
|
1907
|
-
from graphiant_sdk.models.
|
|
1908
|
-
from graphiant_sdk.models.
|
|
1909
|
-
from graphiant_sdk.models.
|
|
1910
|
-
from graphiant_sdk.models.
|
|
1911
|
-
from graphiant_sdk.models.
|
|
1912
|
-
from graphiant_sdk.models.
|
|
1913
|
-
from graphiant_sdk.models.
|
|
1914
|
-
from graphiant_sdk.models.
|
|
1915
|
-
from graphiant_sdk.models.
|
|
1916
|
-
from graphiant_sdk.models.
|
|
1917
|
-
from graphiant_sdk.models.
|
|
1918
|
-
from graphiant_sdk.models.
|
|
1919
|
-
from graphiant_sdk.models.
|
|
1920
|
-
from graphiant_sdk.models.
|
|
1921
|
-
from graphiant_sdk.models.
|
|
1922
|
-
from graphiant_sdk.models.
|
|
1923
|
-
from graphiant_sdk.models.
|
|
1924
|
-
from graphiant_sdk.models.
|
|
1925
|
-
from graphiant_sdk.models.
|
|
1926
|
-
from graphiant_sdk.models.
|
|
1927
|
-
from graphiant_sdk.models.
|
|
1928
|
-
from graphiant_sdk.models.
|
|
1929
|
-
from graphiant_sdk.models.
|
|
1930
|
-
from graphiant_sdk.models.
|
|
1931
|
-
from graphiant_sdk.models.
|
|
1932
|
-
from graphiant_sdk.models.
|
|
1933
|
-
from graphiant_sdk.models.
|
|
1934
|
-
from graphiant_sdk.models.
|
|
1935
|
-
from graphiant_sdk.models.
|
|
1936
|
-
from graphiant_sdk.models.
|
|
1937
|
-
from graphiant_sdk.models.
|
|
1938
|
-
from graphiant_sdk.models.
|
|
1939
|
-
from graphiant_sdk.models.
|
|
1940
|
-
from graphiant_sdk.models.
|
|
1941
|
-
from graphiant_sdk.models.
|
|
1942
|
-
from graphiant_sdk.models.
|
|
1943
|
-
from graphiant_sdk.models.
|
|
1944
|
-
from graphiant_sdk.models.
|
|
1945
|
-
from graphiant_sdk.models.
|
|
1946
|
-
from graphiant_sdk.models.
|
|
1947
|
-
from graphiant_sdk.models.
|
|
1948
|
-
from graphiant_sdk.models.
|
|
1949
|
-
from graphiant_sdk.models.
|
|
1950
|
-
from graphiant_sdk.models.
|
|
1951
|
-
from graphiant_sdk.models.
|
|
1952
|
-
from graphiant_sdk.models.
|
|
1953
|
-
from graphiant_sdk.models.
|
|
1954
|
-
from graphiant_sdk.models.
|
|
1955
|
-
from graphiant_sdk.models.
|
|
1956
|
-
from graphiant_sdk.models.
|
|
1957
|
-
from graphiant_sdk.models.
|
|
1958
|
-
from graphiant_sdk.models.
|
|
1959
|
-
from graphiant_sdk.models.
|
|
1960
|
-
from graphiant_sdk.models.
|
|
1961
|
-
from graphiant_sdk.models.
|
|
1962
|
-
from graphiant_sdk.models.
|
|
1963
|
-
from graphiant_sdk.models.
|
|
1964
|
-
from graphiant_sdk.models.
|
|
1965
|
-
from graphiant_sdk.models.
|
|
1966
|
-
from graphiant_sdk.models.
|
|
1967
|
-
from graphiant_sdk.models.
|
|
1968
|
-
from graphiant_sdk.models.
|
|
1969
|
-
from graphiant_sdk.models.
|
|
1970
|
-
from graphiant_sdk.models.
|
|
1971
|
-
from graphiant_sdk.models.
|
|
1972
|
-
from graphiant_sdk.models.
|
|
1973
|
-
from graphiant_sdk.models.
|
|
1974
|
-
from graphiant_sdk.models.
|
|
1975
|
-
from graphiant_sdk.models.
|
|
1976
|
-
from graphiant_sdk.models.
|
|
1977
|
-
from graphiant_sdk.models.
|
|
1978
|
-
from graphiant_sdk.models.
|
|
1979
|
-
from graphiant_sdk.models.
|
|
1980
|
-
from graphiant_sdk.models.
|
|
1981
|
-
from graphiant_sdk.models.
|
|
1982
|
-
from graphiant_sdk.models.
|
|
1983
|
-
from graphiant_sdk.models.
|
|
1984
|
-
from graphiant_sdk.models.
|
|
1985
|
-
from graphiant_sdk.models.
|
|
1986
|
-
from graphiant_sdk.models.
|
|
1987
|
-
from graphiant_sdk.models.
|
|
1988
|
-
from graphiant_sdk.models.
|
|
1989
|
-
from graphiant_sdk.models.
|
|
1990
|
-
from graphiant_sdk.models.
|
|
1991
|
-
from graphiant_sdk.models.
|
|
1992
|
-
from graphiant_sdk.models.
|
|
1993
|
-
from graphiant_sdk.models.
|
|
1994
|
-
from graphiant_sdk.models.
|
|
1995
|
-
from graphiant_sdk.models.
|
|
1996
|
-
from graphiant_sdk.models.
|
|
1997
|
-
from graphiant_sdk.models.
|
|
1998
|
-
from graphiant_sdk.models.
|
|
1999
|
-
from graphiant_sdk.models.
|
|
2000
|
-
from graphiant_sdk.models.
|
|
2001
|
-
from graphiant_sdk.models.
|
|
2002
|
-
from graphiant_sdk.models.
|
|
2003
|
-
from graphiant_sdk.models.
|
|
2004
|
-
from graphiant_sdk.models.
|
|
2005
|
-
from graphiant_sdk.models.
|
|
2006
|
-
from graphiant_sdk.models.
|
|
2007
|
-
from graphiant_sdk.models.
|
|
2008
|
-
from graphiant_sdk.models.
|
|
2009
|
-
from graphiant_sdk.models.
|
|
2010
|
-
from graphiant_sdk.models.
|
|
2011
|
-
from graphiant_sdk.models.
|
|
2012
|
-
from graphiant_sdk.models.
|
|
2013
|
-
from graphiant_sdk.models.
|
|
2014
|
-
from graphiant_sdk.models.
|
|
2015
|
-
from graphiant_sdk.models.
|
|
2016
|
-
from graphiant_sdk.models.
|
|
2017
|
-
from graphiant_sdk.models.
|
|
2018
|
-
from graphiant_sdk.models.
|
|
2019
|
-
from graphiant_sdk.models.
|
|
2020
|
-
from graphiant_sdk.models.
|
|
2021
|
-
from graphiant_sdk.models.
|
|
2022
|
-
from graphiant_sdk.models.
|
|
2023
|
-
from graphiant_sdk.models.
|
|
2024
|
-
from graphiant_sdk.models.
|
|
2025
|
-
from graphiant_sdk.models.
|
|
2026
|
-
from graphiant_sdk.models.
|
|
2027
|
-
from graphiant_sdk.models.
|
|
2028
|
-
from graphiant_sdk.models.
|
|
2029
|
-
from graphiant_sdk.models.
|
|
2030
|
-
from graphiant_sdk.models.
|
|
2031
|
-
from graphiant_sdk.models.
|
|
2032
|
-
from graphiant_sdk.models.
|
|
2033
|
-
from graphiant_sdk.models.
|
|
2034
|
-
from graphiant_sdk.models.
|
|
2035
|
-
from graphiant_sdk.models.
|
|
2036
|
-
from graphiant_sdk.models.
|
|
2037
|
-
from graphiant_sdk.models.
|
|
2038
|
-
from graphiant_sdk.models.
|
|
2039
|
-
from graphiant_sdk.models.
|
|
2040
|
-
from graphiant_sdk.models.
|
|
2041
|
-
from graphiant_sdk.models.
|
|
2042
|
-
from graphiant_sdk.models.
|
|
2043
|
-
from graphiant_sdk.models.
|
|
2044
|
-
from graphiant_sdk.models.
|
|
2045
|
-
from graphiant_sdk.models.
|
|
2046
|
-
from graphiant_sdk.models.
|
|
2047
|
-
from graphiant_sdk.models.
|
|
2048
|
-
from graphiant_sdk.models.
|
|
2049
|
-
from graphiant_sdk.models.
|
|
2050
|
-
from graphiant_sdk.models.
|
|
2051
|
-
from graphiant_sdk.models.
|
|
2052
|
-
from graphiant_sdk.models.
|
|
2053
|
-
from graphiant_sdk.models.
|
|
2054
|
-
from graphiant_sdk.models.
|
|
2055
|
-
from graphiant_sdk.models.
|
|
2056
|
-
from graphiant_sdk.models.
|
|
2057
|
-
from graphiant_sdk.models.
|
|
2058
|
-
from graphiant_sdk.models.
|
|
2059
|
-
from graphiant_sdk.models.
|
|
2060
|
-
from graphiant_sdk.models.
|
|
2061
|
-
from graphiant_sdk.models.
|
|
2062
|
-
from graphiant_sdk.models.
|
|
2063
|
-
from graphiant_sdk.models.
|
|
2064
|
-
from graphiant_sdk.models.
|
|
2065
|
-
from graphiant_sdk.models.
|
|
2066
|
-
from graphiant_sdk.models.
|
|
2067
|
-
from graphiant_sdk.models.
|
|
2068
|
-
from graphiant_sdk.models.
|
|
2069
|
-
from graphiant_sdk.models.
|
|
2070
|
-
from graphiant_sdk.models.
|
|
2071
|
-
from graphiant_sdk.models.
|
|
2072
|
-
from graphiant_sdk.models.
|
|
2073
|
-
from graphiant_sdk.models.
|
|
2074
|
-
from graphiant_sdk.models.
|
|
2075
|
-
from graphiant_sdk.models.
|
|
2076
|
-
from graphiant_sdk.models.
|
|
2077
|
-
from graphiant_sdk.models.
|
|
2078
|
-
from graphiant_sdk.models.
|
|
2079
|
-
from graphiant_sdk.models.
|
|
2080
|
-
from graphiant_sdk.models.
|
|
2081
|
-
from graphiant_sdk.models.
|
|
2082
|
-
from graphiant_sdk.models.
|
|
2083
|
-
from graphiant_sdk.models.
|
|
2084
|
-
from graphiant_sdk.models.
|
|
2085
|
-
from graphiant_sdk.models.
|
|
2086
|
-
from graphiant_sdk.models.
|
|
2087
|
-
from graphiant_sdk.models.
|
|
2088
|
-
from graphiant_sdk.models.
|
|
2089
|
-
from graphiant_sdk.models.
|
|
2090
|
-
from graphiant_sdk.models.
|
|
2091
|
-
from graphiant_sdk.models.
|
|
2092
|
-
from graphiant_sdk.models.
|
|
2093
|
-
from graphiant_sdk.models.
|
|
2094
|
-
from graphiant_sdk.models.
|
|
2095
|
-
from graphiant_sdk.models.
|
|
2096
|
-
from graphiant_sdk.models.
|
|
2097
|
-
from graphiant_sdk.models.
|
|
2098
|
-
from graphiant_sdk.models.
|
|
2099
|
-
from graphiant_sdk.models.
|
|
2100
|
-
from graphiant_sdk.models.
|
|
2101
|
-
from graphiant_sdk.models.
|
|
2102
|
-
from graphiant_sdk.models.
|
|
2103
|
-
from graphiant_sdk.models.
|
|
2104
|
-
from graphiant_sdk.models.
|
|
2105
|
-
from graphiant_sdk.models.
|
|
2106
|
-
from graphiant_sdk.models.
|
|
2107
|
-
from graphiant_sdk.models.
|
|
2108
|
-
from graphiant_sdk.models.
|
|
2109
|
-
from graphiant_sdk.models.
|
|
2110
|
-
from graphiant_sdk.models.
|
|
2111
|
-
from graphiant_sdk.models.
|
|
2112
|
-
from graphiant_sdk.models.
|
|
2113
|
-
from graphiant_sdk.models.
|
|
2114
|
-
from graphiant_sdk.models.
|
|
2115
|
-
from graphiant_sdk.models.
|
|
2116
|
-
from graphiant_sdk.models.
|
|
2117
|
-
from graphiant_sdk.models.
|
|
2118
|
-
from graphiant_sdk.models.
|
|
2119
|
-
from graphiant_sdk.models.
|
|
2120
|
-
from graphiant_sdk.models.
|
|
2121
|
-
from graphiant_sdk.models.
|
|
2122
|
-
from graphiant_sdk.models.
|
|
2123
|
-
from graphiant_sdk.models.
|
|
2124
|
-
from graphiant_sdk.models.
|
|
2125
|
-
from graphiant_sdk.models.
|
|
2126
|
-
from graphiant_sdk.models.
|
|
2127
|
-
from graphiant_sdk.models.
|
|
2128
|
-
from graphiant_sdk.models.
|
|
2129
|
-
from graphiant_sdk.models.
|
|
2130
|
-
from graphiant_sdk.models.
|
|
2131
|
-
from graphiant_sdk.models.
|
|
2132
|
-
from graphiant_sdk.models.
|
|
2133
|
-
from graphiant_sdk.models.
|
|
2134
|
-
from graphiant_sdk.models.
|
|
2135
|
-
from graphiant_sdk.models.
|
|
2136
|
-
from graphiant_sdk.models.
|
|
2137
|
-
from graphiant_sdk.models.
|
|
2138
|
-
from graphiant_sdk.models.
|
|
2139
|
-
from graphiant_sdk.models.
|
|
2140
|
-
from graphiant_sdk.models.
|
|
2141
|
-
from graphiant_sdk.models.
|
|
2142
|
-
from graphiant_sdk.models.
|
|
2143
|
-
from graphiant_sdk.models.
|
|
2144
|
-
from graphiant_sdk.models.
|
|
2145
|
-
from graphiant_sdk.models.
|
|
2146
|
-
from graphiant_sdk.models.
|
|
2147
|
-
from graphiant_sdk.models.
|
|
2148
|
-
from graphiant_sdk.models.
|
|
2149
|
-
from graphiant_sdk.models.
|
|
2150
|
-
from graphiant_sdk.models.
|
|
2151
|
-
from graphiant_sdk.models.
|
|
2152
|
-
from graphiant_sdk.models.
|
|
2153
|
-
from graphiant_sdk.models.
|
|
2154
|
-
from graphiant_sdk.models.
|
|
2155
|
-
from graphiant_sdk.models.
|
|
2156
|
-
from graphiant_sdk.models.
|
|
2157
|
-
from graphiant_sdk.models.
|
|
2158
|
-
from graphiant_sdk.models.
|
|
2159
|
-
from graphiant_sdk.models.
|
|
2160
|
-
from graphiant_sdk.models.
|
|
2161
|
-
from graphiant_sdk.models.
|
|
2162
|
-
from graphiant_sdk.models.
|
|
2163
|
-
from graphiant_sdk.models.
|
|
2164
|
-
from graphiant_sdk.models.
|
|
2165
|
-
from graphiant_sdk.models.
|
|
2166
|
-
from graphiant_sdk.models.
|
|
2167
|
-
from graphiant_sdk.models.
|
|
2168
|
-
from graphiant_sdk.models.
|
|
2169
|
-
from graphiant_sdk.models.
|
|
2170
|
-
from graphiant_sdk.models.
|
|
2171
|
-
from graphiant_sdk.models.
|
|
2172
|
-
from graphiant_sdk.models.
|
|
2173
|
-
from graphiant_sdk.models.
|
|
2174
|
-
from graphiant_sdk.models.
|
|
2175
|
-
from graphiant_sdk.models.
|
|
2176
|
-
from graphiant_sdk.models.
|
|
2177
|
-
from graphiant_sdk.models.
|
|
2178
|
-
from graphiant_sdk.models.
|
|
2179
|
-
from graphiant_sdk.models.
|
|
2180
|
-
from graphiant_sdk.models.
|
|
2181
|
-
from graphiant_sdk.models.
|
|
2182
|
-
from graphiant_sdk.models.
|
|
2183
|
-
from graphiant_sdk.models.
|
|
2184
|
-
from graphiant_sdk.models.
|
|
2185
|
-
from graphiant_sdk.models.
|
|
2186
|
-
from graphiant_sdk.models.
|
|
2187
|
-
from graphiant_sdk.models.
|
|
2188
|
-
from graphiant_sdk.models.
|
|
2189
|
-
from graphiant_sdk.models.
|
|
2190
|
-
from graphiant_sdk.models.
|
|
2191
|
-
from graphiant_sdk.models.
|
|
2192
|
-
from graphiant_sdk.models.
|
|
2193
|
-
from graphiant_sdk.models.
|
|
2194
|
-
from graphiant_sdk.models.
|
|
2195
|
-
from graphiant_sdk.models.
|
|
2196
|
-
from graphiant_sdk.models.
|
|
2197
|
-
from graphiant_sdk.models.
|
|
2198
|
-
from graphiant_sdk.models.
|
|
2199
|
-
from graphiant_sdk.models.
|
|
2200
|
-
from graphiant_sdk.models.
|
|
2201
|
-
from graphiant_sdk.models.
|
|
2202
|
-
from graphiant_sdk.models.
|
|
2203
|
-
from graphiant_sdk.models.
|
|
2204
|
-
from graphiant_sdk.models.
|
|
2205
|
-
from graphiant_sdk.models.
|
|
2206
|
-
from graphiant_sdk.models.
|
|
2207
|
-
from graphiant_sdk.models.
|
|
2208
|
-
from graphiant_sdk.models.
|
|
2209
|
-
from graphiant_sdk.models.
|
|
2210
|
-
from graphiant_sdk.models.
|
|
2211
|
-
from graphiant_sdk.models.
|
|
2212
|
-
from graphiant_sdk.models.
|
|
2213
|
-
from graphiant_sdk.models.
|
|
2214
|
-
from graphiant_sdk.models.
|
|
2215
|
-
from graphiant_sdk.models.
|
|
2216
|
-
from graphiant_sdk.models.
|
|
2217
|
-
from graphiant_sdk.models.
|
|
2218
|
-
from graphiant_sdk.models.
|
|
2219
|
-
from graphiant_sdk.models.
|
|
2220
|
-
from graphiant_sdk.models.
|
|
2221
|
-
from graphiant_sdk.models.
|
|
2222
|
-
from graphiant_sdk.models.
|
|
2223
|
-
from graphiant_sdk.models.
|
|
2224
|
-
from graphiant_sdk.models.
|
|
2225
|
-
from graphiant_sdk.models.
|
|
2226
|
-
from graphiant_sdk.models.
|
|
2227
|
-
from graphiant_sdk.models.
|
|
2228
|
-
from graphiant_sdk.models.
|
|
2229
|
-
from graphiant_sdk.models.
|
|
2230
|
-
from graphiant_sdk.models.
|
|
2231
|
-
from graphiant_sdk.models.
|
|
2232
|
-
from graphiant_sdk.models.
|
|
2233
|
-
from graphiant_sdk.models.
|
|
2234
|
-
from graphiant_sdk.models.
|
|
2235
|
-
from graphiant_sdk.models.
|
|
2236
|
-
from graphiant_sdk.models.
|
|
2237
|
-
from graphiant_sdk.models.
|
|
2238
|
-
from graphiant_sdk.models.
|
|
2239
|
-
from graphiant_sdk.models.
|
|
2240
|
-
from graphiant_sdk.models.
|
|
2241
|
-
from graphiant_sdk.models.
|
|
2242
|
-
from graphiant_sdk.models.
|
|
2243
|
-
from graphiant_sdk.models.
|
|
2244
|
-
from graphiant_sdk.models.
|
|
2245
|
-
from graphiant_sdk.models.
|
|
2246
|
-
from graphiant_sdk.models.
|
|
2247
|
-
from graphiant_sdk.models.
|
|
2248
|
-
from graphiant_sdk.models.
|
|
2249
|
-
from graphiant_sdk.models.
|
|
2250
|
-
from graphiant_sdk.models.
|
|
2251
|
-
from graphiant_sdk.models.
|
|
2252
|
-
from graphiant_sdk.models.
|
|
2253
|
-
from graphiant_sdk.models.
|
|
2254
|
-
from graphiant_sdk.models.
|
|
2255
|
-
from graphiant_sdk.models.
|
|
2256
|
-
from graphiant_sdk.models.
|
|
2257
|
-
from graphiant_sdk.models.
|
|
2258
|
-
from graphiant_sdk.models.
|
|
2259
|
-
from graphiant_sdk.models.
|
|
2260
|
-
from graphiant_sdk.models.
|
|
2261
|
-
from graphiant_sdk.models.
|
|
2262
|
-
from graphiant_sdk.models.
|
|
2263
|
-
from graphiant_sdk.models.
|
|
2264
|
-
from graphiant_sdk.models.
|
|
2265
|
-
from graphiant_sdk.models.
|
|
2266
|
-
from graphiant_sdk.models.
|
|
2267
|
-
from graphiant_sdk.models.
|
|
2268
|
-
from graphiant_sdk.models.
|
|
2269
|
-
from graphiant_sdk.models.
|
|
2270
|
-
from graphiant_sdk.models.
|
|
2271
|
-
from graphiant_sdk.models.
|
|
2272
|
-
from graphiant_sdk.models.
|
|
2273
|
-
from graphiant_sdk.models.
|
|
2274
|
-
from graphiant_sdk.models.
|
|
2275
|
-
from graphiant_sdk.models.
|
|
2276
|
-
from graphiant_sdk.models.
|
|
2277
|
-
from graphiant_sdk.models.
|
|
2278
|
-
from graphiant_sdk.models.
|
|
2279
|
-
from graphiant_sdk.models.
|
|
2280
|
-
from graphiant_sdk.models.
|
|
2281
|
-
from graphiant_sdk.models.
|
|
2282
|
-
from graphiant_sdk.models.
|
|
2283
|
-
from graphiant_sdk.models.
|
|
2284
|
-
from graphiant_sdk.models.
|
|
2285
|
-
from graphiant_sdk.models.
|
|
2286
|
-
from graphiant_sdk.models.
|
|
2287
|
-
from graphiant_sdk.models.
|
|
2288
|
-
from graphiant_sdk.models.
|
|
2289
|
-
from graphiant_sdk.models.
|
|
2290
|
-
from graphiant_sdk.models.
|
|
2291
|
-
from graphiant_sdk.models.
|
|
2292
|
-
from graphiant_sdk.models.
|
|
2293
|
-
from graphiant_sdk.models.
|
|
2294
|
-
from graphiant_sdk.models.
|
|
2295
|
-
from graphiant_sdk.models.
|
|
2296
|
-
from graphiant_sdk.models.
|
|
2297
|
-
from graphiant_sdk.models.
|
|
2298
|
-
from graphiant_sdk.models.
|
|
2299
|
-
from graphiant_sdk.models.
|
|
2300
|
-
from graphiant_sdk.models.
|
|
2301
|
-
from graphiant_sdk.models.
|
|
2302
|
-
from graphiant_sdk.models.
|
|
2303
|
-
from graphiant_sdk.models.
|
|
2304
|
-
from graphiant_sdk.models.
|
|
2305
|
-
from graphiant_sdk.models.
|
|
2306
|
-
from graphiant_sdk.models.
|
|
2307
|
-
from graphiant_sdk.models.
|
|
2308
|
-
from graphiant_sdk.models.
|
|
2309
|
-
from graphiant_sdk.models.
|
|
2310
|
-
from graphiant_sdk.models.
|
|
2311
|
-
from graphiant_sdk.models.
|
|
2312
|
-
from graphiant_sdk.models.
|
|
2313
|
-
from graphiant_sdk.models.
|
|
2314
|
-
from graphiant_sdk.models.
|
|
2315
|
-
from graphiant_sdk.models.
|
|
2316
|
-
from graphiant_sdk.models.
|
|
2317
|
-
from graphiant_sdk.models.
|
|
2318
|
-
from graphiant_sdk.models.
|
|
2319
|
-
from graphiant_sdk.models.
|
|
2320
|
-
from graphiant_sdk.models.
|
|
2321
|
-
from graphiant_sdk.models.
|
|
2322
|
-
from graphiant_sdk.models.
|
|
2323
|
-
from graphiant_sdk.models.
|
|
2324
|
-
from graphiant_sdk.models.
|
|
2325
|
-
from graphiant_sdk.models.
|
|
2326
|
-
from graphiant_sdk.models.
|
|
2327
|
-
from graphiant_sdk.models.
|
|
2328
|
-
from graphiant_sdk.models.
|
|
2329
|
-
from graphiant_sdk.models.
|
|
2330
|
-
from graphiant_sdk.models.
|
|
2331
|
-
from graphiant_sdk.models.
|
|
2332
|
-
from graphiant_sdk.models.
|
|
2333
|
-
from graphiant_sdk.models.
|
|
2334
|
-
from graphiant_sdk.models.
|
|
2335
|
-
from graphiant_sdk.models.
|
|
2336
|
-
from graphiant_sdk.models.
|
|
2337
|
-
from graphiant_sdk.models.
|
|
2338
|
-
from graphiant_sdk.models.
|
|
2339
|
-
from graphiant_sdk.models.
|
|
2340
|
-
from graphiant_sdk.models.
|
|
2341
|
-
from graphiant_sdk.models.
|
|
2342
|
-
from graphiant_sdk.models.
|
|
2343
|
-
from graphiant_sdk.models.
|
|
2344
|
-
from graphiant_sdk.models.
|
|
2345
|
-
from graphiant_sdk.models.
|
|
2346
|
-
from graphiant_sdk.models.
|
|
2347
|
-
from graphiant_sdk.models.
|
|
2348
|
-
from graphiant_sdk.models.
|
|
2349
|
-
from graphiant_sdk.models.
|
|
2350
|
-
from graphiant_sdk.models.
|
|
2351
|
-
from graphiant_sdk.models.
|
|
2352
|
-
from graphiant_sdk.models.
|
|
2353
|
-
from graphiant_sdk.models.
|
|
2354
|
-
from graphiant_sdk.models.
|
|
2355
|
-
from graphiant_sdk.models.
|
|
2356
|
-
from graphiant_sdk.models.
|
|
2357
|
-
from graphiant_sdk.models.
|
|
2358
|
-
from graphiant_sdk.models.
|
|
2359
|
-
from graphiant_sdk.models.
|
|
2360
|
-
from graphiant_sdk.models.
|
|
2361
|
-
from graphiant_sdk.models.
|
|
2362
|
-
from graphiant_sdk.models.
|
|
2363
|
-
from graphiant_sdk.models.
|
|
2364
|
-
from graphiant_sdk.models.
|
|
2365
|
-
from graphiant_sdk.models.
|
|
2366
|
-
from graphiant_sdk.models.
|
|
2367
|
-
from graphiant_sdk.models.
|
|
2368
|
-
from graphiant_sdk.models.
|
|
2369
|
-
from graphiant_sdk.models.
|
|
2370
|
-
from graphiant_sdk.models.
|
|
2371
|
-
from graphiant_sdk.models.
|
|
2372
|
-
from graphiant_sdk.models.
|
|
2373
|
-
from graphiant_sdk.models.
|
|
2374
|
-
from graphiant_sdk.models.
|
|
2375
|
-
from graphiant_sdk.models.
|
|
2376
|
-
from graphiant_sdk.models.
|
|
2377
|
-
from graphiant_sdk.models.
|
|
2378
|
-
from graphiant_sdk.models.
|
|
2379
|
-
from graphiant_sdk.models.
|
|
2380
|
-
from graphiant_sdk.models.
|
|
2381
|
-
from graphiant_sdk.models.
|
|
2382
|
-
from graphiant_sdk.models.
|
|
2383
|
-
from graphiant_sdk.models.
|
|
2384
|
-
from graphiant_sdk.models.
|
|
2385
|
-
from graphiant_sdk.models.
|
|
2386
|
-
from graphiant_sdk.models.
|
|
2387
|
-
from graphiant_sdk.models.
|
|
2388
|
-
from graphiant_sdk.models.
|
|
2389
|
-
from graphiant_sdk.models.
|
|
2390
|
-
from graphiant_sdk.models.
|
|
2391
|
-
from graphiant_sdk.models.
|
|
2392
|
-
from graphiant_sdk.models.
|
|
2393
|
-
from graphiant_sdk.models.
|
|
2394
|
-
from graphiant_sdk.models.
|
|
2395
|
-
from graphiant_sdk.models.
|
|
2396
|
-
from graphiant_sdk.models.
|
|
2397
|
-
from graphiant_sdk.models.
|
|
2398
|
-
from graphiant_sdk.models.
|
|
2399
|
-
from graphiant_sdk.models.
|
|
2400
|
-
from graphiant_sdk.models.
|
|
2401
|
-
from graphiant_sdk.models.
|
|
2402
|
-
from graphiant_sdk.models.
|
|
2403
|
-
from graphiant_sdk.models.
|
|
2404
|
-
from graphiant_sdk.models.
|
|
2405
|
-
from graphiant_sdk.models.
|
|
2406
|
-
from graphiant_sdk.models.
|
|
2407
|
-
from graphiant_sdk.models.
|
|
2408
|
-
from graphiant_sdk.models.
|
|
2409
|
-
from graphiant_sdk.models.
|
|
2410
|
-
from graphiant_sdk.models.
|
|
2411
|
-
from graphiant_sdk.models.
|
|
2412
|
-
from graphiant_sdk.models.
|
|
2413
|
-
from graphiant_sdk.models.
|
|
2414
|
-
from graphiant_sdk.models.
|
|
2415
|
-
from graphiant_sdk.models.
|
|
2416
|
-
from graphiant_sdk.models.
|
|
2417
|
-
from graphiant_sdk.models.
|
|
2418
|
-
from graphiant_sdk.models.
|
|
2419
|
-
from graphiant_sdk.models.
|
|
2420
|
-
from graphiant_sdk.models.
|
|
2421
|
-
from graphiant_sdk.models.
|
|
2422
|
-
from graphiant_sdk.models.
|
|
2423
|
-
from graphiant_sdk.models.
|
|
2424
|
-
from graphiant_sdk.models.
|
|
2425
|
-
from graphiant_sdk.models.
|
|
2426
|
-
from graphiant_sdk.models.
|
|
2427
|
-
from graphiant_sdk.models.
|
|
2428
|
-
from graphiant_sdk.models.
|
|
2429
|
-
from graphiant_sdk.models.
|
|
2430
|
-
from graphiant_sdk.models.
|
|
2431
|
-
from graphiant_sdk.models.
|
|
2432
|
-
from graphiant_sdk.models.
|
|
2433
|
-
from graphiant_sdk.models.
|
|
2434
|
-
from graphiant_sdk.models.
|
|
2435
|
-
from graphiant_sdk.models.
|
|
2436
|
-
from graphiant_sdk.models.
|
|
2437
|
-
from graphiant_sdk.models.
|
|
2438
|
-
from graphiant_sdk.models.
|
|
2439
|
-
from graphiant_sdk.models.
|
|
2440
|
-
from graphiant_sdk.models.
|
|
2441
|
-
from graphiant_sdk.models.
|
|
2442
|
-
from graphiant_sdk.models.
|
|
2443
|
-
from graphiant_sdk.models.
|
|
2444
|
-
from graphiant_sdk.models.
|
|
2445
|
-
from graphiant_sdk.models.
|
|
2446
|
-
from graphiant_sdk.models.
|
|
2447
|
-
from graphiant_sdk.models.
|
|
2448
|
-
from graphiant_sdk.models.
|
|
2449
|
-
from graphiant_sdk.models.
|
|
2450
|
-
from graphiant_sdk.models.
|
|
2451
|
-
from graphiant_sdk.models.
|
|
2452
|
-
from graphiant_sdk.models.
|
|
2453
|
-
from graphiant_sdk.models.
|
|
2454
|
-
from graphiant_sdk.models.
|
|
2455
|
-
from graphiant_sdk.models.
|
|
2456
|
-
|
|
34
|
+
from graphiant_sdk.models.alarms_alarm_data import AlarmsAlarmData
|
|
35
|
+
from graphiant_sdk.models.alarms_alarm_history import AlarmsAlarmHistory
|
|
36
|
+
from graphiant_sdk.models.alertservice_alert_record import AlertserviceAlertRecord
|
|
37
|
+
from graphiant_sdk.models.alertservice_allow_alert_notifcation_list_record import AlertserviceAllowAlertNotifcationListRecord
|
|
38
|
+
from graphiant_sdk.models.alertservice_children_alert_list_response import AlertserviceChildrenAlertListResponse
|
|
39
|
+
from graphiant_sdk.models.alertservice_create_integration_body import AlertserviceCreateIntegrationBody
|
|
40
|
+
from graphiant_sdk.models.alertservice_integration import AlertserviceIntegration
|
|
41
|
+
from graphiant_sdk.models.alertservice_integration_details import AlertserviceIntegrationDetails
|
|
42
|
+
from graphiant_sdk.models.alertservice_notification_body import AlertserviceNotificationBody
|
|
43
|
+
from graphiant_sdk.models.alertservice_notification_record import AlertserviceNotificationRecord
|
|
44
|
+
from graphiant_sdk.models.alertservice_rule_record import AlertserviceRuleRecord
|
|
45
|
+
from graphiant_sdk.models.alertservice_time_window import AlertserviceTimeWindow
|
|
46
|
+
from graphiant_sdk.models.alertservice_update_integration_body import AlertserviceUpdateIntegrationBody
|
|
47
|
+
from graphiant_sdk.models.assistant_assistant_conversation import AssistantAssistantConversation
|
|
48
|
+
from graphiant_sdk.models.assistant_assistant_question import AssistantAssistantQuestion
|
|
49
|
+
from graphiant_sdk.models.assistant_assistant_response import AssistantAssistantResponse
|
|
50
|
+
from graphiant_sdk.models.assistant_dataframe_dictionary import AssistantDataframeDictionary
|
|
51
|
+
from graphiant_sdk.models.assistant_time_window import AssistantTimeWindow
|
|
52
|
+
from graphiant_sdk.models.assurance_app_id_record import AssuranceAppIdRecord
|
|
53
|
+
from graphiant_sdk.models.assurance_app_name_record import AssuranceAppNameRecord
|
|
54
|
+
from graphiant_sdk.models.assurance_application_flow import AssuranceApplicationFlow
|
|
55
|
+
from graphiant_sdk.models.assurance_application_profile_summary import AssuranceApplicationProfileSummary
|
|
56
|
+
from graphiant_sdk.models.assurance_bucket_app import AssuranceBucketApp
|
|
57
|
+
from graphiant_sdk.models.assurance_bucket_app_identifier import AssuranceBucketAppIdentifier
|
|
58
|
+
from graphiant_sdk.models.assurance_bucket_app_server import AssuranceBucketAppServer
|
|
59
|
+
from graphiant_sdk.models.assurance_bucket_app_server_changes_list import AssuranceBucketAppServerChangesList
|
|
60
|
+
from graphiant_sdk.models.assurance_bucket_app_server_list import AssuranceBucketAppServerList
|
|
61
|
+
from graphiant_sdk.models.assurance_bucket_details import AssuranceBucketDetails
|
|
62
|
+
from graphiant_sdk.models.assurance_bucket_stats import AssuranceBucketStats
|
|
63
|
+
from graphiant_sdk.models.assurance_bucket_stats_with_id import AssuranceBucketStatsWithId
|
|
64
|
+
from graphiant_sdk.models.assurance_bucket_summary import AssuranceBucketSummary
|
|
65
|
+
from graphiant_sdk.models.assurance_classified_application import AssuranceClassifiedApplication
|
|
66
|
+
from graphiant_sdk.models.assurance_client_session import AssuranceClientSession
|
|
67
|
+
from graphiant_sdk.models.assurance_client_session_dia_link import AssuranceClientSessionDiaLink
|
|
68
|
+
from graphiant_sdk.models.assurance_client_session_endpoint_details import AssuranceClientSessionEndpointDetails
|
|
69
|
+
from graphiant_sdk.models.assurance_client_session_endpoint_details_statistics import AssuranceClientSessionEndpointDetailsStatistics
|
|
70
|
+
from graphiant_sdk.models.assurance_client_session_endpoint_link import AssuranceClientSessionEndpointLink
|
|
71
|
+
from graphiant_sdk.models.assurance_client_session_pop_link import AssuranceClientSessionPopLink
|
|
72
|
+
from graphiant_sdk.models.assurance_edge import AssuranceEdge
|
|
73
|
+
from graphiant_sdk.models.assurance_enterprise_summary import AssuranceEnterpriseSummary
|
|
74
|
+
from graphiant_sdk.models.assurance_exchange_service_identifier import AssuranceExchangeServiceIdentifier
|
|
75
|
+
from graphiant_sdk.models.assurance_flex_algo_identifier import AssuranceFlexAlgoIdentifier
|
|
76
|
+
from graphiant_sdk.models.assurance_geolocation import AssuranceGeolocation
|
|
77
|
+
from graphiant_sdk.models.assurance_region import AssuranceRegion
|
|
78
|
+
from graphiant_sdk.models.assurance_score_bucket_count import AssuranceScoreBucketCount
|
|
79
|
+
from graphiant_sdk.models.assurance_score_details import AssuranceScoreDetails
|
|
80
|
+
from graphiant_sdk.models.assurance_server import AssuranceServer
|
|
81
|
+
from graphiant_sdk.models.assurance_site import AssuranceSite
|
|
82
|
+
from graphiant_sdk.models.assurance_time_window import AssuranceTimeWindow
|
|
83
|
+
from graphiant_sdk.models.assurance_topology import AssuranceTopology
|
|
84
|
+
from graphiant_sdk.models.assurance_topology_edge import AssuranceTopologyEdge
|
|
85
|
+
from graphiant_sdk.models.assurance_topology_edge_link_performance import AssuranceTopologyEdgeLinkPerformance
|
|
86
|
+
from graphiant_sdk.models.assurance_topology_filter import AssuranceTopologyFilter
|
|
87
|
+
from graphiant_sdk.models.assurance_topology_node import AssuranceTopologyNode
|
|
88
|
+
from graphiant_sdk.models.assurance_topology_path import AssuranceTopologyPath
|
|
89
|
+
from graphiant_sdk.models.assurance_trend_value import AssuranceTrendValue
|
|
90
|
+
from graphiant_sdk.models.assurance_user_report import AssuranceUserReport
|
|
91
|
+
from graphiant_sdk.models.audit_activity_item import AuditActivityItem
|
|
92
|
+
from graphiant_sdk.models.audit_audit_entry import AuditAuditEntry
|
|
93
|
+
from graphiant_sdk.models.audit_target import AuditTarget
|
|
94
|
+
from graphiant_sdk.models.audit_target_result import AuditTargetResult
|
|
95
|
+
from graphiant_sdk.models.auditmon_activity_details import AuditmonActivityDetails
|
|
96
|
+
from graphiant_sdk.models.auditmon_activity_details_target import AuditmonActivityDetailsTarget
|
|
97
|
+
from graphiant_sdk.models.auditmon_activity_details_target_event import AuditmonActivityDetailsTargetEvent
|
|
98
|
+
from graphiant_sdk.models.auditmon_activity_logs_selector import AuditmonActivityLogsSelector
|
|
99
|
+
from graphiant_sdk.models.auditmon_activity_logs_selector_v2 import AuditmonActivityLogsSelectorV2
|
|
100
|
+
from graphiant_sdk.models.auditmon_audit_log import AuditmonAuditLog
|
|
101
|
+
from graphiant_sdk.models.auditmon_audit_logs_v2_selector import AuditmonAuditLogsV2Selector
|
|
102
|
+
from graphiant_sdk.models.auditmon_histogram import AuditmonHistogram
|
|
103
|
+
from graphiant_sdk.models.auditmon_selector import AuditmonSelector
|
|
104
|
+
from graphiant_sdk.models.auth_permissions import AuthPermissions
|
|
105
|
+
from graphiant_sdk.models.common_circuit_bandwidth_stats import CommonCircuitBandwidthStats
|
|
106
|
+
from graphiant_sdk.models.common_circuit_bandwidth_stats_selector import CommonCircuitBandwidthStatsSelector
|
|
107
|
+
from graphiant_sdk.models.common_page_info import CommonPageInfo
|
|
108
|
+
from graphiant_sdk.models.common_page_request import CommonPageRequest
|
|
109
|
+
from graphiant_sdk.models.common_permissions import CommonPermissions
|
|
110
|
+
from graphiant_sdk.models.common_user import CommonUser
|
|
111
|
+
from graphiant_sdk.models.common_user_info import CommonUserInfo
|
|
112
|
+
from graphiant_sdk.models.config_worker_job_status import ConfigWorkerJobStatus
|
|
113
|
+
from graphiant_sdk.models.diagnostic_tools_archive import DiagnosticToolsArchive
|
|
114
|
+
from graphiant_sdk.models.diagnostic_tools_arp_entry import DiagnosticToolsArpEntry
|
|
115
|
+
from graphiant_sdk.models.diagnostic_tools_arp_entry_address import DiagnosticToolsArpEntryAddress
|
|
116
|
+
from graphiant_sdk.models.diagnostic_tools_diagnostic_params import DiagnosticToolsDiagnosticParams
|
|
117
|
+
from graphiant_sdk.models.diagnostic_tools_diagnostic_result import DiagnosticToolsDiagnosticResult
|
|
118
|
+
from graphiant_sdk.models.diagnostic_tools_hop_info import DiagnosticToolsHopInfo
|
|
119
|
+
from graphiant_sdk.models.diagnostic_tools_hop_stats import DiagnosticToolsHopStats
|
|
120
|
+
from graphiant_sdk.models.diagnostic_tools_p_cap_filter import DiagnosticToolsPCapFilter
|
|
121
|
+
from graphiant_sdk.models.diagnostic_tools_ping_result import DiagnosticToolsPingResult
|
|
122
|
+
from graphiant_sdk.models.diagnostic_tools_prefix_port import DiagnosticToolsPrefixPort
|
|
123
|
+
from graphiant_sdk.models.diagnostic_tools_route_lookup_result import DiagnosticToolsRouteLookupResult
|
|
124
|
+
from graphiant_sdk.models.diagnostic_tools_speedtest_params import DiagnosticToolsSpeedtestParams
|
|
125
|
+
from graphiant_sdk.models.diagnostic_tools_speedtest_result import DiagnosticToolsSpeedtestResult
|
|
126
|
+
from graphiant_sdk.models.diagnostic_tools_speedtest_server import DiagnosticToolsSpeedtestServer
|
|
127
|
+
from graphiant_sdk.models.diagnostic_tools_target_type import DiagnosticToolsTargetType
|
|
128
|
+
from graphiant_sdk.models.diagnostic_tools_traceroute_result import DiagnosticToolsTracerouteResult
|
|
129
|
+
from graphiant_sdk.models.event_event import EventEvent
|
|
130
|
+
from graphiant_sdk.models.event_event_filter import EventEventFilter
|
|
131
|
+
from graphiant_sdk.models.google_protobuf_duration import GoogleProtobufDuration
|
|
132
|
+
from graphiant_sdk.models.google_protobuf_timestamp import GoogleProtobufTimestamp
|
|
133
|
+
from graphiant_sdk.models.healthcheck_odp_status_details import HealthcheckOdpStatusDetails
|
|
134
|
+
from graphiant_sdk.models.healthcheck_onboarding_status_details import HealthcheckOnboardingStatusDetails
|
|
135
|
+
from graphiant_sdk.models.healthcheck_status_details import HealthcheckStatusDetails
|
|
136
|
+
from graphiant_sdk.models.healthcheck_t2_status_details import HealthcheckT2StatusDetails
|
|
137
|
+
from graphiant_sdk.models.iam_api_key_info import IamApiKeyInfo
|
|
138
|
+
from graphiant_sdk.models.iam_counts import IamCounts
|
|
139
|
+
from graphiant_sdk.models.iam_customer import IamCustomer
|
|
140
|
+
from graphiant_sdk.models.iam_enterprise import IamEnterprise
|
|
141
|
+
from graphiant_sdk.models.iam_enterprise_permissions import IamEnterprisePermissions
|
|
142
|
+
from graphiant_sdk.models.iam_group import IamGroup
|
|
143
|
+
from graphiant_sdk.models.ipfix_app_bandwidth_stats import IpfixAppBandwidthStats
|
|
144
|
+
from graphiant_sdk.models.ipfix_app_flow_table import IpfixAppFlowTable
|
|
145
|
+
from graphiant_sdk.models.ipfix_app_flow_table_selector import IpfixAppFlowTableSelector
|
|
146
|
+
from graphiant_sdk.models.ipfix_app_incidents import IpfixAppIncidents
|
|
147
|
+
from graphiant_sdk.models.ipfix_app_incidents_data import IpfixAppIncidentsData
|
|
148
|
+
from graphiant_sdk.models.ipfix_app_state_summary_count import IpfixAppStateSummaryCount
|
|
149
|
+
from graphiant_sdk.models.ipfix_app_topology_selector import IpfixAppTopologySelector
|
|
150
|
+
from graphiant_sdk.models.ipfix_app_utilization_summary import IpfixAppUtilizationSummary
|
|
151
|
+
from graphiant_sdk.models.ipfix_app_visualization import IpfixAppVisualization
|
|
152
|
+
from graphiant_sdk.models.ipfix_circuit_metrics import IpfixCircuitMetrics
|
|
153
|
+
from graphiant_sdk.models.ipfix_client_usage_summary import IpfixClientUsageSummary
|
|
154
|
+
from graphiant_sdk.models.ipfix_connection_map import IpfixConnectionMap
|
|
155
|
+
from graphiant_sdk.models.ipfix_entity_usage import IpfixEntityUsage
|
|
156
|
+
from graphiant_sdk.models.ipfix_nat_entry import IpfixNatEntry
|
|
157
|
+
from graphiant_sdk.models.ipfix_nat_entry_filter import IpfixNatEntryFilter
|
|
158
|
+
from graphiant_sdk.models.ipfix_nat_usage import IpfixNatUsage
|
|
159
|
+
from graphiant_sdk.models.ipfix_network_topology import IpfixNetworkTopology
|
|
160
|
+
from graphiant_sdk.models.ipfix_network_topology_delta import IpfixNetworkTopologyDelta
|
|
161
|
+
from graphiant_sdk.models.ipfix_stats import IpfixStats
|
|
162
|
+
from graphiant_sdk.models.ipfix_time_window import IpfixTimeWindow
|
|
163
|
+
from graphiant_sdk.models.ipfix_twamp_metrics import IpfixTwampMetrics
|
|
164
|
+
from graphiant_sdk.models.mana_v2_aws_gateway_details_transit_connection import ManaV2AWSGatewayDetailsTransitConnection
|
|
165
|
+
from graphiant_sdk.models.mana_v2_aws_transit_gateway_vpc import ManaV2AWSTransitGatewayVpc
|
|
166
|
+
from graphiant_sdk.models.mana_v2_allocation_conversion_holder import ManaV2AllocationConversionHolder
|
|
167
|
+
from graphiant_sdk.models.mana_v2_allocation_conversion_holder_bin import ManaV2AllocationConversionHolderBin
|
|
168
|
+
from graphiant_sdk.models.mana_v2_app import ManaV2App
|
|
169
|
+
from graphiant_sdk.models.mana_v2_app_identifier import ManaV2AppIdentifier
|
|
170
|
+
from graphiant_sdk.models.mana_v2_app_list_config import ManaV2AppListConfig
|
|
171
|
+
from graphiant_sdk.models.mana_v2_application_match_config import ManaV2ApplicationMatchConfig
|
|
172
|
+
from graphiant_sdk.models.mana_v2_application_profile import ManaV2ApplicationProfile
|
|
173
|
+
from graphiant_sdk.models.mana_v2_assurance_config import ManaV2AssuranceConfig
|
|
174
|
+
from graphiant_sdk.models.mana_v2_aws_advance_settings import ManaV2AwsAdvanceSettings
|
|
175
|
+
from graphiant_sdk.models.mana_v2_aws_credentials import ManaV2AwsCredentials
|
|
176
|
+
from graphiant_sdk.models.mana_v2_aws_direct_connect_gateway import ManaV2AwsDirectConnectGateway
|
|
177
|
+
from graphiant_sdk.models.mana_v2_aws_gateway_details import ManaV2AwsGatewayDetails
|
|
178
|
+
from graphiant_sdk.models.mana_v2_aws_transit_gateway import ManaV2AwsTransitGateway
|
|
179
|
+
from graphiant_sdk.models.mana_v2_azure_gateway_details import ManaV2AzureGatewayDetails
|
|
180
|
+
from graphiant_sdk.models.mana_v2_b2_b_extranet_service_customer_match_details_customer import ManaV2B2BExtranetServiceCustomerMatchDetailsCustomer
|
|
181
|
+
from graphiant_sdk.models.mana_v2_b2_b_extranet_service_customer_match_details_producer_prefix import ManaV2B2BExtranetServiceCustomerMatchDetailsProducerPrefix
|
|
182
|
+
from graphiant_sdk.models.mana_v2_b2_b_extranet_service_customer_match_details_service import ManaV2B2BExtranetServiceCustomerMatchDetailsService
|
|
183
|
+
from graphiant_sdk.models.mana_v2_b2b_application_customer_summary import ManaV2B2bApplicationCustomerSummary
|
|
184
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_application import ManaV2B2bExtranetApplication
|
|
185
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_application_invite import ManaV2B2bExtranetApplicationInvite
|
|
186
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_application_invite_response import ManaV2B2bExtranetApplicationInviteResponse
|
|
187
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_consumers_summary import ManaV2B2bExtranetConsumersSummary
|
|
188
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_customer_match_services_summary import ManaV2B2bExtranetCustomerMatchServicesSummary
|
|
189
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_customer_services_summary import ManaV2B2bExtranetCustomerServicesSummary
|
|
190
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_filter import ManaV2B2bExtranetFilter
|
|
191
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_match_service_to_customer import ManaV2B2bExtranetMatchServiceToCustomer
|
|
192
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_peering_service_consumer_lan_segment_policy import ManaV2B2bExtranetPeeringServiceConsumerLanSegmentPolicy
|
|
193
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_peering_service_customer_invite import ManaV2B2bExtranetPeeringServiceCustomerInvite
|
|
194
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_peering_service_policy_response import ManaV2B2bExtranetPeeringServicePolicyResponse
|
|
195
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_peering_service_producer_policy import ManaV2B2bExtranetPeeringServiceProducerPolicy
|
|
196
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_policy_response import ManaV2B2bExtranetPolicyResponse
|
|
197
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_prefix_tag import ManaV2B2bExtranetPrefixTag
|
|
198
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_producer_policy import ManaV2B2bExtranetProducerPolicy
|
|
199
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_service_customer_match_details import ManaV2B2bExtranetServiceCustomerMatchDetails
|
|
200
|
+
from graphiant_sdk.models.mana_v2_b2b_extranet_status_summary import ManaV2B2bExtranetStatusSummary
|
|
201
|
+
from graphiant_sdk.models.mana_v2_b2b_nat import ManaV2B2bNat
|
|
202
|
+
from graphiant_sdk.models.mana_v2_b2b_site_information import ManaV2B2bSiteInformation
|
|
203
|
+
from graphiant_sdk.models.mana_v2_bandwidth_consumption_summary import ManaV2BandwidthConsumptionSummary
|
|
204
|
+
from graphiant_sdk.models.mana_v2_bandwidth_info import ManaV2BandwidthInfo
|
|
205
|
+
from graphiant_sdk.models.mana_v2_bfd_instance import ManaV2BfdInstance
|
|
206
|
+
from graphiant_sdk.models.mana_v2_bfd_instance_config import ManaV2BfdInstanceConfig
|
|
207
|
+
from graphiant_sdk.models.mana_v2_bfd_neighbor import ManaV2BfdNeighbor
|
|
208
|
+
from graphiant_sdk.models.mana_v2_bgp_aggregation import ManaV2BgpAggregation
|
|
209
|
+
from graphiant_sdk.models.mana_v2_bgp_aggregations_config import ManaV2BgpAggregationsConfig
|
|
210
|
+
from graphiant_sdk.models.mana_v2_bgp_connection import ManaV2BgpConnection
|
|
211
|
+
from graphiant_sdk.models.mana_v2_bgp_instance import ManaV2BgpInstance
|
|
212
|
+
from graphiant_sdk.models.mana_v2_bgp_instance_config import ManaV2BgpInstanceConfig
|
|
213
|
+
from graphiant_sdk.models.mana_v2_bgp_multipath import ManaV2BgpMultipath
|
|
214
|
+
from graphiant_sdk.models.mana_v2_bgp_multipath_config import ManaV2BgpMultipathConfig
|
|
215
|
+
from graphiant_sdk.models.mana_v2_bgp_neighbor import ManaV2BgpNeighbor
|
|
216
|
+
from graphiant_sdk.models.mana_v2_bgp_neighbor_address_family import ManaV2BgpNeighborAddressFamily
|
|
217
|
+
from graphiant_sdk.models.mana_v2_bgp_neighbor_address_family_config import ManaV2BgpNeighborAddressFamilyConfig
|
|
218
|
+
from graphiant_sdk.models.mana_v2_bgp_neighbor_config import ManaV2BgpNeighborConfig
|
|
219
|
+
from graphiant_sdk.models.mana_v2_bgp_redistribute import ManaV2BgpRedistribute
|
|
220
|
+
from graphiant_sdk.models.mana_v2_bgp_redistribute_protocol_config import ManaV2BgpRedistributeProtocolConfig
|
|
221
|
+
from graphiant_sdk.models.mana_v2_bucket_app import ManaV2BucketApp
|
|
222
|
+
from graphiant_sdk.models.mana_v2_bucket_app_server import ManaV2BucketAppServer
|
|
223
|
+
from graphiant_sdk.models.mana_v2_circuit import ManaV2Circuit
|
|
224
|
+
from graphiant_sdk.models.mana_v2_circuit_config import ManaV2CircuitConfig
|
|
225
|
+
from graphiant_sdk.models.mana_v2_circuit_interface import ManaV2CircuitInterface
|
|
226
|
+
from graphiant_sdk.models.mana_v2_community_container import ManaV2CommunityContainer
|
|
227
|
+
from graphiant_sdk.models.mana_v2_community_type import ManaV2CommunityType
|
|
228
|
+
from graphiant_sdk.models.mana_v2_configuration_metadata import ManaV2ConfigurationMetadata
|
|
229
|
+
from graphiant_sdk.models.mana_v2_connectivity_graph_edge import ManaV2ConnectivityGraphEdge
|
|
230
|
+
from graphiant_sdk.models.mana_v2_connectivity_graph_node import ManaV2ConnectivityGraphNode
|
|
231
|
+
from graphiant_sdk.models.mana_v2_consumer import ManaV2Consumer
|
|
232
|
+
from graphiant_sdk.models.mana_v2_consumer_device_information import ManaV2ConsumerDeviceInformation
|
|
233
|
+
from graphiant_sdk.models.mana_v2_content_filter_match_config import ManaV2ContentFilterMatchConfig
|
|
234
|
+
from graphiant_sdk.models.mana_v2_contractual_bandwidth_consumption_summary import ManaV2ContractualBandwidthConsumptionSummary
|
|
235
|
+
from graphiant_sdk.models.mana_v2_core_device_config import ManaV2CoreDeviceConfig
|
|
236
|
+
from graphiant_sdk.models.mana_v2_core_interface_config import ManaV2CoreInterfaceConfig
|
|
237
|
+
from graphiant_sdk.models.mana_v2_core_link_cost import ManaV2CoreLinkCost
|
|
238
|
+
from graphiant_sdk.models.mana_v2_core_vlan_interface_config import ManaV2CoreVlanInterfaceConfig
|
|
239
|
+
from graphiant_sdk.models.mana_v2_customer_match_info import ManaV2CustomerMatchInfo
|
|
240
|
+
from graphiant_sdk.models.mana_v2_dns_config_dynamic import ManaV2DNSConfigDynamic
|
|
241
|
+
from graphiant_sdk.models.mana_v2_dns_config_static import ManaV2DNSConfigStatic
|
|
242
|
+
from graphiant_sdk.models.mana_v2_device import ManaV2Device
|
|
243
|
+
from graphiant_sdk.models.mana_v2_device_filter import ManaV2DeviceFilter
|
|
244
|
+
from graphiant_sdk.models.mana_v2_device_snapshot import ManaV2DeviceSnapshot
|
|
245
|
+
from graphiant_sdk.models.mana_v2_device_snapshot_data import ManaV2DeviceSnapshotData
|
|
246
|
+
from graphiant_sdk.models.mana_v2_device_snapshot_list import ManaV2DeviceSnapshotList
|
|
247
|
+
from graphiant_sdk.models.mana_v2_dhcp_lease import ManaV2DhcpLease
|
|
248
|
+
from graphiant_sdk.models.mana_v2_dhcp_relay import ManaV2DhcpRelay
|
|
249
|
+
from graphiant_sdk.models.mana_v2_dhcp_relay_config import ManaV2DhcpRelayConfig
|
|
250
|
+
from graphiant_sdk.models.mana_v2_dhcp_server_dns_parameters_config import ManaV2DhcpServerDnsParametersConfig
|
|
251
|
+
from graphiant_sdk.models.mana_v2_dhcp_server_ip_range import ManaV2DhcpServerIpRange
|
|
252
|
+
from graphiant_sdk.models.mana_v2_dhcp_server_pool import ManaV2DhcpServerPool
|
|
253
|
+
from graphiant_sdk.models.mana_v2_dhcp_static_lease import ManaV2DhcpStaticLease
|
|
254
|
+
from graphiant_sdk.models.mana_v2_dhcp_subnet_config import ManaV2DhcpSubnetConfig
|
|
255
|
+
from graphiant_sdk.models.mana_v2_dhcp_subnet_static_lease_config import ManaV2DhcpSubnetStaticLeaseConfig
|
|
256
|
+
from graphiant_sdk.models.mana_v2_dhcpip_range_config import ManaV2DhcpipRangeConfig
|
|
257
|
+
from graphiant_sdk.models.mana_v2_dns import ManaV2Dns
|
|
258
|
+
from graphiant_sdk.models.mana_v2_dns_config import ManaV2DnsConfig
|
|
259
|
+
from graphiant_sdk.models.mana_v2_dns_servers import ManaV2DnsServers
|
|
260
|
+
from graphiant_sdk.models.mana_v2_dnsip_address import ManaV2DnsipAddress
|
|
261
|
+
from graphiant_sdk.models.mana_v2_dnsip_addresses import ManaV2DnsipAddresses
|
|
262
|
+
from graphiant_sdk.models.mana_v2_domain_category import ManaV2DomainCategory
|
|
263
|
+
from graphiant_sdk.models.mana_v2_domain_list_match_config import ManaV2DomainListMatchConfig
|
|
264
|
+
from graphiant_sdk.models.mana_v2_dpi_application_config import ManaV2DpiApplicationConfig
|
|
265
|
+
from graphiant_sdk.models.mana_v2_dpi_custom_application import ManaV2DpiCustomApplication
|
|
266
|
+
from graphiant_sdk.models.mana_v2_dscp import ManaV2Dscp
|
|
267
|
+
from graphiant_sdk.models.mana_v2_dynamic_dns_servers import ManaV2DynamicDnsServers
|
|
268
|
+
from graphiant_sdk.models.mana_v2_edge_device_config import ManaV2EdgeDeviceConfig
|
|
269
|
+
from graphiant_sdk.models.mana_v2_enterprise_configuration import ManaV2EnterpriseConfiguration
|
|
270
|
+
from graphiant_sdk.models.mana_v2_enterprise_prefix_set import ManaV2EnterprisePrefixSet
|
|
271
|
+
from graphiant_sdk.models.mana_v2_enterprise_prefix_set_config import ManaV2EnterprisePrefixSetConfig
|
|
272
|
+
from graphiant_sdk.models.mana_v2_enterprise_prefix_set_data import ManaV2EnterprisePrefixSetData
|
|
273
|
+
from graphiant_sdk.models.mana_v2_enterprise_prefix_set_data_entry import ManaV2EnterprisePrefixSetDataEntry
|
|
274
|
+
from graphiant_sdk.models.mana_v2_enterprise_prefix_set_entry import ManaV2EnterprisePrefixSetEntry
|
|
275
|
+
from graphiant_sdk.models.mana_v2_enterprise_prefix_set_input import ManaV2EnterprisePrefixSetInput
|
|
276
|
+
from graphiant_sdk.models.mana_v2_enterprise_prefix_set_input_entry import ManaV2EnterprisePrefixSetInputEntry
|
|
277
|
+
from graphiant_sdk.models.mana_v2_extranet_auto_reverse_routes import ManaV2ExtranetAutoReverseRoutes
|
|
278
|
+
from graphiant_sdk.models.mana_v2_extranet_consumer_lan_segment_policy import ManaV2ExtranetConsumerLanSegmentPolicy
|
|
279
|
+
from graphiant_sdk.models.mana_v2_extranet_consumer_lan_segment_policy_response import ManaV2ExtranetConsumerLanSegmentPolicyResponse
|
|
280
|
+
from graphiant_sdk.models.mana_v2_extranet_consumer_nat_rule import ManaV2ExtranetConsumerNatRule
|
|
281
|
+
from graphiant_sdk.models.mana_v2_extranet_device_status import ManaV2ExtranetDeviceStatus
|
|
282
|
+
from graphiant_sdk.models.mana_v2_extranet_manual_reverse_routes import ManaV2ExtranetManualReverseRoutes
|
|
283
|
+
from graphiant_sdk.models.mana_v2_extranet_policy import ManaV2ExtranetPolicy
|
|
284
|
+
from graphiant_sdk.models.mana_v2_extranet_policy_input import ManaV2ExtranetPolicyInput
|
|
285
|
+
from graphiant_sdk.models.mana_v2_firewall_zone_pair import ManaV2FirewallZonePair
|
|
286
|
+
from graphiant_sdk.models.mana_v2_forwarding_policy import ManaV2ForwardingPolicy
|
|
287
|
+
from graphiant_sdk.models.mana_v2_forwarding_policy_config import ManaV2ForwardingPolicyConfig
|
|
288
|
+
from graphiant_sdk.models.mana_v2_forwarding_policy_match import ManaV2ForwardingPolicyMatch
|
|
289
|
+
from graphiant_sdk.models.mana_v2_forwarding_policy_match_config import ManaV2ForwardingPolicyMatchConfig
|
|
290
|
+
from graphiant_sdk.models.mana_v2_gateway_details import ManaV2GatewayDetails
|
|
291
|
+
from graphiant_sdk.models.mana_v2_gateway_summary import ManaV2GatewaySummary
|
|
292
|
+
from graphiant_sdk.models.mana_v2_gateway_summary_gateway_device_summary import ManaV2GatewaySummaryGatewayDeviceSummary
|
|
293
|
+
from graphiant_sdk.models.mana_v2_gcp_gateway_details import ManaV2GcpGatewayDetails
|
|
294
|
+
from graphiant_sdk.models.mana_v2_global_app_config import ManaV2GlobalAppConfig
|
|
295
|
+
from graphiant_sdk.models.mana_v2_global_app_port_range import ManaV2GlobalAppPortRange
|
|
296
|
+
from graphiant_sdk.models.mana_v2_global_bandwidth_consumption_summary import ManaV2GlobalBandwidthConsumptionSummary
|
|
297
|
+
from graphiant_sdk.models.mana_v2_global_object_device_status import ManaV2GlobalObjectDeviceStatus
|
|
298
|
+
from graphiant_sdk.models.mana_v2_global_object_operation_config import ManaV2GlobalObjectOperationConfig
|
|
299
|
+
from graphiant_sdk.models.mana_v2_global_object_service_ops import ManaV2GlobalObjectServiceOps
|
|
300
|
+
from graphiant_sdk.models.mana_v2_global_object_service_summaries import ManaV2GlobalObjectServiceSummaries
|
|
301
|
+
from graphiant_sdk.models.mana_v2_global_object_summary import ManaV2GlobalObjectSummary
|
|
302
|
+
from graphiant_sdk.models.mana_v2_graphiant_connections import ManaV2GraphiantConnections
|
|
303
|
+
from graphiant_sdk.models.mana_v2_guest_consumer_site_to_site_vpn_config import ManaV2GuestConsumerSiteToSiteVpnConfig
|
|
304
|
+
from graphiant_sdk.models.mana_v2_i_psec_bgp_route_config import ManaV2IPsecBgpRouteConfig
|
|
305
|
+
from graphiant_sdk.models.mana_v2_i_psec_gateway_details import ManaV2IPsecGatewayDetails
|
|
306
|
+
from graphiant_sdk.models.mana_v2_i_psec_gateway_tunnel_details import ManaV2IPsecGatewayTunnelDetails
|
|
307
|
+
from graphiant_sdk.models.mana_v2_i_psec_profile import ManaV2IPsecProfile
|
|
308
|
+
from graphiant_sdk.models.mana_v2_i_psec_static_route_config import ManaV2IPsecStaticRouteConfig
|
|
309
|
+
from graphiant_sdk.models.mana_v2_i_psec_tunnel import ManaV2IPsecTunnel
|
|
310
|
+
from graphiant_sdk.models.mana_v2_interface import ManaV2Interface
|
|
311
|
+
from graphiant_sdk.models.mana_v2_interface_address import ManaV2InterfaceAddress
|
|
312
|
+
from graphiant_sdk.models.mana_v2_interface_config import ManaV2InterfaceConfig
|
|
313
|
+
from graphiant_sdk.models.mana_v2_interface_core_config import ManaV2InterfaceCoreConfig
|
|
314
|
+
from graphiant_sdk.models.mana_v2_interface_core_flex_algo_config import ManaV2InterfaceCoreFlexAlgoConfig
|
|
315
|
+
from graphiant_sdk.models.mana_v2_interface_core_to_core_peer_config import ManaV2InterfaceCoreToCorePeerConfig
|
|
316
|
+
from graphiant_sdk.models.mana_v2_interface_core_to_gateway_peer_config import ManaV2InterfaceCoreToGatewayPeerConfig
|
|
317
|
+
from graphiant_sdk.models.mana_v2_interface_dhcp_config import ManaV2InterfaceDhcpConfig
|
|
318
|
+
from graphiant_sdk.models.mana_v2_interface_i_psec import ManaV2InterfaceIPsec
|
|
319
|
+
from graphiant_sdk.models.mana_v2_interface_i_psec_config import ManaV2InterfaceIPsecConfig
|
|
320
|
+
from graphiant_sdk.models.mana_v2_interface_ip_config import ManaV2InterfaceIpConfig
|
|
321
|
+
from graphiant_sdk.models.mana_v2_interface_lagvlan_config import ManaV2InterfaceLagvlanConfig
|
|
322
|
+
from graphiant_sdk.models.mana_v2_interface_sfp_optical_strength import ManaV2InterfaceSfpOpticalStrength
|
|
323
|
+
from graphiant_sdk.models.mana_v2_interface_tunnel import ManaV2InterfaceTunnel
|
|
324
|
+
from graphiant_sdk.models.mana_v2_interface_vlan import ManaV2InterfaceVlan
|
|
325
|
+
from graphiant_sdk.models.mana_v2_interface_vlan_config import ManaV2InterfaceVlanConfig
|
|
326
|
+
from graphiant_sdk.models.mana_v2_interface_wan_config import ManaV2InterfaceWanConfig
|
|
327
|
+
from graphiant_sdk.models.mana_v2_internet_access_bandwidth_info import ManaV2InternetAccessBandwidthInfo
|
|
328
|
+
from graphiant_sdk.models.mana_v2_ip_firewall_policy import ManaV2IpFirewallPolicy
|
|
329
|
+
from graphiant_sdk.models.mana_v2_ip_network_list import ManaV2IpNetworkList
|
|
330
|
+
from graphiant_sdk.models.mana_v2_ip_network_list_config import ManaV2IpNetworkListConfig
|
|
331
|
+
from graphiant_sdk.models.mana_v2_ipfix_exporter import ManaV2IpfixExporter
|
|
332
|
+
from graphiant_sdk.models.mana_v2_ipfix_exporter_config import ManaV2IpfixExporterConfig
|
|
333
|
+
from graphiant_sdk.models.mana_v2_ipsec_connection import ManaV2IpsecConnection
|
|
334
|
+
from graphiant_sdk.models.mana_v2_ipsec_routing_config import ManaV2IpsecRoutingConfig
|
|
335
|
+
from graphiant_sdk.models.mana_v2_l4_port_list import ManaV2L4PortList
|
|
336
|
+
from graphiant_sdk.models.mana_v2_l4_port_list_config import ManaV2L4PortListConfig
|
|
337
|
+
from graphiant_sdk.models.mana_v2_lacp_config import ManaV2LacpConfig
|
|
338
|
+
from graphiant_sdk.models.mana_v2_lag_interface import ManaV2LagInterface
|
|
339
|
+
from graphiant_sdk.models.mana_v2_lag_interface_config import ManaV2LagInterfaceConfig
|
|
340
|
+
from graphiant_sdk.models.mana_v2_latency_bandwidth import ManaV2LatencyBandwidth
|
|
341
|
+
from graphiant_sdk.models.mana_v2_lldp_neighbor import ManaV2LldpNeighbor
|
|
342
|
+
from graphiant_sdk.models.mana_v2_location import ManaV2Location
|
|
343
|
+
from graphiant_sdk.models.mana_v2_mana_configuration import ManaV2ManaConfiguration
|
|
344
|
+
from graphiant_sdk.models.mana_v2_nat_policy_ruleset_config_nullable_rule import ManaV2NATPolicyRulesetConfigNullableRule
|
|
345
|
+
from graphiant_sdk.models.mana_v2_nat_policy_ruleset_config_nullable_rule_rule import ManaV2NATPolicyRulesetConfigNullableRuleRule
|
|
346
|
+
from graphiant_sdk.models.mana_v2_nat_policy_ruleset_rule import ManaV2NATPolicyRulesetRule
|
|
347
|
+
from graphiant_sdk.models.mana_v2_nat_policy import ManaV2NatPolicy
|
|
348
|
+
from graphiant_sdk.models.mana_v2_nat_policy_config import ManaV2NatPolicyConfig
|
|
349
|
+
from graphiant_sdk.models.mana_v2_nat_policy_ruleset import ManaV2NatPolicyRuleset
|
|
350
|
+
from graphiant_sdk.models.mana_v2_nat_policy_ruleset_config import ManaV2NatPolicyRulesetConfig
|
|
351
|
+
from graphiant_sdk.models.mana_v2_network_slice import ManaV2NetworkSlice
|
|
352
|
+
from graphiant_sdk.models.mana_v2_network_slice_peer import ManaV2NetworkSlicePeer
|
|
353
|
+
from graphiant_sdk.models.mana_v2_new_site import ManaV2NewSite
|
|
354
|
+
from graphiant_sdk.models.mana_v2_notify_filter_profile_include import ManaV2NotifyFilterProfileInclude
|
|
355
|
+
from graphiant_sdk.models.mana_v2_notify_filter_profile_include_config import ManaV2NotifyFilterProfileIncludeConfig
|
|
356
|
+
from graphiant_sdk.models.mana_v2_ntp import ManaV2Ntp
|
|
357
|
+
from graphiant_sdk.models.mana_v2_ntp_config import ManaV2NtpConfig
|
|
358
|
+
from graphiant_sdk.models.mana_v2_nullable_address import ManaV2NullableAddress
|
|
359
|
+
from graphiant_sdk.models.mana_v2_nullable_administrative_distance import ManaV2NullableAdministrativeDistance
|
|
360
|
+
from graphiant_sdk.models.mana_v2_nullable_allow_as_in import ManaV2NullableAllowAsIn
|
|
361
|
+
from graphiant_sdk.models.mana_v2_nullable_application_match_config import ManaV2NullableApplicationMatchConfig
|
|
362
|
+
from graphiant_sdk.models.mana_v2_nullable_as_path_prepend import ManaV2NullableAsPathPrepend
|
|
363
|
+
from graphiant_sdk.models.mana_v2_nullable_bfd_instance_config import ManaV2NullableBfdInstanceConfig
|
|
364
|
+
from graphiant_sdk.models.mana_v2_nullable_bgp_aggregations_config import ManaV2NullableBgpAggregationsConfig
|
|
365
|
+
from graphiant_sdk.models.mana_v2_nullable_bgp_multipath_config import ManaV2NullableBgpMultipathConfig
|
|
366
|
+
from graphiant_sdk.models.mana_v2_nullable_bgp_neighbor_address_family_config import ManaV2NullableBgpNeighborAddressFamilyConfig
|
|
367
|
+
from graphiant_sdk.models.mana_v2_nullable_bgp_neighbor_config import ManaV2NullableBgpNeighborConfig
|
|
368
|
+
from graphiant_sdk.models.mana_v2_nullable_bgp_redistribute_protocol_config import ManaV2NullableBgpRedistributeProtocolConfig
|
|
369
|
+
from graphiant_sdk.models.mana_v2_nullable_bgp_set_next_hop import ManaV2NullableBgpSetNextHop
|
|
370
|
+
from graphiant_sdk.models.mana_v2_nullable_call_policy import ManaV2NullableCallPolicy
|
|
371
|
+
from graphiant_sdk.models.mana_v2_nullable_communities import ManaV2NullableCommunities
|
|
372
|
+
from graphiant_sdk.models.mana_v2_nullable_community import ManaV2NullableCommunity
|
|
373
|
+
from graphiant_sdk.models.mana_v2_nullable_content_filter_match_config import ManaV2NullableContentFilterMatchConfig
|
|
374
|
+
from graphiant_sdk.models.mana_v2_nullable_core_interface_vlan_config import ManaV2NullableCoreInterfaceVlanConfig
|
|
375
|
+
from graphiant_sdk.models.mana_v2_nullable_destination_network_match_config import ManaV2NullableDestinationNetworkMatchConfig
|
|
376
|
+
from graphiant_sdk.models.mana_v2_nullable_dhcp_subnet_config import ManaV2NullableDhcpSubnetConfig
|
|
377
|
+
from graphiant_sdk.models.mana_v2_nullable_dhcp_subnet_static_lease_config import ManaV2NullableDhcpSubnetStaticLeaseConfig
|
|
378
|
+
from graphiant_sdk.models.mana_v2_nullable_dhcpip_range_list import ManaV2NullableDhcpipRangeList
|
|
379
|
+
from graphiant_sdk.models.mana_v2_nullable_dns_config import ManaV2NullableDnsConfig
|
|
380
|
+
from graphiant_sdk.models.mana_v2_nullable_domain_list_match_config import ManaV2NullableDomainListMatchConfig
|
|
381
|
+
from graphiant_sdk.models.mana_v2_nullable_dpi_application_config import ManaV2NullableDpiApplicationConfig
|
|
382
|
+
from graphiant_sdk.models.mana_v2_nullable_dscp_match_config import ManaV2NullableDscpMatchConfig
|
|
383
|
+
from graphiant_sdk.models.mana_v2_nullable_ebgp_config import ManaV2NullableEbgpConfig
|
|
384
|
+
from graphiant_sdk.models.mana_v2_nullable_enterprise_prefix_set_config import ManaV2NullableEnterprisePrefixSetConfig
|
|
385
|
+
from graphiant_sdk.models.mana_v2_nullable_hold_timer import ManaV2NullableHoldTimer
|
|
386
|
+
from graphiant_sdk.models.mana_v2_nullable_i_psec_tunnel_config import ManaV2NullableIPsecTunnelConfig
|
|
387
|
+
from graphiant_sdk.models.mana_v2_nullable_i_psec_vpn_profiles_config import ManaV2NullableIPsecVpnProfilesConfig
|
|
388
|
+
from graphiant_sdk.models.mana_v2_nullable_ipv4_address import ManaV2NullableIPv4Address
|
|
389
|
+
from graphiant_sdk.models.mana_v2_nullable_ipv6_address import ManaV2NullableIPv6Address
|
|
390
|
+
from graphiant_sdk.models.mana_v2_nullable_interface_config import ManaV2NullableInterfaceConfig
|
|
391
|
+
from graphiant_sdk.models.mana_v2_nullable_interface_core_config import ManaV2NullableInterfaceCoreConfig
|
|
392
|
+
from graphiant_sdk.models.mana_v2_nullable_interface_ip_config import ManaV2NullableInterfaceIpConfig
|
|
393
|
+
from graphiant_sdk.models.mana_v2_nullable_interface_lagvlan_config import ManaV2NullableInterfaceLagvlanConfig
|
|
394
|
+
from graphiant_sdk.models.mana_v2_nullable_interface_name import ManaV2NullableInterfaceName
|
|
395
|
+
from graphiant_sdk.models.mana_v2_nullable_interface_priority_decrement import ManaV2NullableInterfacePriorityDecrement
|
|
396
|
+
from graphiant_sdk.models.mana_v2_nullable_interface_vlan_config import ManaV2NullableInterfaceVlanConfig
|
|
397
|
+
from graphiant_sdk.models.mana_v2_nullable_ip_list import ManaV2NullableIpList
|
|
398
|
+
from graphiant_sdk.models.mana_v2_nullable_ip_network_list_config import ManaV2NullableIpNetworkListConfig
|
|
399
|
+
from graphiant_sdk.models.mana_v2_nullable_ip_protocol import ManaV2NullableIpProtocol
|
|
400
|
+
from graphiant_sdk.models.mana_v2_nullable_ipfix_exporter_config import ManaV2NullableIpfixExporterConfig
|
|
401
|
+
from graphiant_sdk.models.mana_v2_nullable_keep_alive_timer import ManaV2NullableKeepAliveTimer
|
|
402
|
+
from graphiant_sdk.models.mana_v2_nullable_l4_port_list_config import ManaV2NullableL4PortListConfig
|
|
403
|
+
from graphiant_sdk.models.mana_v2_nullable_lag_interface_config import ManaV2NullableLagInterfaceConfig
|
|
404
|
+
from graphiant_sdk.models.mana_v2_nullable_lag_member_interface import ManaV2NullableLagMemberInterface
|
|
405
|
+
from graphiant_sdk.models.mana_v2_nullable_local_preferance import ManaV2NullableLocalPreferance
|
|
406
|
+
from graphiant_sdk.models.mana_v2_nullable_max_prefix import ManaV2NullableMaxPrefix
|
|
407
|
+
from graphiant_sdk.models.mana_v2_nullable_md5_password import ManaV2NullableMd5Password
|
|
408
|
+
from graphiant_sdk.models.mana_v2_nullable_meter_rates import ManaV2NullableMeterRates
|
|
409
|
+
from graphiant_sdk.models.mana_v2_nullable_metric import ManaV2NullableMetric
|
|
410
|
+
from graphiant_sdk.models.mana_v2_nullable_nat_policy_ruleset_config import ManaV2NullableNatPolicyRulesetConfig
|
|
411
|
+
from graphiant_sdk.models.mana_v2_nullable_nat_policy_ruleset_name import ManaV2NullableNatPolicyRulesetName
|
|
412
|
+
from graphiant_sdk.models.mana_v2_nullable_ntp_config import ManaV2NullableNtpConfig
|
|
413
|
+
from graphiant_sdk.models.mana_v2_nullable_ospf_admin_distance_value import ManaV2NullableOspfAdminDistanceValue
|
|
414
|
+
from graphiant_sdk.models.mana_v2_nullable_ospf_area_config import ManaV2NullableOspfAreaConfig
|
|
415
|
+
from graphiant_sdk.models.mana_v2_nullable_ospf_dead_interval_value import ManaV2NullableOspfDeadIntervalValue
|
|
416
|
+
from graphiant_sdk.models.mana_v2_nullable_ospf_hello_interval_value import ManaV2NullableOspfHelloIntervalValue
|
|
417
|
+
from graphiant_sdk.models.mana_v2_nullable_ospf_interface_config import ManaV2NullableOspfInterfaceConfig
|
|
418
|
+
from graphiant_sdk.models.mana_v2_nullable_ospf_process_config import ManaV2NullableOspfProcessConfig
|
|
419
|
+
from graphiant_sdk.models.mana_v2_nullable_ospf_redistribute_protocol_config import ManaV2NullableOspfRedistributeProtocolConfig
|
|
420
|
+
from graphiant_sdk.models.mana_v2_nullable_ospf_retransmit_interval_value import ManaV2NullableOspfRetransmitIntervalValue
|
|
421
|
+
from graphiant_sdk.models.mana_v2_nullable_policy_name import ManaV2NullablePolicyName
|
|
422
|
+
from graphiant_sdk.models.mana_v2_nullable_prefix_set import ManaV2NullablePrefixSet
|
|
423
|
+
from graphiant_sdk.models.mana_v2_nullable_prefix_set_config import ManaV2NullablePrefixSetConfig
|
|
424
|
+
from graphiant_sdk.models.mana_v2_nullable_prometheus_remote_write_sink_config import ManaV2NullablePrometheusRemoteWriteSinkConfig
|
|
425
|
+
from graphiant_sdk.models.mana_v2_nullable_prometheus_rule_config import ManaV2NullablePrometheusRuleConfig
|
|
426
|
+
from graphiant_sdk.models.mana_v2_nullable_prometheus_rule_group_config import ManaV2NullablePrometheusRuleGroupConfig
|
|
427
|
+
from graphiant_sdk.models.mana_v2_nullable_prometheus_sys_db_monitor_config import ManaV2NullablePrometheusSysDbMonitorConfig
|
|
428
|
+
from graphiant_sdk.models.mana_v2_nullable_protocol_route_type import ManaV2NullableProtocolRouteType
|
|
429
|
+
from graphiant_sdk.models.mana_v2_nullable_route_tag_set import ManaV2NullableRouteTagSet
|
|
430
|
+
from graphiant_sdk.models.mana_v2_nullable_routing_policy_config import ManaV2NullableRoutingPolicyConfig
|
|
431
|
+
from graphiant_sdk.models.mana_v2_nullable_routing_protocol import ManaV2NullableRoutingProtocol
|
|
432
|
+
from graphiant_sdk.models.mana_v2_nullable_security_policy_ruleset_config import ManaV2NullableSecurityPolicyRulesetConfig
|
|
433
|
+
from graphiant_sdk.models.mana_v2_nullable_security_zone_config import ManaV2NullableSecurityZoneConfig
|
|
434
|
+
from graphiant_sdk.models.mana_v2_nullable_security_zone_pair_config import ManaV2NullableSecurityZonePairConfig
|
|
435
|
+
from graphiant_sdk.models.mana_v2_nullable_session_limit import ManaV2NullableSessionLimit
|
|
436
|
+
from graphiant_sdk.models.mana_v2_nullable_set_circuit_config import ManaV2NullableSetCircuitConfig
|
|
437
|
+
from graphiant_sdk.models.mana_v2_nullable_set_circuit_label_config import ManaV2NullableSetCircuitLabelConfig
|
|
438
|
+
from graphiant_sdk.models.mana_v2_nullable_set_dscp_config import ManaV2NullableSetDscpConfig
|
|
439
|
+
from graphiant_sdk.models.mana_v2_nullable_set_sla_class_config import ManaV2NullableSetSlaClassConfig
|
|
440
|
+
from graphiant_sdk.models.mana_v2_nullable_site_interface_name import ManaV2NullableSiteInterfaceName
|
|
441
|
+
from graphiant_sdk.models.mana_v2_nullable_snmp_community_config_value import ManaV2NullableSnmpCommunityConfigValue
|
|
442
|
+
from graphiant_sdk.models.mana_v2_nullable_snmp_config import ManaV2NullableSnmpConfig
|
|
443
|
+
from graphiant_sdk.models.mana_v2_nullable_snmp_engine_endpoint_config_value import ManaV2NullableSnmpEngineEndpointConfigValue
|
|
444
|
+
from graphiant_sdk.models.mana_v2_nullable_snmp_engine_endpoints_address import ManaV2NullableSnmpEngineEndpointsAddress
|
|
445
|
+
from graphiant_sdk.models.mana_v2_nullable_snmp_notify_filter_profile_config_value import ManaV2NullableSnmpNotifyFilterProfileConfigValue
|
|
446
|
+
from graphiant_sdk.models.mana_v2_nullable_snmp_target_config_value import ManaV2NullableSnmpTargetConfigValue
|
|
447
|
+
from graphiant_sdk.models.mana_v2_nullable_snmp_vacm_group_access_value import ManaV2NullableSnmpVacmGroupAccessValue
|
|
448
|
+
from graphiant_sdk.models.mana_v2_nullable_snmp_vacm_group_member_value import ManaV2NullableSnmpVacmGroupMemberValue
|
|
449
|
+
from graphiant_sdk.models.mana_v2_nullable_snmp_vacm_view_value import ManaV2NullableSnmpVacmViewValue
|
|
450
|
+
from graphiant_sdk.models.mana_v2_nullable_source_network_match_config import ManaV2NullableSourceNetworkMatchConfig
|
|
451
|
+
from graphiant_sdk.models.mana_v2_nullable_stale_purge import ManaV2NullableStalePurge
|
|
452
|
+
from graphiant_sdk.models.mana_v2_nullable_static_route_config import ManaV2NullableStaticRouteConfig
|
|
453
|
+
from graphiant_sdk.models.mana_v2_nullable_syslog_collector_config import ManaV2NullableSyslogCollectorConfig
|
|
454
|
+
from graphiant_sdk.models.mana_v2_nullable_tcp_mss_v4 import ManaV2NullableTcpMssV4
|
|
455
|
+
from graphiant_sdk.models.mana_v2_nullable_tcp_mss_v6 import ManaV2NullableTcpMssV6
|
|
456
|
+
from graphiant_sdk.models.mana_v2_nullable_traffic_policy_ruleset_config import ManaV2NullableTrafficPolicyRulesetConfig
|
|
457
|
+
from graphiant_sdk.models.mana_v2_nullable_traffic_policy_ruleset_name import ManaV2NullableTrafficPolicyRulesetName
|
|
458
|
+
from graphiant_sdk.models.mana_v2_nullable_usm_local_user_config_value import ManaV2NullableUsmLocalUserConfigValue
|
|
459
|
+
from graphiant_sdk.models.mana_v2_nullable_usm_remote_user_config_value import ManaV2NullableUsmRemoteUserConfigValue
|
|
460
|
+
from graphiant_sdk.models.mana_v2_nullable_vacm_group_value import ManaV2NullableVacmGroupValue
|
|
461
|
+
from graphiant_sdk.models.mana_v2_nullable_vrrp_group_config import ManaV2NullableVrrpGroupConfig
|
|
462
|
+
from graphiant_sdk.models.mana_v2_nullable_weight import ManaV2NullableWeight
|
|
463
|
+
from graphiant_sdk.models.mana_v2_nullable_zone_firewall_config import ManaV2NullableZoneFirewallConfig
|
|
464
|
+
from graphiant_sdk.models.mana_v2_oci_gateway_details import ManaV2OciGatewayDetails
|
|
465
|
+
from graphiant_sdk.models.mana_v2_osp_fv2_process import ManaV2OspFv2Process
|
|
466
|
+
from graphiant_sdk.models.mana_v2_osp_fv3_process import ManaV2OspFv3Process
|
|
467
|
+
from graphiant_sdk.models.mana_v2_ospf_area import ManaV2OspfArea
|
|
468
|
+
from graphiant_sdk.models.mana_v2_ospf_area_config import ManaV2OspfAreaConfig
|
|
469
|
+
from graphiant_sdk.models.mana_v2_ospf_interface import ManaV2OspfInterface
|
|
470
|
+
from graphiant_sdk.models.mana_v2_ospf_interface_config import ManaV2OspfInterfaceConfig
|
|
471
|
+
from graphiant_sdk.models.mana_v2_ospf_process_config import ManaV2OspfProcessConfig
|
|
472
|
+
from graphiant_sdk.models.mana_v2_ospf_redistribute import ManaV2OspfRedistribute
|
|
473
|
+
from graphiant_sdk.models.mana_v2_ospf_redistribute_protocol_config import ManaV2OspfRedistributeProtocolConfig
|
|
474
|
+
from graphiant_sdk.models.mana_v2_overlay_filter_config import ManaV2OverlayFilterConfig
|
|
475
|
+
from graphiant_sdk.models.mana_v2_overlay_filters import ManaV2OverlayFilters
|
|
476
|
+
from graphiant_sdk.models.mana_v2_policer import ManaV2Policer
|
|
477
|
+
from graphiant_sdk.models.mana_v2_policy_match import ManaV2PolicyMatch
|
|
478
|
+
from graphiant_sdk.models.mana_v2_policy_target import ManaV2PolicyTarget
|
|
479
|
+
from graphiant_sdk.models.mana_v2_policy_target_input import ManaV2PolicyTargetInput
|
|
480
|
+
from graphiant_sdk.models.mana_v2_port_range import ManaV2PortRange
|
|
481
|
+
from graphiant_sdk.models.mana_v2_port_range_config import ManaV2PortRangeConfig
|
|
482
|
+
from graphiant_sdk.models.mana_v2_prefix_set import ManaV2PrefixSet
|
|
483
|
+
from graphiant_sdk.models.mana_v2_prefix_set_config import ManaV2PrefixSetConfig
|
|
484
|
+
from graphiant_sdk.models.mana_v2_prefix_set_config_nullable_entry import ManaV2PrefixSetConfigNullableEntry
|
|
485
|
+
from graphiant_sdk.models.mana_v2_prefix_set_config_nullable_entry_entry import ManaV2PrefixSetConfigNullableEntryEntry
|
|
486
|
+
from graphiant_sdk.models.mana_v2_prefix_set_entry import ManaV2PrefixSetEntry
|
|
487
|
+
from graphiant_sdk.models.mana_v2_prefix_set_policy import ManaV2PrefixSetPolicy
|
|
488
|
+
from graphiant_sdk.models.mana_v2_prometheus_config import ManaV2PrometheusConfig
|
|
489
|
+
from graphiant_sdk.models.mana_v2_prometheus_remote_write_sink_config import ManaV2PrometheusRemoteWriteSinkConfig
|
|
490
|
+
from graphiant_sdk.models.mana_v2_prometheus_rule_config import ManaV2PrometheusRuleConfig
|
|
491
|
+
from graphiant_sdk.models.mana_v2_prometheus_rule_group_config import ManaV2PrometheusRuleGroupConfig
|
|
492
|
+
from graphiant_sdk.models.mana_v2_prometheus_sys_db_monitor_config import ManaV2PrometheusSysDbMonitorConfig
|
|
493
|
+
from graphiant_sdk.models.mana_v2_qo_s_profile import ManaV2QoSProfile
|
|
494
|
+
from graphiant_sdk.models.mana_v2_qo_s_profile_queue import ManaV2QoSProfileQueue
|
|
495
|
+
from graphiant_sdk.models.mana_v2_region import ManaV2Region
|
|
496
|
+
from graphiant_sdk.models.mana_v2_regional_allocation import ManaV2RegionalAllocation
|
|
497
|
+
from graphiant_sdk.models.mana_v2_regional_bandwidth_consumption_summary import ManaV2RegionalBandwidthConsumptionSummary
|
|
498
|
+
from graphiant_sdk.models.mana_v2_route_tag import ManaV2RouteTag
|
|
499
|
+
from graphiant_sdk.models.mana_v2_route_tag_device import ManaV2RouteTagDevice
|
|
500
|
+
from graphiant_sdk.models.mana_v2_route_tag_element import ManaV2RouteTagElement
|
|
501
|
+
from graphiant_sdk.models.mana_v2_route_tag_id import ManaV2RouteTagId
|
|
502
|
+
from graphiant_sdk.models.mana_v2_route_tag_summary import ManaV2RouteTagSummary
|
|
503
|
+
from graphiant_sdk.models.mana_v2_routing_policy import ManaV2RoutingPolicy
|
|
504
|
+
from graphiant_sdk.models.mana_v2_routing_policy_config import ManaV2RoutingPolicyConfig
|
|
505
|
+
from graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement import ManaV2RoutingPolicyConfigNullableStatement
|
|
506
|
+
from graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement import ManaV2RoutingPolicyConfigNullableStatementStatement
|
|
507
|
+
from graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_action import ManaV2RoutingPolicyConfigNullableStatementStatementNullableAction
|
|
508
|
+
from graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_action_action import ManaV2RoutingPolicyConfigNullableStatementStatementNullableActionAction
|
|
509
|
+
from graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_match import ManaV2RoutingPolicyConfigNullableStatementStatementNullableMatch
|
|
510
|
+
from graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement_statement_nullable_match_match import ManaV2RoutingPolicyConfigNullableStatementStatementNullableMatchMatch
|
|
511
|
+
from graphiant_sdk.models.mana_v2_routing_policy_statement import ManaV2RoutingPolicyStatement
|
|
512
|
+
from graphiant_sdk.models.mana_v2_routing_policy_statement_action import ManaV2RoutingPolicyStatementAction
|
|
513
|
+
from graphiant_sdk.models.mana_v2_routing_policy_statement_match import ManaV2RoutingPolicyStatementMatch
|
|
514
|
+
from graphiant_sdk.models.mana_v2_security_policy_rule import ManaV2SecurityPolicyRule
|
|
515
|
+
from graphiant_sdk.models.mana_v2_security_policy_rule_row import ManaV2SecurityPolicyRuleRow
|
|
516
|
+
from graphiant_sdk.models.mana_v2_security_policy_ruleset import ManaV2SecurityPolicyRuleset
|
|
517
|
+
from graphiant_sdk.models.mana_v2_security_policy_ruleset_config import ManaV2SecurityPolicyRulesetConfig
|
|
518
|
+
from graphiant_sdk.models.mana_v2_security_policy_ruleset_config_nullable_rule import ManaV2SecurityPolicyRulesetConfigNullableRule
|
|
519
|
+
from graphiant_sdk.models.mana_v2_security_policy_ruleset_config_nullable_rule_rule import ManaV2SecurityPolicyRulesetConfigNullableRuleRule
|
|
520
|
+
from graphiant_sdk.models.mana_v2_security_policy_ruleset_rule import ManaV2SecurityPolicyRulesetRule
|
|
521
|
+
from graphiant_sdk.models.mana_v2_security_zone import ManaV2SecurityZone
|
|
522
|
+
from graphiant_sdk.models.mana_v2_security_zone_config import ManaV2SecurityZoneConfig
|
|
523
|
+
from graphiant_sdk.models.mana_v2_security_zone_pair_config import ManaV2SecurityZonePairConfig
|
|
524
|
+
from graphiant_sdk.models.mana_v2_single_route_tag import ManaV2SingleRouteTag
|
|
525
|
+
from graphiant_sdk.models.mana_v2_single_route_tag_route_tag_element import ManaV2SingleRouteTagRouteTagElement
|
|
526
|
+
from graphiant_sdk.models.mana_v2_site import ManaV2Site
|
|
527
|
+
from graphiant_sdk.models.mana_v2_site_device_stub import ManaV2SiteDeviceStub
|
|
528
|
+
from graphiant_sdk.models.mana_v2_site_list import ManaV2SiteList
|
|
529
|
+
from graphiant_sdk.models.mana_v2_site_list_entry import ManaV2SiteListEntry
|
|
530
|
+
from graphiant_sdk.models.mana_v2_site_list_site_entry import ManaV2SiteListSiteEntry
|
|
531
|
+
from graphiant_sdk.models.mana_v2_site_to_site_i_psec import ManaV2SiteToSiteIPsec
|
|
532
|
+
from graphiant_sdk.models.mana_v2_site_to_site_i_psec_i_psec_bgp_routes import ManaV2SiteToSiteIPsecIPsecBgpRoutes
|
|
533
|
+
from graphiant_sdk.models.mana_v2_site_to_site_i_psec_i_psec_static_routes import ManaV2SiteToSiteIPsecIPsecStaticRoutes
|
|
534
|
+
from graphiant_sdk.models.mana_v2_sla_information import ManaV2SlaInformation
|
|
535
|
+
from graphiant_sdk.models.mana_v2_snmp import ManaV2Snmp
|
|
536
|
+
from graphiant_sdk.models.mana_v2_snmp_community import ManaV2SnmpCommunity
|
|
537
|
+
from graphiant_sdk.models.mana_v2_snmp_config import ManaV2SnmpConfig
|
|
538
|
+
from graphiant_sdk.models.mana_v2_snmp_engine_endpoint import ManaV2SnmpEngineEndpoint
|
|
539
|
+
from graphiant_sdk.models.mana_v2_snmp_engine_endpoint_config import ManaV2SnmpEngineEndpointConfig
|
|
540
|
+
from graphiant_sdk.models.mana_v2_snmp_notify_filter_profile import ManaV2SnmpNotifyFilterProfile
|
|
541
|
+
from graphiant_sdk.models.mana_v2_snmp_notify_filter_profile_config import ManaV2SnmpNotifyFilterProfileConfig
|
|
542
|
+
from graphiant_sdk.models.mana_v2_snmp_target import ManaV2SnmpTarget
|
|
543
|
+
from graphiant_sdk.models.mana_v2_snmp_target_config import ManaV2SnmpTargetConfig
|
|
544
|
+
from graphiant_sdk.models.mana_v2_snmp_usm_local_user import ManaV2SnmpUsmLocalUser
|
|
545
|
+
from graphiant_sdk.models.mana_v2_snmp_usm_local_user_config import ManaV2SnmpUsmLocalUserConfig
|
|
546
|
+
from graphiant_sdk.models.mana_v2_snmp_usm_remote_user import ManaV2SnmpUsmRemoteUser
|
|
547
|
+
from graphiant_sdk.models.mana_v2_snmp_usm_remote_user_config import ManaV2SnmpUsmRemoteUserConfig
|
|
548
|
+
from graphiant_sdk.models.mana_v2_snmp_vacm_group import ManaV2SnmpVacmGroup
|
|
549
|
+
from graphiant_sdk.models.mana_v2_snmp_vacm_group_access import ManaV2SnmpVacmGroupAccess
|
|
550
|
+
from graphiant_sdk.models.mana_v2_snmp_vacm_group_access_config import ManaV2SnmpVacmGroupAccessConfig
|
|
551
|
+
from graphiant_sdk.models.mana_v2_snmp_vacm_group_member import ManaV2SnmpVacmGroupMember
|
|
552
|
+
from graphiant_sdk.models.mana_v2_snmp_vacm_group_member_config import ManaV2SnmpVacmGroupMemberConfig
|
|
553
|
+
from graphiant_sdk.models.mana_v2_snmp_vacm_view import ManaV2SnmpVacmView
|
|
554
|
+
from graphiant_sdk.models.mana_v2_snmp_vacm_view_config import ManaV2SnmpVacmViewConfig
|
|
555
|
+
from graphiant_sdk.models.mana_v2_snmp_vacm_view_include import ManaV2SnmpVacmViewInclude
|
|
556
|
+
from graphiant_sdk.models.mana_v2_snmp_vacm_view_include_config import ManaV2SnmpVacmViewIncludeConfig
|
|
557
|
+
from graphiant_sdk.models.mana_v2_static_dns_servers import ManaV2StaticDnsServers
|
|
558
|
+
from graphiant_sdk.models.mana_v2_static_route import ManaV2StaticRoute
|
|
559
|
+
from graphiant_sdk.models.mana_v2_static_route_config import ManaV2StaticRouteConfig
|
|
560
|
+
from graphiant_sdk.models.mana_v2_static_route_nexthop import ManaV2StaticRouteNexthop
|
|
561
|
+
from graphiant_sdk.models.mana_v2_static_route_nexthop_config import ManaV2StaticRouteNexthopConfig
|
|
562
|
+
from graphiant_sdk.models.mana_v2_subnet import ManaV2Subnet
|
|
563
|
+
from graphiant_sdk.models.mana_v2_syslog_collector import ManaV2SyslogCollector
|
|
564
|
+
from graphiant_sdk.models.mana_v2_syslog_collector_config import ManaV2SyslogCollectorConfig
|
|
565
|
+
from graphiant_sdk.models.mana_v2_time_period import ManaV2TimePeriod
|
|
566
|
+
from graphiant_sdk.models.mana_v2_traffic_policy_action import ManaV2TrafficPolicyAction
|
|
567
|
+
from graphiant_sdk.models.mana_v2_traffic_policy_rule import ManaV2TrafficPolicyRule
|
|
568
|
+
from graphiant_sdk.models.mana_v2_traffic_policy_rule_row import ManaV2TrafficPolicyRuleRow
|
|
569
|
+
from graphiant_sdk.models.mana_v2_traffic_policy_ruleset import ManaV2TrafficPolicyRuleset
|
|
570
|
+
from graphiant_sdk.models.mana_v2_traffic_policy_ruleset_config import ManaV2TrafficPolicyRulesetConfig
|
|
571
|
+
from graphiant_sdk.models.mana_v2_traffic_policy_ruleset_config_nullable_rule import ManaV2TrafficPolicyRulesetConfigNullableRule
|
|
572
|
+
from graphiant_sdk.models.mana_v2_traffic_policy_ruleset_config_nullable_rule_rule import ManaV2TrafficPolicyRulesetConfigNullableRuleRule
|
|
573
|
+
from graphiant_sdk.models.mana_v2_traffic_policy_ruleset_config_nullable_rule_rule_action import ManaV2TrafficPolicyRulesetConfigNullableRuleRuleAction
|
|
574
|
+
from graphiant_sdk.models.mana_v2_traffic_policy_ruleset_rule import ManaV2TrafficPolicyRulesetRule
|
|
575
|
+
from graphiant_sdk.models.mana_v2_traffic_policy_ruleset_rule_action import ManaV2TrafficPolicyRulesetRuleAction
|
|
576
|
+
from graphiant_sdk.models.mana_v2_udp_flow_table import ManaV2UdpFlowTable
|
|
577
|
+
from graphiant_sdk.models.mana_v2_vrrp_group_interface_priority_decrement import ManaV2VRRPGroupInterfacePriorityDecrement
|
|
578
|
+
from graphiant_sdk.models.mana_v2_vrrp_group_member import ManaV2VRRPGroupMember
|
|
579
|
+
from graphiant_sdk.models.mana_v2_vacm_group_config import ManaV2VacmGroupConfig
|
|
580
|
+
from graphiant_sdk.models.mana_v2_vendor_detail import ManaV2VendorDetail
|
|
581
|
+
from graphiant_sdk.models.mana_v2_version_metadata import ManaV2VersionMetadata
|
|
582
|
+
from graphiant_sdk.models.mana_v2_vrf import ManaV2Vrf
|
|
583
|
+
from graphiant_sdk.models.mana_v2_vrf_config import ManaV2VrfConfig
|
|
584
|
+
from graphiant_sdk.models.mana_v2_vrrp_group import ManaV2VrrpGroup
|
|
585
|
+
from graphiant_sdk.models.mana_v2_vrrp_group_config import ManaV2VrrpGroupConfig
|
|
586
|
+
from graphiant_sdk.models.mana_v2_zone import ManaV2Zone
|
|
587
|
+
from graphiant_sdk.models.mana_v2_zone_firewall_config import ManaV2ZoneFirewallConfig
|
|
588
|
+
from graphiant_sdk.models.mana_v2_zone_firewall_ip_policy_config import ManaV2ZoneFirewallIpPolicyConfig
|
|
589
|
+
from graphiant_sdk.models.mana_v2_zone_firewall_policy import ManaV2ZoneFirewallPolicy
|
|
590
|
+
from graphiant_sdk.models.mana_v2_zone_firewall_udp_policy_config import ManaV2ZoneFirewallUdpPolicyConfig
|
|
591
|
+
from graphiant_sdk.models.mana_v2device_snapshot_row import ManaV2deviceSnapshotRow
|
|
592
|
+
from graphiant_sdk.models.mana_v2interface_config_type import ManaV2interfaceConfigType
|
|
593
|
+
from graphiant_sdk.models.mana_v2topology_device import ManaV2topologyDevice
|
|
594
|
+
from graphiant_sdk.models.onboarding_cloud_init_configuration import OnboardingCloudInitConfiguration
|
|
595
|
+
from graphiant_sdk.models.onboarding_cloud_init_token import OnboardingCloudInitToken
|
|
596
|
+
from graphiant_sdk.models.onboarding_cloud_init_token_token import OnboardingCloudInitTokenToken
|
|
597
|
+
from graphiant_sdk.models.onboarding_hardware_inventory import OnboardingHardwareInventory
|
|
598
|
+
from graphiant_sdk.models.onboarding_interface import OnboardingInterface
|
|
599
|
+
from graphiant_sdk.models.onboarding_inventory import OnboardingInventory
|
|
600
|
+
from graphiant_sdk.models.onboarding_ip import OnboardingIp
|
|
601
|
+
from graphiant_sdk.models.onboarding_onboarding_redirection import OnboardingOnboardingRedirection
|
|
602
|
+
from graphiant_sdk.models.onboarding_onboarding_summary import OnboardingOnboardingSummary
|
|
603
|
+
from graphiant_sdk.models.onboarding_private_gcs_details import OnboardingPrivateGcsDetails
|
|
604
|
+
from graphiant_sdk.models.onboarding_private_gcs_inventory_details import OnboardingPrivateGcsInventoryDetails
|
|
605
|
+
from graphiant_sdk.models.pokedex_device_history_info import PokedexDeviceHistoryInfo
|
|
606
|
+
from graphiant_sdk.models.pokedex_device_mapping_info import PokedexDeviceMappingInfo
|
|
607
|
+
from graphiant_sdk.models.routing_afi_route_count import RoutingAfiRouteCount
|
|
608
|
+
from graphiant_sdk.models.routing_arp_entry import RoutingArpEntry
|
|
609
|
+
from graphiant_sdk.models.routing_nbr_stats import RoutingNbrStats
|
|
610
|
+
from graphiant_sdk.models.routing_nd_entry import RoutingNdEntry
|
|
611
|
+
from graphiant_sdk.models.routing_ospf_interface import RoutingOspfInterface
|
|
612
|
+
from graphiant_sdk.models.routing_ospf_nbr import RoutingOspfNbr
|
|
613
|
+
from graphiant_sdk.models.routing_ospf_network_lsa import RoutingOspfNetworkLsa
|
|
614
|
+
from graphiant_sdk.models.routing_ospf_next_hop import RoutingOspfNextHop
|
|
615
|
+
from graphiant_sdk.models.routing_ospf_route import RoutingOspfRoute
|
|
616
|
+
from graphiant_sdk.models.routing_ospf_router_lsa import RoutingOspfRouterLsa
|
|
617
|
+
from graphiant_sdk.models.routing_ospf_router_lsa_link import RoutingOspfRouterLsaLink
|
|
618
|
+
from graphiant_sdk.models.routing_ospf_statistics import RoutingOspfStatistics
|
|
619
|
+
from graphiant_sdk.models.routing_ospf_summary_lsa import RoutingOspfSummaryLsa
|
|
620
|
+
from graphiant_sdk.models.routing_ospfas_external_lsa import RoutingOspfasExternalLsa
|
|
621
|
+
from graphiant_sdk.models.routing_ospflsa import RoutingOspflsa
|
|
622
|
+
from graphiant_sdk.models.routing_ospflsa_tos_metric import RoutingOspflsaTosMetric
|
|
623
|
+
from graphiant_sdk.models.routing_prefix_filter import RoutingPrefixFilter
|
|
624
|
+
from graphiant_sdk.models.routing_vrrp_entry import RoutingVrrpEntry
|
|
625
|
+
from graphiant_sdk.models.routingbgp_counter import RoutingbgpCounter
|
|
626
|
+
from graphiant_sdk.models.routingprefix import Routingprefix
|
|
627
|
+
from graphiant_sdk.models.search_edge_summary import SearchEdgeSummary
|
|
628
|
+
from graphiant_sdk.models.search_search_filter import SearchSearchFilter
|
|
629
|
+
from graphiant_sdk.models.search_search_result import SearchSearchResult
|
|
630
|
+
from graphiant_sdk.models.statsmon_backbonehealth_control_plane import StatsmonBackbonehealthControlPlane
|
|
631
|
+
from graphiant_sdk.models.statsmon_backbonehealth_data_plane import StatsmonBackbonehealthDataPlane
|
|
632
|
+
from graphiant_sdk.models.statsmon_backbonehealth_get_qoe_matrix_response_devices_summary import StatsmonBackbonehealthGetQOEMatrixResponseDevicesSummary
|
|
633
|
+
from graphiant_sdk.models.statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary import StatsmonBackbonehealthGetQOEMatrixResponseQoeSessionSummary
|
|
634
|
+
from graphiant_sdk.models.statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary_qoe_session_box import StatsmonBackbonehealthGetQOEMatrixResponseQoeSessionSummaryQoeSessionBox
|
|
635
|
+
from graphiant_sdk.models.statsmon_backbonehealth_get_qoe_matrix_response import StatsmonBackbonehealthGetQoeMatrixResponse
|
|
636
|
+
from graphiant_sdk.models.statsmon_backbonehealth_system_plane import StatsmonBackbonehealthSystemPlane
|
|
637
|
+
from graphiant_sdk.models.statsmon_backbonehealth_transition_series import StatsmonBackbonehealthTransitionSeries
|
|
638
|
+
from graphiant_sdk.models.statsmon_backbonehealth_transitions import StatsmonBackbonehealthTransitions
|
|
639
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_enterprise_details import StatsmonBandwidthtrackerBwUsageByEnterpriseDetails
|
|
640
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_enterprise_summary import StatsmonBandwidthtrackerBwUsageByEnterpriseSummary
|
|
641
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_region import StatsmonBandwidthtrackerBwUsageByRegion
|
|
642
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_region_cloud_summary import StatsmonBandwidthtrackerBwUsageByRegionCloudSummary
|
|
643
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_region_edge_details import StatsmonBandwidthtrackerBwUsageByRegionEdgeDetails
|
|
644
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_region_edge_summary import StatsmonBandwidthtrackerBwUsageByRegionEdgeSummary
|
|
645
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_role_summary import StatsmonBandwidthtrackerBwUsageByRoleSummary
|
|
646
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_site import StatsmonBandwidthtrackerBwUsageBySite
|
|
647
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_site_details import StatsmonBandwidthtrackerBwUsageBySiteDetails
|
|
648
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_site_edge_provider import StatsmonBandwidthtrackerBwUsageBySiteEdgeProvider
|
|
649
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_site_provider import StatsmonBandwidthtrackerBwUsageBySiteProvider
|
|
650
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_site_summary import StatsmonBandwidthtrackerBwUsageBySiteSummary
|
|
651
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_top_providers import StatsmonBandwidthtrackerBwUsageByTopProviders
|
|
652
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_top_regions import StatsmonBandwidthtrackerBwUsageByTopRegions
|
|
653
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_by_top_sites import StatsmonBandwidthtrackerBwUsageByTopSites
|
|
654
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_chart import StatsmonBandwidthtrackerBwUsageChart
|
|
655
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_chart_value import StatsmonBandwidthtrackerBwUsageChartValue
|
|
656
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_csv_details import StatsmonBandwidthtrackerBwUsageCsvDetails
|
|
657
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_bw_usage_csv_record import StatsmonBandwidthtrackerBwUsageCsvRecord
|
|
658
|
+
from graphiant_sdk.models.statsmon_bandwidthtracker_time_window import StatsmonBandwidthtrackerTimeWindow
|
|
659
|
+
from graphiant_sdk.models.statsmon_circuit_incidents import StatsmonCircuitIncidents
|
|
660
|
+
from graphiant_sdk.models.statsmon_circuit_summary import StatsmonCircuitSummary
|
|
661
|
+
from graphiant_sdk.models.statsmon_circuit_utilization import StatsmonCircuitUtilization
|
|
662
|
+
from graphiant_sdk.models.statsmon_circuits_incidents import StatsmonCircuitsIncidents
|
|
663
|
+
from graphiant_sdk.models.statsmon_circuits_incidents_data import StatsmonCircuitsIncidentsData
|
|
664
|
+
from graphiant_sdk.models.statsmon_circuits_incidents_selector import StatsmonCircuitsIncidentsSelector
|
|
665
|
+
from graphiant_sdk.models.statsmon_circuits_utilization_selector import StatsmonCircuitsUtilizationSelector
|
|
666
|
+
from graphiant_sdk.models.statsmon_extranet_edge_status import StatsmonExtranetEdgeStatus
|
|
667
|
+
from graphiant_sdk.models.statsmon_extranet_prefix_health import StatsmonExtranetPrefixHealth
|
|
668
|
+
from graphiant_sdk.models.statsmon_extranet_server_status import StatsmonExtranetServerStatus
|
|
669
|
+
from graphiant_sdk.models.statsmon_extranet_service_health import StatsmonExtranetServiceHealth
|
|
670
|
+
from graphiant_sdk.models.statsmon_extranet_site_status import StatsmonExtranetSiteStatus
|
|
671
|
+
from graphiant_sdk.models.statsmon_queue_utilization import StatsmonQueueUtilization
|
|
672
|
+
from graphiant_sdk.models.statsmon_time_window import StatsmonTimeWindow
|
|
673
|
+
from graphiant_sdk.models.statsmon_troubleshooting_circuit_filter import StatsmonTroubleshootingCircuitFilter
|
|
674
|
+
from graphiant_sdk.models.statsmon_troubleshooting_control_plane import StatsmonTroubleshootingControlPlane
|
|
675
|
+
from graphiant_sdk.models.statsmon_troubleshooting_crash import StatsmonTroubleshootingCrash
|
|
676
|
+
from graphiant_sdk.models.statsmon_troubleshooting_data_plane import StatsmonTroubleshootingDataPlane
|
|
677
|
+
from graphiant_sdk.models.statsmon_troubleshooting_device_filter import StatsmonTroubleshootingDeviceFilter
|
|
678
|
+
from graphiant_sdk.models.statsmon_troubleshooting_edge_status import StatsmonTroubleshootingEdgeStatus
|
|
679
|
+
from graphiant_sdk.models.statsmon_troubleshooting_filter import StatsmonTroubleshootingFilter
|
|
680
|
+
from graphiant_sdk.models.statsmon_troubleshooting_issue import StatsmonTroubleshootingIssue
|
|
681
|
+
from graphiant_sdk.models.statsmon_troubleshooting_lan_segment_filter import StatsmonTroubleshootingLanSegmentFilter
|
|
682
|
+
from graphiant_sdk.models.statsmon_troubleshooting_last_crash import StatsmonTroubleshootingLastCrash
|
|
683
|
+
from graphiant_sdk.models.statsmon_troubleshooting_maintenance_window import StatsmonTroubleshootingMaintenanceWindow
|
|
684
|
+
from graphiant_sdk.models.statsmon_troubleshooting_overheating import StatsmonTroubleshootingOverheating
|
|
685
|
+
from graphiant_sdk.models.statsmon_troubleshooting_region import StatsmonTroubleshootingRegion
|
|
686
|
+
from graphiant_sdk.models.statsmon_troubleshooting_region_filter import StatsmonTroubleshootingRegionFilter
|
|
687
|
+
from graphiant_sdk.models.statsmon_troubleshooting_session_sla import StatsmonTroubleshootingSessionSla
|
|
688
|
+
from graphiant_sdk.models.statsmon_troubleshooting_site_filter import StatsmonTroubleshootingSiteFilter
|
|
689
|
+
from graphiant_sdk.models.statsmon_troubleshooting_sla_value import StatsmonTroubleshootingSlaValue
|
|
690
|
+
from graphiant_sdk.models.statsmon_troubleshooting_system_plane import StatsmonTroubleshootingSystemPlane
|
|
691
|
+
from graphiant_sdk.models.statsmon_troubleshooting_system_stat import StatsmonTroubleshootingSystemStat
|
|
692
|
+
from graphiant_sdk.models.statsmon_troubleshooting_time_window import StatsmonTroubleshootingTimeWindow
|
|
693
|
+
from graphiant_sdk.models.statsmon_troubleshooting_transitions import StatsmonTroubleshootingTransitions
|
|
694
|
+
from graphiant_sdk.models.statsmon_twamp_visual_data import StatsmonTwampVisualData
|
|
695
|
+
from graphiant_sdk.models.statsmon_twamp_visual_selector import StatsmonTwampVisualSelector
|
|
696
|
+
from graphiant_sdk.models.statsmon_v2_bfd_stats_selector import StatsmonV2BfdStatsSelector
|
|
697
|
+
from graphiant_sdk.models.statsmon_v2_bgp_stats_selector import StatsmonV2BgpStatsSelector
|
|
698
|
+
from graphiant_sdk.models.statsmon_v2_circuit_bandwidth_stats_selector import StatsmonV2CircuitBandwidthStatsSelector
|
|
699
|
+
from graphiant_sdk.models.statsmon_v2_circuit_incidents import StatsmonV2CircuitIncidents
|
|
700
|
+
from graphiant_sdk.models.statsmon_v2_circuit_incidents_data import StatsmonV2CircuitIncidentsData
|
|
701
|
+
from graphiant_sdk.models.statsmon_v2_circuit_incidents_data_sample import StatsmonV2CircuitIncidentsDataSample
|
|
702
|
+
from graphiant_sdk.models.statsmon_v2_circuit_incidents_data_sample_incidents import StatsmonV2CircuitIncidentsDataSampleIncidents
|
|
703
|
+
from graphiant_sdk.models.statsmon_v2_circuit_incidents_selector import StatsmonV2CircuitIncidentsSelector
|
|
704
|
+
from graphiant_sdk.models.statsmon_v2_circuit_summary import StatsmonV2CircuitSummary
|
|
705
|
+
from graphiant_sdk.models.statsmon_v2_circuit_utilization_selector import StatsmonV2CircuitUtilizationSelector
|
|
706
|
+
from graphiant_sdk.models.statsmon_v2_connection import StatsmonV2Connection
|
|
707
|
+
from graphiant_sdk.models.statsmon_v2_device_segments import StatsmonV2DeviceSegments
|
|
708
|
+
from graphiant_sdk.models.statsmon_v2_edge import StatsmonV2Edge
|
|
709
|
+
from graphiant_sdk.models.statsmon_v2_edgeedge_circuit_info import StatsmonV2EdgeedgeCircuitInfo
|
|
710
|
+
from graphiant_sdk.models.statsmon_v2_generic_system_stats_selector import StatsmonV2GenericSystemStatsSelector
|
|
711
|
+
from graphiant_sdk.models.statsmon_v2_interface_stats_selector import StatsmonV2InterfaceStatsSelector
|
|
712
|
+
from graphiant_sdk.models.statsmon_v2_ip_sec_stats_selector import StatsmonV2IpSecStatsSelector
|
|
713
|
+
from graphiant_sdk.models.statsmon_v2_node import StatsmonV2Node
|
|
714
|
+
from graphiant_sdk.models.statsmon_v2_node_circuit_info import StatsmonV2NodeCircuitInfo
|
|
715
|
+
from graphiant_sdk.models.statsmon_v2_node_connection import StatsmonV2NodeConnection
|
|
716
|
+
from graphiant_sdk.models.statsmon_v2_node_device_info import StatsmonV2NodeDeviceInfo
|
|
717
|
+
from graphiant_sdk.models.statsmon_v2_ospf_stats_selector import StatsmonV2OspfStatsSelector
|
|
718
|
+
from graphiant_sdk.models.statsmon_v2_policy_stats_selector import StatsmonV2PolicyStatsSelector
|
|
719
|
+
from graphiant_sdk.models.statsmon_v2_queue_instant_stats_selector import StatsmonV2QueueInstantStatsSelector
|
|
720
|
+
from graphiant_sdk.models.statsmon_v2_queue_stats_selector import StatsmonV2QueueStatsSelector
|
|
721
|
+
from graphiant_sdk.models.statsmon_v2_queue_utilization import StatsmonV2QueueUtilization
|
|
722
|
+
from graphiant_sdk.models.statsmon_v2_site_info import StatsmonV2SiteInfo
|
|
723
|
+
from graphiant_sdk.models.statsmon_v2_stats_sample import StatsmonV2StatsSample
|
|
724
|
+
from graphiant_sdk.models.statsmon_v2_system_stats_selector import StatsmonV2SystemStatsSelector
|
|
725
|
+
from graphiant_sdk.models.statsmon_v2_time_window import StatsmonV2TimeWindow
|
|
726
|
+
from graphiant_sdk.models.statsmon_v2_twamp_stats_selector import StatsmonV2TwampStatsSelector
|
|
727
|
+
from graphiant_sdk.models.statsmon_v2_twamp_visual_selector import StatsmonV2TwampVisualSelector
|
|
728
|
+
from graphiant_sdk.models.statsmon_v2_vrf_route import StatsmonV2VrfRoute
|
|
729
|
+
from graphiant_sdk.models.statsmon_v2_vrf_routes import StatsmonV2VrfRoutes
|
|
730
|
+
from graphiant_sdk.models.syslogmon_histogram import SyslogmonHistogram
|
|
731
|
+
from graphiant_sdk.models.syslogmon_log import SyslogmonLog
|
|
732
|
+
from graphiant_sdk.models.syslogmon_syslogs_selector import SyslogmonSyslogsSelector
|
|
733
|
+
from graphiant_sdk.models.upgrade_gcs_release_category import UpgradeGcsReleaseCategory
|
|
734
|
+
from graphiant_sdk.models.upgrade_gcs_release_details import UpgradeGcsReleaseDetails
|
|
735
|
+
from graphiant_sdk.models.upgrade_inventory_key import UpgradeInventoryKey
|
|
736
|
+
from graphiant_sdk.models.upgrade_release_summary import UpgradeReleaseSummary
|
|
737
|
+
from graphiant_sdk.models.upgrade_running_sw_version import UpgradeRunningSwVersion
|
|
738
|
+
from graphiant_sdk.models.upgrade_schedule import UpgradeSchedule
|
|
739
|
+
from graphiant_sdk.models.upgrade_sw_version import UpgradeSwVersion
|
|
740
|
+
from graphiant_sdk.models.upgrade_upgrade_canary_profile import UpgradeUpgradeCanaryProfile
|
|
741
|
+
from graphiant_sdk.models.upgrade_upgrade_occurrence import UpgradeUpgradeOccurrence
|
|
742
|
+
from graphiant_sdk.models.upgrade_upgrade_summary import UpgradeUpgradeSummary
|
|
743
|
+
from graphiant_sdk.models.v1_account_email_patch_request import V1AccountEmailPatchRequest
|
|
744
|
+
from graphiant_sdk.models.v1_account_info_patch_request import V1AccountInfoPatchRequest
|
|
745
|
+
from graphiant_sdk.models.v1_account_mfa_confirmation_post_request import V1AccountMfaConfirmationPostRequest
|
|
746
|
+
from graphiant_sdk.models.v1_account_mfa_confirmation_post_response import V1AccountMfaConfirmationPostResponse
|
|
747
|
+
from graphiant_sdk.models.v1_account_mfa_get_response import V1AccountMfaGetResponse
|
|
748
|
+
from graphiant_sdk.models.v1_account_mfa_put_request import V1AccountMfaPutRequest
|
|
749
|
+
from graphiant_sdk.models.v1_account_mfa_put_response import V1AccountMfaPutResponse
|
|
750
|
+
from graphiant_sdk.models.v1_account_password_patch_request import V1AccountPasswordPatchRequest
|
|
751
|
+
from graphiant_sdk.models.v1_activity_logs_post_request import V1ActivityLogsPostRequest
|
|
752
|
+
from graphiant_sdk.models.v1_activity_logs_post_response import V1ActivityLogsPostResponse
|
|
753
|
+
from graphiant_sdk.models.v1_activity_logs_post_response_activity_items import V1ActivityLogsPostResponseActivityItems
|
|
754
|
+
from graphiant_sdk.models.v1_alarm_history_get_response import V1AlarmHistoryGetResponse
|
|
755
|
+
from graphiant_sdk.models.v1_alarm_mute_alarm_id_put_request import V1AlarmMuteAlarmIdPutRequest
|
|
756
|
+
from graphiant_sdk.models.v1_alarms_events_get_response import V1AlarmsEventsGetResponse
|
|
757
|
+
from graphiant_sdk.models.v1_alarms_list_get_response import V1AlarmsListGetResponse
|
|
758
|
+
from graphiant_sdk.models.v1_apps_app_summary_post_request import V1AppsAppSummaryPostRequest
|
|
759
|
+
from graphiant_sdk.models.v1_apps_app_summary_post_response import V1AppsAppSummaryPostResponse
|
|
760
|
+
from graphiant_sdk.models.v1_apps_bandwidth_post_request import V1AppsBandwidthPostRequest
|
|
761
|
+
from graphiant_sdk.models.v1_apps_bandwidth_post_response import V1AppsBandwidthPostResponse
|
|
762
|
+
from graphiant_sdk.models.v1_apps_device_device_id_top_post_request import V1AppsDeviceDeviceIdTopPostRequest
|
|
763
|
+
from graphiant_sdk.models.v1_apps_device_device_id_top_post_response import V1AppsDeviceDeviceIdTopPostResponse
|
|
764
|
+
from graphiant_sdk.models.v1_apps_site_site_id_top_post_request import V1AppsSiteSiteIdTopPostRequest
|
|
765
|
+
from graphiant_sdk.models.v1_apps_site_site_id_top_post_response import V1AppsSiteSiteIdTopPostResponse
|
|
766
|
+
from graphiant_sdk.models.v1_apps_visualization_post_request import V1AppsVisualizationPostRequest
|
|
767
|
+
from graphiant_sdk.models.v1_apps_visualization_post_response import V1AppsVisualizationPostResponse
|
|
768
|
+
from graphiant_sdk.models.v1_audit_logs_post_request import V1AuditLogsPostRequest
|
|
769
|
+
from graphiant_sdk.models.v1_audit_logs_post_response import V1AuditLogsPostResponse
|
|
770
|
+
from graphiant_sdk.models.v1_auth_error_post_response import V1AuthErrorPostResponse
|
|
771
|
+
from graphiant_sdk.models.v1_auth_gcs_post_request import V1AuthGcsPostRequest
|
|
772
|
+
from graphiant_sdk.models.v1_auth_get_response import V1AuthGetResponse
|
|
773
|
+
from graphiant_sdk.models.v1_auth_login_callback_post500_response import V1AuthLoginCallbackPost500Response
|
|
774
|
+
from graphiant_sdk.models.v1_auth_login_post_request import V1AuthLoginPostRequest
|
|
775
|
+
from graphiant_sdk.models.v1_auth_login_post_response import V1AuthLoginPostResponse
|
|
776
|
+
from graphiant_sdk.models.v1_auth_login_pre_get_response import V1AuthLoginPreGetResponse
|
|
777
|
+
from graphiant_sdk.models.v1_auth_login_saml_get401_response import V1AuthLoginSamlGet401Response
|
|
778
|
+
from graphiant_sdk.models.v1_auth_login_saml_get500_response import V1AuthLoginSamlGet500Response
|
|
779
|
+
from graphiant_sdk.models.v1_auth_login_temp_post_request import V1AuthLoginTempPostRequest
|
|
780
|
+
from graphiant_sdk.models.v1_auth_mfa_patch_request import V1AuthMfaPatchRequest
|
|
781
|
+
from graphiant_sdk.models.v1_auth_mfa_post500_response import V1AuthMfaPost500Response
|
|
782
|
+
from graphiant_sdk.models.v1_auth_mfa_post_request import V1AuthMfaPostRequest
|
|
783
|
+
from graphiant_sdk.models.v1_auth_mfa_types_get_response import V1AuthMfaTypesGetResponse
|
|
784
|
+
from graphiant_sdk.models.v1_auth_mfa_types_put_request import V1AuthMfaTypesPutRequest
|
|
785
|
+
from graphiant_sdk.models.v1_auth_patch_request import V1AuthPatchRequest
|
|
786
|
+
from graphiant_sdk.models.v1_auth_put_request import V1AuthPutRequest
|
|
787
|
+
from graphiant_sdk.models.v1_auth_refresh_get200_response import V1AuthRefreshGet200Response
|
|
788
|
+
from graphiant_sdk.models.v1_auth_refresh_get403_response import V1AuthRefreshGet403Response
|
|
789
|
+
from graphiant_sdk.models.v1_auth_refresh_get422_response import V1AuthRefreshGet422Response
|
|
790
|
+
from graphiant_sdk.models.v1_auth_refresh_get_entry_point_response import V1AuthRefreshGetEntryPointResponse
|
|
791
|
+
from graphiant_sdk.models.v1_auth_session_get403_response import V1AuthSessionGet403Response
|
|
792
|
+
from graphiant_sdk.models.v1_auth_session_get422_response import V1AuthSessionGet422Response
|
|
793
|
+
from graphiant_sdk.models.v1_auth_user_get_response import V1AuthUserGetResponse
|
|
794
|
+
from graphiant_sdk.models.v1_b2b_extranet_monitoring_filter_post_request import V1B2bExtranetMonitoringFilterPostRequest
|
|
795
|
+
from graphiant_sdk.models.v1_b2b_extranet_monitoring_filter_post_response import V1B2bExtranetMonitoringFilterPostResponse
|
|
796
|
+
from graphiant_sdk.models.v1_backbone_health_device_device_id_post_request import V1BackboneHealthDeviceDeviceIdPostRequest
|
|
797
|
+
from graphiant_sdk.models.v1_backbone_health_device_device_id_post_response import V1BackboneHealthDeviceDeviceIdPostResponse
|
|
798
|
+
from graphiant_sdk.models.v1_backbone_health_et_wan_matrix_get_response import V1BackboneHealthEtWanMatrixGetResponse
|
|
799
|
+
from graphiant_sdk.models.v1_backbone_health_et_wan_matrix_get_response_device_et_wan_summary import V1BackboneHealthEtWanMatrixGetResponseDeviceEtWanSummary
|
|
800
|
+
from graphiant_sdk.models.v1_backbone_health_et_wan_matrix_get_response_region_status import V1BackboneHealthEtWanMatrixGetResponseRegionStatus
|
|
801
|
+
from graphiant_sdk.models.v1_backbone_health_etet_sla_matrix_get_response import V1BackboneHealthEtetSlaMatrixGetResponse
|
|
802
|
+
from graphiant_sdk.models.v1_backbone_health_etet_sla_matrix_get_response_devices_summary import V1BackboneHealthEtetSlaMatrixGetResponseDevicesSummary
|
|
803
|
+
from graphiant_sdk.models.v1_backbone_health_etet_sla_matrix_get_response_region_status import V1BackboneHealthEtetSlaMatrixGetResponseRegionStatus
|
|
804
|
+
from graphiant_sdk.models.v1_backbone_health_etet_sla_matrix_get_response_sla_summary import V1BackboneHealthEtetSlaMatrixGetResponseSlaSummary
|
|
805
|
+
from graphiant_sdk.models.v1_backbone_health_filter_get_response import V1BackboneHealthFilterGetResponse
|
|
806
|
+
from graphiant_sdk.models.v1_backbone_health_overview_post_request import V1BackboneHealthOverviewPostRequest
|
|
807
|
+
from graphiant_sdk.models.v1_backbone_health_overview_post_request_dimensions import V1BackboneHealthOverviewPostRequestDimensions
|
|
808
|
+
from graphiant_sdk.models.v1_backbone_health_overview_post_response import V1BackboneHealthOverviewPostResponse
|
|
809
|
+
from graphiant_sdk.models.v1_backbone_health_overview_post_response_device_summary import V1BackboneHealthOverviewPostResponseDeviceSummary
|
|
810
|
+
from graphiant_sdk.models.v1_backbone_health_top_devices_by_alerts_post_request import V1BackboneHealthTopDevicesByAlertsPostRequest
|
|
811
|
+
from graphiant_sdk.models.v1_backbone_health_top_devices_by_alerts_post_response import V1BackboneHealthTopDevicesByAlertsPostResponse
|
|
812
|
+
from graphiant_sdk.models.v1_backbone_health_top_devices_by_alerts_post_response_device_counts import V1BackboneHealthTopDevicesByAlertsPostResponseDeviceCounts
|
|
813
|
+
from graphiant_sdk.models.v1_backbone_health_top_devices_by_alerts_post_response_device_counts_device_count import V1BackboneHealthTopDevicesByAlertsPostResponseDeviceCountsDeviceCount
|
|
814
|
+
from graphiant_sdk.models.v1_bwtracker_enterprise_csv_post_request import V1BwtrackerEnterpriseCsvPostRequest
|
|
815
|
+
from graphiant_sdk.models.v1_bwtracker_enterprise_csv_post_response import V1BwtrackerEnterpriseCsvPostResponse
|
|
816
|
+
from graphiant_sdk.models.v1_bwtracker_enterprise_details_post_request import V1BwtrackerEnterpriseDetailsPostRequest
|
|
817
|
+
from graphiant_sdk.models.v1_bwtracker_enterprise_details_post_response import V1BwtrackerEnterpriseDetailsPostResponse
|
|
818
|
+
from graphiant_sdk.models.v1_bwtracker_enterprise_summary_post_request import V1BwtrackerEnterpriseSummaryPostRequest
|
|
819
|
+
from graphiant_sdk.models.v1_bwtracker_enterprise_summary_post_response import V1BwtrackerEnterpriseSummaryPostResponse
|
|
820
|
+
from graphiant_sdk.models.v1_bwtracker_region_cloud_chart_post_request import V1BwtrackerRegionCloudChartPostRequest
|
|
821
|
+
from graphiant_sdk.models.v1_bwtracker_region_cloud_chart_post_response import V1BwtrackerRegionCloudChartPostResponse
|
|
822
|
+
from graphiant_sdk.models.v1_bwtracker_region_cloud_csv_post_request import V1BwtrackerRegionCloudCsvPostRequest
|
|
823
|
+
from graphiant_sdk.models.v1_bwtracker_region_cloud_csv_post_response import V1BwtrackerRegionCloudCsvPostResponse
|
|
824
|
+
from graphiant_sdk.models.v1_bwtracker_region_cloud_summary_post_request import V1BwtrackerRegionCloudSummaryPostRequest
|
|
825
|
+
from graphiant_sdk.models.v1_bwtracker_region_cloud_summary_post_response import V1BwtrackerRegionCloudSummaryPostResponse
|
|
826
|
+
from graphiant_sdk.models.v1_bwtracker_region_edge_chart_post_request import V1BwtrackerRegionEdgeChartPostRequest
|
|
827
|
+
from graphiant_sdk.models.v1_bwtracker_region_edge_chart_post_response import V1BwtrackerRegionEdgeChartPostResponse
|
|
828
|
+
from graphiant_sdk.models.v1_bwtracker_region_edge_csv_post_request import V1BwtrackerRegionEdgeCsvPostRequest
|
|
829
|
+
from graphiant_sdk.models.v1_bwtracker_region_edge_csv_post_response import V1BwtrackerRegionEdgeCsvPostResponse
|
|
830
|
+
from graphiant_sdk.models.v1_bwtracker_region_edge_details_post_request import V1BwtrackerRegionEdgeDetailsPostRequest
|
|
831
|
+
from graphiant_sdk.models.v1_bwtracker_region_edge_details_post_response import V1BwtrackerRegionEdgeDetailsPostResponse
|
|
832
|
+
from graphiant_sdk.models.v1_bwtracker_region_edge_summary_post_request import V1BwtrackerRegionEdgeSummaryPostRequest
|
|
833
|
+
from graphiant_sdk.models.v1_bwtracker_region_edge_summary_post_response import V1BwtrackerRegionEdgeSummaryPostResponse
|
|
834
|
+
from graphiant_sdk.models.v1_bwtracker_region_gateway_chart_post_request import V1BwtrackerRegionGatewayChartPostRequest
|
|
835
|
+
from graphiant_sdk.models.v1_bwtracker_region_gateway_chart_post_response import V1BwtrackerRegionGatewayChartPostResponse
|
|
836
|
+
from graphiant_sdk.models.v1_bwtracker_region_gateway_csv_post_request import V1BwtrackerRegionGatewayCsvPostRequest
|
|
837
|
+
from graphiant_sdk.models.v1_bwtracker_region_gateway_csv_post_response import V1BwtrackerRegionGatewayCsvPostResponse
|
|
838
|
+
from graphiant_sdk.models.v1_bwtracker_region_gateway_details_post_request import V1BwtrackerRegionGatewayDetailsPostRequest
|
|
839
|
+
from graphiant_sdk.models.v1_bwtracker_region_gateway_details_post_response import V1BwtrackerRegionGatewayDetailsPostResponse
|
|
840
|
+
from graphiant_sdk.models.v1_bwtracker_region_gateway_summary_post_request import V1BwtrackerRegionGatewaySummaryPostRequest
|
|
841
|
+
from graphiant_sdk.models.v1_bwtracker_region_gateway_summary_post_response import V1BwtrackerRegionGatewaySummaryPostResponse
|
|
842
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_chart_post_request import V1BwtrackerRegionSiteChartPostRequest
|
|
843
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_chart_post_response import V1BwtrackerRegionSiteChartPostResponse
|
|
844
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_details_post_request import V1BwtrackerRegionSiteDetailsPostRequest
|
|
845
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_details_post_response import V1BwtrackerRegionSiteDetailsPostResponse
|
|
846
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_gateway_chart_post_request import V1BwtrackerRegionSiteGatewayChartPostRequest
|
|
847
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_gateway_chart_post_response import V1BwtrackerRegionSiteGatewayChartPostResponse
|
|
848
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_gateway_details_post_request import V1BwtrackerRegionSiteGatewayDetailsPostRequest
|
|
849
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_gateway_details_post_response import V1BwtrackerRegionSiteGatewayDetailsPostResponse
|
|
850
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_gateway_summary_post_request import V1BwtrackerRegionSiteGatewaySummaryPostRequest
|
|
851
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_gateway_summary_post_response import V1BwtrackerRegionSiteGatewaySummaryPostResponse
|
|
852
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_summary_post_request import V1BwtrackerRegionSiteSummaryPostRequest
|
|
853
|
+
from graphiant_sdk.models.v1_bwtracker_region_site_summary_post_response import V1BwtrackerRegionSiteSummaryPostResponse
|
|
854
|
+
from graphiant_sdk.models.v1_bwtracker_site_csv_post_request import V1BwtrackerSiteCsvPostRequest
|
|
855
|
+
from graphiant_sdk.models.v1_bwtracker_site_csv_post_response import V1BwtrackerSiteCsvPostResponse
|
|
856
|
+
from graphiant_sdk.models.v1_bwtracker_site_gateway_csv_post_request import V1BwtrackerSiteGatewayCsvPostRequest
|
|
857
|
+
from graphiant_sdk.models.v1_bwtracker_site_gateway_csv_post_response import V1BwtrackerSiteGatewayCsvPostResponse
|
|
858
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_applications_bucket_app_name_get_response import V1DataAssuranceAssurancesApplicationsBucketAppNameGetResponse
|
|
859
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_applications_bucket_app_name_get_response_assurance import V1DataAssuranceAssurancesApplicationsBucketAppNameGetResponseAssurance
|
|
860
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_global_get_response import V1DataAssuranceAssurancesGlobalGetResponse
|
|
861
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_global_get_response_row import V1DataAssuranceAssurancesGlobalGetResponseRow
|
|
862
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_global_get_response_row_app_entry import V1DataAssuranceAssurancesGlobalGetResponseRowAppEntry
|
|
863
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_global_get_response_row_lan_entry import V1DataAssuranceAssurancesGlobalGetResponseRowLanEntry
|
|
864
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_global_get_response_row_site_entry import V1DataAssuranceAssurancesGlobalGetResponseRowSiteEntry
|
|
865
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_global_id_get_response import V1DataAssuranceAssurancesGlobalIdGetResponse
|
|
866
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_global_id_put_request import V1DataAssuranceAssurancesGlobalIdPutRequest
|
|
867
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_global_id_put_response import V1DataAssuranceAssurancesGlobalIdPutResponse
|
|
868
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_global_post_request import V1DataAssuranceAssurancesGlobalPostRequest
|
|
869
|
+
from graphiant_sdk.models.v1_data_assurance_assurances_global_post_response import V1DataAssuranceAssurancesGlobalPostResponse
|
|
870
|
+
from graphiant_sdk.models.v1_data_assurance_flex_algos_get_response import V1DataAssuranceFlexAlgosGetResponse
|
|
871
|
+
from graphiant_sdk.models.v1_data_assurance_flex_algos_get_response_entry import V1DataAssuranceFlexAlgosGetResponseEntry
|
|
872
|
+
from graphiant_sdk.models.v1_device_routing_bgp_nbr_stats_get_response import V1DeviceRoutingBgpNbrStatsGetResponse
|
|
873
|
+
from graphiant_sdk.models.v1_device_routing_bgp_nbrid_get_response import V1DeviceRoutingBgpNbridGetResponse
|
|
874
|
+
from graphiant_sdk.models.v1_device_routing_bgp_nbrs_counters_get_response import V1DeviceRoutingBgpNbrsCountersGetResponse
|
|
875
|
+
from graphiant_sdk.models.v1_device_routing_bgp_nbrs_details_get_response import V1DeviceRoutingBgpNbrsDetailsGetResponse
|
|
876
|
+
from graphiant_sdk.models.v1_device_routing_bgp_nbrs_per_afi_prefix_get_response import V1DeviceRoutingBgpNbrsPerAfiPrefixGetResponse
|
|
877
|
+
from graphiant_sdk.models.v1_device_routing_odp_nbrid_get_response import V1DeviceRoutingOdpNbridGetResponse
|
|
878
|
+
from graphiant_sdk.models.v1_device_routing_ospfv2_area_interface_get_response import V1DeviceRoutingOspfv2AreaInterfaceGetResponse
|
|
879
|
+
from graphiant_sdk.models.v1_device_routing_ospfv2_area_interface_nbrid_get_response import V1DeviceRoutingOspfv2AreaInterfaceNbridGetResponse
|
|
880
|
+
from graphiant_sdk.models.v1_device_routing_ospfv2_area_interfaceid_get_response import V1DeviceRoutingOspfv2AreaInterfaceidGetResponse
|
|
881
|
+
from graphiant_sdk.models.v1_device_routing_ospfv2_area_lsdb_get_response import V1DeviceRoutingOspfv2AreaLsdbGetResponse
|
|
882
|
+
from graphiant_sdk.models.v1_device_routing_ospfv2_area_nbr_get_response import V1DeviceRoutingOspfv2AreaNbrGetResponse
|
|
883
|
+
from graphiant_sdk.models.v1_device_routing_ospfv2_areaid_get_response import V1DeviceRoutingOspfv2AreaidGetResponse
|
|
884
|
+
from graphiant_sdk.models.v1_device_routing_ospfv2_lsdb_get_response import V1DeviceRoutingOspfv2LsdbGetResponse
|
|
885
|
+
from graphiant_sdk.models.v1_device_routing_ospfv2_rib_get_response import V1DeviceRoutingOspfv2RibGetResponse
|
|
886
|
+
from graphiant_sdk.models.v1_device_routing_ospfv2_statistics_get_response import V1DeviceRoutingOspfv2StatisticsGetResponse
|
|
887
|
+
from graphiant_sdk.models.v1_device_routing_ospfv3_area_interface_get_response import V1DeviceRoutingOspfv3AreaInterfaceGetResponse
|
|
888
|
+
from graphiant_sdk.models.v1_device_routing_ospfv3_area_interface_nbrid_get_response import V1DeviceRoutingOspfv3AreaInterfaceNbridGetResponse
|
|
889
|
+
from graphiant_sdk.models.v1_device_routing_ospfv3_area_interfaceid_get_response import V1DeviceRoutingOspfv3AreaInterfaceidGetResponse
|
|
890
|
+
from graphiant_sdk.models.v1_device_routing_ospfv3_area_lsdb_get_response import V1DeviceRoutingOspfv3AreaLsdbGetResponse
|
|
891
|
+
from graphiant_sdk.models.v1_device_routing_ospfv3_area_nbr_get_response import V1DeviceRoutingOspfv3AreaNbrGetResponse
|
|
892
|
+
from graphiant_sdk.models.v1_device_routing_ospfv3_areaid_get_response import V1DeviceRoutingOspfv3AreaidGetResponse
|
|
893
|
+
from graphiant_sdk.models.v1_device_routing_ospfv3_lsdb_get_response import V1DeviceRoutingOspfv3LsdbGetResponse
|
|
894
|
+
from graphiant_sdk.models.v1_device_routing_ospfv3_rib_get_response import V1DeviceRoutingOspfv3RibGetResponse
|
|
895
|
+
from graphiant_sdk.models.v1_device_routing_ospfv3_statistics_get_response import V1DeviceRoutingOspfv3StatisticsGetResponse
|
|
896
|
+
from graphiant_sdk.models.v1_device_routing_rib_route_count_post_response import V1DeviceRoutingRibRouteCountPostResponse
|
|
897
|
+
from graphiant_sdk.models.v1_device_routing_rib_route_count_post_response_route_count import V1DeviceRoutingRibRouteCountPostResponseRouteCount
|
|
898
|
+
from graphiant_sdk.models.v1_device_routing_vrf_bgp_eibgp_route_count_get_response import V1DeviceRoutingVrfBgpEibgpRouteCountGetResponse
|
|
899
|
+
from graphiant_sdk.models.v1_device_routing_vrf_bgp_graphiant_eiroute_count_get_response import V1DeviceRoutingVrfBgpGraphiantEirouteCountGetResponse
|
|
900
|
+
from graphiant_sdk.models.v1_device_routing_vrf_bgp_route_count_post_request import V1DeviceRoutingVrfBgpRouteCountPostRequest
|
|
901
|
+
from graphiant_sdk.models.v1_device_routing_vrf_bgp_route_count_post_response import V1DeviceRoutingVrfBgpRouteCountPostResponse
|
|
902
|
+
from graphiant_sdk.models.v1_device_routing_vrf_bgp_route_count_post_response_route_count import V1DeviceRoutingVrfBgpRouteCountPostResponseRouteCount
|
|
903
|
+
from graphiant_sdk.models.v1_device_snapshot_device_id_get_response import V1DeviceSnapshotDeviceIdGetResponse
|
|
904
|
+
from graphiant_sdk.models.v1_device_snapshot_get_response import V1DeviceSnapshotGetResponse
|
|
905
|
+
from graphiant_sdk.models.v1_device_snapshot_post_request import V1DeviceSnapshotPostRequest
|
|
906
|
+
from graphiant_sdk.models.v1_device_snapshot_put_request import V1DeviceSnapshotPutRequest
|
|
907
|
+
from graphiant_sdk.models.v1_device_status_history_post_request import V1DeviceStatusHistoryPostRequest
|
|
908
|
+
from graphiant_sdk.models.v1_device_status_history_post_response import V1DeviceStatusHistoryPostResponse
|
|
909
|
+
from graphiant_sdk.models.v1_device_status_post_request import V1DeviceStatusPostRequest
|
|
910
|
+
from graphiant_sdk.models.v1_device_status_post_response import V1DeviceStatusPostResponse
|
|
911
|
+
from graphiant_sdk.models.v1_devices_bringup_post_request import V1DevicesBringupPostRequest
|
|
912
|
+
from graphiant_sdk.models.v1_devices_bringup_post_response import V1DevicesBringupPostResponse
|
|
913
|
+
from graphiant_sdk.models.v1_devices_bringup_put_request import V1DevicesBringupPutRequest
|
|
914
|
+
from graphiant_sdk.models.v1_devices_bringup_token_post_request import V1DevicesBringupTokenPostRequest
|
|
915
|
+
from graphiant_sdk.models.v1_devices_bringup_token_post_response import V1DevicesBringupTokenPostResponse
|
|
916
|
+
from graphiant_sdk.models.v1_devices_device_id_arp_get_response import V1DevicesDeviceIdArpGetResponse
|
|
917
|
+
from graphiant_sdk.models.v1_devices_device_id_candidate_circuits_get_response import V1DevicesDeviceIdCandidateCircuitsGetResponse
|
|
918
|
+
from graphiant_sdk.models.v1_devices_device_id_candidate_circuits_get_response_circuit_info import V1DevicesDeviceIdCandidateCircuitsGetResponseCircuitInfo
|
|
919
|
+
from graphiant_sdk.models.v1_devices_device_id_circuits_vrf_associations_get_response import V1DevicesDeviceIdCircuitsVrfAssociationsGetResponse
|
|
920
|
+
from graphiant_sdk.models.v1_devices_device_id_circuits_vrf_associations_get_response_vrf_associations import V1DevicesDeviceIdCircuitsVrfAssociationsGetResponseVrfAssociations
|
|
921
|
+
from graphiant_sdk.models.v1_devices_device_id_config_put_request import V1DevicesDeviceIdConfigPutRequest
|
|
922
|
+
from graphiant_sdk.models.v1_devices_device_id_config_put_response import V1DevicesDeviceIdConfigPutResponse
|
|
923
|
+
from graphiant_sdk.models.v1_devices_device_id_connectivity_get_response import V1DevicesDeviceIdConnectivityGetResponse
|
|
924
|
+
from graphiant_sdk.models.v1_devices_device_id_controller_peers_put_request import V1DevicesDeviceIdControllerPeersPutRequest
|
|
925
|
+
from graphiant_sdk.models.v1_devices_device_id_dhcp_server_leases_get_response import V1DevicesDeviceIdDhcpServerLeasesGetResponse
|
|
926
|
+
from graphiant_sdk.models.v1_devices_device_id_draft_get_response import V1DevicesDeviceIdDraftGetResponse
|
|
927
|
+
from graphiant_sdk.models.v1_devices_device_id_draft_post_request import V1DevicesDeviceIdDraftPostRequest
|
|
928
|
+
from graphiant_sdk.models.v1_devices_device_id_draft_post_response import V1DevicesDeviceIdDraftPostResponse
|
|
929
|
+
from graphiant_sdk.models.v1_devices_device_id_edges_get_response import V1DevicesDeviceIdEdgesGetResponse
|
|
930
|
+
from graphiant_sdk.models.v1_devices_device_id_get_response import V1DevicesDeviceIdGetResponse
|
|
931
|
+
from graphiant_sdk.models.v1_devices_device_id_interfaces_get_response import V1DevicesDeviceIdInterfacesGetResponse
|
|
932
|
+
from graphiant_sdk.models.v1_devices_device_id_jobs_job_id_get_response import V1DevicesDeviceIdJobsJobIdGetResponse
|
|
933
|
+
from graphiant_sdk.models.v1_devices_device_id_ndcache_get_response import V1DevicesDeviceIdNdcacheGetResponse
|
|
934
|
+
from graphiant_sdk.models.v1_devices_device_id_ospfv2_default_originate_get_response import V1DevicesDeviceIdOspfv2DefaultOriginateGetResponse
|
|
935
|
+
from graphiant_sdk.models.v1_devices_device_id_ospfv3_default_originate_get_response import V1DevicesDeviceIdOspfv3DefaultOriginateGetResponse
|
|
936
|
+
from graphiant_sdk.models.v1_devices_device_id_policy_applications_get_response import V1DevicesDeviceIdPolicyApplicationsGetResponse
|
|
937
|
+
from graphiant_sdk.models.v1_devices_device_id_policy_applications_get_response_application import V1DevicesDeviceIdPolicyApplicationsGetResponseApplication
|
|
938
|
+
from graphiant_sdk.models.v1_devices_device_id_policy_customapplications_get_response import V1DevicesDeviceIdPolicyCustomapplicationsGetResponse
|
|
939
|
+
from graphiant_sdk.models.v1_devices_device_id_policy_customapplications_get_response_application import V1DevicesDeviceIdPolicyCustomapplicationsGetResponseApplication
|
|
940
|
+
from graphiant_sdk.models.v1_devices_device_id_policy_zonepairs_get_response import V1DevicesDeviceIdPolicyZonepairsGetResponse
|
|
941
|
+
from graphiant_sdk.models.v1_devices_device_id_slice_peers_get_response import V1DevicesDeviceIdSlicePeersGetResponse
|
|
942
|
+
from graphiant_sdk.models.v1_devices_device_id_staged_config_compare_get_response import V1DevicesDeviceIdStagedConfigCompareGetResponse
|
|
943
|
+
from graphiant_sdk.models.v1_devices_device_id_twamp_core_get_response import V1DevicesDeviceIdTwampCoreGetResponse
|
|
944
|
+
from graphiant_sdk.models.v1_devices_device_id_versions_compare_get_response import V1DevicesDeviceIdVersionsCompareGetResponse
|
|
945
|
+
from graphiant_sdk.models.v1_devices_device_id_versions_get_response import V1DevicesDeviceIdVersionsGetResponse
|
|
946
|
+
from graphiant_sdk.models.v1_devices_device_id_versions_version_get_response import V1DevicesDeviceIdVersionsVersionGetResponse
|
|
947
|
+
from graphiant_sdk.models.v1_devices_device_id_vrf_bgp_as_get_response import V1DevicesDeviceIdVrfBgpAsGetResponse
|
|
948
|
+
from graphiant_sdk.models.v1_devices_device_id_vrf_protocols_get_response import V1DevicesDeviceIdVrfProtocolsGetResponse
|
|
949
|
+
from graphiant_sdk.models.v1_devices_device_id_vrrp_get_response import V1DevicesDeviceIdVrrpGetResponse
|
|
950
|
+
from graphiant_sdk.models.v1_devices_get_response import V1DevicesGetResponse
|
|
951
|
+
from graphiant_sdk.models.v1_devices_inventory_approve_return_post_request import V1DevicesInventoryApproveReturnPostRequest
|
|
952
|
+
from graphiant_sdk.models.v1_devices_inventory_clear_return_post_request import V1DevicesInventoryClearReturnPostRequest
|
|
953
|
+
from graphiant_sdk.models.v1_devices_inventory_enterprise_put_request import V1DevicesInventoryEnterprisePutRequest
|
|
954
|
+
from graphiant_sdk.models.v1_devices_inventory_get_response import V1DevicesInventoryGetResponse
|
|
955
|
+
from graphiant_sdk.models.v1_devices_inventory_post_request import V1DevicesInventoryPostRequest
|
|
956
|
+
from graphiant_sdk.models.v1_devices_inventory_post_response import V1DevicesInventoryPostResponse
|
|
957
|
+
from graphiant_sdk.models.v1_devices_inventory_post_response_data import V1DevicesInventoryPostResponseData
|
|
958
|
+
from graphiant_sdk.models.v1_devices_inventory_request_return_post_request import V1DevicesInventoryRequestReturnPostRequest
|
|
959
|
+
from graphiant_sdk.models.v1_devices_inventory_serial_num_post_request import V1DevicesInventorySerialNumPostRequest
|
|
960
|
+
from graphiant_sdk.models.v1_devices_inventory_serial_num_post_response import V1DevicesInventorySerialNumPostResponse
|
|
961
|
+
from graphiant_sdk.models.v1_devices_oauth_authorization_get_response import V1DevicesOauthAuthorizationGetResponse
|
|
962
|
+
from graphiant_sdk.models.v1_devices_oauth_post_request import V1DevicesOauthPostRequest
|
|
963
|
+
from graphiant_sdk.models.v1_devices_oauth_post_response import V1DevicesOauthPostResponse
|
|
964
|
+
from graphiant_sdk.models.v1_devices_oauth_redirect_get_response import V1DevicesOauthRedirectGetResponse
|
|
965
|
+
from graphiant_sdk.models.v1_devices_rma_post_request import V1DevicesRmaPostRequest
|
|
966
|
+
from graphiant_sdk.models.v1_devices_routing_vrf_protocol_route_count_get_response import V1DevicesRoutingVrfProtocolRouteCountGetResponse
|
|
967
|
+
from graphiant_sdk.models.v1_devices_routing_vrf_protocol_route_count_get_response_protocol_count import V1DevicesRoutingVrfProtocolRouteCountGetResponseProtocolCount
|
|
968
|
+
from graphiant_sdk.models.v1_devices_running_version_post_request import V1DevicesRunningVersionPostRequest
|
|
969
|
+
from graphiant_sdk.models.v1_devices_running_version_post_response import V1DevicesRunningVersionPostResponse
|
|
970
|
+
from graphiant_sdk.models.v1_devices_session_status_post_request import V1DevicesSessionStatusPostRequest
|
|
971
|
+
from graphiant_sdk.models.v1_devices_session_status_post_response import V1DevicesSessionStatusPostResponse
|
|
972
|
+
from graphiant_sdk.models.v1_devices_session_status_post_response_data import V1DevicesSessionStatusPostResponseData
|
|
973
|
+
from graphiant_sdk.models.v1_devices_summary_get_response import V1DevicesSummaryGetResponse
|
|
974
|
+
from graphiant_sdk.models.v1_devices_summary_get_response_site_summary import V1DevicesSummaryGetResponseSiteSummary
|
|
975
|
+
from graphiant_sdk.models.v1_devices_summary_get_response_site_summary_device_summary import V1DevicesSummaryGetResponseSiteSummaryDeviceSummary
|
|
976
|
+
from graphiant_sdk.models.v1_devices_upgrade_cancel_put_request import V1DevicesUpgradeCancelPutRequest
|
|
977
|
+
from graphiant_sdk.models.v1_devices_upgrade_schedule_put_request import V1DevicesUpgradeSchedulePutRequest
|
|
978
|
+
from graphiant_sdk.models.v1_devices_upgrade_schedule_put_request_device_version import V1DevicesUpgradeSchedulePutRequestDeviceVersion
|
|
979
|
+
from graphiant_sdk.models.v1_diagnostic_archive_create_device_id_post_request import V1DiagnosticArchiveCreateDeviceIdPostRequest
|
|
980
|
+
from graphiant_sdk.models.v1_diagnostic_archive_create_device_id_post_response import V1DiagnosticArchiveCreateDeviceIdPostResponse
|
|
981
|
+
from graphiant_sdk.models.v1_diagnostic_archive_edit_archive_id_put_request import V1DiagnosticArchiveEditArchiveIdPutRequest
|
|
982
|
+
from graphiant_sdk.models.v1_diagnostic_archives_device_id_get_response import V1DiagnosticArchivesDeviceIdGetResponse
|
|
983
|
+
from graphiant_sdk.models.v1_diagnostic_bgp_reset_device_id_put_request import V1DiagnosticBgpResetDeviceIdPutRequest
|
|
984
|
+
from graphiant_sdk.models.v1_diagnostic_clear_arp_device_id_put_request import V1DiagnosticClearArpDeviceIdPutRequest
|
|
985
|
+
from graphiant_sdk.models.v1_diagnostic_gnmi_ping_get_response import V1DiagnosticGnmiPingGetResponse
|
|
986
|
+
from graphiant_sdk.models.v1_diagnostic_gnmi_ping_get_response_result import V1DiagnosticGnmiPingGetResponseResult
|
|
987
|
+
from graphiant_sdk.models.v1_diagnostic_interface_reset_device_id_put_request import V1DiagnosticInterfaceResetDeviceIdPutRequest
|
|
988
|
+
from graphiant_sdk.models.v1_diagnostic_otp_device_id_get_response import V1DiagnosticOtpDeviceIdGetResponse
|
|
989
|
+
from graphiant_sdk.models.v1_diagnostic_packetcapture_pcap_id_get_response import V1DiagnosticPacketcapturePcapIdGetResponse
|
|
990
|
+
from graphiant_sdk.models.v1_diagnostic_packetcapture_start_post_request import V1DiagnosticPacketcaptureStartPostRequest
|
|
991
|
+
from graphiant_sdk.models.v1_diagnostic_packetcapture_start_post_response import V1DiagnosticPacketcaptureStartPostResponse
|
|
992
|
+
from graphiant_sdk.models.v1_diagnostic_packetcapture_stop_post_request import V1DiagnosticPacketcaptureStopPostRequest
|
|
993
|
+
from graphiant_sdk.models.v1_diagnostic_ping_pause_resume_post_request import V1DiagnosticPingPauseResumePostRequest
|
|
994
|
+
from graphiant_sdk.models.v1_diagnostic_ping_post_request import V1DiagnosticPingPostRequest
|
|
995
|
+
from graphiant_sdk.models.v1_diagnostic_ping_post_response import V1DiagnosticPingPostResponse
|
|
996
|
+
from graphiant_sdk.models.v1_diagnostic_reboot_device_id_put_request import V1DiagnosticRebootDeviceIdPutRequest
|
|
997
|
+
from graphiant_sdk.models.v1_diagnostic_reset_ipsec_session_device_id_put_request import V1DiagnosticResetIpsecSessionDeviceIdPutRequest
|
|
998
|
+
from graphiant_sdk.models.v1_diagnostic_speedtest_post_request import V1DiagnosticSpeedtestPostRequest
|
|
999
|
+
from graphiant_sdk.models.v1_diagnostic_speedtest_post_response import V1DiagnosticSpeedtestPostResponse
|
|
1000
|
+
from graphiant_sdk.models.v1_diagnostic_speedtest_providers_get_response import V1DiagnosticSpeedtestProvidersGetResponse
|
|
1001
|
+
from graphiant_sdk.models.v1_diagnostic_speedtest_report_put_request import V1DiagnosticSpeedtestReportPutRequest
|
|
1002
|
+
from graphiant_sdk.models.v1_diagnostic_speedtest_report_put_response import V1DiagnosticSpeedtestReportPutResponse
|
|
1003
|
+
from graphiant_sdk.models.v1_diagnostic_speedtest_servers_get_response import V1DiagnosticSpeedtestServersGetResponse
|
|
1004
|
+
from graphiant_sdk.models.v1_diagnostic_traceroute_post_request import V1DiagnosticTraceroutePostRequest
|
|
1005
|
+
from graphiant_sdk.models.v1_diagnostic_traceroute_post_response import V1DiagnosticTraceroutePostResponse
|
|
1006
|
+
from graphiant_sdk.models.v1_edges_hardware_assigned_get_response import V1EdgesHardwareAssignedGetResponse
|
|
1007
|
+
from graphiant_sdk.models.v1_edges_hardware_unassigned_get_response import V1EdgesHardwareUnassignedGetResponse
|
|
1008
|
+
from graphiant_sdk.models.v1_edges_summary_get_response import V1EdgesSummaryGetResponse
|
|
1009
|
+
from graphiant_sdk.models.v1_edges_summary_post_request import V1EdgesSummaryPostRequest
|
|
1010
|
+
from graphiant_sdk.models.v1_edges_summary_post_request_filter import V1EdgesSummaryPostRequestFilter
|
|
1011
|
+
from graphiant_sdk.models.v1_edges_summary_post_response import V1EdgesSummaryPostResponse
|
|
1012
|
+
from graphiant_sdk.models.v1_enterprise_allocation_get_response import V1EnterpriseAllocationGetResponse
|
|
1013
|
+
from graphiant_sdk.models.v1_enterprise_configuration_get_response import V1EnterpriseConfigurationGetResponse
|
|
1014
|
+
from graphiant_sdk.models.v1_enterprise_configuration_put_request import V1EnterpriseConfigurationPutRequest
|
|
1015
|
+
from graphiant_sdk.models.v1_enterprise_contract_put_request import V1EnterpriseContractPutRequest
|
|
1016
|
+
from graphiant_sdk.models.v1_enterprise_snapshot_get_response import V1EnterpriseSnapshotGetResponse
|
|
1017
|
+
from graphiant_sdk.models.v1_enterprises_enterprise_id_admin_get_response import V1EnterprisesEnterpriseIdAdminGetResponse
|
|
1018
|
+
from graphiant_sdk.models.v1_enterprises_enterprise_id_device_status_get_response import V1EnterprisesEnterpriseIdDeviceStatusGetResponse
|
|
1019
|
+
from graphiant_sdk.models.v1_enterprises_get_response import V1EnterprisesGetResponse
|
|
1020
|
+
from graphiant_sdk.models.v1_enterprises_managed_get_response import V1EnterprisesManagedGetResponse
|
|
1021
|
+
from graphiant_sdk.models.v1_enterprises_patch_request import V1EnterprisesPatchRequest
|
|
1022
|
+
from graphiant_sdk.models.v1_enterprises_patch_request_token_expiry import V1EnterprisesPatchRequestTokenExpiry
|
|
1023
|
+
from graphiant_sdk.models.v1_enterprises_put_request import V1EnterprisesPutRequest
|
|
1024
|
+
from graphiant_sdk.models.v1_event_device_get_response import V1EventDeviceGetResponse
|
|
1025
|
+
from graphiant_sdk.models.v1_event_enterprise_get_response import V1EventEnterpriseGetResponse
|
|
1026
|
+
from graphiant_sdk.models.v1_event_system_ack_post_request import V1EventSystemAckPostRequest
|
|
1027
|
+
from graphiant_sdk.models.v1_event_system_get_response import V1EventSystemGetResponse
|
|
1028
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_request import V1ExtranetB2bMonitoringPeeringServiceBandwidthUsagePostRequest
|
|
1029
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_response import V1ExtranetB2bMonitoringPeeringServiceBandwidthUsagePostResponse
|
|
1030
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_request import V1ExtranetB2bMonitoringPeeringServiceConsumersUsageTopPostRequest
|
|
1031
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_response import V1ExtranetB2bMonitoringPeeringServiceConsumersUsageTopPostResponse
|
|
1032
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_request import V1ExtranetB2bMonitoringPeeringServiceConsumptionOverviewPostRequest
|
|
1033
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_response import V1ExtranetB2bMonitoringPeeringServiceConsumptionOverviewPostResponse
|
|
1034
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_request import V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPostRequest
|
|
1035
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_response import V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPostResponse
|
|
1036
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_service_health_post_request import V1ExtranetB2bMonitoringPeeringServiceServiceHealthPostRequest
|
|
1037
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_service_health_post_response import V1ExtranetB2bMonitoringPeeringServiceServiceHealthPostResponse
|
|
1038
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request import V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostRequest
|
|
1039
|
+
from graphiant_sdk.models.v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_response import V1ExtranetB2bMonitoringPeeringServiceServiceOvertimeConsumptionPostResponse
|
|
1040
|
+
from graphiant_sdk.models.v1_extranet_sites_usage_post_request import V1ExtranetSitesUsagePostRequest
|
|
1041
|
+
from graphiant_sdk.models.v1_extranet_sites_usage_post_response import V1ExtranetSitesUsagePostResponse
|
|
1042
|
+
from graphiant_sdk.models.v1_extranet_sites_usage_top_post_request import V1ExtranetSitesUsageTopPostRequest
|
|
1043
|
+
from graphiant_sdk.models.v1_extranet_sites_usage_top_post_response import V1ExtranetSitesUsageTopPostResponse
|
|
1044
|
+
from graphiant_sdk.models.v1_extranet_sites_usage_top_post_response_site_usage import V1ExtranetSitesUsageTopPostResponseSiteUsage
|
|
1045
|
+
from graphiant_sdk.models.v1_extranets_b2b_consumer_device_status_id_get_response import V1ExtranetsB2bConsumerDeviceStatusIdGetResponse
|
|
1046
|
+
from graphiant_sdk.models.v1_extranets_b2b_consumer_id_get_response import V1ExtranetsB2bConsumerIdGetResponse
|
|
1047
|
+
from graphiant_sdk.models.v1_extranets_b2b_consumer_post_request import V1ExtranetsB2bConsumerPostRequest
|
|
1048
|
+
from graphiant_sdk.models.v1_extranets_b2b_consumer_post_response import V1ExtranetsB2bConsumerPostResponse
|
|
1049
|
+
from graphiant_sdk.models.v1_extranets_b2b_consumer_summary_get_response import V1ExtranetsB2bConsumerSummaryGetResponse
|
|
1050
|
+
from graphiant_sdk.models.v1_extranets_b2b_customer_info_id_get_response import V1ExtranetsB2bCustomerInfoIdGetResponse
|
|
1051
|
+
from graphiant_sdk.models.v1_extranets_b2b_general_customers_summary_get_response import V1ExtranetsB2bGeneralCustomersSummaryGetResponse
|
|
1052
|
+
from graphiant_sdk.models.v1_extranets_b2b_general_services_summary_get_response import V1ExtranetsB2bGeneralServicesSummaryGetResponse
|
|
1053
|
+
from graphiant_sdk.models.v1_extranets_b2b_id_customer_post_request import V1ExtranetsB2bIdCustomerPostRequest
|
|
1054
|
+
from graphiant_sdk.models.v1_extranets_b2b_id_customer_post_response import V1ExtranetsB2bIdCustomerPostResponse
|
|
1055
|
+
from graphiant_sdk.models.v1_extranets_b2b_id_customer_summary_get_response import V1ExtranetsB2bIdCustomerSummaryGetResponse
|
|
1056
|
+
from graphiant_sdk.models.v1_extranets_b2b_id_producer_get_response import V1ExtranetsB2bIdProducerGetResponse
|
|
1057
|
+
from graphiant_sdk.models.v1_extranets_b2b_id_put_request import V1ExtranetsB2bIdPutRequest
|
|
1058
|
+
from graphiant_sdk.models.v1_extranets_b2b_id_put_response import V1ExtranetsB2bIdPutResponse
|
|
1059
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response import V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGetResponse
|
|
1060
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response_ipsec_vpn_tunnel_config import V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGetResponseIpsecVpnTunnelConfig
|
|
1061
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_consumer_match_id_match_details_get_response import V1ExtranetsB2bPeeringConsumerMatchIdMatchDetailsGetResponse
|
|
1062
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_consumer_match_id_post_request import V1ExtranetsB2bPeeringConsumerMatchIdPostRequest
|
|
1063
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_consumer_match_id_post_response import V1ExtranetsB2bPeeringConsumerMatchIdPostResponse
|
|
1064
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_customer_id_delete_response import V1ExtranetsB2bPeeringCustomerIdDeleteResponse
|
|
1065
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_customer_id_get_response import V1ExtranetsB2bPeeringCustomerIdGetResponse
|
|
1066
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_customer_post_request import V1ExtranetsB2bPeeringCustomerPostRequest
|
|
1067
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_customer_post_response import V1ExtranetsB2bPeeringCustomerPostResponse
|
|
1068
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_match_service_to_customer_id_delete_response import V1ExtranetsB2bPeeringMatchServiceToCustomerIdDeleteResponse
|
|
1069
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_match_service_to_customer_id_get_response import V1ExtranetsB2bPeeringMatchServiceToCustomerIdGetResponse
|
|
1070
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_match_service_to_customer_post_request import V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest
|
|
1071
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_match_service_to_customer_post_response import V1ExtranetsB2bPeeringMatchServiceToCustomerPostResponse
|
|
1072
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_match_services_summary_id_get_response import V1ExtranetsB2bPeeringMatchServicesSummaryIdGetResponse
|
|
1073
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_producer_id_get_response import V1ExtranetsB2bPeeringProducerIdGetResponse
|
|
1074
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_producer_id_matching_customers_summary_get_response import V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGetResponse
|
|
1075
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_producer_post_request import V1ExtranetsB2bPeeringProducerPostRequest
|
|
1076
|
+
from graphiant_sdk.models.v1_extranets_b2b_peering_producer_post_response import V1ExtranetsB2bPeeringProducerPostResponse
|
|
1077
|
+
from graphiant_sdk.models.v1_extranets_b2b_post_request import V1ExtranetsB2bPostRequest
|
|
1078
|
+
from graphiant_sdk.models.v1_extranets_b2b_post_response import V1ExtranetsB2bPostResponse
|
|
1079
|
+
from graphiant_sdk.models.v1_extranets_b2b_producer_device_status_id_get_response import V1ExtranetsB2bProducerDeviceStatusIdGetResponse
|
|
1080
|
+
from graphiant_sdk.models.v1_extranets_b2b_producers_summary_get_response import V1ExtranetsB2bProducersSummaryGetResponse
|
|
1081
|
+
from graphiant_sdk.models.v1_extranets_get_response import V1ExtranetsGetResponse
|
|
1082
|
+
from graphiant_sdk.models.v1_extranets_id_apply_post_request import V1ExtranetsIdApplyPostRequest
|
|
1083
|
+
from graphiant_sdk.models.v1_extranets_id_apply_post_response import V1ExtranetsIdApplyPostResponse
|
|
1084
|
+
from graphiant_sdk.models.v1_extranets_id_delete_response import V1ExtranetsIdDeleteResponse
|
|
1085
|
+
from graphiant_sdk.models.v1_extranets_id_get_response import V1ExtranetsIdGetResponse
|
|
1086
|
+
from graphiant_sdk.models.v1_extranets_id_put_request import V1ExtranetsIdPutRequest
|
|
1087
|
+
from graphiant_sdk.models.v1_extranets_id_put_response import V1ExtranetsIdPutResponse
|
|
1088
|
+
from graphiant_sdk.models.v1_extranets_id_status_get_response import V1ExtranetsIdStatusGetResponse
|
|
1089
|
+
from graphiant_sdk.models.v1_extranets_monitoring_lan_segments_get_response import V1ExtranetsMonitoringLanSegmentsGetResponse
|
|
1090
|
+
from graphiant_sdk.models.v1_extranets_monitoring_lan_segments_get_response_vrf import V1ExtranetsMonitoringLanSegmentsGetResponseVrf
|
|
1091
|
+
from graphiant_sdk.models.v1_extranets_monitoring_nat_usage_get_response import V1ExtranetsMonitoringNatUsageGetResponse
|
|
1092
|
+
from graphiant_sdk.models.v1_extranets_monitoring_nat_usage_get_response_allocation import V1ExtranetsMonitoringNatUsageGetResponseAllocation
|
|
1093
|
+
from graphiant_sdk.models.v1_extranets_monitoring_traffic_security_policy_post_request import V1ExtranetsMonitoringTrafficSecurityPolicyPostRequest
|
|
1094
|
+
from graphiant_sdk.models.v1_extranets_monitoring_traffic_security_policy_post_response import V1ExtranetsMonitoringTrafficSecurityPolicyPostResponse
|
|
1095
|
+
from graphiant_sdk.models.v1_extranets_post_request import V1ExtranetsPostRequest
|
|
1096
|
+
from graphiant_sdk.models.v1_extranets_post_response import V1ExtranetsPostResponse
|
|
1097
|
+
from graphiant_sdk.models.v1_extranets_resolve_policy_target_post_request import V1ExtranetsResolvePolicyTargetPostRequest
|
|
1098
|
+
from graphiant_sdk.models.v1_extranets_resolve_policy_target_post_response import V1ExtranetsResolvePolicyTargetPostResponse
|
|
1099
|
+
from graphiant_sdk.models.v1_extranets_source_segments_post_request import V1ExtranetsSourceSegmentsPostRequest
|
|
1100
|
+
from graphiant_sdk.models.v1_extranets_source_segments_post_response import V1ExtranetsSourceSegmentsPostResponse
|
|
1101
|
+
from graphiant_sdk.models.v1_flows_flow_table_post_request import V1FlowsFlowTablePostRequest
|
|
1102
|
+
from graphiant_sdk.models.v1_flows_flow_table_post_response import V1FlowsFlowTablePostResponse
|
|
1103
|
+
from graphiant_sdk.models.v1_flows_topology_post_request import V1FlowsTopologyPostRequest
|
|
1104
|
+
from graphiant_sdk.models.v1_flows_topology_post_response import V1FlowsTopologyPostResponse
|
|
1105
|
+
from graphiant_sdk.models.v1_gateways_guest_consumer_match_id_get_response import V1GatewaysGuestConsumerMatchIdGetResponse
|
|
1106
|
+
from graphiant_sdk.models.v1_gateways_guest_consumer_match_id_get_response_ipsec_vpn_tunnel_config import V1GatewaysGuestConsumerMatchIdGetResponseIpsecVpnTunnelConfig
|
|
1107
|
+
from graphiant_sdk.models.v1_gateways_id_details_get_response import V1GatewaysIdDetailsGetResponse
|
|
1108
|
+
from graphiant_sdk.models.v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get_response import V1GatewaysIpsecRegionsRegionIdVrfsVrfIdInsideSubnetGetResponse
|
|
1109
|
+
from graphiant_sdk.models.v1_gateways_post_request import V1GatewaysPostRequest
|
|
1110
|
+
from graphiant_sdk.models.v1_gateways_post_response import V1GatewaysPostResponse
|
|
1111
|
+
from graphiant_sdk.models.v1_gateways_put_request import V1GatewaysPutRequest
|
|
1112
|
+
from graphiant_sdk.models.v1_gateways_reference_consumer_get_response import V1GatewaysReferenceConsumerGetResponse
|
|
1113
|
+
from graphiant_sdk.models.v1_gateways_regions_get_response import V1GatewaysRegionsGetResponse
|
|
1114
|
+
from graphiant_sdk.models.v1_gateways_status_post_request import V1GatewaysStatusPostRequest
|
|
1115
|
+
from graphiant_sdk.models.v1_gateways_status_post_request_device_info import V1GatewaysStatusPostRequestDeviceInfo
|
|
1116
|
+
from graphiant_sdk.models.v1_gateways_summary_get_response import V1GatewaysSummaryGetResponse
|
|
1117
|
+
from graphiant_sdk.models.v1_global_apps_app_list_options_get_response import V1GlobalAppsAppListOptionsGetResponse
|
|
1118
|
+
from graphiant_sdk.models.v1_global_apps_app_lists_app_list_id_details_apps_get_response import V1GlobalAppsAppListsAppListIdDetailsAppsGetResponse
|
|
1119
|
+
from graphiant_sdk.models.v1_global_apps_app_lists_app_list_id_get_response import V1GlobalAppsAppListsAppListIdGetResponse
|
|
1120
|
+
from graphiant_sdk.models.v1_global_apps_app_lists_app_list_id_put_request import V1GlobalAppsAppListsAppListIdPutRequest
|
|
1121
|
+
from graphiant_sdk.models.v1_global_apps_app_lists_get_response import V1GlobalAppsAppListsGetResponse
|
|
1122
|
+
from graphiant_sdk.models.v1_global_apps_app_lists_get_response_entry import V1GlobalAppsAppListsGetResponseEntry
|
|
1123
|
+
from graphiant_sdk.models.v1_global_apps_app_lists_post_request import V1GlobalAppsAppListsPostRequest
|
|
1124
|
+
from graphiant_sdk.models.v1_global_apps_app_lists_post_response import V1GlobalAppsAppListsPostResponse
|
|
1125
|
+
from graphiant_sdk.models.v1_global_apps_categories_category_id_apps_get_response import V1GlobalAppsCategoriesCategoryIdAppsGetResponse
|
|
1126
|
+
from graphiant_sdk.models.v1_global_apps_categories_get_response import V1GlobalAppsCategoriesGetResponse
|
|
1127
|
+
from graphiant_sdk.models.v1_global_apps_categories_get_response_entry import V1GlobalAppsCategoriesGetResponseEntry
|
|
1128
|
+
from graphiant_sdk.models.v1_global_apps_custom_app_id_details_app_lists_get_response import V1GlobalAppsCustomAppIdDetailsAppListsGetResponse
|
|
1129
|
+
from graphiant_sdk.models.v1_global_apps_custom_app_id_get_response import V1GlobalAppsCustomAppIdGetResponse
|
|
1130
|
+
from graphiant_sdk.models.v1_global_apps_custom_app_id_put_request import V1GlobalAppsCustomAppIdPutRequest
|
|
1131
|
+
from graphiant_sdk.models.v1_global_apps_custom_get_response import V1GlobalAppsCustomGetResponse
|
|
1132
|
+
from graphiant_sdk.models.v1_global_apps_custom_get_response_entry import V1GlobalAppsCustomGetResponseEntry
|
|
1133
|
+
from graphiant_sdk.models.v1_global_apps_custom_post_request import V1GlobalAppsCustomPostRequest
|
|
1134
|
+
from graphiant_sdk.models.v1_global_apps_custom_post_response import V1GlobalAppsCustomPostResponse
|
|
1135
|
+
from graphiant_sdk.models.v1_global_apps_graphiant_get_response import V1GlobalAppsGraphiantGetResponse
|
|
1136
|
+
from graphiant_sdk.models.v1_global_apps_graphiant_get_response_entry import V1GlobalAppsGraphiantGetResponseEntry
|
|
1137
|
+
from graphiant_sdk.models.v1_global_attached_edges_post_request import V1GlobalAttachedEdgesPostRequest
|
|
1138
|
+
from graphiant_sdk.models.v1_global_attached_edges_post_response import V1GlobalAttachedEdgesPostResponse
|
|
1139
|
+
from graphiant_sdk.models.v1_global_config_patch_request import V1GlobalConfigPatchRequest
|
|
1140
|
+
from graphiant_sdk.models.v1_global_config_patch_response import V1GlobalConfigPatchResponse
|
|
1141
|
+
from graphiant_sdk.models.v1_global_config_site_post_request import V1GlobalConfigSitePostRequest
|
|
1142
|
+
from graphiant_sdk.models.v1_global_device_status_get_response import V1GlobalDeviceStatusGetResponse
|
|
1143
|
+
from graphiant_sdk.models.v1_global_ipfix_device_get_response import V1GlobalIpfixDeviceGetResponse
|
|
1144
|
+
from graphiant_sdk.models.v1_global_ipfix_post_request import V1GlobalIpfixPostRequest
|
|
1145
|
+
from graphiant_sdk.models.v1_global_ipfix_post_response import V1GlobalIpfixPostResponse
|
|
1146
|
+
from graphiant_sdk.models.v1_global_ipfix_site_get_response import V1GlobalIpfixSiteGetResponse
|
|
1147
|
+
from graphiant_sdk.models.v1_global_ipsec_profile_get_response import V1GlobalIpsecProfileGetResponse
|
|
1148
|
+
from graphiant_sdk.models.v1_global_ipsec_profile_get_response_i_psec_profile_count import V1GlobalIpsecProfileGetResponseIPsecProfileCount
|
|
1149
|
+
from graphiant_sdk.models.v1_global_ipsec_profile_id_get_response import V1GlobalIpsecProfileIdGetResponse
|
|
1150
|
+
from graphiant_sdk.models.v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response import V1GlobalIpsecProfileVpnProfileIdSiteToSiteGetResponse
|
|
1151
|
+
from graphiant_sdk.models.v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response_site_to_site_vpn import V1GlobalIpsecProfileVpnProfileIdSiteToSiteGetResponseSiteToSiteVpn
|
|
1152
|
+
from graphiant_sdk.models.v1_global_lan_segments_get_response import V1GlobalLanSegmentsGetResponse
|
|
1153
|
+
from graphiant_sdk.models.v1_global_lan_segments_get_response_entry import V1GlobalLanSegmentsGetResponseEntry
|
|
1154
|
+
from graphiant_sdk.models.v1_global_lan_segments_post_request import V1GlobalLanSegmentsPostRequest
|
|
1155
|
+
from graphiant_sdk.models.v1_global_lan_segments_post_response import V1GlobalLanSegmentsPostResponse
|
|
1156
|
+
from graphiant_sdk.models.v1_global_lan_segments_vrf_id_devices_get_response import V1GlobalLanSegmentsVrfIdDevicesGetResponse
|
|
1157
|
+
from graphiant_sdk.models.v1_global_lan_segments_vrf_id_devices_get_response_entry import V1GlobalLanSegmentsVrfIdDevicesGetResponseEntry
|
|
1158
|
+
from graphiant_sdk.models.v1_global_ntps_device_get_response import V1GlobalNtpsDeviceGetResponse
|
|
1159
|
+
from graphiant_sdk.models.v1_global_ntps_post_request import V1GlobalNtpsPostRequest
|
|
1160
|
+
from graphiant_sdk.models.v1_global_ntps_post_response import V1GlobalNtpsPostResponse
|
|
1161
|
+
from graphiant_sdk.models.v1_global_ntps_site_get_response import V1GlobalNtpsSiteGetResponse
|
|
1162
|
+
from graphiant_sdk.models.v1_global_prefix_sets_device_get_response import V1GlobalPrefixSetsDeviceGetResponse
|
|
1163
|
+
from graphiant_sdk.models.v1_global_prefix_sets_post_request import V1GlobalPrefixSetsPostRequest
|
|
1164
|
+
from graphiant_sdk.models.v1_global_prefix_sets_post_response import V1GlobalPrefixSetsPostResponse
|
|
1165
|
+
from graphiant_sdk.models.v1_global_prefix_sets_site_get_response import V1GlobalPrefixSetsSiteGetResponse
|
|
1166
|
+
from graphiant_sdk.models.v1_global_routing_policies_device_get_response import V1GlobalRoutingPoliciesDeviceGetResponse
|
|
1167
|
+
from graphiant_sdk.models.v1_global_routing_policies_post_request import V1GlobalRoutingPoliciesPostRequest
|
|
1168
|
+
from graphiant_sdk.models.v1_global_routing_policies_post_response import V1GlobalRoutingPoliciesPostResponse
|
|
1169
|
+
from graphiant_sdk.models.v1_global_routing_policies_site_get_response import V1GlobalRoutingPoliciesSiteGetResponse
|
|
1170
|
+
from graphiant_sdk.models.v1_global_site_lists_get_response import V1GlobalSiteListsGetResponse
|
|
1171
|
+
from graphiant_sdk.models.v1_global_site_lists_get_response_entry import V1GlobalSiteListsGetResponseEntry
|
|
1172
|
+
from graphiant_sdk.models.v1_global_site_lists_id_get_response import V1GlobalSiteListsIdGetResponse
|
|
1173
|
+
from graphiant_sdk.models.v1_global_site_lists_id_put_request import V1GlobalSiteListsIdPutRequest
|
|
1174
|
+
from graphiant_sdk.models.v1_global_site_lists_id_put_response import V1GlobalSiteListsIdPutResponse
|
|
1175
|
+
from graphiant_sdk.models.v1_global_site_lists_id_sites_get_response import V1GlobalSiteListsIdSitesGetResponse
|
|
1176
|
+
from graphiant_sdk.models.v1_global_site_lists_post_request import V1GlobalSiteListsPostRequest
|
|
1177
|
+
from graphiant_sdk.models.v1_global_site_lists_post_response import V1GlobalSiteListsPostResponse
|
|
1178
|
+
from graphiant_sdk.models.v1_global_site_status_get_response import V1GlobalSiteStatusGetResponse
|
|
1179
|
+
from graphiant_sdk.models.v1_global_snmps_device_get_response import V1GlobalSnmpsDeviceGetResponse
|
|
1180
|
+
from graphiant_sdk.models.v1_global_snmps_post_request import V1GlobalSnmpsPostRequest
|
|
1181
|
+
from graphiant_sdk.models.v1_global_snmps_post_response import V1GlobalSnmpsPostResponse
|
|
1182
|
+
from graphiant_sdk.models.v1_global_snmps_site_get_response import V1GlobalSnmpsSiteGetResponse
|
|
1183
|
+
from graphiant_sdk.models.v1_global_summary_post_request import V1GlobalSummaryPostRequest
|
|
1184
|
+
from graphiant_sdk.models.v1_global_summary_post_response import V1GlobalSummaryPostResponse
|
|
1185
|
+
from graphiant_sdk.models.v1_global_sync_post_request import V1GlobalSyncPostRequest
|
|
1186
|
+
from graphiant_sdk.models.v1_global_syslogs_device_get_response import V1GlobalSyslogsDeviceGetResponse
|
|
1187
|
+
from graphiant_sdk.models.v1_global_syslogs_post_request import V1GlobalSyslogsPostRequest
|
|
1188
|
+
from graphiant_sdk.models.v1_global_syslogs_post_response import V1GlobalSyslogsPostResponse
|
|
1189
|
+
from graphiant_sdk.models.v1_global_syslogs_site_get_response import V1GlobalSyslogsSiteGetResponse
|
|
1190
|
+
from graphiant_sdk.models.v1_global_traffic_policies_device_get_response import V1GlobalTrafficPoliciesDeviceGetResponse
|
|
1191
|
+
from graphiant_sdk.models.v1_global_traffic_policies_post_request import V1GlobalTrafficPoliciesPostRequest
|
|
1192
|
+
from graphiant_sdk.models.v1_global_traffic_policies_post_response import V1GlobalTrafficPoliciesPostResponse
|
|
1193
|
+
from graphiant_sdk.models.v1_global_traffic_policies_site_get_response import V1GlobalTrafficPoliciesSiteGetResponse
|
|
1194
|
+
from graphiant_sdk.models.v1_groups_enterprises_get_response import V1GroupsEnterprisesGetResponse
|
|
1195
|
+
from graphiant_sdk.models.v1_groups_get_response import V1GroupsGetResponse
|
|
1196
|
+
from graphiant_sdk.models.v1_groups_id_enterprises_post_request import V1GroupsIdEnterprisesPostRequest
|
|
1197
|
+
from graphiant_sdk.models.v1_groups_id_get_response import V1GroupsIdGetResponse
|
|
1198
|
+
from graphiant_sdk.models.v1_groups_id_members_delete_post_request import V1GroupsIdMembersDeletePostRequest
|
|
1199
|
+
from graphiant_sdk.models.v1_groups_id_members_get_response import V1GroupsIdMembersGetResponse
|
|
1200
|
+
from graphiant_sdk.models.v1_groups_id_members_post_request import V1GroupsIdMembersPostRequest
|
|
1201
|
+
from graphiant_sdk.models.v1_groups_id_patch_request import V1GroupsIdPatchRequest
|
|
1202
|
+
from graphiant_sdk.models.v1_groups_put_request import V1GroupsPutRequest
|
|
1203
|
+
from graphiant_sdk.models.v1_groups_root_get_response import V1GroupsRootGetResponse
|
|
1204
|
+
from graphiant_sdk.models.v1_healthcheck_devices_get_response import V1HealthcheckDevicesGetResponse
|
|
1205
|
+
from graphiant_sdk.models.v1_invitation_email_post_request import V1InvitationEmailPostRequest
|
|
1206
|
+
from graphiant_sdk.models.v1_lan_segments_get_response import V1LanSegmentsGetResponse
|
|
1207
|
+
from graphiant_sdk.models.v1_lldp_interface_id_neighbors_get_response import V1LldpInterfaceIdNeighborsGetResponse
|
|
1208
|
+
from graphiant_sdk.models.v1_lldp_interface_id_summary_get_response import V1LldpInterfaceIdSummaryGetResponse
|
|
1209
|
+
from graphiant_sdk.models.v1_lldp_interface_id_vendors_get_response import V1LldpInterfaceIdVendorsGetResponse
|
|
1210
|
+
from graphiant_sdk.models.v1_logs_post_request import V1LogsPostRequest
|
|
1211
|
+
from graphiant_sdk.models.v1_logs_post_response import V1LogsPostResponse
|
|
1212
|
+
from graphiant_sdk.models.v1_monitoring_circuits_bandwidth_post_request import V1MonitoringCircuitsBandwidthPostRequest
|
|
1213
|
+
from graphiant_sdk.models.v1_monitoring_circuits_bandwidth_post_response import V1MonitoringCircuitsBandwidthPostResponse
|
|
1214
|
+
from graphiant_sdk.models.v1_monitoring_circuits_bandwidth_post_response_data import V1MonitoringCircuitsBandwidthPostResponseData
|
|
1215
|
+
from graphiant_sdk.models.v1_monitoring_circuits_incidents_post_request import V1MonitoringCircuitsIncidentsPostRequest
|
|
1216
|
+
from graphiant_sdk.models.v1_monitoring_circuits_incidents_post_response import V1MonitoringCircuitsIncidentsPostResponse
|
|
1217
|
+
from graphiant_sdk.models.v1_monitoring_circuits_summary_post_request import V1MonitoringCircuitsSummaryPostRequest
|
|
1218
|
+
from graphiant_sdk.models.v1_monitoring_circuits_summary_post_response import V1MonitoringCircuitsSummaryPostResponse
|
|
1219
|
+
from graphiant_sdk.models.v1_monitoring_circuits_utilization_post_request import V1MonitoringCircuitsUtilizationPostRequest
|
|
1220
|
+
from graphiant_sdk.models.v1_monitoring_circuits_utilization_post_response import V1MonitoringCircuitsUtilizationPostResponse
|
|
1221
|
+
from graphiant_sdk.models.v1_monitoring_circuits_visualization_post_request import V1MonitoringCircuitsVisualizationPostRequest
|
|
1222
|
+
from graphiant_sdk.models.v1_monitoring_circuits_visualization_post_response import V1MonitoringCircuitsVisualizationPostResponse
|
|
1223
|
+
from graphiant_sdk.models.v1_monitoring_circuits_visualization_post_response_data import V1MonitoringCircuitsVisualizationPostResponseData
|
|
1224
|
+
from graphiant_sdk.models.v1_nat_entries_device_id_get_response import V1NatEntriesDeviceIdGetResponse
|
|
1225
|
+
from graphiant_sdk.models.v1_nat_utilization_device_id_get_response import V1NatUtilizationDeviceIdGetResponse
|
|
1226
|
+
from graphiant_sdk.models.v1_onboarding_cloudinit_get_response import V1OnboardingCloudinitGetResponse
|
|
1227
|
+
from graphiant_sdk.models.v1_onboarding_cloudinit_post_request import V1OnboardingCloudinitPostRequest
|
|
1228
|
+
from graphiant_sdk.models.v1_policy_applications_get_response import V1PolicyApplicationsGetResponse
|
|
1229
|
+
from graphiant_sdk.models.v1_policy_applications_get_response_application import V1PolicyApplicationsGetResponseApplication
|
|
1230
|
+
from graphiant_sdk.models.v1_policy_prefix_sets_id_put_request import V1PolicyPrefixSetsIdPutRequest
|
|
1231
|
+
from graphiant_sdk.models.v1_policy_prefix_sets_id_put_request_entry import V1PolicyPrefixSetsIdPutRequestEntry
|
|
1232
|
+
from graphiant_sdk.models.v1_policy_prefix_sets_id_put_request_nullable_entry import V1PolicyPrefixSetsIdPutRequestNullableEntry
|
|
1233
|
+
from graphiant_sdk.models.v1_policy_prefix_sets_id_put_request_nullable_entry_entry import V1PolicyPrefixSetsIdPutRequestNullableEntryEntry
|
|
1234
|
+
from graphiant_sdk.models.v1_policy_prefix_sets_id_put_response import V1PolicyPrefixSetsIdPutResponse
|
|
1235
|
+
from graphiant_sdk.models.v1_policy_prefix_sets_post_request import V1PolicyPrefixSetsPostRequest
|
|
1236
|
+
from graphiant_sdk.models.v1_policy_prefix_sets_post_request_entry import V1PolicyPrefixSetsPostRequestEntry
|
|
1237
|
+
from graphiant_sdk.models.v1_policy_prefix_sets_post_request_prefix_set_entry import V1PolicyPrefixSetsPostRequestPrefixSetEntry
|
|
1238
|
+
from graphiant_sdk.models.v1_policy_prefix_sets_post_response import V1PolicyPrefixSetsPostResponse
|
|
1239
|
+
from graphiant_sdk.models.v1_policy_route_tag_sets_id_delete_response import V1PolicyRouteTagSetsIdDeleteResponse
|
|
1240
|
+
from graphiant_sdk.models.v1_policy_route_tag_sets_post_request import V1PolicyRouteTagSetsPostRequest
|
|
1241
|
+
from graphiant_sdk.models.v1_policy_route_tag_sets_post_response import V1PolicyRouteTagSetsPostResponse
|
|
1242
|
+
from graphiant_sdk.models.v1_policy_route_tag_sets_tag_detail_get_response import V1PolicyRouteTagSetsTagDetailGetResponse
|
|
1243
|
+
from graphiant_sdk.models.v1_policy_route_tag_sets_tags_get_response import V1PolicyRouteTagSetsTagsGetResponse
|
|
1244
|
+
from graphiant_sdk.models.v1_policy_route_tag_sets_tags_summary_get_response import V1PolicyRouteTagSetsTagsSummaryGetResponse
|
|
1245
|
+
from graphiant_sdk.models.v1_portal_apikeys_get_response import V1PortalApikeysGetResponse
|
|
1246
|
+
from graphiant_sdk.models.v1_portal_apikeys_post_request import V1PortalApikeysPostRequest
|
|
1247
|
+
from graphiant_sdk.models.v1_portal_apikeys_post_response import V1PortalApikeysPostResponse
|
|
1248
|
+
from graphiant_sdk.models.v1_portal_private_details_get_response import V1PortalPrivateDetailsGetResponse
|
|
1249
|
+
from graphiant_sdk.models.v1_portal_private_inventory_details_get_response import V1PortalPrivateInventoryDetailsGetResponse
|
|
1250
|
+
from graphiant_sdk.models.v1_portal_private_post_request import V1PortalPrivatePostRequest
|
|
1251
|
+
from graphiant_sdk.models.v1_portal_private_register_post_request import V1PortalPrivateRegisterPostRequest
|
|
1252
|
+
from graphiant_sdk.models.v1_portal_private_sync_post_request import V1PortalPrivateSyncPostRequest
|
|
1253
|
+
from graphiant_sdk.models.v1_presharedkey_get_response import V1PresharedkeyGetResponse
|
|
1254
|
+
from graphiant_sdk.models.v1_qos_circuit_profiles_get_response import V1QosCircuitProfilesGetResponse
|
|
1255
|
+
from graphiant_sdk.models.v1_regions_get_response import V1RegionsGetResponse
|
|
1256
|
+
from graphiant_sdk.models.v1_search_get_response import V1SearchGetResponse
|
|
1257
|
+
from graphiant_sdk.models.v1_site_details_sitelists_post_request import V1SiteDetailsSitelistsPostRequest
|
|
1258
|
+
from graphiant_sdk.models.v1_site_details_sitelists_post_response import V1SiteDetailsSitelistsPostResponse
|
|
1259
|
+
from graphiant_sdk.models.v1_site_id_details_interfaces_get_response import V1SiteIdDetailsInterfacesGetResponse
|
|
1260
|
+
from graphiant_sdk.models.v1_sites_details_get_response import V1SitesDetailsGetResponse
|
|
1261
|
+
from graphiant_sdk.models.v1_sites_get_response import V1SitesGetResponse
|
|
1262
|
+
from graphiant_sdk.models.v1_sites_post_request import V1SitesPostRequest
|
|
1263
|
+
from graphiant_sdk.models.v1_sites_post_response import V1SitesPostResponse
|
|
1264
|
+
from graphiant_sdk.models.v1_sites_site_id_circuits_get_response import V1SitesSiteIdCircuitsGetResponse
|
|
1265
|
+
from graphiant_sdk.models.v1_sites_site_id_circuits_get_response_data import V1SitesSiteIdCircuitsGetResponseData
|
|
1266
|
+
from graphiant_sdk.models.v1_sites_site_id_devices_get_response import V1SitesSiteIdDevicesGetResponse
|
|
1267
|
+
from graphiant_sdk.models.v1_sites_site_id_post_request import V1SitesSiteIdPostRequest
|
|
1268
|
+
from graphiant_sdk.models.v1_sites_site_id_post_response import V1SitesSiteIdPostResponse
|
|
1269
|
+
from graphiant_sdk.models.v1_software_auto_upgrade_default_get_response import V1SoftwareAutoUpgradeDefaultGetResponse
|
|
1270
|
+
from graphiant_sdk.models.v1_software_auto_upgrade_default_put_request import V1SoftwareAutoUpgradeDefaultPutRequest
|
|
1271
|
+
from graphiant_sdk.models.v1_software_gcsrelease_upload_notes_post_request import V1SoftwareGcsreleaseUploadNotesPostRequest
|
|
1272
|
+
from graphiant_sdk.models.v1_software_release_notes_get_response import V1SoftwareReleaseNotesGetResponse
|
|
1273
|
+
from graphiant_sdk.models.v1_software_releases_download_get_response import V1SoftwareReleasesDownloadGetResponse
|
|
1274
|
+
from graphiant_sdk.models.v1_software_releases_summary_get_response import V1SoftwareReleasesSummaryGetResponse
|
|
1275
|
+
from graphiant_sdk.models.v1_software_running_details_get_response import V1SoftwareRunningDetailsGetResponse
|
|
1276
|
+
from graphiant_sdk.models.v1_software_running_details_get_response_device import V1SoftwareRunningDetailsGetResponseDevice
|
|
1277
|
+
from graphiant_sdk.models.v1_software_running_summary_get_response import V1SoftwareRunningSummaryGetResponse
|
|
1278
|
+
from graphiant_sdk.models.v1_software_running_summary_get_response_version_summary import V1SoftwareRunningSummaryGetResponseVersionSummary
|
|
1279
|
+
from graphiant_sdk.models.v1_talkers_device_device_id_top_post_request import V1TalkersDeviceDeviceIdTopPostRequest
|
|
1280
|
+
from graphiant_sdk.models.v1_talkers_device_device_id_top_post_response import V1TalkersDeviceDeviceIdTopPostResponse
|
|
1281
|
+
from graphiant_sdk.models.v1_talkers_site_site_id_top_post_request import V1TalkersSiteSiteIdTopPostRequest
|
|
1282
|
+
from graphiant_sdk.models.v1_talkers_site_site_id_top_post_response import V1TalkersSiteSiteIdTopPostResponse
|
|
1283
|
+
from graphiant_sdk.models.v1_temp_password_put_request import V1TempPasswordPutRequest
|
|
1284
|
+
from graphiant_sdk.models.v1_troubleshooting_device_device_id_post_request import V1TroubleshootingDeviceDeviceIdPostRequest
|
|
1285
|
+
from graphiant_sdk.models.v1_troubleshooting_device_device_id_post_response import V1TroubleshootingDeviceDeviceIdPostResponse
|
|
1286
|
+
from graphiant_sdk.models.v1_troubleshooting_enterprise_post_request import V1TroubleshootingEnterprisePostRequest
|
|
1287
|
+
from graphiant_sdk.models.v1_troubleshooting_enterprise_post_request_dimensions import V1TroubleshootingEnterprisePostRequestDimensions
|
|
1288
|
+
from graphiant_sdk.models.v1_troubleshooting_enterprise_post_response import V1TroubleshootingEnterprisePostResponse
|
|
1289
|
+
from graphiant_sdk.models.v1_troubleshooting_enterprise_post_response_site_summary import V1TroubleshootingEnterprisePostResponseSiteSummary
|
|
1290
|
+
from graphiant_sdk.models.v1_troubleshooting_filter_get_response import V1TroubleshootingFilterGetResponse
|
|
1291
|
+
from graphiant_sdk.models.v1_troubleshooting_site_connectivity_status_get_response import V1TroubleshootingSiteConnectivityStatusGetResponse
|
|
1292
|
+
from graphiant_sdk.models.v1_troubleshooting_site_connectivity_status_get_response_site_status import V1TroubleshootingSiteConnectivityStatusGetResponseSiteStatus
|
|
1293
|
+
from graphiant_sdk.models.v1_troubleshooting_site_site_id_get_response import V1TroubleshootingSiteSiteIdGetResponse
|
|
1294
|
+
from graphiant_sdk.models.v1_troubleshooting_top_sites_by_alerts_post_request import V1TroubleshootingTopSitesByAlertsPostRequest
|
|
1295
|
+
from graphiant_sdk.models.v1_troubleshooting_top_sites_by_alerts_post_response import V1TroubleshootingTopSitesByAlertsPostResponse
|
|
1296
|
+
from graphiant_sdk.models.v1_troubleshooting_top_sites_by_alerts_post_response_site_counts import V1TroubleshootingTopSitesByAlertsPostResponseSiteCounts
|
|
1297
|
+
from graphiant_sdk.models.v1_troubleshooting_top_sites_by_alerts_post_response_site_counts_site_count import V1TroubleshootingTopSitesByAlertsPostResponseSiteCountsSiteCount
|
|
1298
|
+
from graphiant_sdk.models.v1_tt_tt_identity_device_status_get_response import V1TtTtIdentityDeviceStatusGetResponse
|
|
1299
|
+
from graphiant_sdk.models.v1_users_email_password_patch_request import V1UsersEmailPasswordPatchRequest
|
|
1300
|
+
from graphiant_sdk.models.v1_users_get_response import V1UsersGetResponse
|
|
1301
|
+
from graphiant_sdk.models.v1_users_id_enterprises_get_response import V1UsersIdEnterprisesGetResponse
|
|
1302
|
+
from graphiant_sdk.models.v1_users_id_groups_enterprises_get_response import V1UsersIdGroupsEnterprisesGetResponse
|
|
1303
|
+
from graphiant_sdk.models.v1_users_id_groups_get_response import V1UsersIdGroupsGetResponse
|
|
1304
|
+
from graphiant_sdk.models.v1_users_id_groups_root_get_response import V1UsersIdGroupsRootGetResponse
|
|
1305
|
+
from graphiant_sdk.models.v1_users_put_request import V1UsersPutRequest
|
|
1306
|
+
from graphiant_sdk.models.v1_version_post_request import V1VersionPostRequest
|
|
1307
|
+
from graphiant_sdk.models.v1_version_post_response import V1VersionPostResponse
|
|
1308
|
+
from graphiant_sdk.models.v1_zones_get_response import V1ZonesGetResponse
|
|
1309
|
+
from graphiant_sdk.models.v2_ack_createupdate_post_request import V2AckCreateupdatePostRequest
|
|
1310
|
+
from graphiant_sdk.models.v2_aggregated_notification_enable_disable_post_request import V2AggregatedNotificationEnableDisablePostRequest
|
|
1311
|
+
from graphiant_sdk.models.v2_aggregated_notification_get_state_get_response import V2AggregatedNotificationGetStateGetResponse
|
|
1312
|
+
from graphiant_sdk.models.v2_allowlist_by_enterprise_get_response import V2AllowlistByEnterpriseGetResponse
|
|
1313
|
+
from graphiant_sdk.models.v2_allowlist_create_post_request import V2AllowlistCreatePostRequest
|
|
1314
|
+
from graphiant_sdk.models.v2_allowlist_rule_id_get_response import V2AllowlistRuleIdGetResponse
|
|
1315
|
+
from graphiant_sdk.models.v2_assistant_add_to_conversation_post_request import V2AssistantAddToConversationPostRequest
|
|
1316
|
+
from graphiant_sdk.models.v2_assistant_add_to_conversation_post_response import V2AssistantAddToConversationPostResponse
|
|
1317
|
+
from graphiant_sdk.models.v2_assistant_conversation_context_history_post_request import V2AssistantConversationContextHistoryPostRequest
|
|
1318
|
+
from graphiant_sdk.models.v2_assistant_conversation_interface_enable_disable_post_request import V2AssistantConversationInterfaceEnableDisablePostRequest
|
|
1319
|
+
from graphiant_sdk.models.v2_assistant_conversation_interface_state_get_response import V2AssistantConversationInterfaceStateGetResponse
|
|
1320
|
+
from graphiant_sdk.models.v2_assistant_get_conversation_details_post_request import V2AssistantGetConversationDetailsPostRequest
|
|
1321
|
+
from graphiant_sdk.models.v2_assistant_get_conversation_details_post_response import V2AssistantGetConversationDetailsPostResponse
|
|
1322
|
+
from graphiant_sdk.models.v2_assistant_get_conversations_post_request import V2AssistantGetConversationsPostRequest
|
|
1323
|
+
from graphiant_sdk.models.v2_assistant_get_conversations_post_response import V2AssistantGetConversationsPostResponse
|
|
1324
|
+
from graphiant_sdk.models.v2_assistant_update_conversation_name_post_request import V2AssistantUpdateConversationNamePostRequest
|
|
1325
|
+
from graphiant_sdk.models.v2_assistant_version_post_response import V2AssistantVersionPostResponse
|
|
1326
|
+
from graphiant_sdk.models.v2_assurance_applicationdetailsbyname_post_request import V2AssuranceApplicationdetailsbynamePostRequest
|
|
1327
|
+
from graphiant_sdk.models.v2_assurance_applicationdetailsbyname_post_response import V2AssuranceApplicationdetailsbynamePostResponse
|
|
1328
|
+
from graphiant_sdk.models.v2_assurance_applicationprofilesummary_post_request import V2AssuranceApplicationprofilesummaryPostRequest
|
|
1329
|
+
from graphiant_sdk.models.v2_assurance_applicationprofilesummary_post_response import V2AssuranceApplicationprofilesummaryPostResponse
|
|
1330
|
+
from graphiant_sdk.models.v2_assurance_bucket_app_servers_all_get_response import V2AssuranceBucketAppServersAllGetResponse
|
|
1331
|
+
from graphiant_sdk.models.v2_assurance_bucket_app_servers_post_request import V2AssuranceBucketAppServersPostRequest
|
|
1332
|
+
from graphiant_sdk.models.v2_assurance_bucket_app_servers_post_response import V2AssuranceBucketAppServersPostResponse
|
|
1333
|
+
from graphiant_sdk.models.v2_assurance_bucket_apps_post_request import V2AssuranceBucketAppsPostRequest
|
|
1334
|
+
from graphiant_sdk.models.v2_assurance_bucket_apps_post_response import V2AssuranceBucketAppsPostResponse
|
|
1335
|
+
from graphiant_sdk.models.v2_assurance_bucket_services_post_request import V2AssuranceBucketServicesPostRequest
|
|
1336
|
+
from graphiant_sdk.models.v2_assurance_bucket_services_post_response import V2AssuranceBucketServicesPostResponse
|
|
1337
|
+
from graphiant_sdk.models.v2_assurance_bucket_topologies_post_request import V2AssuranceBucketTopologiesPostRequest
|
|
1338
|
+
from graphiant_sdk.models.v2_assurance_bucket_topologies_post_response import V2AssuranceBucketTopologiesPostResponse
|
|
1339
|
+
from graphiant_sdk.models.v2_assurance_bucketdetails_post_request import V2AssuranceBucketdetailsPostRequest
|
|
1340
|
+
from graphiant_sdk.models.v2_assurance_bucketdetails_post_response import V2AssuranceBucketdetailsPostResponse
|
|
1341
|
+
from graphiant_sdk.models.v2_assurance_create_user_report_post_request import V2AssuranceCreateUserReportPostRequest
|
|
1342
|
+
from graphiant_sdk.models.v2_assurance_create_user_report_post_response import V2AssuranceCreateUserReportPostResponse
|
|
1343
|
+
from graphiant_sdk.models.v2_assurance_createclassifiedapplication_post_request import V2AssuranceCreateclassifiedapplicationPostRequest
|
|
1344
|
+
from graphiant_sdk.models.v2_assurance_createclassifiedapplication_post_response import V2AssuranceCreateclassifiedapplicationPostResponse
|
|
1345
|
+
from graphiant_sdk.models.v2_assurance_download_user_report_get_response import V2AssuranceDownloadUserReportGetResponse
|
|
1346
|
+
from graphiant_sdk.models.v2_assurance_endpoint_intel_post_request import V2AssuranceEndpointIntelPostRequest
|
|
1347
|
+
from graphiant_sdk.models.v2_assurance_endpoint_intel_post_response import V2AssuranceEndpointIntelPostResponse
|
|
1348
|
+
from graphiant_sdk.models.v2_assurance_enterprisesummary_post_request import V2AssuranceEnterprisesummaryPostRequest
|
|
1349
|
+
from graphiant_sdk.models.v2_assurance_enterprisesummary_post_response import V2AssuranceEnterprisesummaryPostResponse
|
|
1350
|
+
from graphiant_sdk.models.v2_assurance_flow_summary_post_request import V2AssuranceFlowSummaryPostRequest
|
|
1351
|
+
from graphiant_sdk.models.v2_assurance_flow_summary_post_response import V2AssuranceFlowSummaryPostResponse
|
|
1352
|
+
from graphiant_sdk.models.v2_assurance_flow_summary_post_response_endpoint_details import V2AssuranceFlowSummaryPostResponseEndpointDetails
|
|
1353
|
+
from graphiant_sdk.models.v2_assurance_flow_summary_post_response_endpoint_details_statistics import V2AssuranceFlowSummaryPostResponseEndpointDetailsStatistics
|
|
1354
|
+
from graphiant_sdk.models.v2_assurance_getclassifiedapplicationlist_get_response import V2AssuranceGetclassifiedapplicationlistGetResponse
|
|
1355
|
+
from graphiant_sdk.models.v2_assurance_read_user_report_list_get_response import V2AssuranceReadUserReportListGetResponse
|
|
1356
|
+
from graphiant_sdk.models.v2_assurance_scoredetails_post_request import V2AssuranceScoredetailsPostRequest
|
|
1357
|
+
from graphiant_sdk.models.v2_assurance_scoredetails_post_response import V2AssuranceScoredetailsPostResponse
|
|
1358
|
+
from graphiant_sdk.models.v2_assurance_topology_client_session_details_post_request import V2AssuranceTopologyClientSessionDetailsPostRequest
|
|
1359
|
+
from graphiant_sdk.models.v2_assurance_topology_client_session_details_post_response import V2AssuranceTopologyClientSessionDetailsPostResponse
|
|
1360
|
+
from graphiant_sdk.models.v2_assurance_topology_client_sessions_post_request import V2AssuranceTopologyClientSessionsPostRequest
|
|
1361
|
+
from graphiant_sdk.models.v2_assurance_topology_client_sessions_post_response import V2AssuranceTopologyClientSessionsPostResponse
|
|
1362
|
+
from graphiant_sdk.models.v2_assurance_topology_client_summaries_post_request import V2AssuranceTopologyClientSummariesPostRequest
|
|
1363
|
+
from graphiant_sdk.models.v2_assurance_topology_client_summaries_post_response import V2AssuranceTopologyClientSummariesPostResponse
|
|
1364
|
+
from graphiant_sdk.models.v2_assurance_topology_client_summaries_post_response_summary import V2AssuranceTopologyClientSummariesPostResponseSummary
|
|
1365
|
+
from graphiant_sdk.models.v2_assurance_topology_flows_post_request import V2AssuranceTopologyFlowsPostRequest
|
|
1366
|
+
from graphiant_sdk.models.v2_assurance_topology_flows_post_response import V2AssuranceTopologyFlowsPostResponse
|
|
1367
|
+
from graphiant_sdk.models.v2_assurance_topology_inventory_post_request import V2AssuranceTopologyInventoryPostRequest
|
|
1368
|
+
from graphiant_sdk.models.v2_assurance_topology_inventory_post_response import V2AssuranceTopologyInventoryPostResponse
|
|
1369
|
+
from graphiant_sdk.models.v2_assurance_topology_overview_post_request import V2AssuranceTopologyOverviewPostRequest
|
|
1370
|
+
from graphiant_sdk.models.v2_assurance_topology_overview_post_request_topology_filter import V2AssuranceTopologyOverviewPostRequestTopologyFilter
|
|
1371
|
+
from graphiant_sdk.models.v2_assurance_topology_overview_post_response import V2AssuranceTopologyOverviewPostResponse
|
|
1372
|
+
from graphiant_sdk.models.v2_assurance_topology_overview_post_response_georegion import V2AssuranceTopologyOverviewPostResponseGeoregion
|
|
1373
|
+
from graphiant_sdk.models.v2_assurance_topology_region_summary_post_request import V2AssuranceTopologyRegionSummaryPostRequest
|
|
1374
|
+
from graphiant_sdk.models.v2_assurance_topology_region_summary_post_response import V2AssuranceTopologyRegionSummaryPostResponse
|
|
1375
|
+
from graphiant_sdk.models.v2_assurance_topology_region_summary_post_response_site_entry import V2AssuranceTopologyRegionSummaryPostResponseSiteEntry
|
|
1376
|
+
from graphiant_sdk.models.v2_assurance_topology_site_summaries_post_request import V2AssuranceTopologySiteSummariesPostRequest
|
|
1377
|
+
from graphiant_sdk.models.v2_assurance_topology_site_summaries_post_response import V2AssuranceTopologySiteSummariesPostResponse
|
|
1378
|
+
from graphiant_sdk.models.v2_assurance_topology_site_summaries_post_response_summary import V2AssuranceTopologySiteSummariesPostResponseSummary
|
|
1379
|
+
from graphiant_sdk.models.v2_assurance_unclassifiedapplicationprofilesummary_post_request import V2AssuranceUnclassifiedapplicationprofilesummaryPostRequest
|
|
1380
|
+
from graphiant_sdk.models.v2_assurance_unclassifiedapplicationprofilesummary_post_response import V2AssuranceUnclassifiedapplicationprofilesummaryPostResponse
|
|
1381
|
+
from graphiant_sdk.models.v2_assurance_updateclassifiedapplication_post_request import V2AssuranceUpdateclassifiedapplicationPostRequest
|
|
1382
|
+
from graphiant_sdk.models.v2_assurance_version_post_response import V2AssuranceVersionPostResponse
|
|
1383
|
+
from graphiant_sdk.models.v2_audit_logs_post_request import V2AuditLogsPostRequest
|
|
1384
|
+
from graphiant_sdk.models.v2_audit_logs_post_response import V2AuditLogsPostResponse
|
|
1385
|
+
from graphiant_sdk.models.v2_childalertlist_post_request import V2ChildalertlistPostRequest
|
|
1386
|
+
from graphiant_sdk.models.v2_childalertlist_post_response import V2ChildalertlistPostResponse
|
|
1387
|
+
from graphiant_sdk.models.v2_device_device_id_lan_segments_post_request import V2DeviceDeviceIdLanSegmentsPostRequest
|
|
1388
|
+
from graphiant_sdk.models.v2_device_device_id_lan_segments_post_response import V2DeviceDeviceIdLanSegmentsPostResponse
|
|
1389
|
+
from graphiant_sdk.models.v2_device_device_id_topology_post_request import V2DeviceDeviceIdTopologyPostRequest
|
|
1390
|
+
from graphiant_sdk.models.v2_device_device_id_topology_post_response import V2DeviceDeviceIdTopologyPostResponse
|
|
1391
|
+
from graphiant_sdk.models.v2_device_device_id_topology_post_response_snapshot import V2DeviceDeviceIdTopologyPostResponseSnapshot
|
|
1392
|
+
from graphiant_sdk.models.v2_extranet_consumers_usage_top_post_request import V2ExtranetConsumersUsageTopPostRequest
|
|
1393
|
+
from graphiant_sdk.models.v2_extranet_consumers_usage_top_post_response import V2ExtranetConsumersUsageTopPostResponse
|
|
1394
|
+
from graphiant_sdk.models.v2_extranet_lan_segments_usage_top_post_request import V2ExtranetLanSegmentsUsageTopPostRequest
|
|
1395
|
+
from graphiant_sdk.models.v2_extranet_lan_segments_usage_top_post_response import V2ExtranetLanSegmentsUsageTopPostResponse
|
|
1396
|
+
from graphiant_sdk.models.v2_extranet_service_overtime_consumption_post_request import V2ExtranetServiceOvertimeConsumptionPostRequest
|
|
1397
|
+
from graphiant_sdk.models.v2_extranet_service_overtime_consumption_post_response import V2ExtranetServiceOvertimeConsumptionPostResponse
|
|
1398
|
+
from graphiant_sdk.models.v2_extranet_sites_consumption_overview_post_request import V2ExtranetSitesConsumptionOverviewPostRequest
|
|
1399
|
+
from graphiant_sdk.models.v2_extranet_sites_consumption_overview_post_response import V2ExtranetSitesConsumptionOverviewPostResponse
|
|
1400
|
+
from graphiant_sdk.models.v2_extranet_sites_usage_post_request import V2ExtranetSitesUsagePostRequest
|
|
1401
|
+
from graphiant_sdk.models.v2_extranet_sites_usage_post_response import V2ExtranetSitesUsagePostResponse
|
|
1402
|
+
from graphiant_sdk.models.v2_extranet_total_usage_post_request import V2ExtranetTotalUsagePostRequest
|
|
1403
|
+
from graphiant_sdk.models.v2_extranet_total_usage_post_response import V2ExtranetTotalUsagePostResponse
|
|
1404
|
+
from graphiant_sdk.models.v2_extranets_monitoring_consumers_post_request import V2ExtranetsMonitoringConsumersPostRequest
|
|
1405
|
+
from graphiant_sdk.models.v2_extranets_monitoring_consumers_post_response import V2ExtranetsMonitoringConsumersPostResponse
|
|
1406
|
+
from graphiant_sdk.models.v2_integration_getall_enterprise_id_get_response import V2IntegrationGetallEnterpriseIdGetResponse
|
|
1407
|
+
from graphiant_sdk.models.v2_integration_integration_id_put_request import V2IntegrationIntegrationIdPutRequest
|
|
1408
|
+
from graphiant_sdk.models.v2_integration_post_request import V2IntegrationPostRequest
|
|
1409
|
+
from graphiant_sdk.models.v2_integration_post_response import V2IntegrationPostResponse
|
|
1410
|
+
from graphiant_sdk.models.v2_monitoring_bfd_post_request import V2MonitoringBfdPostRequest
|
|
1411
|
+
from graphiant_sdk.models.v2_monitoring_bfd_post_response import V2MonitoringBfdPostResponse
|
|
1412
|
+
from graphiant_sdk.models.v2_monitoring_bfd_post_response_data import V2MonitoringBfdPostResponseData
|
|
1413
|
+
from graphiant_sdk.models.v2_monitoring_bgp_post_request import V2MonitoringBgpPostRequest
|
|
1414
|
+
from graphiant_sdk.models.v2_monitoring_bgp_post_response import V2MonitoringBgpPostResponse
|
|
1415
|
+
from graphiant_sdk.models.v2_monitoring_bgp_post_response_data import V2MonitoringBgpPostResponseData
|
|
1416
|
+
from graphiant_sdk.models.v2_monitoring_circuits_bandwidth_post_request import V2MonitoringCircuitsBandwidthPostRequest
|
|
1417
|
+
from graphiant_sdk.models.v2_monitoring_circuits_bandwidth_post_response import V2MonitoringCircuitsBandwidthPostResponse
|
|
1418
|
+
from graphiant_sdk.models.v2_monitoring_circuits_bandwidth_post_response_data import V2MonitoringCircuitsBandwidthPostResponseData
|
|
1419
|
+
from graphiant_sdk.models.v2_monitoring_circuits_summary_post_request import V2MonitoringCircuitsSummaryPostRequest
|
|
1420
|
+
from graphiant_sdk.models.v2_monitoring_circuits_summary_post_response import V2MonitoringCircuitsSummaryPostResponse
|
|
1421
|
+
from graphiant_sdk.models.v2_monitoring_circuits_utilization_post_request import V2MonitoringCircuitsUtilizationPostRequest
|
|
1422
|
+
from graphiant_sdk.models.v2_monitoring_circuits_utilization_post_response import V2MonitoringCircuitsUtilizationPostResponse
|
|
1423
|
+
from graphiant_sdk.models.v2_monitoring_circuits_utilization_post_response_data import V2MonitoringCircuitsUtilizationPostResponseData
|
|
1424
|
+
from graphiant_sdk.models.v2_monitoring_circuits_visualization_post_request import V2MonitoringCircuitsVisualizationPostRequest
|
|
1425
|
+
from graphiant_sdk.models.v2_monitoring_circuits_visualization_post_response import V2MonitoringCircuitsVisualizationPostResponse
|
|
1426
|
+
from graphiant_sdk.models.v2_monitoring_circuits_visualization_post_response_data import V2MonitoringCircuitsVisualizationPostResponseData
|
|
1427
|
+
from graphiant_sdk.models.v2_monitoring_extranet_edge_status_get_response import V2MonitoringExtranetEdgeStatusGetResponse
|
|
1428
|
+
from graphiant_sdk.models.v2_monitoring_extranet_log_details_post_request import V2MonitoringExtranetLogDetailsPostRequest
|
|
1429
|
+
from graphiant_sdk.models.v2_monitoring_extranet_log_details_post_response import V2MonitoringExtranetLogDetailsPostResponse
|
|
1430
|
+
from graphiant_sdk.models.v2_monitoring_extranet_log_details_post_response_log_details import V2MonitoringExtranetLogDetailsPostResponseLogDetails
|
|
1431
|
+
from graphiant_sdk.models.v2_monitoring_extranet_service_status_details_get_response import V2MonitoringExtranetServiceStatusDetailsGetResponse
|
|
1432
|
+
from graphiant_sdk.models.v2_monitoring_extranet_service_status_get_response import V2MonitoringExtranetServiceStatusGetResponse
|
|
1433
|
+
from graphiant_sdk.models.v2_monitoring_extranet_site_status_get_response import V2MonitoringExtranetSiteStatusGetResponse
|
|
1434
|
+
from graphiant_sdk.models.v2_monitoring_extranet_status_details_get_response import V2MonitoringExtranetStatusDetailsGetResponse
|
|
1435
|
+
from graphiant_sdk.models.v2_monitoring_ike_error_history_post_request import V2MonitoringIkeErrorHistoryPostRequest
|
|
1436
|
+
from graphiant_sdk.models.v2_monitoring_ike_error_history_post_response import V2MonitoringIkeErrorHistoryPostResponse
|
|
1437
|
+
from graphiant_sdk.models.v2_monitoring_ike_error_history_post_response_data import V2MonitoringIkeErrorHistoryPostResponseData
|
|
1438
|
+
from graphiant_sdk.models.v2_monitoring_interface_post_request import V2MonitoringInterfacePostRequest
|
|
1439
|
+
from graphiant_sdk.models.v2_monitoring_interface_post_response import V2MonitoringInterfacePostResponse
|
|
1440
|
+
from graphiant_sdk.models.v2_monitoring_interface_post_response_data import V2MonitoringInterfacePostResponseData
|
|
1441
|
+
from graphiant_sdk.models.v2_monitoring_ipsec_post_request import V2MonitoringIpsecPostRequest
|
|
1442
|
+
from graphiant_sdk.models.v2_monitoring_ipsec_post_response import V2MonitoringIpsecPostResponse
|
|
1443
|
+
from graphiant_sdk.models.v2_monitoring_ipsec_post_response_data import V2MonitoringIpsecPostResponseData
|
|
1444
|
+
from graphiant_sdk.models.v2_monitoring_ospf_post_request import V2MonitoringOspfPostRequest
|
|
1445
|
+
from graphiant_sdk.models.v2_monitoring_ospf_post_response import V2MonitoringOspfPostResponse
|
|
1446
|
+
from graphiant_sdk.models.v2_monitoring_ospf_post_response_data import V2MonitoringOspfPostResponseData
|
|
1447
|
+
from graphiant_sdk.models.v2_monitoring_policy_post_request import V2MonitoringPolicyPostRequest
|
|
1448
|
+
from graphiant_sdk.models.v2_monitoring_policy_post_response import V2MonitoringPolicyPostResponse
|
|
1449
|
+
from graphiant_sdk.models.v2_monitoring_policy_post_response_data import V2MonitoringPolicyPostResponseData
|
|
1450
|
+
from graphiant_sdk.models.v2_monitoring_queue_instant_post_request import V2MonitoringQueueInstantPostRequest
|
|
1451
|
+
from graphiant_sdk.models.v2_monitoring_queue_instant_post_response import V2MonitoringQueueInstantPostResponse
|
|
1452
|
+
from graphiant_sdk.models.v2_monitoring_queue_instant_post_response_data import V2MonitoringQueueInstantPostResponseData
|
|
1453
|
+
from graphiant_sdk.models.v2_monitoring_queue_post_request import V2MonitoringQueuePostRequest
|
|
1454
|
+
from graphiant_sdk.models.v2_monitoring_queue_post_response import V2MonitoringQueuePostResponse
|
|
1455
|
+
from graphiant_sdk.models.v2_monitoring_queue_post_response_data import V2MonitoringQueuePostResponseData
|
|
1456
|
+
from graphiant_sdk.models.v2_monitoring_segment_route_counts_post_request import V2MonitoringSegmentRouteCountsPostRequest
|
|
1457
|
+
from graphiant_sdk.models.v2_monitoring_segment_route_counts_post_response import V2MonitoringSegmentRouteCountsPostResponse
|
|
1458
|
+
from graphiant_sdk.models.v2_monitoring_segment_route_counts_post_response_data import V2MonitoringSegmentRouteCountsPostResponseData
|
|
1459
|
+
from graphiant_sdk.models.v2_monitoring_site_circuits_bandwidth_site_id_post_request import V2MonitoringSiteCircuitsBandwidthSiteIdPostRequest
|
|
1460
|
+
from graphiant_sdk.models.v2_monitoring_site_circuits_bandwidth_site_id_post_response import V2MonitoringSiteCircuitsBandwidthSiteIdPostResponse
|
|
1461
|
+
from graphiant_sdk.models.v2_monitoring_site_circuits_bandwidth_site_id_post_response_data import V2MonitoringSiteCircuitsBandwidthSiteIdPostResponseData
|
|
1462
|
+
from graphiant_sdk.models.v2_monitoring_site_twamp_site_id_post_request import V2MonitoringSiteTwampSiteIdPostRequest
|
|
1463
|
+
from graphiant_sdk.models.v2_monitoring_site_twamp_site_id_post_response import V2MonitoringSiteTwampSiteIdPostResponse
|
|
1464
|
+
from graphiant_sdk.models.v2_monitoring_site_twamp_site_id_post_response_data import V2MonitoringSiteTwampSiteIdPostResponseData
|
|
1465
|
+
from graphiant_sdk.models.v2_monitoring_system_generic_post_request import V2MonitoringSystemGenericPostRequest
|
|
1466
|
+
from graphiant_sdk.models.v2_monitoring_system_generic_post_response import V2MonitoringSystemGenericPostResponse
|
|
1467
|
+
from graphiant_sdk.models.v2_monitoring_system_generic_post_response_data import V2MonitoringSystemGenericPostResponseData
|
|
1468
|
+
from graphiant_sdk.models.v2_monitoring_system_post_request import V2MonitoringSystemPostRequest
|
|
1469
|
+
from graphiant_sdk.models.v2_monitoring_system_post_response import V2MonitoringSystemPostResponse
|
|
1470
|
+
from graphiant_sdk.models.v2_monitoring_system_post_response_data import V2MonitoringSystemPostResponseData
|
|
1471
|
+
from graphiant_sdk.models.v2_monitoring_twamp_post_request import V2MonitoringTwampPostRequest
|
|
1472
|
+
from graphiant_sdk.models.v2_monitoring_twamp_post_response import V2MonitoringTwampPostResponse
|
|
1473
|
+
from graphiant_sdk.models.v2_monitoring_twamp_post_response_data import V2MonitoringTwampPostResponseData
|
|
1474
|
+
from graphiant_sdk.models.v2_notification_create_post_request import V2NotificationCreatePostRequest
|
|
1475
|
+
from graphiant_sdk.models.v2_notification_delete_post_request import V2NotificationDeletePostRequest
|
|
1476
|
+
from graphiant_sdk.models.v2_notification_enabledisable_post_request import V2NotificationEnabledisablePostRequest
|
|
1477
|
+
from graphiant_sdk.models.v2_notification_update_post_request import V2NotificationUpdatePostRequest
|
|
1478
|
+
from graphiant_sdk.models.v2_notificationlist_post_request import V2NotificationlistPostRequest
|
|
1479
|
+
from graphiant_sdk.models.v2_notificationlist_post_response import V2NotificationlistPostResponse
|
|
1480
|
+
from graphiant_sdk.models.v2_notificationmutelist_create_post_request import V2NotificationmutelistCreatePostRequest
|
|
1481
|
+
from graphiant_sdk.models.v2_notificationmutelist_rule_id_get_response import V2NotificationmutelistRuleIdGetResponse
|
|
1482
|
+
from graphiant_sdk.models.v2_parentalertlist_post_request import V2ParentalertlistPostRequest
|
|
1483
|
+
from graphiant_sdk.models.v2_parentalertlist_post_response import V2ParentalertlistPostResponse
|
|
1484
|
+
from graphiant_sdk.models.v2_rule_enabledisable_post_request import V2RuleEnabledisablePostRequest
|
|
1485
|
+
from graphiant_sdk.models.v2_rulelist_post_response import V2RulelistPostResponse
|
|
1486
|
+
from graphiant_sdk.models.v2_site_site_id_detail_post_request import V2SiteSiteIdDetailPostRequest
|
|
1487
|
+
from graphiant_sdk.models.v2_site_site_id_detail_post_response import V2SiteSiteIdDetailPostResponse
|
|
1488
|
+
from graphiant_sdk.models.v2_site_site_id_lan_segments_post_request import V2SiteSiteIdLanSegmentsPostRequest
|
|
1489
|
+
from graphiant_sdk.models.v2_site_site_id_lan_segments_post_response import V2SiteSiteIdLanSegmentsPostResponse
|
|
1490
|
+
from graphiant_sdk.models.v2_site_site_id_topology_post_request import V2SiteSiteIdTopologyPostRequest
|
|
1491
|
+
from graphiant_sdk.models.v2_site_site_id_topology_post_response import V2SiteSiteIdTopologyPostResponse
|
|
1492
|
+
from graphiant_sdk.models.v2_site_site_id_topology_post_response_snapshot import V2SiteSiteIdTopologyPostResponseSnapshot
|
|
1493
|
+
from graphiant_sdk.models.v2_version_post_response import V2VersionPostResponse
|