graphiant-sdk 25.10.2__py3-none-any.whl → 25.11.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- graphiant_sdk/__init__.py +2791 -2083
- graphiant_sdk/api/default_api.py +19573 -14325
- graphiant_sdk/api_client.py +1 -1
- graphiant_sdk/configuration.py +1 -1
- graphiant_sdk/models/__init__.py +1395 -1041
- graphiant_sdk/models/alarms_alarm_data.py +130 -0
- graphiant_sdk/models/alarms_alarm_history.py +102 -0
- graphiant_sdk/models/alertservice_alert_record.py +152 -0
- graphiant_sdk/models/alertservice_allow_alert_notifcation_list_record.py +111 -0
- graphiant_sdk/models/alertservice_children_alert_list_response.py +97 -0
- graphiant_sdk/models/alertservice_create_integration_body.py +107 -0
- graphiant_sdk/models/alertservice_integration.py +105 -0
- graphiant_sdk/models/alertservice_integration_details.py +91 -0
- graphiant_sdk/models/alertservice_notification_body.py +106 -0
- graphiant_sdk/models/alertservice_notification_record.py +104 -0
- graphiant_sdk/models/alertservice_rule_record.py +103 -0
- graphiant_sdk/models/alertservice_time_window.py +99 -0
- graphiant_sdk/models/alertservice_update_integration_body.py +101 -0
- graphiant_sdk/models/assistant_assistant_conversation.py +93 -0
- graphiant_sdk/models/assistant_assistant_question.py +93 -0
- graphiant_sdk/models/assistant_assistant_response.py +115 -0
- graphiant_sdk/models/assistant_dataframe_dictionary.py +91 -0
- graphiant_sdk/models/assistant_time_window.py +99 -0
- graphiant_sdk/models/assurance_app_id_record.py +153 -0
- graphiant_sdk/models/assurance_app_name_record.py +141 -0
- graphiant_sdk/models/assurance_application_flow.py +117 -0
- graphiant_sdk/models/assurance_application_profile_summary.py +95 -0
- graphiant_sdk/models/assurance_bucket_app.py +105 -0
- graphiant_sdk/models/assurance_bucket_app_identifier.py +89 -0
- graphiant_sdk/models/assurance_bucket_app_server.py +95 -0
- graphiant_sdk/models/assurance_bucket_app_server_changes_list.py +110 -0
- graphiant_sdk/models/assurance_bucket_app_server_list.py +101 -0
- graphiant_sdk/models/assurance_bucket_details.py +135 -0
- graphiant_sdk/models/assurance_bucket_stats.py +93 -0
- graphiant_sdk/models/assurance_bucket_stats_with_id.py +93 -0
- graphiant_sdk/models/assurance_bucket_summary.py +115 -0
- graphiant_sdk/models/assurance_classified_application.py +95 -0
- graphiant_sdk/models/assurance_client_session.py +179 -0
- graphiant_sdk/models/assurance_client_session_dia_link.py +87 -0
- graphiant_sdk/models/assurance_client_session_endpoint_details.py +125 -0
- graphiant_sdk/models/assurance_client_session_endpoint_details_statistics.py +91 -0
- graphiant_sdk/models/assurance_client_session_endpoint_link.py +95 -0
- graphiant_sdk/models/assurance_client_session_pop_link.py +95 -0
- graphiant_sdk/models/assurance_edge.py +89 -0
- graphiant_sdk/models/assurance_enterprise_summary.py +97 -0
- graphiant_sdk/models/assurance_exchange_service_identifier.py +89 -0
- graphiant_sdk/models/assurance_flex_algo_identifier.py +89 -0
- graphiant_sdk/models/assurance_geolocation.py +89 -0
- graphiant_sdk/models/assurance_region.py +89 -0
- graphiant_sdk/models/assurance_score_bucket_count.py +91 -0
- graphiant_sdk/models/assurance_score_details.py +95 -0
- graphiant_sdk/models/assurance_server.py +91 -0
- graphiant_sdk/models/assurance_site.py +91 -0
- graphiant_sdk/models/assurance_time_window.py +99 -0
- graphiant_sdk/models/assurance_topology.py +115 -0
- graphiant_sdk/models/assurance_topology_edge.py +99 -0
- graphiant_sdk/models/assurance_topology_edge_link_performance.py +91 -0
- graphiant_sdk/models/assurance_topology_filter.py +91 -0
- graphiant_sdk/models/assurance_topology_node.py +99 -0
- graphiant_sdk/models/assurance_topology_path.py +87 -0
- graphiant_sdk/models/assurance_trend_value.py +91 -0
- graphiant_sdk/models/assurance_user_report.py +101 -0
- graphiant_sdk/models/audit_activity_item.py +91 -0
- graphiant_sdk/models/audit_audit_entry.py +129 -0
- graphiant_sdk/models/audit_target.py +90 -0
- graphiant_sdk/models/audit_target_result.py +95 -0
- graphiant_sdk/models/auditmon_activity_details.py +151 -0
- graphiant_sdk/models/auditmon_activity_details_target.py +122 -0
- graphiant_sdk/models/auditmon_activity_details_target_event.py +97 -0
- graphiant_sdk/models/auditmon_activity_logs_selector.py +108 -0
- graphiant_sdk/models/auditmon_activity_logs_selector_v2.py +105 -0
- graphiant_sdk/models/auditmon_audit_log.py +112 -0
- graphiant_sdk/models/auditmon_audit_logs_v2_selector.py +110 -0
- graphiant_sdk/models/auditmon_histogram.py +94 -0
- graphiant_sdk/models/auditmon_selector.py +89 -0
- graphiant_sdk/models/auth_permissions.py +277 -0
- graphiant_sdk/models/common_circuit_bandwidth_stats.py +95 -0
- graphiant_sdk/models/common_circuit_bandwidth_stats_selector.py +87 -0
- graphiant_sdk/models/common_page_info.py +100 -0
- graphiant_sdk/models/common_page_request.py +96 -0
- graphiant_sdk/models/common_permissions.py +123 -0
- graphiant_sdk/models/common_user.py +109 -0
- graphiant_sdk/models/common_user_info.py +101 -0
- graphiant_sdk/models/config_worker_job_status.py +104 -0
- graphiant_sdk/models/diagnostic_tools_archive.py +107 -0
- graphiant_sdk/models/diagnostic_tools_arp_entry.py +95 -0
- graphiant_sdk/models/diagnostic_tools_arp_entry_address.py +87 -0
- graphiant_sdk/models/diagnostic_tools_diagnostic_params.py +104 -0
- graphiant_sdk/models/diagnostic_tools_diagnostic_result.py +103 -0
- graphiant_sdk/models/diagnostic_tools_hop_info.py +98 -0
- graphiant_sdk/models/diagnostic_tools_hop_stats.py +98 -0
- graphiant_sdk/models/diagnostic_tools_p_cap_filter.py +101 -0
- graphiant_sdk/models/diagnostic_tools_ping_result.py +101 -0
- graphiant_sdk/models/diagnostic_tools_prefix_port.py +90 -0
- graphiant_sdk/models/diagnostic_tools_route_lookup_result.py +91 -0
- graphiant_sdk/models/diagnostic_tools_speedtest_params.py +97 -0
- graphiant_sdk/models/diagnostic_tools_speedtest_result.py +111 -0
- graphiant_sdk/models/diagnostic_tools_speedtest_server.py +97 -0
- graphiant_sdk/models/diagnostic_tools_target_type.py +89 -0
- graphiant_sdk/models/diagnostic_tools_traceroute_result.py +112 -0
- graphiant_sdk/models/event_event.py +108 -0
- graphiant_sdk/models/event_event_filter.py +100 -0
- graphiant_sdk/models/google_protobuf_duration.py +89 -0
- graphiant_sdk/models/google_protobuf_timestamp.py +89 -0
- graphiant_sdk/models/healthcheck_odp_status_details.py +89 -0
- graphiant_sdk/models/healthcheck_onboarding_status_details.py +89 -0
- graphiant_sdk/models/healthcheck_status_details.py +125 -0
- graphiant_sdk/models/healthcheck_t2_status_details.py +89 -0
- graphiant_sdk/models/iam_api_key_info.py +93 -0
- graphiant_sdk/models/iam_counts.py +111 -0
- graphiant_sdk/models/iam_customer.py +99 -0
- graphiant_sdk/models/iam_enterprise.py +142 -0
- graphiant_sdk/models/iam_group.py +105 -0
- graphiant_sdk/models/ipfix_app_bandwidth_stats.py +95 -0
- graphiant_sdk/models/ipfix_app_flow_table.py +120 -0
- graphiant_sdk/models/ipfix_app_flow_table_selector.py +89 -0
- graphiant_sdk/models/ipfix_app_incidents.py +95 -0
- graphiant_sdk/models/ipfix_app_incidents_data.py +96 -0
- graphiant_sdk/models/ipfix_app_state_summary_count.py +118 -0
- graphiant_sdk/models/ipfix_app_topology_selector.py +92 -0
- graphiant_sdk/models/ipfix_app_utilization_summary.py +92 -0
- graphiant_sdk/models/ipfix_app_visualization.py +109 -0
- graphiant_sdk/models/ipfix_circuit_metrics.py +99 -0
- graphiant_sdk/models/ipfix_client_usage_summary.py +89 -0
- graphiant_sdk/models/ipfix_connection_map.py +92 -0
- graphiant_sdk/models/ipfix_entity_usage.py +91 -0
- graphiant_sdk/models/ipfix_nat_entry.py +110 -0
- graphiant_sdk/models/ipfix_nat_entry_filter.py +102 -0
- graphiant_sdk/models/ipfix_nat_usage.py +96 -0
- graphiant_sdk/models/ipfix_network_topology.py +122 -0
- graphiant_sdk/models/ipfix_network_topology_delta.py +123 -0
- graphiant_sdk/models/ipfix_stats.py +95 -0
- graphiant_sdk/models/ipfix_time_window.py +99 -0
- graphiant_sdk/models/ipfix_twamp_metrics.py +97 -0
- graphiant_sdk/models/mana_v2_allocation_conversion_holder.py +95 -0
- graphiant_sdk/models/mana_v2_allocation_conversion_holder_bin.py +97 -0
- graphiant_sdk/models/mana_v2_app.py +95 -0
- graphiant_sdk/models/mana_v2_app_identifier.py +89 -0
- graphiant_sdk/models/mana_v2_app_list_config.py +99 -0
- graphiant_sdk/models/mana_v2_application_match_config.py +89 -0
- graphiant_sdk/models/mana_v2_application_profile.py +89 -0
- graphiant_sdk/models/mana_v2_assurance_config.py +105 -0
- graphiant_sdk/models/mana_v2_aws_advance_settings.py +97 -0
- graphiant_sdk/models/mana_v2_aws_credentials.py +89 -0
- graphiant_sdk/models/mana_v2_aws_direct_connect_gateway.py +102 -0
- graphiant_sdk/models/mana_v2_aws_gateway_details.py +99 -0
- graphiant_sdk/models/mana_v2_aws_gateway_details_transit_connection.py +102 -0
- graphiant_sdk/models/mana_v2_aws_transit_gateway.py +100 -0
- graphiant_sdk/models/mana_v2_aws_transit_gateway_vpc.py +97 -0
- graphiant_sdk/models/mana_v2_azure_gateway_details.py +92 -0
- graphiant_sdk/models/mana_v2_b2_b_extranet_service_customer_match_details_customer.py +94 -0
- graphiant_sdk/models/mana_v2_b2_b_extranet_service_customer_match_details_producer_prefix.py +91 -0
- graphiant_sdk/models/mana_v2_b2_b_extranet_service_customer_match_details_service.py +95 -0
- graphiant_sdk/models/mana_v2_b2b_application_customer_summary.py +101 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_application.py +117 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_application_invite.py +98 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_application_invite_response.py +100 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_consumers_summary.py +112 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_customer_match_services_summary.py +104 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_customer_services_summary.py +104 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_filter.py +104 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_match_service_to_customer.py +112 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_consumer_lan_segment_policy.py +89 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_customer_invite.py +90 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_policy_response.py +93 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_producer_policy.py +126 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_policy_response.py +115 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_prefix_tag.py +89 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_producer_policy.py +165 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_service_customer_match_details.py +109 -0
- graphiant_sdk/models/mana_v2_b2b_extranet_status_summary.py +99 -0
- graphiant_sdk/models/mana_v2_b2b_nat.py +89 -0
- graphiant_sdk/models/mana_v2_b2b_site_information.py +104 -0
- graphiant_sdk/models/mana_v2_bandwidth_consumption_summary.py +112 -0
- graphiant_sdk/models/mana_v2_bandwidth_info.py +95 -0
- graphiant_sdk/models/mana_v2_bfd_instance.py +92 -0
- graphiant_sdk/models/mana_v2_bfd_instance_config.py +92 -0
- graphiant_sdk/models/mana_v2_bfd_neighbor.py +120 -0
- graphiant_sdk/models/mana_v2_bgp_aggregation.py +93 -0
- graphiant_sdk/models/mana_v2_bgp_aggregations_config.py +91 -0
- graphiant_sdk/models/mana_v2_bgp_connection.py +101 -0
- graphiant_sdk/models/mana_v2_bgp_instance.py +92 -0
- graphiant_sdk/models/mana_v2_bgp_instance_config.py +94 -0
- graphiant_sdk/models/mana_v2_bgp_multipath.py +89 -0
- graphiant_sdk/models/mana_v2_bgp_multipath_config.py +89 -0
- graphiant_sdk/models/mana_v2_bgp_neighbor.py +152 -0
- graphiant_sdk/models/mana_v2_bgp_neighbor_address_family.py +93 -0
- graphiant_sdk/models/mana_v2_bgp_neighbor_address_family_config.py +98 -0
- graphiant_sdk/models/mana_v2_bgp_neighbor_config.py +169 -0
- graphiant_sdk/models/mana_v2_bgp_redistribute.py +95 -0
- graphiant_sdk/models/mana_v2_bgp_redistribute_protocol_config.py +87 -0
- graphiant_sdk/models/mana_v2_bucket_app.py +107 -0
- graphiant_sdk/models/mana_v2_bucket_app_server.py +91 -0
- graphiant_sdk/models/mana_v2_circuit.py +191 -0
- graphiant_sdk/models/mana_v2_circuit_config.py +186 -0
- graphiant_sdk/models/mana_v2_circuit_interface.py +95 -0
- graphiant_sdk/models/mana_v2_community_container.py +87 -0
- graphiant_sdk/models/mana_v2_community_type.py +89 -0
- graphiant_sdk/models/mana_v2_configuration_metadata.py +91 -0
- graphiant_sdk/models/mana_v2_connectivity_graph_edge.py +98 -0
- graphiant_sdk/models/mana_v2_connectivity_graph_node.py +102 -0
- graphiant_sdk/models/mana_v2_consumer.py +91 -0
- graphiant_sdk/models/mana_v2_consumer_device_information.py +97 -0
- graphiant_sdk/models/mana_v2_content_filter_match_config.py +87 -0
- graphiant_sdk/models/mana_v2_contractual_bandwidth_consumption_summary.py +97 -0
- graphiant_sdk/models/mana_v2_core_device_config.py +211 -0
- graphiant_sdk/models/mana_v2_core_interface_config.py +115 -0
- graphiant_sdk/models/mana_v2_core_link_cost.py +94 -0
- graphiant_sdk/models/mana_v2_core_vlan_interface_config.py +120 -0
- graphiant_sdk/models/mana_v2_customer_match_info.py +106 -0
- graphiant_sdk/models/mana_v2_device.py +291 -0
- graphiant_sdk/models/mana_v2_device_filter.py +93 -0
- graphiant_sdk/models/mana_v2_device_snapshot.py +111 -0
- graphiant_sdk/models/mana_v2_device_snapshot_data.py +114 -0
- graphiant_sdk/models/mana_v2_device_snapshot_list.py +97 -0
- graphiant_sdk/models/mana_v2_dhcp_lease.py +99 -0
- graphiant_sdk/models/mana_v2_dhcp_relay.py +91 -0
- graphiant_sdk/models/mana_v2_dhcp_relay_config.py +87 -0
- graphiant_sdk/models/mana_v2_dhcp_server_dns_parameters_config.py +89 -0
- graphiant_sdk/models/mana_v2_dhcp_server_ip_range.py +89 -0
- graphiant_sdk/models/mana_v2_dhcp_server_pool.py +148 -0
- graphiant_sdk/models/mana_v2_dhcp_static_lease.py +95 -0
- graphiant_sdk/models/mana_v2_dhcp_subnet_config.py +141 -0
- graphiant_sdk/models/mana_v2_dhcp_subnet_static_lease_config.py +91 -0
- graphiant_sdk/models/mana_v2_dhcpip_range_config.py +89 -0
- graphiant_sdk/models/mana_v2_dns.py +127 -0
- graphiant_sdk/models/mana_v2_dns_config.py +99 -0
- graphiant_sdk/models/mana_v2_dns_config_dynamic.py +89 -0
- graphiant_sdk/models/mana_v2_dns_config_static.py +107 -0
- graphiant_sdk/models/mana_v2_dns_servers.py +89 -0
- graphiant_sdk/models/mana_v2_dnsip_address.py +99 -0
- graphiant_sdk/models/mana_v2_dnsip_addresses.py +95 -0
- graphiant_sdk/models/mana_v2_domain_category.py +93 -0
- graphiant_sdk/models/mana_v2_domain_list_match_config.py +87 -0
- graphiant_sdk/models/mana_v2_dpi_application_config.py +132 -0
- graphiant_sdk/models/mana_v2_dpi_custom_application.py +110 -0
- graphiant_sdk/models/mana_v2_dscp.py +88 -0
- graphiant_sdk/models/mana_v2_dynamic_dns_servers.py +102 -0
- graphiant_sdk/models/mana_v2_edge_device_config.py +293 -0
- graphiant_sdk/models/mana_v2_enterprise_configuration.py +89 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set.py +103 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_config.py +91 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_data.py +99 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_data_entry.py +94 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_entry.py +94 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_input.py +108 -0
- graphiant_sdk/models/mana_v2_enterprise_prefix_set_input_entry.py +94 -0
- graphiant_sdk/models/mana_v2_extranet_auto_reverse_routes.py +89 -0
- graphiant_sdk/models/mana_v2_extranet_consumer_lan_segment_policy.py +99 -0
- graphiant_sdk/models/mana_v2_extranet_consumer_lan_segment_policy_response.py +128 -0
- graphiant_sdk/models/mana_v2_extranet_consumer_nat_rule.py +89 -0
- graphiant_sdk/models/mana_v2_extranet_device_status.py +93 -0
- graphiant_sdk/models/mana_v2_extranet_manual_reverse_routes.py +87 -0
- graphiant_sdk/models/mana_v2_extranet_policy.py +152 -0
- graphiant_sdk/models/mana_v2_extranet_policy_input.py +126 -0
- graphiant_sdk/models/mana_v2_firewall_zone_pair.py +99 -0
- graphiant_sdk/models/mana_v2_forwarding_policy.py +155 -0
- graphiant_sdk/models/mana_v2_forwarding_policy_config.py +190 -0
- graphiant_sdk/models/mana_v2_forwarding_policy_match.py +123 -0
- graphiant_sdk/models/mana_v2_forwarding_policy_match_config.py +147 -0
- graphiant_sdk/models/mana_v2_gateway_details.py +123 -0
- graphiant_sdk/models/mana_v2_gateway_summary.py +120 -0
- graphiant_sdk/models/mana_v2_gateway_summary_gateway_device_summary.py +93 -0
- graphiant_sdk/models/mana_v2_gcp_gateway_details.py +91 -0
- graphiant_sdk/models/mana_v2_global_app_config.py +107 -0
- graphiant_sdk/models/mana_v2_global_app_port_range.py +90 -0
- graphiant_sdk/models/mana_v2_global_bandwidth_consumption_summary.py +95 -0
- graphiant_sdk/models/mana_v2_global_object_device_status.py +103 -0
- graphiant_sdk/models/mana_v2_global_object_operation_config.py +93 -0
- graphiant_sdk/models/mana_v2_global_object_service_ops.py +87 -0
- graphiant_sdk/models/mana_v2_global_object_service_summaries.py +95 -0
- graphiant_sdk/models/mana_v2_global_object_summary.py +114 -0
- graphiant_sdk/models/mana_v2_graphiant_connections.py +113 -0
- graphiant_sdk/models/mana_v2_guest_consumer_site_to_site_vpn_config.py +95 -0
- graphiant_sdk/models/mana_v2_i_psec_bgp_route_config.py +115 -0
- graphiant_sdk/models/mana_v2_i_psec_gateway_details.py +117 -0
- graphiant_sdk/models/mana_v2_i_psec_gateway_tunnel_details.py +93 -0
- graphiant_sdk/models/mana_v2_i_psec_profile.py +112 -0
- graphiant_sdk/models/mana_v2_i_psec_static_route_config.py +87 -0
- graphiant_sdk/models/mana_v2_i_psec_tunnel.py +124 -0
- graphiant_sdk/models/mana_v2_interface.py +195 -0
- graphiant_sdk/models/mana_v2_interface_address.py +105 -0
- graphiant_sdk/models/mana_v2_interface_config.py +158 -0
- graphiant_sdk/models/mana_v2_interface_core_config.py +222 -0
- graphiant_sdk/models/mana_v2_interface_core_flex_algo_config.py +87 -0
- graphiant_sdk/models/mana_v2_interface_core_to_core_peer_config.py +100 -0
- graphiant_sdk/models/mana_v2_interface_core_to_gateway_peer_config.py +87 -0
- graphiant_sdk/models/mana_v2_interface_dhcp_config.py +93 -0
- graphiant_sdk/models/mana_v2_interface_i_psec.py +142 -0
- graphiant_sdk/models/mana_v2_interface_i_psec_config.py +124 -0
- graphiant_sdk/models/mana_v2_interface_ip_config.py +103 -0
- graphiant_sdk/models/mana_v2_interface_lagvlan_config.py +107 -0
- graphiant_sdk/models/mana_v2_interface_sfp_optical_strength.py +96 -0
- graphiant_sdk/models/mana_v2_interface_tunnel.py +131 -0
- graphiant_sdk/models/mana_v2_interface_vlan.py +153 -0
- graphiant_sdk/models/mana_v2_interface_vlan_config.py +139 -0
- graphiant_sdk/models/mana_v2_interface_wan_config.py +95 -0
- graphiant_sdk/models/mana_v2_internet_access_bandwidth_info.py +89 -0
- graphiant_sdk/models/mana_v2_ip_firewall_policy.py +92 -0
- graphiant_sdk/models/mana_v2_ip_network_list.py +91 -0
- graphiant_sdk/models/mana_v2_ip_network_list_config.py +89 -0
- graphiant_sdk/models/mana_v2_ipfix_exporter.py +116 -0
- graphiant_sdk/models/mana_v2_ipfix_exporter_config.py +106 -0
- graphiant_sdk/models/mana_v2_ipsec_connection.py +102 -0
- graphiant_sdk/models/mana_v2_ipsec_routing_config.py +97 -0
- graphiant_sdk/models/mana_v2_l4_port_list.py +92 -0
- graphiant_sdk/models/mana_v2_l4_port_list_config.py +90 -0
- graphiant_sdk/models/mana_v2_lacp_config.py +89 -0
- graphiant_sdk/models/mana_v2_lag_interface.py +98 -0
- graphiant_sdk/models/mana_v2_lag_interface_config.py +145 -0
- graphiant_sdk/models/mana_v2_latency_bandwidth.py +89 -0
- graphiant_sdk/models/mana_v2_lldp_neighbor.py +99 -0
- graphiant_sdk/models/mana_v2_location.py +107 -0
- graphiant_sdk/models/mana_v2_mana_configuration.py +97 -0
- graphiant_sdk/models/mana_v2_nat_policy.py +95 -0
- graphiant_sdk/models/mana_v2_nat_policy_config.py +100 -0
- graphiant_sdk/models/mana_v2_nat_policy_ruleset.py +101 -0
- graphiant_sdk/models/mana_v2_nat_policy_ruleset_config.py +104 -0
- graphiant_sdk/models/mana_v2_nat_policy_ruleset_config_nullable_rule.py +91 -0
- graphiant_sdk/models/mana_v2_nat_policy_ruleset_config_nullable_rule_rule.py +103 -0
- graphiant_sdk/models/mana_v2_nat_policy_ruleset_rule.py +108 -0
- graphiant_sdk/models/mana_v2_network_slice.py +101 -0
- graphiant_sdk/models/mana_v2_network_slice_peer.py +110 -0
- graphiant_sdk/models/mana_v2_new_site.py +144 -0
- graphiant_sdk/models/mana_v2_notify_filter_profile_include.py +91 -0
- graphiant_sdk/models/mana_v2_notify_filter_profile_include_config.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_address.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_administrative_distance.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_allow_as_in.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_application_match_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_as_path_prepend.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_bfd_instance_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_aggregations_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_multipath_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_neighbor_address_family_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_neighbor_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_redistribute_protocol_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_bgp_set_next_hop.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_call_policy.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_communities.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_community.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_content_filter_match_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_core_interface_vlan_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_destination_network_match_config.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_dhcp_subnet_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_dhcp_subnet_static_lease_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_dhcpip_range_list.py +95 -0
- graphiant_sdk/models/mana_v2_nullable_dns_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_domain_list_match_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_dpi_application_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_dscp_match_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ebgp_config.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_enterprise_prefix_set_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_hold_timer.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_i_psec_tunnel_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_i_psec_vpn_profiles_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_interface_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_interface_core_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_interface_ip_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_interface_lagvlan_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_interface_name.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_interface_priority_decrement.py +90 -0
- graphiant_sdk/models/mana_v2_nullable_interface_vlan_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ip_list.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_ip_network_list_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ip_protocol.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_ipfix_exporter_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ipv4_address.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_ipv6_address.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_keep_alive_timer.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_l4_port_list_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_lag_interface_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_lag_member_interface.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_local_preferance.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_max_prefix.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_md5_password.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_meter_rates.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_metric.py +90 -0
- graphiant_sdk/models/mana_v2_nullable_nat_policy_ruleset_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_nat_policy_ruleset_name.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_admin_distance_value.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_area_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_dead_interval_value.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_hello_interval_value.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_interface_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_process_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_redistribute_protocol_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_ospf_retransmit_interval_value.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_policy_name.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_prefix_set.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_prefix_set_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_prometheus_remote_write_sink_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_prometheus_rule_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_prometheus_rule_group_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_prometheus_sys_db_monitor_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_protocol_route_type.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_route_tag_set.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_routing_policy_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_routing_protocol.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_security_policy_ruleset_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_security_zone_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_security_zone_pair_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_session_limit.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_set_circuit_config.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_set_circuit_label_config.py +89 -0
- graphiant_sdk/models/mana_v2_nullable_set_dscp_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_set_sla_class_config.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_site_interface_name.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_community_config_value.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_engine_endpoint_config_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_engine_endpoints_address.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_notify_filter_profile_config_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_target_config_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_vacm_group_access_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_vacm_group_member_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_snmp_vacm_view_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_source_network_match_config.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_stale_purge.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_static_route_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_syslog_collector_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_tcp_mss_v4.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_tcp_mss_v6.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_traffic_policy_ruleset_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_traffic_policy_ruleset_name.py +87 -0
- graphiant_sdk/models/mana_v2_nullable_usm_local_user_config_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_usm_remote_user_config_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_vacm_group_value.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_vrrp_group_config.py +91 -0
- graphiant_sdk/models/mana_v2_nullable_weight.py +88 -0
- graphiant_sdk/models/mana_v2_nullable_zone_firewall_config.py +91 -0
- graphiant_sdk/models/mana_v2_oci_gateway_details.py +91 -0
- graphiant_sdk/models/mana_v2_osp_fv2_process.py +116 -0
- graphiant_sdk/models/mana_v2_osp_fv3_process.py +116 -0
- graphiant_sdk/models/mana_v2_ospf_area.py +119 -0
- graphiant_sdk/models/mana_v2_ospf_area_config.py +106 -0
- graphiant_sdk/models/mana_v2_ospf_interface.py +132 -0
- graphiant_sdk/models/mana_v2_ospf_interface_config.py +124 -0
- graphiant_sdk/models/mana_v2_ospf_process_config.py +131 -0
- graphiant_sdk/models/mana_v2_ospf_redistribute.py +92 -0
- graphiant_sdk/models/mana_v2_ospf_redistribute_protocol_config.py +92 -0
- graphiant_sdk/models/mana_v2_overlay_filter_config.py +96 -0
- graphiant_sdk/models/mana_v2_overlay_filters.py +89 -0
- graphiant_sdk/models/mana_v2_policer.py +89 -0
- graphiant_sdk/models/mana_v2_policy_match.py +98 -0
- graphiant_sdk/models/mana_v2_policy_target.py +111 -0
- graphiant_sdk/models/mana_v2_policy_target_input.py +95 -0
- graphiant_sdk/models/mana_v2_port_range.py +90 -0
- graphiant_sdk/models/mana_v2_port_range_config.py +90 -0
- graphiant_sdk/models/mana_v2_prefix_set.py +122 -0
- graphiant_sdk/models/mana_v2_prefix_set_config.py +110 -0
- graphiant_sdk/models/mana_v2_prefix_set_config_nullable_entry.py +91 -0
- graphiant_sdk/models/mana_v2_prefix_set_config_nullable_entry_entry.py +94 -0
- graphiant_sdk/models/mana_v2_prefix_set_entry.py +96 -0
- graphiant_sdk/models/mana_v2_prefix_set_policy.py +91 -0
- graphiant_sdk/models/mana_v2_prometheus_config.py +121 -0
- graphiant_sdk/models/mana_v2_prometheus_remote_write_sink_config.py +94 -0
- graphiant_sdk/models/mana_v2_prometheus_rule_config.py +98 -0
- graphiant_sdk/models/mana_v2_prometheus_rule_group_config.py +107 -0
- graphiant_sdk/models/mana_v2_prometheus_sys_db_monitor_config.py +92 -0
- graphiant_sdk/models/mana_v2_qo_s_profile.py +99 -0
- graphiant_sdk/models/mana_v2_qo_s_profile_queue.py +92 -0
- graphiant_sdk/models/mana_v2_region.py +91 -0
- graphiant_sdk/models/mana_v2_regional_allocation.py +99 -0
- graphiant_sdk/models/mana_v2_regional_bandwidth_consumption_summary.py +108 -0
- graphiant_sdk/models/mana_v2_route_tag.py +91 -0
- graphiant_sdk/models/mana_v2_route_tag_device.py +97 -0
- graphiant_sdk/models/mana_v2_route_tag_element.py +102 -0
- graphiant_sdk/models/mana_v2_route_tag_id.py +91 -0
- graphiant_sdk/models/mana_v2_route_tag_summary.py +99 -0
- graphiant_sdk/models/mana_v2_routing_policy.py +111 -0
- graphiant_sdk/models/mana_v2_routing_policy_config.py +112 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement.py +91 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement.py +118 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_action.py +91 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_action_action.py +138 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_match.py +91 -0
- graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_nullable_match_match.py +130 -0
- graphiant_sdk/models/mana_v2_routing_policy_statement.py +110 -0
- graphiant_sdk/models/mana_v2_routing_policy_statement_action.py +114 -0
- graphiant_sdk/models/mana_v2_routing_policy_statement_match.py +108 -0
- graphiant_sdk/models/mana_v2_security_policy_rule.py +100 -0
- graphiant_sdk/models/mana_v2_security_policy_rule_row.py +99 -0
- graphiant_sdk/models/mana_v2_security_policy_ruleset.py +110 -0
- graphiant_sdk/models/mana_v2_security_policy_ruleset_config.py +108 -0
- graphiant_sdk/models/mana_v2_security_policy_ruleset_config_nullable_rule.py +91 -0
- graphiant_sdk/models/mana_v2_security_policy_ruleset_config_nullable_rule_rule.py +123 -0
- graphiant_sdk/models/mana_v2_security_policy_ruleset_rule.py +114 -0
- graphiant_sdk/models/mana_v2_security_zone.py +93 -0
- graphiant_sdk/models/mana_v2_security_zone_config.py +102 -0
- graphiant_sdk/models/mana_v2_security_zone_pair_config.py +91 -0
- graphiant_sdk/models/mana_v2_single_route_tag.py +101 -0
- graphiant_sdk/models/mana_v2_single_route_tag_route_tag_element.py +91 -0
- graphiant_sdk/models/mana_v2_site.py +137 -0
- graphiant_sdk/models/mana_v2_site_device_stub.py +89 -0
- graphiant_sdk/models/mana_v2_site_list.py +94 -0
- graphiant_sdk/models/mana_v2_site_list_entry.py +93 -0
- graphiant_sdk/models/mana_v2_site_list_site_entry.py +105 -0
- graphiant_sdk/models/mana_v2_site_to_site_i_psec.py +130 -0
- graphiant_sdk/models/mana_v2_site_to_site_i_psec_i_psec_bgp_routes.py +106 -0
- graphiant_sdk/models/mana_v2_site_to_site_i_psec_i_psec_static_routes.py +87 -0
- graphiant_sdk/models/mana_v2_sla_information.py +91 -0
- graphiant_sdk/models/mana_v2_snmp.py +199 -0
- graphiant_sdk/models/mana_v2_snmp_community.py +89 -0
- graphiant_sdk/models/mana_v2_snmp_config.py +245 -0
- graphiant_sdk/models/mana_v2_snmp_engine_endpoint.py +99 -0
- graphiant_sdk/models/mana_v2_snmp_engine_endpoint_config.py +110 -0
- graphiant_sdk/models/mana_v2_snmp_notify_filter_profile.py +99 -0
- graphiant_sdk/models/mana_v2_snmp_notify_filter_profile_config.py +102 -0
- graphiant_sdk/models/mana_v2_snmp_target.py +107 -0
- graphiant_sdk/models/mana_v2_snmp_target_config.py +105 -0
- graphiant_sdk/models/mana_v2_snmp_usm_local_user.py +97 -0
- graphiant_sdk/models/mana_v2_snmp_usm_local_user_config.py +95 -0
- graphiant_sdk/models/mana_v2_snmp_usm_remote_user.py +97 -0
- graphiant_sdk/models/mana_v2_snmp_usm_remote_user_config.py +95 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_group.py +119 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_group_access.py +99 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_group_access_config.py +99 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_group_member.py +95 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_group_member_config.py +93 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_view.py +99 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_view_config.py +102 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_view_include.py +91 -0
- graphiant_sdk/models/mana_v2_snmp_vacm_view_include_config.py +87 -0
- graphiant_sdk/models/mana_v2_static_dns_servers.py +106 -0
- graphiant_sdk/models/mana_v2_static_route.py +109 -0
- graphiant_sdk/models/mana_v2_static_route_config.py +115 -0
- graphiant_sdk/models/mana_v2_static_route_nexthop.py +100 -0
- graphiant_sdk/models/mana_v2_static_route_nexthop_config.py +95 -0
- graphiant_sdk/models/mana_v2_subnet.py +89 -0
- graphiant_sdk/models/mana_v2_syslog_collector.py +112 -0
- graphiant_sdk/models/mana_v2_syslog_collector_config.py +106 -0
- graphiant_sdk/models/mana_v2_time_period.py +89 -0
- graphiant_sdk/models/mana_v2_traffic_policy_action.py +93 -0
- graphiant_sdk/models/mana_v2_traffic_policy_rule.py +102 -0
- graphiant_sdk/models/mana_v2_traffic_policy_rule_row.py +99 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset.py +110 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config.py +108 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config_nullable_rule.py +91 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config_nullable_rule_rule.py +104 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_config_nullable_rule_rule_action.py +123 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_rule.py +108 -0
- graphiant_sdk/models/mana_v2_traffic_policy_ruleset_rule_action.py +105 -0
- graphiant_sdk/models/mana_v2_udp_flow_table.py +90 -0
- graphiant_sdk/models/mana_v2_vacm_group_config.py +117 -0
- graphiant_sdk/models/mana_v2_vendor_detail.py +89 -0
- graphiant_sdk/models/mana_v2_version_metadata.py +91 -0
- graphiant_sdk/models/mana_v2_vrf.py +195 -0
- graphiant_sdk/models/mana_v2_vrf_config.py +227 -0
- graphiant_sdk/models/mana_v2_vrrp_group.py +129 -0
- graphiant_sdk/models/mana_v2_vrrp_group_config.py +112 -0
- graphiant_sdk/models/mana_v2_vrrp_group_interface_priority_decrement.py +90 -0
- graphiant_sdk/models/mana_v2_vrrp_group_member.py +103 -0
- graphiant_sdk/models/mana_v2_zone.py +91 -0
- graphiant_sdk/models/mana_v2_zone_firewall_config.py +97 -0
- graphiant_sdk/models/mana_v2_zone_firewall_ip_policy_config.py +95 -0
- graphiant_sdk/models/mana_v2_zone_firewall_policy.py +99 -0
- graphiant_sdk/models/mana_v2_zone_firewall_udp_policy_config.py +91 -0
- graphiant_sdk/models/mana_v2device_snapshot_row.py +112 -0
- graphiant_sdk/models/mana_v2interface_config_type.py +109 -0
- graphiant_sdk/models/mana_v2topology_device.py +118 -0
- graphiant_sdk/models/onboarding_cloud_init_configuration.py +103 -0
- graphiant_sdk/models/onboarding_cloud_init_token.py +105 -0
- graphiant_sdk/models/onboarding_cloud_init_token_token.py +98 -0
- graphiant_sdk/models/onboarding_hardware_inventory.py +124 -0
- graphiant_sdk/models/onboarding_interface.py +100 -0
- graphiant_sdk/models/onboarding_inventory.py +93 -0
- graphiant_sdk/models/onboarding_ip.py +91 -0
- graphiant_sdk/models/onboarding_onboarding_redirection.py +95 -0
- graphiant_sdk/models/onboarding_onboarding_summary.py +104 -0
- graphiant_sdk/models/onboarding_private_gcs_details.py +99 -0
- graphiant_sdk/models/onboarding_private_gcs_inventory_details.py +93 -0
- graphiant_sdk/models/pokedex_device_history_info.py +102 -0
- graphiant_sdk/models/pokedex_device_mapping_info.py +102 -0
- graphiant_sdk/models/routing_afi_route_count.py +89 -0
- graphiant_sdk/models/routing_arp_entry.py +93 -0
- graphiant_sdk/models/routing_nbr_stats.py +88 -0
- graphiant_sdk/models/routing_nd_entry.py +93 -0
- graphiant_sdk/models/routing_ospf_interface.py +105 -0
- graphiant_sdk/models/routing_ospf_nbr.py +102 -0
- graphiant_sdk/models/routing_ospf_network_lsa.py +90 -0
- graphiant_sdk/models/routing_ospf_next_hop.py +102 -0
- graphiant_sdk/models/routing_ospf_route.py +97 -0
- graphiant_sdk/models/routing_ospf_router_lsa.py +95 -0
- graphiant_sdk/models/routing_ospf_router_lsa_link.py +100 -0
- graphiant_sdk/models/routing_ospf_statistics.py +90 -0
- graphiant_sdk/models/routing_ospf_summary_lsa.py +94 -0
- graphiant_sdk/models/routing_ospfas_external_lsa.py +102 -0
- graphiant_sdk/models/routing_ospflsa.py +124 -0
- graphiant_sdk/models/routing_ospflsa_tos_metric.py +90 -0
- graphiant_sdk/models/routing_prefix_filter.py +101 -0
- graphiant_sdk/models/routing_vrrp_entry.py +108 -0
- graphiant_sdk/models/routingbgp_counter.py +98 -0
- graphiant_sdk/models/routingprefix.py +92 -0
- graphiant_sdk/models/search_edge_summary.py +160 -0
- graphiant_sdk/models/search_search_filter.py +91 -0
- graphiant_sdk/models/search_search_result.py +92 -0
- graphiant_sdk/models/statsmon_backbonehealth_control_plane.py +98 -0
- graphiant_sdk/models/statsmon_backbonehealth_data_plane.py +107 -0
- graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response.py +105 -0
- graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response_devices_summary.py +95 -0
- graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary.py +112 -0
- graphiant_sdk/models/statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary_qoe_session_box.py +106 -0
- graphiant_sdk/models/statsmon_backbonehealth_system_plane.py +160 -0
- graphiant_sdk/models/statsmon_backbonehealth_transition_series.py +95 -0
- graphiant_sdk/models/statsmon_backbonehealth_transitions.py +97 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_enterprise_details.py +114 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_enterprise_summary.py +122 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region.py +94 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region_cloud_summary.py +106 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region_edge_details.py +95 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_region_edge_summary.py +104 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_role_summary.py +92 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site.py +98 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_details.py +105 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_edge_provider.py +96 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_provider.py +92 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_site_summary.py +102 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_top_providers.py +94 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_top_regions.py +100 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_by_top_sites.py +92 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_chart.py +97 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_chart_value.py +98 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_csv_details.py +95 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_bw_usage_csv_record.py +100 -0
- graphiant_sdk/models/statsmon_bandwidthtracker_time_window.py +99 -0
- graphiant_sdk/models/statsmon_circuit_incidents.py +90 -0
- graphiant_sdk/models/statsmon_circuit_summary.py +114 -0
- graphiant_sdk/models/statsmon_circuit_utilization.py +100 -0
- graphiant_sdk/models/statsmon_circuits_incidents.py +97 -0
- graphiant_sdk/models/statsmon_circuits_incidents_data.py +109 -0
- graphiant_sdk/models/statsmon_circuits_incidents_selector.py +87 -0
- graphiant_sdk/models/statsmon_circuits_utilization_selector.py +87 -0
- graphiant_sdk/models/statsmon_extranet_edge_status.py +101 -0
- graphiant_sdk/models/statsmon_extranet_prefix_health.py +89 -0
- graphiant_sdk/models/statsmon_extranet_server_status.py +89 -0
- graphiant_sdk/models/statsmon_extranet_service_health.py +100 -0
- graphiant_sdk/models/statsmon_extranet_site_status.py +101 -0
- graphiant_sdk/models/statsmon_queue_utilization.py +96 -0
- graphiant_sdk/models/statsmon_time_window.py +99 -0
- graphiant_sdk/models/statsmon_troubleshooting_circuit_filter.py +87 -0
- graphiant_sdk/models/statsmon_troubleshooting_control_plane.py +106 -0
- graphiant_sdk/models/statsmon_troubleshooting_crash.py +91 -0
- graphiant_sdk/models/statsmon_troubleshooting_data_plane.py +107 -0
- graphiant_sdk/models/statsmon_troubleshooting_device_filter.py +89 -0
- graphiant_sdk/models/statsmon_troubleshooting_edge_status.py +91 -0
- graphiant_sdk/models/statsmon_troubleshooting_filter.py +95 -0
- graphiant_sdk/models/statsmon_troubleshooting_issue.py +118 -0
- graphiant_sdk/models/statsmon_troubleshooting_lan_segment_filter.py +87 -0
- graphiant_sdk/models/statsmon_troubleshooting_last_crash.py +95 -0
- graphiant_sdk/models/statsmon_troubleshooting_maintenance_window.py +91 -0
- graphiant_sdk/models/statsmon_troubleshooting_overheating.py +91 -0
- graphiant_sdk/models/statsmon_troubleshooting_region.py +89 -0
- graphiant_sdk/models/statsmon_troubleshooting_region_filter.py +91 -0
- graphiant_sdk/models/statsmon_troubleshooting_session_sla.py +97 -0
- graphiant_sdk/models/statsmon_troubleshooting_site_filter.py +89 -0
- graphiant_sdk/models/statsmon_troubleshooting_sla_value.py +101 -0
- graphiant_sdk/models/statsmon_troubleshooting_system_plane.py +160 -0
- graphiant_sdk/models/statsmon_troubleshooting_system_stat.py +97 -0
- graphiant_sdk/models/statsmon_troubleshooting_time_window.py +99 -0
- graphiant_sdk/models/statsmon_troubleshooting_transitions.py +97 -0
- graphiant_sdk/models/statsmon_twamp_visual_data.py +108 -0
- graphiant_sdk/models/statsmon_twamp_visual_selector.py +89 -0
- graphiant_sdk/models/statsmon_v2_bfd_stats_selector.py +92 -0
- graphiant_sdk/models/statsmon_v2_bgp_stats_selector.py +91 -0
- graphiant_sdk/models/statsmon_v2_circuit_bandwidth_stats_selector.py +90 -0
- graphiant_sdk/models/statsmon_v2_circuit_incidents.py +91 -0
- graphiant_sdk/models/statsmon_v2_circuit_incidents_data.py +101 -0
- graphiant_sdk/models/statsmon_v2_circuit_incidents_data_sample.py +109 -0
- graphiant_sdk/models/statsmon_v2_circuit_incidents_data_sample_incidents.py +90 -0
- graphiant_sdk/models/statsmon_v2_circuit_incidents_selector.py +87 -0
- graphiant_sdk/models/statsmon_v2_circuit_summary.py +136 -0
- graphiant_sdk/models/statsmon_v2_circuit_utilization_selector.py +87 -0
- graphiant_sdk/models/statsmon_v2_connection.py +109 -0
- graphiant_sdk/models/statsmon_v2_device_segments.py +97 -0
- graphiant_sdk/models/statsmon_v2_edge.py +114 -0
- graphiant_sdk/models/statsmon_v2_edgeedge_circuit_info.py +109 -0
- graphiant_sdk/models/statsmon_v2_generic_system_stats_selector.py +87 -0
- graphiant_sdk/models/statsmon_v2_interface_stats_selector.py +89 -0
- graphiant_sdk/models/statsmon_v2_ip_sec_stats_selector.py +89 -0
- graphiant_sdk/models/statsmon_v2_node.py +120 -0
- graphiant_sdk/models/statsmon_v2_node_circuit_info.py +116 -0
- graphiant_sdk/models/statsmon_v2_node_connection.py +109 -0
- graphiant_sdk/models/statsmon_v2_node_device_info.py +121 -0
- graphiant_sdk/models/statsmon_v2_ospf_stats_selector.py +91 -0
- graphiant_sdk/models/statsmon_v2_policy_stats_selector.py +90 -0
- graphiant_sdk/models/statsmon_v2_queue_instant_stats_selector.py +91 -0
- graphiant_sdk/models/statsmon_v2_queue_stats_selector.py +93 -0
- graphiant_sdk/models/statsmon_v2_queue_utilization.py +98 -0
- graphiant_sdk/models/statsmon_v2_site_info.py +93 -0
- graphiant_sdk/models/statsmon_v2_stats_sample.py +95 -0
- graphiant_sdk/models/statsmon_v2_system_stats_selector.py +87 -0
- graphiant_sdk/models/statsmon_v2_time_window.py +99 -0
- graphiant_sdk/models/statsmon_v2_twamp_stats_selector.py +94 -0
- graphiant_sdk/models/statsmon_v2_twamp_visual_selector.py +91 -0
- graphiant_sdk/models/statsmon_v2_vrf_route.py +93 -0
- graphiant_sdk/models/statsmon_v2_vrf_routes.py +101 -0
- graphiant_sdk/models/syslogmon_histogram.py +94 -0
- graphiant_sdk/models/syslogmon_log.py +102 -0
- graphiant_sdk/models/syslogmon_syslogs_selector.py +89 -0
- graphiant_sdk/models/upgrade_gcs_release_category.py +89 -0
- graphiant_sdk/models/upgrade_gcs_release_details.py +103 -0
- graphiant_sdk/models/upgrade_inventory_key.py +90 -0
- graphiant_sdk/models/upgrade_release_summary.py +106 -0
- graphiant_sdk/models/upgrade_running_sw_version.py +93 -0
- graphiant_sdk/models/upgrade_schedule.py +108 -0
- graphiant_sdk/models/upgrade_sw_version.py +91 -0
- graphiant_sdk/models/upgrade_upgrade_canary_profile.py +97 -0
- graphiant_sdk/models/upgrade_upgrade_occurrence.py +93 -0
- graphiant_sdk/models/upgrade_upgrade_summary.py +124 -0
- graphiant_sdk/models/v1_account_email_patch_request.py +3 -3
- graphiant_sdk/models/v1_account_mfa_confirmation_post_request.py +6 -6
- graphiant_sdk/models/v1_account_mfa_confirmation_post_response.py +87 -0
- graphiant_sdk/models/v1_account_mfa_delete_request.py +87 -0
- graphiant_sdk/models/v1_account_mfa_get_response.py +87 -0
- graphiant_sdk/models/v1_account_mfa_put_request.py +1 -1
- graphiant_sdk/models/v1_account_mfa_put_response.py +93 -0
- graphiant_sdk/models/v1_account_password_patch_request.py +3 -3
- graphiant_sdk/models/v1_activity_logs_post_request.py +11 -11
- graphiant_sdk/models/v1_activity_logs_post_response.py +117 -0
- graphiant_sdk/models/v1_activity_logs_post_response_activity_items.py +95 -0
- graphiant_sdk/models/v1_alarm_history_get_request.py +87 -0
- graphiant_sdk/models/v1_alarm_history_get_response.py +95 -0
- graphiant_sdk/models/v1_alarm_mute_alarm_id_put_request.py +2 -2
- graphiant_sdk/models/v1_alarms_events_get_request.py +87 -0
- graphiant_sdk/models/v1_alarms_events_get_response.py +87 -0
- graphiant_sdk/models/v1_alarms_list_get_response.py +95 -0
- graphiant_sdk/models/v1_apps_app_summary_post_request.py +3 -3
- graphiant_sdk/models/v1_apps_app_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_apps_bandwidth_post_request.py +3 -3
- graphiant_sdk/models/v1_apps_bandwidth_post_response.py +95 -0
- graphiant_sdk/models/v1_apps_device_device_id_top_post_request.py +4 -4
- graphiant_sdk/models/v1_apps_device_device_id_top_post_response.py +97 -0
- graphiant_sdk/models/v1_apps_site_site_id_top_post_request.py +94 -0
- graphiant_sdk/models/v1_apps_site_site_id_top_post_response.py +97 -0
- graphiant_sdk/models/v1_apps_visualization_post_request.py +5 -5
- graphiant_sdk/models/v1_apps_visualization_post_response.py +102 -0
- graphiant_sdk/models/v1_audit_logs_post_request.py +8 -8
- graphiant_sdk/models/v1_audit_logs_post_response.py +110 -0
- graphiant_sdk/models/v1_auth_delete_response.py +89 -0
- graphiant_sdk/models/v1_auth_error_post_response.py +96 -0
- graphiant_sdk/models/v1_auth_gcs_post_request.py +89 -0
- graphiant_sdk/models/v1_auth_get_response.py +93 -0
- graphiant_sdk/models/v1_auth_login_callback_post500_response.py +87 -0
- graphiant_sdk/models/v1_auth_login_post_request.py +3 -3
- graphiant_sdk/models/v1_auth_login_post_response.py +101 -0
- graphiant_sdk/models/v1_auth_login_pre_get_response.py +102 -0
- graphiant_sdk/models/v1_auth_login_saml_get401_response.py +87 -0
- graphiant_sdk/models/v1_auth_login_saml_get500_response.py +87 -0
- graphiant_sdk/models/v1_auth_login_temp_post_request.py +4 -4
- graphiant_sdk/models/v1_auth_mfa_patch_request.py +2 -2
- graphiant_sdk/models/v1_auth_mfa_post500_response.py +87 -0
- graphiant_sdk/models/v1_auth_mfa_post_request.py +93 -0
- graphiant_sdk/models/v1_auth_mfa_types_get_response.py +87 -0
- graphiant_sdk/models/v1_auth_mfa_types_put_request.py +87 -0
- graphiant_sdk/models/v1_auth_patch_request.py +93 -0
- graphiant_sdk/models/v1_auth_patch_response.py +89 -0
- graphiant_sdk/models/v1_auth_put_request.py +93 -0
- graphiant_sdk/models/v1_auth_put_response.py +89 -0
- graphiant_sdk/models/v1_auth_refresh_get200_response.py +137 -0
- graphiant_sdk/models/v1_auth_refresh_get403_response.py +87 -0
- graphiant_sdk/models/v1_auth_refresh_get422_response.py +87 -0
- graphiant_sdk/models/v1_auth_refresh_get_entry_point_response.py +87 -0
- graphiant_sdk/models/v1_auth_session_get403_response.py +87 -0
- graphiant_sdk/models/v1_auth_session_get422_response.py +87 -0
- graphiant_sdk/models/v1_auth_user_get_response.py +97 -0
- graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post_response.py +91 -0
- graphiant_sdk/models/v1_backbone_health_device_device_id_post_request.py +91 -0
- graphiant_sdk/models/v1_backbone_health_device_device_id_post_response.py +137 -0
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get_response.py +105 -0
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get_response_device_et_wan_summary.py +99 -0
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get_response_region_status.py +93 -0
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response.py +115 -0
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response_devices_summary.py +95 -0
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response_region_status.py +98 -0
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get_response_sla_summary.py +120 -0
- graphiant_sdk/models/v1_backbone_health_filter_get_response.py +135 -0
- graphiant_sdk/models/v1_backbone_health_overview_post_request.py +3 -3
- graphiant_sdk/models/v1_backbone_health_overview_post_response.py +95 -0
- graphiant_sdk/models/v1_backbone_health_overview_post_response_device_summary.py +107 -0
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_request.py +3 -3
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_response.py +101 -0
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_response_device_counts.py +95 -0
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_response_device_counts_device_count.py +89 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_csv_post_request.py +91 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post_request.py +91 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post_request.py +91 -0
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post_request.py +3 -3
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_cloud_csv_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_cloud_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_chart_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_chart_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_csv_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_details_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_details_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_summary_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_edge_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_chart_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_chart_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_csv_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_details_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_details_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_summary_post_request.py +94 -0
- graphiant_sdk/models/v1_bwtracker_region_gateway_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_chart_post_request.py +3 -3
- graphiant_sdk/models/v1_bwtracker_region_site_chart_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_details_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_region_site_details_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_chart_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_chart_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_details_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_details_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_region_site_gateway_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_region_site_summary_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_region_site_summary_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_site_csv_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_site_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_bwtracker_site_gateway_csv_post_request.py +96 -0
- graphiant_sdk/models/v1_bwtracker_site_gateway_csv_post_response.py +91 -0
- graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get_response.py +95 -0
- graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get_response_assurance.py +93 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_get_response.py +95 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row.py +132 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row_app_entry.py +87 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row_lan_entry.py +87 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_get_response_row_site_entry.py +87 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_id_get_response.py +91 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_id_put_request.py +3 -3
- graphiant_sdk/models/v1_data_assurance_assurances_global_id_put_response.py +87 -0
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_request.py +3 -3
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_response.py +89 -0
- graphiant_sdk/models/v1_data_assurance_flex_algos_get_response.py +95 -0
- graphiant_sdk/models/v1_data_assurance_flex_algos_get_response_entry.py +91 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get_response.py +99 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_details_get_response.py +91 -0
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_odp_nbrid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_odp_nbrid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_lsdb_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_lsdb_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_rib_get_request.py +97 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_rib_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get_response.py +100 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_nbrid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interface_nbrid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interfaceid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_interfaceid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_lsdb_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_lsdb_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_nbr_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_area_nbr_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_areaid_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_areaid_get_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_lsdb_get_request.py +91 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_lsdb_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_rib_get_request.py +97 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_rib_get_response.py +103 -0
- graphiant_sdk/models/v1_device_routing_ospfv3_statistics_get_response.py +100 -0
- graphiant_sdk/models/v1_device_routing_rib_route_count_post_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_rib_route_count_post_response_route_count.py +89 -0
- graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get_response.py +111 -0
- graphiant_sdk/models/v1_device_routing_vrf_bgp_graphiant_eiroute_count_get_response.py +91 -0
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_request.py +3 -3
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_response.py +95 -0
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_response_route_count.py +89 -0
- graphiant_sdk/models/v1_device_snapshot_device_id_get_response.py +95 -0
- graphiant_sdk/models/v1_device_snapshot_get_request.py +91 -0
- graphiant_sdk/models/v1_device_snapshot_get_response.py +101 -0
- graphiant_sdk/models/v1_device_status_history_post_response.py +95 -0
- graphiant_sdk/models/v1_device_status_post_request.py +90 -0
- graphiant_sdk/models/v1_device_status_post_response.py +95 -0
- graphiant_sdk/models/v1_devices_bringup_post_response.py +95 -0
- graphiant_sdk/models/v1_devices_bringup_token_post_request.py +3 -3
- graphiant_sdk/models/v1_devices_bringup_token_post_response.py +93 -0
- graphiant_sdk/models/v1_devices_device_id_arp_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get_response_circuit_info.py +93 -0
- graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get_response.py +100 -0
- graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get_response_vrf_associations.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_config_put_request.py +9 -9
- graphiant_sdk/models/v1_devices_device_id_config_put_response.py +89 -0
- graphiant_sdk/models/v1_devices_device_id_connectivity_get_response.py +105 -0
- graphiant_sdk/models/v1_devices_device_id_dhcp_server_leases_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_draft_get_response.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_draft_post_request.py +3 -3
- graphiant_sdk/models/v1_devices_device_id_draft_post_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_edges_get_request.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_edges_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_device_id_get_response.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_interfaces_get_request.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_interfaces_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get_response.py +93 -0
- graphiant_sdk/models/v1_devices_device_id_ndcache_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_ospfv3_default_originate_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_ospfv3_default_originate_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_policy_applications_get_request.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_policy_applications_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_device_id_policy_applications_get_response_application.py +93 -0
- graphiant_sdk/models/v1_devices_device_id_policy_customapplications_get_request.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_policy_customapplications_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_device_id_policy_customapplications_get_response_application.py +93 -0
- graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_staged_config_compare_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_twamp_core_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_versions_compare_get_request.py +90 -0
- graphiant_sdk/models/v1_devices_device_id_versions_compare_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_versions_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_device_id_versions_version_get_response.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get_response.py +88 -0
- graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get_request.py +89 -0
- graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get_response.py +97 -0
- graphiant_sdk/models/v1_devices_device_id_vrrp_get_request.py +90 -0
- graphiant_sdk/models/v1_devices_device_id_vrrp_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_get_request.py +103 -0
- graphiant_sdk/models/v1_devices_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_inventory_clear_return_post_request.py +87 -0
- graphiant_sdk/models/v1_devices_inventory_get_request.py +93 -0
- graphiant_sdk/models/v1_devices_inventory_get_response.py +101 -0
- graphiant_sdk/models/v1_devices_inventory_post_request.py +3 -3
- graphiant_sdk/models/v1_devices_inventory_post_response.py +95 -0
- graphiant_sdk/models/v1_devices_inventory_post_response_data.py +89 -0
- graphiant_sdk/models/v1_devices_inventory_request_return_post_request.py +87 -0
- graphiant_sdk/models/v1_devices_inventory_serial_num_post_request.py +87 -0
- graphiant_sdk/models/v1_devices_inventory_serial_num_post_response.py +95 -0
- graphiant_sdk/models/v1_devices_oauth_authorization_get_response.py +87 -0
- graphiant_sdk/models/v1_devices_oauth_post_request.py +104 -0
- graphiant_sdk/models/v1_devices_oauth_post_response.py +91 -0
- graphiant_sdk/models/v1_devices_oauth_redirect_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_oauth_redirect_get_response.py +91 -0
- graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get_response_protocol_count.py +93 -0
- graphiant_sdk/models/v1_devices_running_version_post_request.py +87 -0
- graphiant_sdk/models/v1_devices_running_version_post_response.py +95 -0
- graphiant_sdk/models/v1_devices_session_status_post_response.py +123 -0
- graphiant_sdk/models/v1_devices_session_status_post_response_data.py +93 -0
- graphiant_sdk/models/v1_devices_summary_get_request.py +87 -0
- graphiant_sdk/models/v1_devices_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_devices_summary_get_response_site_summary.py +99 -0
- graphiant_sdk/models/v1_devices_summary_get_response_site_summary_device_summary.py +108 -0
- graphiant_sdk/models/v1_devices_upgrade_cancel_put_request.py +87 -0
- graphiant_sdk/models/v1_devices_upgrade_schedule_put_request.py +9 -9
- graphiant_sdk/models/v1_devices_upgrade_schedule_put_request_device_version.py +93 -0
- graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post_request.py +2 -2
- graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post_response.py +87 -0
- graphiant_sdk/models/v1_diagnostic_archive_edit_archive_id_put_request.py +87 -0
- graphiant_sdk/models/v1_diagnostic_archives_device_id_get_response.py +95 -0
- graphiant_sdk/models/v1_diagnostic_bgp_reset_device_id_put_request.py +4 -4
- graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request.py +3 -3
- graphiant_sdk/models/v1_diagnostic_gnmi_ping_get_request.py +88 -0
- graphiant_sdk/models/v1_diagnostic_gnmi_ping_get_response.py +95 -0
- graphiant_sdk/models/v1_diagnostic_gnmi_ping_get_response_result.py +97 -0
- graphiant_sdk/models/v1_diagnostic_interface_reset_device_id_put_request.py +2 -2
- graphiant_sdk/models/v1_diagnostic_otp_device_id_get_response.py +87 -0
- graphiant_sdk/models/v1_diagnostic_packetcapture_pcap_id_get_response.py +96 -0
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request.py +9 -9
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_response.py +87 -0
- graphiant_sdk/models/v1_diagnostic_packetcapture_stop_post_request.py +87 -0
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request.py +6 -6
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_response.py +93 -0
- graphiant_sdk/models/v1_diagnostic_ping_post_request.py +98 -0
- graphiant_sdk/models/v1_diagnostic_ping_post_response.py +93 -0
- graphiant_sdk/models/v1_diagnostic_reboot_device_id_put_request.py +3 -3
- graphiant_sdk/models/v1_diagnostic_reset_ipsec_session_device_id_put_request.py +3 -3
- graphiant_sdk/models/v1_diagnostic_speedtest_post_request.py +4 -4
- graphiant_sdk/models/v1_diagnostic_speedtest_post_response.py +93 -0
- graphiant_sdk/models/v1_diagnostic_speedtest_providers_get_response.py +87 -0
- graphiant_sdk/models/v1_diagnostic_speedtest_report_put_request.py +3 -3
- graphiant_sdk/models/v1_diagnostic_speedtest_report_put_response.py +89 -0
- graphiant_sdk/models/v1_diagnostic_speedtest_servers_get_request.py +92 -0
- graphiant_sdk/models/v1_diagnostic_speedtest_servers_get_response.py +95 -0
- graphiant_sdk/models/v1_diagnostic_traceroute_post_request.py +98 -0
- graphiant_sdk/models/v1_diagnostic_traceroute_post_response.py +93 -0
- graphiant_sdk/models/v1_edges_hardware_assigned_get_request.py +87 -0
- graphiant_sdk/models/v1_edges_hardware_assigned_get_response.py +95 -0
- graphiant_sdk/models/v1_edges_hardware_unassigned_get_response.py +98 -0
- graphiant_sdk/models/v1_edges_summary_get_request.py +97 -0
- graphiant_sdk/models/v1_edges_summary_get_response.py +98 -0
- graphiant_sdk/models/v1_enterprise_allocation_get_request.py +91 -0
- graphiant_sdk/models/v1_enterprise_allocation_get_response.py +116 -0
- graphiant_sdk/models/v1_enterprise_configuration_get_response.py +91 -0
- graphiant_sdk/models/v1_enterprise_configuration_put_request.py +91 -0
- graphiant_sdk/models/v1_enterprise_contract_put_request.py +4 -4
- graphiant_sdk/models/v1_enterprise_snapshot_get_response.py +110 -0
- graphiant_sdk/models/v1_enterprises_enterprise_id_admin_get_response.py +87 -0
- graphiant_sdk/models/v1_enterprises_enterprise_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_enterprises_enterprise_id_device_status_get_request.py +87 -0
- graphiant_sdk/models/v1_enterprises_enterprise_id_device_status_get_response.py +95 -0
- graphiant_sdk/models/v1_enterprises_get_response.py +95 -0
- graphiant_sdk/models/v1_enterprises_managed_get_response.py +101 -0
- graphiant_sdk/models/v1_enterprises_patch_request.py +1 -1
- graphiant_sdk/models/v1_enterprises_put_request.py +2 -2
- graphiant_sdk/models/v1_enterprises_self_delete_response.py +89 -0
- graphiant_sdk/models/v1_event_device_get_request.py +94 -0
- graphiant_sdk/models/v1_event_device_get_response.py +95 -0
- graphiant_sdk/models/v1_event_enterprise_get_request.py +93 -0
- graphiant_sdk/models/v1_event_enterprise_get_response.py +95 -0
- graphiant_sdk/models/v1_event_system_get_response.py +95 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_request.py +8 -6
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_response.py +106 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_request.py +4 -4
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_response.py +99 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_request.py +4 -4
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_response.py +115 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_request.py +4 -4
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_response.py +87 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post_request.py +89 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_health_post_response.py +95 -0
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request.py +8 -6
- graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_response.py +104 -0
- graphiant_sdk/models/v1_extranet_sites_usage_post_request.py +105 -0
- graphiant_sdk/models/v1_extranet_sites_usage_post_response.py +106 -0
- graphiant_sdk/models/v1_extranet_sites_usage_top_post_request.py +3 -3
- graphiant_sdk/models/v1_extranet_sites_usage_top_post_response.py +95 -0
- graphiant_sdk/models/v1_extranet_sites_usage_top_post_response_site_usage.py +91 -0
- graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get_response.py +97 -0
- graphiant_sdk/models/v1_extranets_b2b_consumer_id_get_response.py +109 -0
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request.py +6 -6
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_response.py +117 -0
- graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_customer_info_id_get_response.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_general_customers_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_general_services_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_id_producer_get_request.py +91 -0
- graphiant_sdk/models/v1_extranets_b2b_id_producer_get_response.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_id_put_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_id_put_response.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_request.py +89 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response.py +166 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response_ipsec_vpn_tunnel_config.py +150 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get_request.py +87 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request.py +16 -16
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_response.py +111 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_get_response.py +96 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_response.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_id_get_request.py +87 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_id_get_response.py +99 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_response.py +97 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_services_summary_id_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_post_response.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_producer_device_status_id_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_producers_summary_get_request.py +87 -0
- graphiant_sdk/models/v1_extranets_b2b_producers_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_get_request.py +93 -0
- graphiant_sdk/models/v1_extranets_get_response.py +101 -0
- graphiant_sdk/models/v1_extranets_id_apply_post_response.py +97 -0
- graphiant_sdk/models/v1_extranets_id_delete_response.py +95 -0
- graphiant_sdk/models/v1_extranets_id_get_response.py +91 -0
- graphiant_sdk/models/v1_extranets_id_put_request.py +91 -0
- graphiant_sdk/models/v1_extranets_id_put_response.py +91 -0
- graphiant_sdk/models/v1_extranets_id_status_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get_request.py +91 -0
- graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get_response.py +95 -0
- graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get_response_vrf.py +89 -0
- graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get_request.py +89 -0
- graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get_response.py +100 -0
- graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get_response_allocation.py +95 -0
- graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post_response.py +105 -0
- graphiant_sdk/models/v1_extranets_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_post_response.py +91 -0
- graphiant_sdk/models/v1_extranets_resolve_policy_target_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_resolve_policy_target_post_response.py +95 -0
- graphiant_sdk/models/v1_extranets_source_segments_post_request.py +3 -3
- graphiant_sdk/models/v1_extranets_source_segments_post_response.py +95 -0
- graphiant_sdk/models/v1_flows_flow_table_post_request.py +11 -11
- graphiant_sdk/models/v1_flows_flow_table_post_response.py +101 -0
- graphiant_sdk/models/v1_flows_topology_post_request.py +6 -6
- graphiant_sdk/models/v1_flows_topology_post_response.py +95 -0
- graphiant_sdk/models/v1_gateways_guest_consumer_match_id_get_response.py +103 -0
- graphiant_sdk/models/v1_gateways_guest_consumer_match_id_get_response_ipsec_vpn_tunnel_config.py +150 -0
- graphiant_sdk/models/v1_gateways_id_details_get_response.py +91 -0
- graphiant_sdk/models/v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get_response.py +89 -0
- graphiant_sdk/models/v1_gateways_post_request.py +3 -3
- graphiant_sdk/models/v1_gateways_post_response.py +89 -0
- graphiant_sdk/models/v1_gateways_put_request.py +3 -3
- graphiant_sdk/models/v1_gateways_reference_consumer_get_request.py +91 -0
- graphiant_sdk/models/v1_gateways_reference_consumer_get_response.py +91 -0
- graphiant_sdk/models/v1_gateways_regions_get_response.py +95 -0
- graphiant_sdk/models/v1_gateways_status_post_request.py +3 -3
- graphiant_sdk/models/v1_gateways_status_post_request_device_info.py +89 -0
- graphiant_sdk/models/v1_gateways_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_app_list_options_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_app_lists_app_list_id_details_apps_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_app_lists_app_list_id_get_response.py +91 -0
- graphiant_sdk/models/v1_global_apps_app_lists_app_list_id_put_request.py +91 -0
- graphiant_sdk/models/v1_global_apps_app_lists_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_app_lists_get_response_entry.py +95 -0
- graphiant_sdk/models/v1_global_apps_app_lists_post_request.py +3 -3
- graphiant_sdk/models/v1_global_apps_app_lists_post_response.py +91 -0
- graphiant_sdk/models/v1_global_apps_categories_category_id_apps_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_categories_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_categories_get_response_entry.py +93 -0
- graphiant_sdk/models/v1_global_apps_custom_app_id_details_app_lists_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_custom_app_id_get_response.py +91 -0
- graphiant_sdk/models/v1_global_apps_custom_app_id_put_request.py +91 -0
- graphiant_sdk/models/v1_global_apps_custom_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_custom_get_response_entry.py +101 -0
- graphiant_sdk/models/v1_global_apps_custom_post_request.py +3 -3
- graphiant_sdk/models/v1_global_apps_custom_post_response.py +91 -0
- graphiant_sdk/models/v1_global_apps_graphiant_get_response.py +95 -0
- graphiant_sdk/models/v1_global_apps_graphiant_get_response_entry.py +95 -0
- graphiant_sdk/models/v1_global_attached_edges_post_response.py +95 -0
- graphiant_sdk/models/v1_global_config_patch_request.py +24 -24
- graphiant_sdk/models/v1_global_config_patch_response.py +103 -0
- graphiant_sdk/models/v1_global_config_site_post_request.py +5 -5
- graphiant_sdk/models/v1_global_device_status_get_request.py +97 -0
- graphiant_sdk/models/v1_global_device_status_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ipfix_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_ipfix_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ipfix_post_response.py +95 -0
- graphiant_sdk/models/v1_global_ipfix_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_ipfix_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ipsec_profile_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ipsec_profile_get_response_i_psec_profile_count.py +92 -0
- graphiant_sdk/models/v1_global_ipsec_profile_id_get_response.py +91 -0
- graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response_site_to_site_vpn.py +94 -0
- graphiant_sdk/models/v1_global_lan_segments_get_response.py +95 -0
- graphiant_sdk/models/v1_global_lan_segments_get_response_entry.py +103 -0
- graphiant_sdk/models/v1_global_lan_segments_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_global_lan_segments_post_response.py +89 -0
- graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get_response.py +97 -0
- graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get_response_entry.py +95 -0
- graphiant_sdk/models/v1_global_prefix_sets_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_prefix_sets_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_prefix_sets_post_request.py +87 -0
- graphiant_sdk/models/v1_global_prefix_sets_post_response.py +95 -0
- graphiant_sdk/models/v1_global_prefix_sets_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_prefix_sets_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_routing_policies_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_routing_policies_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_routing_policies_post_request.py +87 -0
- graphiant_sdk/models/v1_global_routing_policies_post_response.py +95 -0
- graphiant_sdk/models/v1_global_routing_policies_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_routing_policies_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_site_lists_get_response.py +97 -0
- graphiant_sdk/models/v1_global_site_lists_get_response_entry.py +103 -0
- graphiant_sdk/models/v1_global_site_lists_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_global_site_lists_id_get_response.py +97 -0
- graphiant_sdk/models/v1_global_site_lists_id_put_request.py +97 -0
- graphiant_sdk/models/v1_global_site_lists_id_put_response.py +89 -0
- graphiant_sdk/models/v1_global_site_lists_id_sites_get_response.py +95 -0
- graphiant_sdk/models/v1_global_site_lists_post_request.py +3 -3
- graphiant_sdk/models/v1_global_site_lists_post_response.py +89 -0
- graphiant_sdk/models/v1_global_site_status_get_request.py +97 -0
- graphiant_sdk/models/v1_global_site_status_get_response.py +95 -0
- graphiant_sdk/models/v1_global_snmps_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_snmps_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_snmps_post_request.py +87 -0
- graphiant_sdk/models/v1_global_snmps_post_response.py +95 -0
- graphiant_sdk/models/v1_global_snmps_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_snmps_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_summary_post_response.py +95 -0
- graphiant_sdk/models/v1_global_syslogs_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_syslogs_device_get_response.py +95 -0
- graphiant_sdk/models/v1_global_syslogs_post_request.py +87 -0
- graphiant_sdk/models/v1_global_syslogs_post_response.py +95 -0
- graphiant_sdk/models/v1_global_syslogs_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_syslogs_site_get_response.py +95 -0
- graphiant_sdk/models/v1_global_traffic_policies_device_get_request.py +87 -0
- graphiant_sdk/models/v1_global_traffic_policies_device_get_response.py +91 -0
- graphiant_sdk/models/v1_global_traffic_policies_post_request.py +87 -0
- graphiant_sdk/models/v1_global_traffic_policies_post_response.py +91 -0
- graphiant_sdk/models/v1_global_traffic_policies_site_get_request.py +87 -0
- graphiant_sdk/models/v1_global_traffic_policies_site_get_response.py +91 -0
- graphiant_sdk/models/v1_groups_enterprises_get_response.py +95 -0
- graphiant_sdk/models/v1_groups_get_response.py +95 -0
- graphiant_sdk/models/v1_groups_id_delete_request.py +87 -0
- graphiant_sdk/models/v1_groups_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_groups_id_enterprises_enterprise_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_groups_id_enterprises_post_request.py +2 -2
- graphiant_sdk/models/v1_groups_id_get_response.py +91 -0
- graphiant_sdk/models/v1_groups_id_members_delete_post_request.py +2 -2
- graphiant_sdk/models/v1_groups_id_members_delete_post_response.py +89 -0
- graphiant_sdk/models/v1_groups_id_members_get_response.py +95 -0
- graphiant_sdk/models/v1_groups_id_members_member_id_delete_response.py +89 -0
- graphiant_sdk/models/v1_groups_id_members_post_request.py +1 -1
- graphiant_sdk/models/v1_groups_id_members_post_response.py +89 -0
- graphiant_sdk/models/v1_groups_id_patch_request.py +3 -3
- graphiant_sdk/models/v1_groups_id_patch_response.py +89 -0
- graphiant_sdk/models/v1_groups_put_request.py +6 -6
- graphiant_sdk/models/v1_groups_root_get_response.py +95 -0
- graphiant_sdk/models/v1_healthcheck_devices_get_request.py +90 -0
- graphiant_sdk/models/v1_healthcheck_devices_get_response.py +95 -0
- graphiant_sdk/models/v1_invitation_email_post_request.py +6 -4
- graphiant_sdk/models/v1_lan_segments_get_request.py +95 -0
- graphiant_sdk/models/v1_lan_segments_get_response.py +101 -0
- graphiant_sdk/models/v1_lldp_interface_id_neighbors_get_request.py +87 -0
- graphiant_sdk/models/v1_lldp_interface_id_neighbors_get_response.py +95 -0
- graphiant_sdk/models/v1_lldp_interface_id_summary_get_response.py +89 -0
- graphiant_sdk/models/v1_lldp_interface_id_vendors_get_response.py +95 -0
- graphiant_sdk/models/v1_logs_post_request.py +8 -8
- graphiant_sdk/models/v1_logs_post_response.py +110 -0
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request.py +6 -6
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_response.py +95 -0
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_response_data.py +101 -0
- graphiant_sdk/models/v1_monitoring_circuits_incidents_post_request.py +104 -0
- graphiant_sdk/models/v1_monitoring_circuits_incidents_post_response.py +95 -0
- graphiant_sdk/models/v1_monitoring_circuits_summary_post_request.py +94 -0
- graphiant_sdk/models/v1_monitoring_circuits_summary_post_response.py +95 -0
- graphiant_sdk/models/v1_monitoring_circuits_utilization_post_request.py +104 -0
- graphiant_sdk/models/v1_monitoring_circuits_utilization_post_response.py +95 -0
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request.py +6 -6
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post_response.py +97 -0
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post_response_data.py +101 -0
- graphiant_sdk/models/v1_nat_entries_device_id_get_request.py +103 -0
- graphiant_sdk/models/v1_nat_entries_device_id_get_response.py +107 -0
- graphiant_sdk/models/v1_nat_utilization_device_id_get_response.py +97 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_delete_request.py +87 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_get_response.py +95 -0
- graphiant_sdk/models/v1_onboarding_cloudinit_post_request.py +95 -0
- graphiant_sdk/models/v1_policy_applications_get_request.py +91 -0
- graphiant_sdk/models/v1_policy_applications_get_response.py +101 -0
- graphiant_sdk/models/v1_policy_applications_get_response_application.py +93 -0
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_request.py +6 -6
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_request_entry.py +94 -0
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_request_nullable_entry.py +91 -0
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_request_nullable_entry_entry.py +94 -0
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_response.py +91 -0
- graphiant_sdk/models/v1_policy_prefix_sets_post_request.py +6 -6
- graphiant_sdk/models/v1_policy_prefix_sets_post_request_entry.py +92 -0
- graphiant_sdk/models/v1_policy_prefix_sets_post_request_prefix_set_entry.py +94 -0
- graphiant_sdk/models/v1_policy_prefix_sets_post_response.py +91 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_id_delete_response.py +87 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_post_request.py +3 -3
- graphiant_sdk/models/v1_policy_route_tag_sets_post_response.py +87 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get_request.py +91 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get_response.py +95 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get_response.py +95 -0
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_portal_apikeys_get_response.py +95 -0
- graphiant_sdk/models/v1_portal_apikeys_post_request.py +3 -3
- graphiant_sdk/models/v1_portal_apikeys_post_response.py +87 -0
- graphiant_sdk/models/v1_portal_private_details_get_response.py +95 -0
- graphiant_sdk/models/v1_portal_private_inventory_details_get_response.py +95 -0
- graphiant_sdk/models/v1_portal_private_post_request.py +3 -3
- graphiant_sdk/models/v1_portal_private_register_post_request.py +91 -0
- graphiant_sdk/models/v1_portal_private_sync_post_request.py +3 -3
- graphiant_sdk/models/v1_presharedkey_get_response.py +87 -0
- graphiant_sdk/models/v1_qos_circuit_profiles_get_response.py +95 -0
- graphiant_sdk/models/v1_regions_get_response.py +95 -0
- graphiant_sdk/models/v1_search_get_request.py +91 -0
- graphiant_sdk/models/v1_search_get_response.py +95 -0
- graphiant_sdk/models/v1_site_details_sitelists_post_response.py +95 -0
- graphiant_sdk/models/v1_site_id_details_interfaces_get_request.py +87 -0
- graphiant_sdk/models/v1_site_id_details_interfaces_get_response.py +87 -0
- graphiant_sdk/models/v1_sites_details_get_response.py +95 -0
- graphiant_sdk/models/v1_sites_get_request.py +91 -0
- graphiant_sdk/models/v1_sites_get_response.py +101 -0
- graphiant_sdk/models/v1_sites_post_request.py +3 -3
- graphiant_sdk/models/v1_sites_post_response.py +91 -0
- graphiant_sdk/models/v1_sites_site_id_circuits_get_response.py +95 -0
- graphiant_sdk/models/v1_sites_site_id_circuits_get_response_data.py +98 -0
- graphiant_sdk/models/v1_sites_site_id_devices_get_response.py +95 -0
- graphiant_sdk/models/v1_sites_site_id_post_request.py +3 -3
- graphiant_sdk/models/v1_sites_site_id_post_response.py +91 -0
- graphiant_sdk/models/v1_software_auto_upgrade_default_get_response.py +93 -0
- graphiant_sdk/models/v1_software_auto_upgrade_default_put_request.py +93 -0
- graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request.py +3 -3
- graphiant_sdk/models/v1_software_release_notes_get_request.py +91 -0
- graphiant_sdk/models/v1_software_release_notes_get_response.py +87 -0
- graphiant_sdk/models/v1_software_releases_download_get_request.py +89 -0
- graphiant_sdk/models/v1_software_releases_download_get_response.py +87 -0
- graphiant_sdk/models/v1_software_releases_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_software_running_details_get_request.py +87 -0
- graphiant_sdk/models/v1_software_running_details_get_response.py +95 -0
- graphiant_sdk/models/v1_software_running_details_get_response_device.py +93 -0
- graphiant_sdk/models/v1_software_running_summary_get_response.py +95 -0
- graphiant_sdk/models/v1_software_running_summary_get_response_version_summary.py +92 -0
- graphiant_sdk/models/v1_talkers_device_device_id_top_post_request.py +4 -4
- graphiant_sdk/models/v1_talkers_device_device_id_top_post_response.py +95 -0
- graphiant_sdk/models/v1_talkers_site_site_id_top_post_request.py +94 -0
- graphiant_sdk/models/v1_talkers_site_site_id_top_post_response.py +95 -0
- graphiant_sdk/models/v1_temp_password_put_request.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_device_device_id_post_request.py +91 -0
- graphiant_sdk/models/v1_troubleshooting_device_device_id_post_response.py +135 -0
- graphiant_sdk/models/v1_troubleshooting_enterprise_post_request.py +3 -3
- graphiant_sdk/models/v1_troubleshooting_enterprise_post_response.py +95 -0
- graphiant_sdk/models/v1_troubleshooting_enterprise_post_response_site_summary.py +105 -0
- graphiant_sdk/models/v1_troubleshooting_filter_get_response.py +135 -0
- graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get_response.py +95 -0
- graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get_response_site_status.py +89 -0
- graphiant_sdk/models/v1_troubleshooting_site_site_id_get_response.py +99 -0
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_request.py +91 -0
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_response.py +101 -0
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_response_site_counts.py +95 -0
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post_response_site_counts_site_count.py +89 -0
- graphiant_sdk/models/v1_tt_tt_identity_device_status_get_request.py +87 -0
- graphiant_sdk/models/v1_tt_tt_identity_device_status_get_response.py +95 -0
- graphiant_sdk/models/v1_users_email_password_patch_request.py +87 -0
- graphiant_sdk/models/v1_users_get_request.py +87 -0
- graphiant_sdk/models/v1_users_get_response.py +95 -0
- graphiant_sdk/models/v1_users_id_enterprises_get_response.py +95 -0
- graphiant_sdk/models/v1_users_id_groups_enterprises_get_response.py +95 -0
- graphiant_sdk/models/v1_users_id_groups_get_response.py +95 -0
- graphiant_sdk/models/v1_users_id_groups_root_get_response.py +95 -0
- graphiant_sdk/models/v1_users_put_request.py +3 -3
- graphiant_sdk/models/v1_version_post_request.py +3 -3
- graphiant_sdk/models/v1_version_post_response.py +91 -0
- graphiant_sdk/models/v1_zones_get_request.py +95 -0
- graphiant_sdk/models/v1_zones_get_response.py +101 -0
- graphiant_sdk/models/v2_ack_createupdate_post_request.py +2 -2
- graphiant_sdk/models/v2_aggregated_notification_enable_disable_post_request.py +3 -3
- graphiant_sdk/models/v2_aggregated_notification_get_state_get_response.py +87 -0
- graphiant_sdk/models/v2_allowlist_by_enterprise_get_response.py +95 -0
- graphiant_sdk/models/v2_allowlist_create_post_request.py +2 -2
- graphiant_sdk/models/v2_allowlist_rule_id_get_response.py +95 -0
- graphiant_sdk/models/v2_assistant_add_to_conversation_post_request.py +3 -3
- graphiant_sdk/models/v2_assistant_add_to_conversation_post_response.py +115 -0
- graphiant_sdk/models/v2_assistant_conversation_context_history_post_request.py +87 -0
- graphiant_sdk/models/v2_assistant_conversation_id_delete_request.py +87 -0
- graphiant_sdk/models/v2_assistant_conversation_interface_enable_disable_post_request.py +87 -0
- graphiant_sdk/models/v2_assistant_conversation_interface_state_get_response.py +87 -0
- graphiant_sdk/models/v2_assistant_delete_conversation_conversation_id_delete_request.py +87 -0
- graphiant_sdk/models/v2_assistant_get_conversation_details_post_request.py +3 -3
- graphiant_sdk/models/v2_assistant_get_conversation_details_post_response.py +99 -0
- graphiant_sdk/models/v2_assistant_get_conversations_post_request.py +3 -3
- graphiant_sdk/models/v2_assistant_get_conversations_post_response.py +97 -0
- graphiant_sdk/models/v2_assistant_version_post_response.py +87 -0
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post_response.py +97 -0
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post_request.py +91 -0
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get_request.py +101 -0
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get_response.py +95 -0
- graphiant_sdk/models/v2_assurance_bucket_app_servers_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_bucket_app_servers_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_bucket_apps_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_bucket_apps_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_bucket_services_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_bucket_topologies_post_request.py +87 -0
- graphiant_sdk/models/v2_assurance_bucket_topologies_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_bucketdetails_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_bucketdetails_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_create_user_report_post_response.py +87 -0
- graphiant_sdk/models/v2_assurance_createclassifiedapplication_post_response.py +87 -0
- graphiant_sdk/models/v2_assurance_download_user_report_get_request.py +87 -0
- graphiant_sdk/models/v2_assurance_download_user_report_get_response.py +87 -0
- graphiant_sdk/models/v2_assurance_endpoint_intel_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_enterprisesummary_post_request.py +91 -0
- graphiant_sdk/models/v2_assurance_enterprisesummary_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_flow_summary_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_flow_summary_post_response.py +123 -0
- graphiant_sdk/models/v2_assurance_flow_summary_post_response_endpoint_details.py +123 -0
- graphiant_sdk/models/v2_assurance_flow_summary_post_response_endpoint_details_statistics.py +91 -0
- graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get_response.py +95 -0
- graphiant_sdk/models/v2_assurance_read_user_report_list_get_response.py +95 -0
- graphiant_sdk/models/v2_assurance_scoredetails_post_request.py +91 -0
- graphiant_sdk/models/v2_assurance_scoredetails_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request.py +6 -6
- graphiant_sdk/models/v2_assurance_topology_client_sessions_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post_request.py +6 -6
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post_response_summary.py +99 -0
- graphiant_sdk/models/v2_assurance_topology_flows_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_topology_flows_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_topology_inventory_post_request.py +3 -3
- graphiant_sdk/models/v2_assurance_topology_inventory_post_response.py +126 -0
- graphiant_sdk/models/v2_assurance_topology_overview_post_request.py +11 -11
- graphiant_sdk/models/v2_assurance_topology_overview_post_request_topology_filter.py +91 -0
- graphiant_sdk/models/v2_assurance_topology_overview_post_response.py +115 -0
- graphiant_sdk/models/v2_assurance_topology_overview_post_response_georegion.py +93 -0
- graphiant_sdk/models/v2_assurance_topology_region_summary_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_topology_region_summary_post_response_site_entry.py +99 -0
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post_request.py +6 -6
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post_response.py +95 -0
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post_response_summary.py +97 -0
- graphiant_sdk/models/v2_assurance_unclassifiedapplicationprofilesummary_post_request.py +91 -0
- graphiant_sdk/models/v2_assurance_unclassifiedapplicationprofilesummary_post_response.py +91 -0
- graphiant_sdk/models/v2_assurance_updateclassifiedapplication_post_request.py +95 -0
- graphiant_sdk/models/v2_assurance_version_post_response.py +87 -0
- graphiant_sdk/models/v2_audit_logs_post_request.py +8 -8
- graphiant_sdk/models/v2_audit_logs_post_response.py +100 -0
- graphiant_sdk/models/v2_childalertlist_post_request.py +2 -2
- graphiant_sdk/models/v2_childalertlist_post_response.py +95 -0
- graphiant_sdk/models/v2_device_device_id_lan_segments_post_request.py +91 -0
- graphiant_sdk/models/v2_device_device_id_lan_segments_post_response.py +95 -0
- graphiant_sdk/models/v2_device_device_id_topology_post_request.py +6 -6
- graphiant_sdk/models/v2_device_device_id_topology_post_response.py +115 -0
- graphiant_sdk/models/v2_device_device_id_topology_post_response_snapshot.py +93 -0
- graphiant_sdk/models/v2_extranet_consumers_usage_top_post_request.py +97 -0
- graphiant_sdk/models/v2_extranet_consumers_usage_top_post_response.py +99 -0
- graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post_request.py +97 -0
- graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post_response.py +95 -0
- graphiant_sdk/models/v2_extranet_service_overtime_consumption_post_request.py +103 -0
- graphiant_sdk/models/v2_extranet_service_overtime_consumption_post_response.py +104 -0
- graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_request.py +105 -0
- graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_response.py +115 -0
- graphiant_sdk/models/v2_extranet_sites_usage_post_request.py +105 -0
- graphiant_sdk/models/v2_extranet_sites_usage_post_response.py +106 -0
- graphiant_sdk/models/v2_extranet_total_usage_post_request.py +97 -0
- graphiant_sdk/models/v2_extranet_total_usage_post_response.py +87 -0
- graphiant_sdk/models/v2_extranets_monitoring_consumers_post_request.py +87 -0
- graphiant_sdk/models/v2_extranets_monitoring_consumers_post_response.py +95 -0
- graphiant_sdk/models/v2_integration_getall_enterprise_id_get_response.py +95 -0
- graphiant_sdk/models/v2_integration_integration_id_put_request.py +4 -4
- graphiant_sdk/models/v2_integration_post_request.py +4 -4
- graphiant_sdk/models/v2_integration_post_response.py +91 -0
- graphiant_sdk/models/v2_monitoring_bfd_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_bfd_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_bfd_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_bgp_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_bgp_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_bgp_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_circuits_bandwidth_post_request.py +104 -0
- graphiant_sdk/models/v2_monitoring_circuits_bandwidth_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_circuits_bandwidth_post_response_data.py +115 -0
- graphiant_sdk/models/v2_monitoring_circuits_summary_post_request.py +3 -3
- graphiant_sdk/models/v2_monitoring_circuits_summary_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post_response_data.py +104 -0
- graphiant_sdk/models/v2_monitoring_circuits_visualization_post_request.py +104 -0
- graphiant_sdk/models/v2_monitoring_circuits_visualization_post_response.py +97 -0
- graphiant_sdk/models/v2_monitoring_circuits_visualization_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_extranet_edge_status_get_request.py +91 -0
- graphiant_sdk/models/v2_monitoring_extranet_edge_status_get_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_extranet_log_details_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_extranet_log_details_post_response_log_details.py +99 -0
- graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get_request.py +93 -0
- graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_extranet_service_status_get_request.py +93 -0
- graphiant_sdk/models/v2_monitoring_extranet_service_status_get_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_extranet_site_status_get_request.py +93 -0
- graphiant_sdk/models/v2_monitoring_extranet_site_status_get_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_extranet_status_details_get_request.py +97 -0
- graphiant_sdk/models/v2_monitoring_extranet_status_details_get_response.py +105 -0
- graphiant_sdk/models/v2_monitoring_ike_error_history_post_request.py +3 -3
- graphiant_sdk/models/v2_monitoring_ike_error_history_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_ike_error_history_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_interface_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_interface_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_interface_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_ipsec_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_ipsec_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_ipsec_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_ospf_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_ospf_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_ospf_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_policy_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_policy_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_policy_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_queue_instant_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_queue_instant_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_queue_instant_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_queue_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_queue_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_queue_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_segment_route_counts_post_request.py +88 -0
- graphiant_sdk/models/v2_monitoring_segment_route_counts_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_segment_route_counts_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_response_data.py +110 -0
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_response_data.py +106 -0
- graphiant_sdk/models/v2_monitoring_system_generic_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_system_generic_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_system_generic_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_system_post_request.py +104 -0
- graphiant_sdk/models/v2_monitoring_system_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_system_post_response_data.py +101 -0
- graphiant_sdk/models/v2_monitoring_twamp_post_request.py +6 -6
- graphiant_sdk/models/v2_monitoring_twamp_post_response.py +95 -0
- graphiant_sdk/models/v2_monitoring_twamp_post_response_data.py +101 -0
- graphiant_sdk/models/v2_notification_create_post_request.py +5 -5
- graphiant_sdk/models/v2_notification_delete_post_request.py +2 -2
- graphiant_sdk/models/v2_notification_enabledisable_post_request.py +3 -3
- graphiant_sdk/models/v2_notification_update_post_request.py +5 -5
- graphiant_sdk/models/v2_notificationlist_post_request.py +3 -3
- graphiant_sdk/models/v2_notificationlist_post_response.py +95 -0
- graphiant_sdk/models/v2_notificationmutelist_create_post_request.py +89 -0
- graphiant_sdk/models/v2_notificationmutelist_rule_id_get_response.py +95 -0
- graphiant_sdk/models/v2_parentalertlist_post_request.py +91 -0
- graphiant_sdk/models/v2_parentalertlist_post_response.py +95 -0
- graphiant_sdk/models/v2_rule_enabledisable_post_request.py +3 -3
- graphiant_sdk/models/v2_rulelist_post_response.py +95 -0
- graphiant_sdk/models/v2_site_site_id_detail_post_request.py +97 -0
- graphiant_sdk/models/v2_site_site_id_detail_post_response.py +101 -0
- graphiant_sdk/models/v2_site_site_id_lan_segments_post_request.py +91 -0
- graphiant_sdk/models/v2_site_site_id_lan_segments_post_response.py +95 -0
- graphiant_sdk/models/v2_site_site_id_topology_post_request.py +97 -0
- graphiant_sdk/models/v2_site_site_id_topology_post_response.py +115 -0
- graphiant_sdk/models/v2_site_site_id_topology_post_response_snapshot.py +93 -0
- graphiant_sdk/models/v2_version_post_response.py +87 -0
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/METADATA +113 -5
- graphiant_sdk-25.11.1.dist-info/RECORD +5303 -0
- test/test_alarms_alarm_data.py +73 -0
- test/test_alarms_alarm_history.py +58 -0
- test/test_alertservice_alert_record.py +116 -0
- test/test_alertservice_allow_alert_notifcation_list_record.py +63 -0
- test/test_alertservice_children_alert_list_response.py +85 -0
- test/test_alertservice_create_integration_body.py +65 -0
- test/test_alertservice_integration.py +61 -0
- test/test_alertservice_integration_details.py +53 -0
- test/test_alertservice_notification_body.py +68 -0
- test/test_alertservice_notification_record.py +75 -0
- test/test_alertservice_rule_record.py +59 -0
- test/test_alertservice_time_window.py +57 -0
- test/test_alertservice_update_integration_body.py +62 -0
- test/test_assistant_assistant_conversation.py +54 -0
- test/test_assistant_assistant_question.py +54 -0
- test/test_assistant_assistant_response.py +70 -0
- test/test_assistant_dataframe_dictionary.py +55 -0
- test/test_assistant_time_window.py +57 -0
- test/test_assurance_app_id_record.py +94 -0
- test/test_assurance_app_name_record.py +120 -0
- test/test_assurance_application_flow.py +69 -0
- test/test_assurance_application_profile_summary.py +76 -0
- test/test_assurance_bucket_app.py +60 -0
- test/test_assurance_bucket_app_identifier.py +52 -0
- test/test_assurance_bucket_app_server.py +55 -0
- test/test_assurance_bucket_app_server_changes_list.py +65 -0
- test/test_assurance_bucket_app_server_list.py +59 -0
- test/test_assurance_bucket_details.py +186 -0
- test/test_assurance_bucket_stats.py +54 -0
- test/test_assurance_bucket_stats_with_id.py +54 -0
- test/test_assurance_bucket_summary.py +73 -0
- test/test_assurance_classified_application.py +61 -0
- test/test_assurance_client_session.py +154 -0
- test/test_assurance_client_session_dia_link.py +51 -0
- test/test_assurance_client_session_endpoint_details.py +77 -0
- test/test_assurance_client_session_endpoint_details_statistics.py +53 -0
- test/test_assurance_client_session_endpoint_link.py +55 -0
- test/test_assurance_client_session_pop_link.py +55 -0
- test/test_assurance_edge.py +52 -0
- test/test_assurance_enterprise_summary.py +56 -0
- test/test_assurance_exchange_service_identifier.py +52 -0
- test/test_assurance_flex_algo_identifier.py +52 -0
- test/test_assurance_geolocation.py +52 -0
- test/test_assurance_region.py +52 -0
- test/test_assurance_score_bucket_count.py +53 -0
- test/test_assurance_score_details.py +56 -0
- test/test_assurance_server.py +53 -0
- test/test_assurance_site.py +53 -0
- test/test_assurance_time_window.py +57 -0
- test/test_assurance_topology.py +77 -0
- test/test_assurance_topology_edge.py +58 -0
- test/test_assurance_topology_edge_link_performance.py +53 -0
- test/test_assurance_topology_filter.py +59 -0
- test/test_assurance_topology_node.py +57 -0
- test/test_assurance_topology_path.py +53 -0
- test/test_assurance_trend_value.py +53 -0
- test/test_assurance_user_report.py +62 -0
- test/test_audit_activity_item.py +53 -0
- test/test_audit_audit_entry.py +79 -0
- test/test_audit_target.py +52 -0
- test/test_audit_target_result.py +55 -0
- test/test_auditmon_activity_details.py +106 -0
- test/test_auditmon_activity_details_target.py +74 -0
- test/test_auditmon_activity_details_target_event.py +56 -0
- test/test_auditmon_activity_logs_selector.py +66 -0
- test/test_auditmon_activity_logs_selector_v2.py +71 -0
- test/test_auditmon_audit_log.py +66 -0
- test/test_auditmon_audit_logs_v2_selector.py +71 -0
- test/test_auditmon_histogram.py +54 -0
- test/test_auditmon_selector.py +54 -0
- test/test_auth_permissions.py +66 -0
- test/test_common_circuit_bandwidth_stats.py +55 -0
- test/test_common_circuit_bandwidth_stats_selector.py +51 -0
- test/test_common_page_info.py +57 -0
- test/test_common_page_request.py +55 -0
- test/test_common_permissions.py +69 -0
- test/test_common_user.py +62 -0
- test/test_common_user_info.py +75 -0
- test/test_config_worker_job_status.py +60 -0
- test/test_default_api.py +389 -20
- test/test_diagnostic_tools_archive.py +61 -0
- test/test_diagnostic_tools_arp_entry.py +53 -0
- test/test_diagnostic_tools_arp_entry_address.py +53 -0
- test/test_diagnostic_tools_diagnostic_params.py +63 -0
- test/test_diagnostic_tools_diagnostic_result.py +85 -0
- test/test_diagnostic_tools_hop_info.py +60 -0
- test/test_diagnostic_tools_hop_stats.py +56 -0
- test/test_diagnostic_tools_p_cap_filter.py +58 -0
- test/test_diagnostic_tools_ping_result.py +58 -0
- test/test_diagnostic_tools_prefix_port.py +52 -0
- test/test_diagnostic_tools_route_lookup_result.py +53 -0
- test/test_diagnostic_tools_speedtest_params.py +60 -0
- test/test_diagnostic_tools_speedtest_result.py +67 -0
- test/test_diagnostic_tools_speedtest_server.py +56 -0
- test/test_diagnostic_tools_target_type.py +52 -0
- test/test_diagnostic_tools_traceroute_result.py +71 -0
- test/test_event_event.py +63 -0
- test/test_event_event_filter.py +58 -0
- test/test_google_protobuf_duration.py +52 -0
- test/test_google_protobuf_timestamp.py +52 -0
- test/test_healthcheck_odp_status_details.py +52 -0
- test/test_healthcheck_onboarding_status_details.py +52 -0
- test/test_healthcheck_status_details.py +80 -0
- test/test_healthcheck_t2_status_details.py +52 -0
- test/test_iam_api_key_info.py +54 -0
- test/test_iam_counts.py +63 -0
- test/test_iam_customer.py +68 -0
- test/test_iam_enterprise.py +103 -0
- test/test_iam_group.py +79 -0
- test/test_ipfix_app_bandwidth_stats.py +55 -0
- test/test_ipfix_app_flow_table.py +67 -0
- test/test_ipfix_app_flow_table_selector.py +56 -0
- test/test_ipfix_app_incidents.py +58 -0
- test/test_ipfix_app_incidents_data.py +55 -0
- test/test_ipfix_app_state_summary_count.py +102 -0
- test/test_ipfix_app_topology_selector.py +53 -0
- test/test_ipfix_app_utilization_summary.py +53 -0
- test/test_ipfix_app_visualization.py +70 -0
- test/test_ipfix_circuit_metrics.py +61 -0
- test/test_ipfix_client_usage_summary.py +52 -0
- test/test_ipfix_connection_map.py +57 -0
- test/test_ipfix_entity_usage.py +53 -0
- test/test_ipfix_nat_entry.py +62 -0
- test/test_ipfix_nat_entry_filter.py +60 -0
- test/test_ipfix_nat_usage.py +55 -0
- test/test_ipfix_network_topology.py +174 -0
- test/test_ipfix_network_topology_delta.py +170 -0
- test/test_ipfix_stats.py +55 -0
- test/test_ipfix_time_window.py +57 -0
- test/test_ipfix_twamp_metrics.py +56 -0
- test/test_mana_v2_allocation_conversion_holder.py +59 -0
- test/test_mana_v2_allocation_conversion_holder_bin.py +56 -0
- test/test_mana_v2_app.py +55 -0
- test/test_mana_v2_app_identifier.py +52 -0
- test/test_mana_v2_app_list_config.py +57 -0
- test/test_mana_v2_application_match_config.py +52 -0
- test/test_mana_v2_application_profile.py +54 -0
- test/test_mana_v2_assurance_config.py +72 -0
- test/test_mana_v2_aws_advance_settings.py +58 -0
- test/test_mana_v2_aws_credentials.py +52 -0
- test/test_mana_v2_aws_direct_connect_gateway.py +67 -0
- test/test_mana_v2_aws_gateway_details.py +84 -0
- test/test_mana_v2_aws_gateway_details_transit_connection.py +73 -0
- test/test_mana_v2_aws_transit_gateway.py +61 -0
- test/test_mana_v2_aws_transit_gateway_vpc.py +56 -0
- test/test_mana_v2_azure_gateway_details.py +53 -0
- test/test_mana_v2_b2_b_extranet_service_customer_match_details_customer.py +56 -0
- test/test_mana_v2_b2_b_extranet_service_customer_match_details_producer_prefix.py +53 -0
- test/test_mana_v2_b2_b_extranet_service_customer_match_details_service.py +57 -0
- test/test_mana_v2_b2b_application_customer_summary.py +58 -0
- test/test_mana_v2_b2b_extranet_application.py +68 -0
- test/test_mana_v2_b2b_extranet_application_invite.py +58 -0
- test/test_mana_v2_b2b_extranet_application_invite_response.py +59 -0
- test/test_mana_v2_b2b_extranet_consumers_summary.py +63 -0
- test/test_mana_v2_b2b_extranet_customer_match_services_summary.py +59 -0
- test/test_mana_v2_b2b_extranet_customer_services_summary.py +61 -0
- test/test_mana_v2_b2b_extranet_filter.py +64 -0
- test/test_mana_v2_b2b_extranet_match_service_to_customer.py +63 -0
- test/test_mana_v2_b2b_extranet_peering_service_consumer_lan_segment_policy.py +54 -0
- test/test_mana_v2_b2b_extranet_peering_service_customer_invite.py +54 -0
- test/test_mana_v2_b2b_extranet_peering_service_policy_response.py +83 -0
- test/test_mana_v2_b2b_extranet_peering_service_producer_policy.py +81 -0
- test/test_mana_v2_b2b_extranet_policy_response.py +148 -0
- test/test_mana_v2_b2b_extranet_prefix_tag.py +52 -0
- test/test_mana_v2_b2b_extranet_producer_policy.py +131 -0
- test/test_mana_v2_b2b_extranet_service_customer_match_details.py +74 -0
- test/test_mana_v2_b2b_extranet_status_summary.py +57 -0
- test/test_mana_v2_b2b_nat.py +52 -0
- test/test_mana_v2_b2b_site_information.py +64 -0
- test/test_mana_v2_bandwidth_consumption_summary.py +84 -0
- test/test_mana_v2_bandwidth_info.py +55 -0
- test/test_mana_v2_bfd_instance.py +53 -0
- test/test_mana_v2_bfd_instance_config.py +53 -0
- test/test_mana_v2_bfd_neighbor.py +67 -0
- test/test_mana_v2_bgp_aggregation.py +54 -0
- test/test_mana_v2_bgp_aggregations_config.py +53 -0
- test/test_mana_v2_bgp_connection.py +58 -0
- test/test_mana_v2_bgp_instance.py +53 -0
- test/test_mana_v2_bgp_instance_config.py +56 -0
- test/test_mana_v2_bgp_multipath.py +52 -0
- test/test_mana_v2_bgp_multipath_config.py +52 -0
- test/test_mana_v2_bgp_neighbor.py +101 -0
- test/test_mana_v2_bgp_neighbor_address_family.py +54 -0
- test/test_mana_v2_bgp_neighbor_address_family_config.py +55 -0
- test/test_mana_v2_bgp_neighbor_config.py +83 -0
- test/test_mana_v2_bgp_redistribute.py +55 -0
- test/test_mana_v2_bgp_redistribute_protocol_config.py +51 -0
- test/test_mana_v2_bucket_app.py +62 -0
- test/test_mana_v2_bucket_app_server.py +53 -0
- test/test_mana_v2_circuit.py +190 -0
- test/test_mana_v2_circuit_config.py +145 -0
- test/test_mana_v2_circuit_interface.py +55 -0
- test/test_mana_v2_community_container.py +53 -0
- test/test_mana_v2_community_type.py +54 -0
- test/test_mana_v2_configuration_metadata.py +53 -0
- test/test_mana_v2_connectivity_graph_edge.py +76 -0
- test/test_mana_v2_connectivity_graph_node.py +78 -0
- test/test_mana_v2_consumer.py +55 -0
- test/test_mana_v2_consumer_device_information.py +56 -0
- test/test_mana_v2_content_filter_match_config.py +53 -0
- test/test_mana_v2_contractual_bandwidth_consumption_summary.py +56 -0
- test/test_mana_v2_core_device_config.py +978 -0
- test/test_mana_v2_core_interface_config.py +105 -0
- test/test_mana_v2_core_link_cost.py +54 -0
- test/test_mana_v2_core_vlan_interface_config.py +122 -0
- test/test_mana_v2_customer_match_info.py +62 -0
- test/test_mana_v2_device.py +1112 -0
- test/test_mana_v2_device_filter.py +54 -0
- test/test_mana_v2_device_snapshot.py +102 -0
- test/test_mana_v2_device_snapshot_data.py +68 -0
- test/test_mana_v2_device_snapshot_list.py +106 -0
- test/test_mana_v2_dhcp_lease.py +57 -0
- test/test_mana_v2_dhcp_relay.py +57 -0
- test/test_mana_v2_dhcp_relay_config.py +53 -0
- test/test_mana_v2_dhcp_server_dns_parameters_config.py +52 -0
- test/test_mana_v2_dhcp_server_ip_range.py +52 -0
- test/test_mana_v2_dhcp_server_pool.py +89 -0
- test/test_mana_v2_dhcp_static_lease.py +55 -0
- test/test_mana_v2_dhcp_subnet_config.py +80 -0
- test/test_mana_v2_dhcp_subnet_static_lease_config.py +53 -0
- test/test_mana_v2_dhcpip_range_config.py +52 -0
- test/test_mana_v2_dns.py +115 -0
- test/test_mana_v2_dns_config.py +63 -0
- test/test_mana_v2_dns_config_dynamic.py +52 -0
- test/test_mana_v2_dns_config_static.py +58 -0
- test/test_mana_v2_dns_servers.py +52 -0
- test/test_mana_v2_dnsip_address.py +57 -0
- test/test_mana_v2_dnsip_addresses.py +60 -0
- test/test_mana_v2_domain_category.py +54 -0
- test/test_mana_v2_domain_list_match_config.py +53 -0
- test/test_mana_v2_dpi_application_config.py +82 -0
- test/test_mana_v2_dpi_custom_application.py +62 -0
- test/test_mana_v2_dscp.py +51 -0
- test/test_mana_v2_dynamic_dns_servers.py +64 -0
- test/test_mana_v2_edge_device_config.py +961 -0
- test/test_mana_v2_enterprise_configuration.py +52 -0
- test/test_mana_v2_enterprise_prefix_set.py +61 -0
- test/test_mana_v2_enterprise_prefix_set_config.py +60 -0
- test/test_mana_v2_enterprise_prefix_set_data.py +59 -0
- test/test_mana_v2_enterprise_prefix_set_data_entry.py +54 -0
- test/test_mana_v2_enterprise_prefix_set_entry.py +54 -0
- test/test_mana_v2_enterprise_prefix_set_input.py +61 -0
- test/test_mana_v2_enterprise_prefix_set_input_entry.py +54 -0
- test/test_mana_v2_extranet_auto_reverse_routes.py +54 -0
- test/test_mana_v2_extranet_consumer_lan_segment_policy.py +59 -0
- test/test_mana_v2_extranet_consumer_lan_segment_policy_response.py +104 -0
- test/test_mana_v2_extranet_consumer_nat_rule.py +52 -0
- test/test_mana_v2_extranet_device_status.py +54 -0
- test/test_mana_v2_extranet_manual_reverse_routes.py +53 -0
- test/test_mana_v2_extranet_policy.py +2281 -0
- test/test_mana_v2_extranet_policy_input.py +119 -0
- test/test_mana_v2_firewall_zone_pair.py +99 -0
- test/test_mana_v2_forwarding_policy.py +197 -0
- test/test_mana_v2_forwarding_policy_config.py +214 -0
- test/test_mana_v2_forwarding_policy_match.py +72 -0
- test/test_mana_v2_forwarding_policy_match_config.py +81 -0
- test/test_mana_v2_gateway_details.py +139 -0
- test/test_mana_v2_gateway_summary.py +70 -0
- test/test_mana_v2_gateway_summary_gateway_device_summary.py +54 -0
- test/test_mana_v2_gcp_gateway_details.py +53 -0
- test/test_mana_v2_global_app_config.py +65 -0
- test/test_mana_v2_global_app_port_range.py +52 -0
- test/test_mana_v2_global_bandwidth_consumption_summary.py +55 -0
- test/test_mana_v2_global_object_device_status.py +59 -0
- test/test_mana_v2_global_object_operation_config.py +52 -0
- test/test_mana_v2_global_object_service_ops.py +53 -0
- test/test_mana_v2_global_object_service_summaries.py +67 -0
- test/test_mana_v2_global_object_summary.py +64 -0
- test/test_mana_v2_graphiant_connections.py +83 -0
- test/test_mana_v2_guest_consumer_site_to_site_vpn_config.py +92 -0
- test/test_mana_v2_i_psec_bgp_route_config.py +64 -0
- test/test_mana_v2_i_psec_gateway_details.py +87 -0
- test/test_mana_v2_i_psec_gateway_tunnel_details.py +54 -0
- test/test_mana_v2_i_psec_profile.py +63 -0
- test/test_mana_v2_i_psec_static_route_config.py +53 -0
- test/test_mana_v2_i_psec_tunnel.py +86 -0
- test/test_mana_v2_interface.py +334 -0
- test/test_mana_v2_interface_address.py +92 -0
- test/test_mana_v2_interface_config.py +178 -0
- test/test_mana_v2_interface_core_config.py +234 -0
- test/test_mana_v2_interface_core_flex_algo_config.py +53 -0
- test/test_mana_v2_interface_core_to_core_peer_config.py +62 -0
- test/test_mana_v2_interface_core_to_gateway_peer_config.py +51 -0
- test/test_mana_v2_interface_dhcp_config.py +55 -0
- test/test_mana_v2_interface_i_psec.py +78 -0
- test/test_mana_v2_interface_i_psec_config.py +69 -0
- test/test_mana_v2_interface_ip_config.py +72 -0
- test/test_mana_v2_interface_lagvlan_config.py +101 -0
- test/test_mana_v2_interface_sfp_optical_strength.py +55 -0
- test/test_mana_v2_interface_tunnel.py +360 -0
- test/test_mana_v2_interface_vlan.py +205 -0
- test/test_mana_v2_interface_vlan_config.py +127 -0
- test/test_mana_v2_interface_wan_config.py +53 -0
- test/test_mana_v2_internet_access_bandwidth_info.py +52 -0
- test/test_mana_v2_ip_firewall_policy.py +53 -0
- test/test_mana_v2_ip_network_list.py +55 -0
- test/test_mana_v2_ip_network_list_config.py +54 -0
- test/test_mana_v2_ipfix_exporter.py +67 -0
- test/test_mana_v2_ipfix_exporter_config.py +62 -0
- test/test_mana_v2_ipsec_connection.py +58 -0
- test/test_mana_v2_ipsec_routing_config.py +69 -0
- test/test_mana_v2_l4_port_list.py +55 -0
- test/test_mana_v2_l4_port_list_config.py +54 -0
- test/test_mana_v2_lacp_config.py +52 -0
- test/test_mana_v2_lag_interface.py +58 -0
- test/test_mana_v2_lag_interface_config.py +141 -0
- test/test_mana_v2_latency_bandwidth.py +52 -0
- test/test_mana_v2_lldp_neighbor.py +57 -0
- test/test_mana_v2_location.py +61 -0
- test/test_mana_v2_mana_configuration.py +887 -0
- test/test_mana_v2_nat_policy.py +70 -0
- test/test_mana_v2_nat_policy_config.py +69 -0
- test/test_mana_v2_nat_policy_ruleset.py +67 -0
- test/test_mana_v2_nat_policy_ruleset_config.py +65 -0
- test/test_mana_v2_nat_policy_ruleset_config_nullable_rule.py +60 -0
- test/test_mana_v2_nat_policy_ruleset_config_nullable_rule_rule.py +59 -0
- test/test_mana_v2_nat_policy_ruleset_rule.py +61 -0
- test/test_mana_v2_network_slice.py +257 -0
- test/test_mana_v2_network_slice_peer.py +251 -0
- test/test_mana_v2_new_site.py +99 -0
- test/test_mana_v2_notify_filter_profile_include.py +53 -0
- test/test_mana_v2_notify_filter_profile_include_config.py +51 -0
- test/test_mana_v2_nullable_address.py +51 -0
- test/test_mana_v2_nullable_administrative_distance.py +51 -0
- test/test_mana_v2_nullable_allow_as_in.py +51 -0
- test/test_mana_v2_nullable_application_match_config.py +53 -0
- test/test_mana_v2_nullable_as_path_prepend.py +51 -0
- test/test_mana_v2_nullable_bfd_instance_config.py +54 -0
- test/test_mana_v2_nullable_bgp_aggregations_config.py +54 -0
- test/test_mana_v2_nullable_bgp_multipath_config.py +53 -0
- test/test_mana_v2_nullable_bgp_neighbor_address_family_config.py +56 -0
- test/test_mana_v2_nullable_bgp_neighbor_config.py +84 -0
- test/test_mana_v2_nullable_bgp_redistribute_protocol_config.py +52 -0
- test/test_mana_v2_nullable_bgp_set_next_hop.py +51 -0
- test/test_mana_v2_nullable_call_policy.py +51 -0
- test/test_mana_v2_nullable_communities.py +55 -0
- test/test_mana_v2_nullable_community.py +54 -0
- test/test_mana_v2_nullable_content_filter_match_config.py +54 -0
- test/test_mana_v2_nullable_core_interface_vlan_config.py +75 -0
- test/test_mana_v2_nullable_destination_network_match_config.py +51 -0
- test/test_mana_v2_nullable_dhcp_subnet_config.py +81 -0
- test/test_mana_v2_nullable_dhcp_subnet_static_lease_config.py +54 -0
- test/test_mana_v2_nullable_dhcpip_range_list.py +55 -0
- test/test_mana_v2_nullable_dns_config.py +64 -0
- test/test_mana_v2_nullable_domain_list_match_config.py +54 -0
- test/test_mana_v2_nullable_dpi_application_config.py +77 -0
- test/test_mana_v2_nullable_dscp_match_config.py +52 -0
- test/test_mana_v2_nullable_ebgp_config.py +51 -0
- test/test_mana_v2_nullable_enterprise_prefix_set_config.py +61 -0
- test/test_mana_v2_nullable_hold_timer.py +51 -0
- test/test_mana_v2_nullable_i_psec_tunnel_config.py +87 -0
- test/test_mana_v2_nullable_i_psec_vpn_profiles_config.py +64 -0
- test/test_mana_v2_nullable_interface_config.py +115 -0
- test/test_mana_v2_nullable_interface_core_config.py +152 -0
- test/test_mana_v2_nullable_interface_ip_config.py +73 -0
- test/test_mana_v2_nullable_interface_lagvlan_config.py +79 -0
- test/test_mana_v2_nullable_interface_name.py +51 -0
- test/test_mana_v2_nullable_interface_priority_decrement.py +52 -0
- test/test_mana_v2_nullable_interface_vlan_config.py +91 -0
- test/test_mana_v2_nullable_ip_list.py +53 -0
- test/test_mana_v2_nullable_ip_network_list_config.py +55 -0
- test/test_mana_v2_nullable_ip_protocol.py +51 -0
- test/test_mana_v2_nullable_ipfix_exporter_config.py +63 -0
- test/test_mana_v2_nullable_ipv4_address.py +51 -0
- test/test_mana_v2_nullable_ipv6_address.py +51 -0
- test/test_mana_v2_nullable_keep_alive_timer.py +51 -0
- test/test_mana_v2_nullable_l4_port_list_config.py +55 -0
- test/test_mana_v2_nullable_lag_interface_config.py +89 -0
- test/test_mana_v2_nullable_lag_member_interface.py +51 -0
- test/test_mana_v2_nullable_local_preferance.py +51 -0
- test/test_mana_v2_nullable_max_prefix.py +51 -0
- test/test_mana_v2_nullable_md5_password.py +51 -0
- test/test_mana_v2_nullable_meter_rates.py +51 -0
- test/test_mana_v2_nullable_metric.py +52 -0
- test/test_mana_v2_nullable_nat_policy_ruleset_config.py +66 -0
- test/test_mana_v2_nullable_nat_policy_ruleset_name.py +51 -0
- test/test_mana_v2_nullable_ospf_admin_distance_value.py +51 -0
- test/test_mana_v2_nullable_ospf_area_config.py +72 -0
- test/test_mana_v2_nullable_ospf_dead_interval_value.py +51 -0
- test/test_mana_v2_nullable_ospf_hello_interval_value.py +51 -0
- test/test_mana_v2_nullable_ospf_interface_config.py +65 -0
- test/test_mana_v2_nullable_ospf_process_config.py +91 -0
- test/test_mana_v2_nullable_ospf_redistribute_protocol_config.py +54 -0
- test/test_mana_v2_nullable_ospf_retransmit_interval_value.py +51 -0
- test/test_mana_v2_nullable_policy_name.py +51 -0
- test/test_mana_v2_nullable_prefix_set.py +51 -0
- test/test_mana_v2_nullable_prefix_set_config.py +64 -0
- test/test_mana_v2_nullable_prometheus_remote_write_sink_config.py +55 -0
- test/test_mana_v2_nullable_prometheus_rule_config.py +57 -0
- test/test_mana_v2_nullable_prometheus_rule_group_config.py +57 -0
- test/test_mana_v2_nullable_prometheus_sys_db_monitor_config.py +56 -0
- test/test_mana_v2_nullable_protocol_route_type.py +51 -0
- test/test_mana_v2_nullable_route_tag_set.py +54 -0
- test/test_mana_v2_nullable_routing_policy_config.py +104 -0
- test/test_mana_v2_nullable_routing_protocol.py +51 -0
- test/test_mana_v2_nullable_security_policy_ruleset_config.py +89 -0
- test/test_mana_v2_nullable_security_zone_config.py +59 -0
- test/test_mana_v2_nullable_security_zone_pair_config.py +54 -0
- test/test_mana_v2_nullable_session_limit.py +51 -0
- test/test_mana_v2_nullable_set_circuit_config.py +51 -0
- test/test_mana_v2_nullable_set_circuit_label_config.py +52 -0
- test/test_mana_v2_nullable_set_dscp_config.py +52 -0
- test/test_mana_v2_nullable_set_sla_class_config.py +51 -0
- test/test_mana_v2_nullable_site_interface_name.py +51 -0
- test/test_mana_v2_nullable_snmp_community_config_value.py +51 -0
- test/test_mana_v2_nullable_snmp_config.py +157 -0
- test/test_mana_v2_nullable_snmp_engine_endpoint_config_value.py +60 -0
- test/test_mana_v2_nullable_snmp_engine_endpoints_address.py +51 -0
- test/test_mana_v2_nullable_snmp_notify_filter_profile_config_value.py +56 -0
- test/test_mana_v2_nullable_snmp_target_config_value.py +61 -0
- test/test_mana_v2_nullable_snmp_vacm_group_access_value.py +58 -0
- test/test_mana_v2_nullable_snmp_vacm_group_member_value.py +55 -0
- test/test_mana_v2_nullable_snmp_vacm_view_value.py +56 -0
- test/test_mana_v2_nullable_source_network_match_config.py +51 -0
- test/test_mana_v2_nullable_stale_purge.py +51 -0
- test/test_mana_v2_nullable_static_route_config.py +71 -0
- test/test_mana_v2_nullable_syslog_collector_config.py +61 -0
- test/test_mana_v2_nullable_tcp_mss_v4.py +51 -0
- test/test_mana_v2_nullable_tcp_mss_v6.py +51 -0
- test/test_mana_v2_nullable_traffic_policy_ruleset_config.py +99 -0
- test/test_mana_v2_nullable_traffic_policy_ruleset_name.py +51 -0
- test/test_mana_v2_nullable_usm_local_user_config_value.py +56 -0
- test/test_mana_v2_nullable_usm_remote_user_config_value.py +56 -0
- test/test_mana_v2_nullable_vacm_group_value.py +71 -0
- test/test_mana_v2_nullable_vrrp_group_config.py +64 -0
- test/test_mana_v2_nullable_weight.py +51 -0
- test/test_mana_v2_nullable_zone_firewall_config.py +59 -0
- test/test_mana_v2_oci_gateway_details.py +53 -0
- test/test_mana_v2_osp_fv2_process.py +110 -0
- test/test_mana_v2_osp_fv3_process.py +110 -0
- test/test_mana_v2_ospf_area.py +120 -0
- test/test_mana_v2_ospf_area_config.py +71 -0
- test/test_mana_v2_ospf_interface.py +89 -0
- test/test_mana_v2_ospf_interface_config.py +64 -0
- test/test_mana_v2_ospf_process_config.py +90 -0
- test/test_mana_v2_ospf_redistribute.py +53 -0
- test/test_mana_v2_ospf_redistribute_protocol_config.py +53 -0
- test/test_mana_v2_overlay_filter_config.py +54 -0
- test/test_mana_v2_overlay_filters.py +52 -0
- test/test_mana_v2_policer.py +52 -0
- test/test_mana_v2_policy_match.py +56 -0
- test/test_mana_v2_policy_target.py +944 -0
- test/test_mana_v2_policy_target_input.py +68 -0
- test/test_mana_v2_port_range.py +52 -0
- test/test_mana_v2_port_range_config.py +52 -0
- test/test_mana_v2_prefix_set.py +72 -0
- test/test_mana_v2_prefix_set_config.py +63 -0
- test/test_mana_v2_prefix_set_config_nullable_entry.py +55 -0
- test/test_mana_v2_prefix_set_config_nullable_entry_entry.py +54 -0
- test/test_mana_v2_prefix_set_entry.py +55 -0
- test/test_mana_v2_prefix_set_policy.py +53 -0
- test/test_mana_v2_prometheus_config.py +70 -0
- test/test_mana_v2_prometheus_remote_write_sink_config.py +54 -0
- test/test_mana_v2_prometheus_rule_config.py +56 -0
- test/test_mana_v2_prometheus_rule_group_config.py +63 -0
- test/test_mana_v2_prometheus_sys_db_monitor_config.py +55 -0
- test/test_mana_v2_qo_s_profile.py +58 -0
- test/test_mana_v2_qo_s_profile_queue.py +53 -0
- test/test_mana_v2_region.py +53 -0
- test/test_mana_v2_regional_allocation.py +57 -0
- test/test_mana_v2_regional_bandwidth_consumption_summary.py +68 -0
- test/test_mana_v2_route_tag.py +53 -0
- test/test_mana_v2_route_tag_device.py +57 -0
- test/test_mana_v2_route_tag_element.py +59 -0
- test/test_mana_v2_route_tag_id.py +53 -0
- test/test_mana_v2_route_tag_summary.py +57 -0
- test/test_mana_v2_routing_policy.py +96 -0
- test/test_mana_v2_routing_policy_config.py +104 -0
- test/test_mana_v2_routing_policy_config_nullable_statement.py +95 -0
- test/test_mana_v2_routing_policy_config_nullable_statement_statement.py +95 -0
- test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_action.py +72 -0
- test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_action_action.py +71 -0
- test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_match.py +66 -0
- test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_match_match.py +65 -0
- test/test_mana_v2_routing_policy_statement.py +88 -0
- test/test_mana_v2_routing_policy_statement_action.py +66 -0
- test/test_mana_v2_routing_policy_statement_match.py +64 -0
- test/test_mana_v2_security_policy_rule.py +61 -0
- test/test_mana_v2_security_policy_rule_row.py +66 -0
- test/test_mana_v2_security_policy_ruleset.py +94 -0
- test/test_mana_v2_security_policy_ruleset_config.py +88 -0
- test/test_mana_v2_security_policy_ruleset_config_nullable_rule.py +81 -0
- test/test_mana_v2_security_policy_ruleset_config_nullable_rule_rule.py +82 -0
- test/test_mana_v2_security_policy_ruleset_rule.py +84 -0
- test/test_mana_v2_security_zone.py +54 -0
- test/test_mana_v2_security_zone_config.py +58 -0
- test/test_mana_v2_security_zone_pair_config.py +53 -0
- test/test_mana_v2_single_route_tag.py +62 -0
- test/test_mana_v2_single_route_tag_route_tag_element.py +53 -0
- test/test_mana_v2_site.py +94 -0
- test/test_mana_v2_site_device_stub.py +52 -0
- test/test_mana_v2_site_list.py +54 -0
- test/test_mana_v2_site_list_entry.py +55 -0
- test/test_mana_v2_site_list_site_entry.py +61 -0
- test/test_mana_v2_site_to_site_i_psec.py +83 -0
- test/test_mana_v2_site_to_site_i_psec_i_psec_bgp_routes.py +62 -0
- test/test_mana_v2_site_to_site_i_psec_i_psec_static_routes.py +53 -0
- test/test_mana_v2_sla_information.py +53 -0
- test/test_mana_v2_snmp.py +166 -0
- test/test_mana_v2_snmp_community.py +52 -0
- test/test_mana_v2_snmp_config.py +161 -0
- test/test_mana_v2_snmp_engine_endpoint.py +59 -0
- test/test_mana_v2_snmp_engine_endpoint_config.py +59 -0
- test/test_mana_v2_snmp_notify_filter_profile.py +58 -0
- test/test_mana_v2_snmp_notify_filter_profile_config.py +55 -0
- test/test_mana_v2_snmp_target.py +61 -0
- test/test_mana_v2_snmp_target_config.py +60 -0
- test/test_mana_v2_snmp_usm_local_user.py +56 -0
- test/test_mana_v2_snmp_usm_local_user_config.py +55 -0
- test/test_mana_v2_snmp_usm_remote_user.py +56 -0
- test/test_mana_v2_snmp_usm_remote_user_config.py +55 -0
- test/test_mana_v2_snmp_vacm_group.py +81 -0
- test/test_mana_v2_snmp_vacm_group_access.py +57 -0
- test/test_mana_v2_snmp_vacm_group_access_config.py +57 -0
- test/test_mana_v2_snmp_vacm_group_member.py +55 -0
- test/test_mana_v2_snmp_vacm_group_member_config.py +54 -0
- test/test_mana_v2_snmp_vacm_view.py +58 -0
- test/test_mana_v2_snmp_vacm_view_config.py +55 -0
- test/test_mana_v2_snmp_vacm_view_include.py +53 -0
- test/test_mana_v2_snmp_vacm_view_include_config.py +51 -0
- test/test_mana_v2_static_dns_servers.py +82 -0
- test/test_mana_v2_static_route.py +72 -0
- test/test_mana_v2_static_route_config.py +70 -0
- test/test_mana_v2_static_route_nexthop.py +57 -0
- test/test_mana_v2_static_route_nexthop_config.py +55 -0
- test/test_mana_v2_subnet.py +52 -0
- test/test_mana_v2_syslog_collector.py +63 -0
- test/test_mana_v2_syslog_collector_config.py +60 -0
- test/test_mana_v2_time_period.py +52 -0
- test/test_mana_v2_traffic_policy_action.py +54 -0
- test/test_mana_v2_traffic_policy_rule.py +64 -0
- test/test_mana_v2_traffic_policy_rule_row.py +69 -0
- test/test_mana_v2_traffic_policy_ruleset.py +98 -0
- test/test_mana_v2_traffic_policy_ruleset_config.py +98 -0
- test/test_mana_v2_traffic_policy_ruleset_config_nullable_rule.py +91 -0
- test/test_mana_v2_traffic_policy_ruleset_config_nullable_rule_rule.py +90 -0
- test/test_mana_v2_traffic_policy_ruleset_config_nullable_rule_rule_action.py +67 -0
- test/test_mana_v2_traffic_policy_ruleset_rule.py +88 -0
- test/test_mana_v2_traffic_policy_ruleset_rule_action.py +59 -0
- test/test_mana_v2_udp_flow_table.py +52 -0
- test/test_mana_v2_vacm_group_config.py +70 -0
- test/test_mana_v2_vendor_detail.py +52 -0
- test/test_mana_v2_version_metadata.py +53 -0
- test/test_mana_v2_vrf.py +360 -0
- test/test_mana_v2_vrf_config.py +287 -0
- test/test_mana_v2_vrrp_group.py +79 -0
- test/test_mana_v2_vrrp_group_config.py +63 -0
- test/test_mana_v2_vrrp_group_interface_priority_decrement.py +52 -0
- test/test_mana_v2_vrrp_group_member.py +59 -0
- test/test_mana_v2_zone.py +53 -0
- test/test_mana_v2_zone_firewall_config.py +58 -0
- test/test_mana_v2_zone_firewall_ip_policy_config.py +54 -0
- test/test_mana_v2_zone_firewall_policy.py +58 -0
- test/test_mana_v2_zone_firewall_udp_policy_config.py +52 -0
- test/test_mana_v2device_snapshot_row.py +113 -0
- test/test_mana_v2interface_config_type.py +69 -0
- test/test_mana_v2topology_device.py +66 -0
- test/test_onboarding_cloud_init_configuration.py +67 -0
- test/test_onboarding_cloud_init_token.py +79 -0
- test/test_onboarding_cloud_init_token_token.py +57 -0
- test/test_onboarding_hardware_inventory.py +70 -0
- test/test_onboarding_interface.py +60 -0
- test/test_onboarding_inventory.py +54 -0
- test/test_onboarding_ip.py +53 -0
- test/test_onboarding_onboarding_redirection.py +55 -0
- test/test_onboarding_onboarding_summary.py +59 -0
- test/test_onboarding_private_gcs_details.py +57 -0
- test/test_onboarding_private_gcs_inventory_details.py +54 -0
- test/test_pokedex_device_history_info.py +58 -0
- test/test_pokedex_device_mapping_info.py +58 -0
- test/test_routing_afi_route_count.py +52 -0
- test/test_routing_arp_entry.py +54 -0
- test/test_routing_nbr_stats.py +51 -0
- test/test_routing_nd_entry.py +54 -0
- test/test_routing_ospf_interface.py +62 -0
- test/test_routing_ospf_nbr.py +58 -0
- test/test_routing_ospf_network_lsa.py +54 -0
- test/test_routing_ospf_next_hop.py +58 -0
- test/test_routing_ospf_route.py +62 -0
- test/test_routing_ospf_router_lsa.py +59 -0
- test/test_routing_ospf_router_lsa_link.py +56 -0
- test/test_routing_ospf_statistics.py +52 -0
- test/test_routing_ospf_summary_lsa.py +53 -0
- test/test_routing_ospfas_external_lsa.py +57 -0
- test/test_routing_ospflsa.py +84 -0
- test/test_routing_ospflsa_tos_metric.py +52 -0
- test/test_routing_prefix_filter.py +60 -0
- test/test_routing_vrrp_entry.py +61 -0
- test/test_routingbgp_counter.py +56 -0
- test/test_routingprefix.py +53 -0
- test/test_search_edge_summary.py +121 -0
- test/test_search_search_filter.py +54 -0
- test/test_search_search_result.py +53 -0
- test/test_statsmon_backbonehealth_control_plane.py +61 -0
- test/test_statsmon_backbonehealth_data_plane.py +79 -0
- test/test_statsmon_backbonehealth_get_qoe_matrix_response.py +84 -0
- test/test_statsmon_backbonehealth_get_qoe_matrix_response_devices_summary.py +55 -0
- test/test_statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary.py +73 -0
- test/test_statsmon_backbonehealth_get_qoe_matrix_response_qoe_session_summary_qoe_session_box.py +61 -0
- test/test_statsmon_backbonehealth_system_plane.py +121 -0
- test/test_statsmon_backbonehealth_transition_series.py +54 -0
- test/test_statsmon_backbonehealth_transitions.py +60 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_enterprise_details.py +75 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_enterprise_summary.py +75 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_region.py +54 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_region_cloud_summary.py +62 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_region_edge_details.py +59 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_region_edge_summary.py +60 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_role_summary.py +53 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_site.py +56 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_site_details.py +64 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_site_edge_provider.py +55 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_site_provider.py +53 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_site_summary.py +60 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_top_providers.py +54 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_top_regions.py +58 -0
- test/test_statsmon_bandwidthtracker_bw_usage_by_top_sites.py +53 -0
- test/test_statsmon_bandwidthtracker_bw_usage_chart.py +60 -0
- test/test_statsmon_bandwidthtracker_bw_usage_chart_value.py +56 -0
- test/test_statsmon_bandwidthtracker_bw_usage_csv_details.py +60 -0
- test/test_statsmon_bandwidthtracker_bw_usage_csv_record.py +57 -0
- test/test_statsmon_bandwidthtracker_time_window.py +57 -0
- test/test_statsmon_circuit_incidents.py +52 -0
- test/test_statsmon_circuit_summary.py +64 -0
- test/test_statsmon_circuit_utilization.py +60 -0
- test/test_statsmon_circuits_incidents.py +65 -0
- test/test_statsmon_circuits_incidents_data.py +63 -0
- test/test_statsmon_circuits_incidents_selector.py +51 -0
- test/test_statsmon_circuits_utilization_selector.py +51 -0
- test/test_statsmon_extranet_edge_status.py +58 -0
- test/test_statsmon_extranet_prefix_health.py +54 -0
- test/test_statsmon_extranet_server_status.py +52 -0
- test/test_statsmon_extranet_service_health.py +62 -0
- test/test_statsmon_extranet_site_status.py +58 -0
- test/test_statsmon_queue_utilization.py +55 -0
- test/test_statsmon_time_window.py +57 -0
- test/test_statsmon_troubleshooting_circuit_filter.py +51 -0
- test/test_statsmon_troubleshooting_control_plane.py +77 -0
- test/test_statsmon_troubleshooting_crash.py +53 -0
- test/test_statsmon_troubleshooting_data_plane.py +79 -0
- test/test_statsmon_troubleshooting_device_filter.py +52 -0
- test/test_statsmon_troubleshooting_edge_status.py +53 -0
- test/test_statsmon_troubleshooting_filter.py +65 -0
- test/test_statsmon_troubleshooting_issue.py +67 -0
- test/test_statsmon_troubleshooting_lan_segment_filter.py +51 -0
- test/test_statsmon_troubleshooting_last_crash.py +55 -0
- test/test_statsmon_troubleshooting_maintenance_window.py +58 -0
- test/test_statsmon_troubleshooting_overheating.py +58 -0
- test/test_statsmon_troubleshooting_region.py +52 -0
- test/test_statsmon_troubleshooting_region_filter.py +53 -0
- test/test_statsmon_troubleshooting_session_sla.py +62 -0
- test/test_statsmon_troubleshooting_site_filter.py +52 -0
- test/test_statsmon_troubleshooting_sla_value.py +58 -0
- test/test_statsmon_troubleshooting_system_plane.py +121 -0
- test/test_statsmon_troubleshooting_system_stat.py +56 -0
- test/test_statsmon_troubleshooting_time_window.py +57 -0
- test/test_statsmon_troubleshooting_transitions.py +60 -0
- test/test_statsmon_twamp_visual_data.py +61 -0
- test/test_statsmon_twamp_visual_selector.py +52 -0
- test/test_statsmon_v2_bfd_stats_selector.py +53 -0
- test/test_statsmon_v2_bgp_stats_selector.py +53 -0
- test/test_statsmon_v2_circuit_bandwidth_stats_selector.py +52 -0
- test/test_statsmon_v2_circuit_incidents.py +67 -0
- test/test_statsmon_v2_circuit_incidents_data.py +66 -0
- test/test_statsmon_v2_circuit_incidents_data_sample.py +63 -0
- test/test_statsmon_v2_circuit_incidents_data_sample_incidents.py +52 -0
- test/test_statsmon_v2_circuit_incidents_selector.py +51 -0
- test/test_statsmon_v2_circuit_summary.py +75 -0
- test/test_statsmon_v2_circuit_utilization_selector.py +51 -0
- test/test_statsmon_v2_connection.py +62 -0
- test/test_statsmon_v2_device_segments.py +64 -0
- test/test_statsmon_v2_edge.py +84 -0
- test/test_statsmon_v2_edgeedge_circuit_info.py +62 -0
- test/test_statsmon_v2_generic_system_stats_selector.py +51 -0
- test/test_statsmon_v2_interface_stats_selector.py +52 -0
- test/test_statsmon_v2_ip_sec_stats_selector.py +52 -0
- test/test_statsmon_v2_node.py +106 -0
- test/test_statsmon_v2_node_circuit_info.py +65 -0
- test/test_statsmon_v2_node_connection.py +62 -0
- test/test_statsmon_v2_node_device_info.py +68 -0
- test/test_statsmon_v2_ospf_stats_selector.py +53 -0
- test/test_statsmon_v2_policy_stats_selector.py +52 -0
- test/test_statsmon_v2_queue_instant_stats_selector.py +53 -0
- test/test_statsmon_v2_queue_stats_selector.py +54 -0
- test/test_statsmon_v2_queue_utilization.py +56 -0
- test/test_statsmon_v2_site_info.py +54 -0
- test/test_statsmon_v2_stats_sample.py +55 -0
- test/test_statsmon_v2_system_stats_selector.py +51 -0
- test/test_statsmon_v2_time_window.py +57 -0
- test/test_statsmon_v2_twamp_stats_selector.py +54 -0
- test/test_statsmon_v2_twamp_visual_selector.py +53 -0
- test/test_statsmon_v2_vrf_route.py +54 -0
- test/test_statsmon_v2_vrf_routes.py +60 -0
- test/test_syslogmon_histogram.py +54 -0
- test/test_syslogmon_log.py +58 -0
- test/test_syslogmon_syslogs_selector.py +54 -0
- test/test_upgrade_gcs_release_category.py +52 -0
- test/test_upgrade_gcs_release_details.py +59 -0
- test/test_upgrade_inventory_key.py +52 -0
- test/test_upgrade_release_summary.py +61 -0
- test/test_upgrade_running_sw_version.py +54 -0
- test/test_upgrade_schedule.py +61 -0
- test/test_upgrade_sw_version.py +53 -0
- test/test_upgrade_upgrade_canary_profile.py +58 -0
- test/test_upgrade_upgrade_occurrence.py +54 -0
- test/test_upgrade_upgrade_summary.py +83 -0
- test/test_v1_account_email_patch_request.py +2 -1
- test/test_v1_account_info_patch_request.py +1 -1
- test/test_v1_account_mfa_confirmation_post_request.py +5 -1
- test/test_v1_account_mfa_confirmation_post_response.py +53 -0
- test/test_v1_account_mfa_delete_request.py +52 -0
- test/test_v1_account_mfa_get_response.py +51 -0
- test/test_v1_account_mfa_put_request.py +2 -1
- test/test_v1_account_mfa_put_response.py +54 -0
- test/test_v1_account_password_patch_request.py +3 -1
- test/test_v1_activity_logs_post_request.py +8 -8
- test/test_v1_activity_logs_post_response.py +114 -0
- test/test_v1_activity_logs_post_response_activity_items.py +56 -0
- test/test_v1_alarm_history_get_request.py +51 -0
- test/test_v1_alarm_history_get_response.py +61 -0
- test/test_v1_alarm_mute_alarm_id_put_request.py +1 -1
- test/test_v1_alarms_events_get_request.py +51 -0
- test/test_v1_alarms_events_get_response.py +53 -0
- test/test_v1_alarms_list_get_response.py +74 -0
- test/test_v1_apps_app_summary_post_request.py +4 -4
- test/test_v1_apps_app_summary_post_response.py +72 -0
- test/test_v1_apps_bandwidth_post_request.py +4 -4
- test/test_v1_apps_bandwidth_post_response.py +58 -0
- test/test_v1_apps_device_device_id_top_post_request.py +4 -4
- test/test_v1_apps_device_device_id_top_post_response.py +57 -0
- test/test_v1_apps_site_site_id_top_post_request.py +59 -0
- test/test_v1_apps_site_site_id_top_post_response.py +57 -0
- test/test_v1_apps_visualization_post_request.py +4 -4
- test/test_v1_apps_visualization_post_response.py +78 -0
- test/test_v1_audit_logs_post_request.py +4 -4
- test/test_v1_audit_logs_post_response.py +88 -0
- test/test_v1_auth_delete_response.py +54 -0
- test/test_v1_auth_error_post_response.py +56 -0
- test/test_v1_auth_gcs_post_request.py +54 -0
- test/test_v1_auth_get_response.py +54 -0
- test/test_v1_auth_login_callback_post500_response.py +51 -0
- test/test_v1_auth_login_post_request.py +5 -3
- test/test_v1_auth_login_post_response.py +53 -0
- test/test_v1_auth_login_pre_get_response.py +57 -0
- test/test_v1_auth_login_saml_get401_response.py +51 -0
- test/test_v1_auth_login_saml_get500_response.py +51 -0
- test/test_v1_auth_login_temp_post_request.py +5 -1
- test/test_v1_auth_mfa_patch_request.py +3 -0
- test/test_v1_auth_mfa_post500_response.py +51 -0
- test/test_v1_auth_mfa_post_request.py +57 -0
- test/test_v1_auth_mfa_types_get_response.py +53 -0
- test/test_v1_auth_mfa_types_put_request.py +56 -0
- test/test_v1_auth_patch_request.py +58 -0
- test/test_v1_auth_patch_response.py +54 -0
- test/test_v1_auth_put_request.py +58 -0
- test/test_v1_auth_put_response.py +54 -0
- test/test_v1_auth_refresh_get200_response.py +54 -0
- test/test_v1_auth_refresh_get403_response.py +51 -0
- test/test_v1_auth_refresh_get422_response.py +51 -0
- test/test_v1_auth_refresh_get_entry_point_response.py +51 -0
- test/test_v1_auth_session_get403_response.py +51 -0
- test/test_v1_auth_session_get422_response.py +51 -0
- test/test_v1_auth_user_get_response.py +90 -0
- test/test_v1_b2b_extranet_monitoring_filter_post_response.py +65 -0
- test/test_v1_backbone_health_device_device_id_post_request.py +58 -0
- test/test_v1_backbone_health_device_device_id_post_response.py +190 -0
- test/test_v1_backbone_health_et_wan_matrix_get_response.py +67 -0
- test/test_v1_backbone_health_et_wan_matrix_get_response_device_et_wan_summary.py +57 -0
- test/test_v1_backbone_health_et_wan_matrix_get_response_region_status.py +54 -0
- test/test_v1_backbone_health_etet_sla_matrix_get_response.py +89 -0
- test/test_v1_backbone_health_etet_sla_matrix_get_response_devices_summary.py +55 -0
- test/test_v1_backbone_health_etet_sla_matrix_get_response_region_status.py +57 -0
- test/test_v1_backbone_health_etet_sla_matrix_get_response_sla_summary.py +68 -0
- test/test_v1_backbone_health_filter_get_response.py +74 -0
- test/test_v1_backbone_health_overview_post_request.py +3 -3
- test/test_v1_backbone_health_overview_post_request_dimensions.py +1 -1
- test/test_v1_backbone_health_overview_post_response.py +64 -0
- test/test_v1_backbone_health_overview_post_response_device_summary.py +61 -0
- test/test_v1_backbone_health_top_devices_by_alerts_post_request.py +2 -2
- test/test_v1_backbone_health_top_devices_by_alerts_post_response.py +68 -0
- test/test_v1_backbone_health_top_devices_by_alerts_post_response_device_counts.py +55 -0
- test/test_v1_backbone_health_top_devices_by_alerts_post_response_device_counts_device_count.py +52 -0
- test/test_v1_bwtracker_enterprise_csv_post_request.py +58 -0
- test/test_v1_bwtracker_enterprise_csv_post_response.py +61 -0
- test/test_v1_bwtracker_enterprise_details_post_request.py +58 -0
- test/test_v1_bwtracker_enterprise_details_post_response.py +76 -0
- test/test_v1_bwtracker_enterprise_summary_post_request.py +58 -0
- test/test_v1_bwtracker_enterprise_summary_post_response.py +70 -0
- test/test_v1_bwtracker_region_cloud_chart_post_request.py +4 -4
- test/test_v1_bwtracker_region_cloud_chart_post_response.py +61 -0
- test/test_v1_bwtracker_region_cloud_csv_post_request.py +59 -0
- test/test_v1_bwtracker_region_cloud_csv_post_response.py +61 -0
- test/test_v1_bwtracker_region_cloud_summary_post_request.py +59 -0
- test/test_v1_bwtracker_region_cloud_summary_post_response.py +63 -0
- test/test_v1_bwtracker_region_edge_chart_post_request.py +59 -0
- test/test_v1_bwtracker_region_edge_chart_post_response.py +61 -0
- test/test_v1_bwtracker_region_edge_csv_post_request.py +59 -0
- test/test_v1_bwtracker_region_edge_csv_post_response.py +61 -0
- test/test_v1_bwtracker_region_edge_details_post_request.py +59 -0
- test/test_v1_bwtracker_region_edge_details_post_response.py +60 -0
- test/test_v1_bwtracker_region_edge_summary_post_request.py +59 -0
- test/test_v1_bwtracker_region_edge_summary_post_response.py +61 -0
- test/test_v1_bwtracker_region_gateway_chart_post_request.py +59 -0
- test/test_v1_bwtracker_region_gateway_chart_post_response.py +61 -0
- test/test_v1_bwtracker_region_gateway_csv_post_request.py +59 -0
- test/test_v1_bwtracker_region_gateway_csv_post_response.py +61 -0
- test/test_v1_bwtracker_region_gateway_details_post_request.py +59 -0
- test/test_v1_bwtracker_region_gateway_details_post_response.py +60 -0
- test/test_v1_bwtracker_region_gateway_summary_post_request.py +59 -0
- test/test_v1_bwtracker_region_gateway_summary_post_response.py +61 -0
- test/test_v1_bwtracker_region_site_chart_post_request.py +4 -4
- test/test_v1_bwtracker_region_site_chart_post_response.py +61 -0
- test/test_v1_bwtracker_region_site_details_post_request.py +60 -0
- test/test_v1_bwtracker_region_site_details_post_response.py +65 -0
- test/test_v1_bwtracker_region_site_gateway_chart_post_request.py +60 -0
- test/test_v1_bwtracker_region_site_gateway_chart_post_response.py +61 -0
- test/test_v1_bwtracker_region_site_gateway_details_post_request.py +60 -0
- test/test_v1_bwtracker_region_site_gateway_details_post_response.py +65 -0
- test/test_v1_bwtracker_region_site_gateway_summary_post_request.py +60 -0
- test/test_v1_bwtracker_region_site_gateway_summary_post_response.py +61 -0
- test/test_v1_bwtracker_region_site_summary_post_request.py +60 -0
- test/test_v1_bwtracker_region_site_summary_post_response.py +61 -0
- test/test_v1_bwtracker_site_csv_post_request.py +60 -0
- test/test_v1_bwtracker_site_csv_post_response.py +61 -0
- test/test_v1_bwtracker_site_gateway_csv_post_request.py +60 -0
- test/test_v1_bwtracker_site_gateway_csv_post_response.py +61 -0
- test/test_v1_data_assurance_assurances_applications_bucket_app_name_get_response.py +77 -0
- test/test_v1_data_assurance_assurances_applications_bucket_app_name_get_response_assurance.py +74 -0
- test/test_v1_data_assurance_assurances_global_get_response.py +74 -0
- test/test_v1_data_assurance_assurances_global_get_response_row.py +71 -0
- test/test_v1_data_assurance_assurances_global_get_response_row_app_entry.py +51 -0
- test/test_v1_data_assurance_assurances_global_get_response_row_lan_entry.py +51 -0
- test/test_v1_data_assurance_assurances_global_get_response_row_site_entry.py +51 -0
- test/test_v1_data_assurance_assurances_global_id_get_response.py +73 -0
- test/test_v1_data_assurance_assurances_global_id_put_request.py +4 -4
- test/test_v1_data_assurance_assurances_global_id_put_response.py +53 -0
- test/test_v1_data_assurance_assurances_global_post_request.py +4 -4
- test/test_v1_data_assurance_assurances_global_post_response.py +54 -0
- test/test_v1_data_assurance_flex_algos_get_response.py +56 -0
- test/test_v1_data_assurance_flex_algos_get_response_entry.py +53 -0
- test/test_v1_device_routing_bgp_nbr_stats_get_request.py +56 -0
- test/test_v1_device_routing_bgp_nbr_stats_get_response.py +61 -0
- test/test_v1_device_routing_bgp_nbrid_get_request.py +56 -0
- test/test_v1_device_routing_bgp_nbrid_get_response.py +62 -0
- test/test_v1_device_routing_bgp_nbrs_counters_get_request.py +56 -0
- test/test_v1_device_routing_bgp_nbrs_counters_get_response.py +59 -0
- test/test_v1_device_routing_bgp_nbrs_details_get_response.py +53 -0
- test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get_response.py +56 -0
- test/test_v1_device_routing_odp_nbrid_get_request.py +56 -0
- test/test_v1_device_routing_odp_nbrid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv2_area_interface_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_area_interface_get_response.py +74 -0
- test/test_v1_device_routing_ospfv2_area_interface_nbrid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_area_interface_nbrid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv2_area_interfaceid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_area_interfaceid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv2_area_lsdb_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_area_lsdb_get_response.py +92 -0
- test/test_v1_device_routing_ospfv2_area_nbr_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_area_nbr_get_response.py +70 -0
- test/test_v1_device_routing_ospfv2_areaid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_areaid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv2_lsdb_get_request.py +56 -0
- test/test_v1_device_routing_ospfv2_lsdb_get_response.py +92 -0
- test/test_v1_device_routing_ospfv2_rib_get_request.py +67 -0
- test/test_v1_device_routing_ospfv2_rib_get_response.py +74 -0
- test/test_v1_device_routing_ospfv2_statistics_get_response.py +55 -0
- test/test_v1_device_routing_ospfv3_area_interface_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_area_interface_get_response.py +74 -0
- test/test_v1_device_routing_ospfv3_area_interface_nbrid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_area_interface_nbrid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv3_area_interfaceid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_area_interfaceid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv3_area_lsdb_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_area_lsdb_get_response.py +92 -0
- test/test_v1_device_routing_ospfv3_area_nbr_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_area_nbr_get_response.py +70 -0
- test/test_v1_device_routing_ospfv3_areaid_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_areaid_get_response.py +62 -0
- test/test_v1_device_routing_ospfv3_lsdb_get_request.py +56 -0
- test/test_v1_device_routing_ospfv3_lsdb_get_response.py +92 -0
- test/test_v1_device_routing_ospfv3_rib_get_request.py +67 -0
- test/test_v1_device_routing_ospfv3_rib_get_response.py +74 -0
- test/test_v1_device_routing_ospfv3_statistics_get_response.py +55 -0
- test/test_v1_device_routing_rib_route_count_post_response.py +55 -0
- test/test_v1_device_routing_rib_route_count_post_response_route_count.py +52 -0
- test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get_response.py +65 -0
- test/test_v1_device_routing_vrf_bgp_graphiant_eiroute_count_get_response.py +53 -0
- test/test_v1_device_routing_vrf_bgp_route_count_post_request.py +5 -1
- test/test_v1_device_routing_vrf_bgp_route_count_post_response.py +55 -0
- test/test_v1_device_routing_vrf_bgp_route_count_post_response_route_count.py +52 -0
- test/test_v1_device_snapshot_device_id_get_response.py +105 -0
- test/test_v1_device_snapshot_get_request.py +53 -0
- test/test_v1_device_snapshot_get_response.py +209 -0
- test/test_v1_device_snapshot_post_request.py +1 -1
- test/test_v1_device_snapshot_put_request.py +1 -1
- test/test_v1_device_status_history_post_request.py +1 -1
- test/test_v1_device_status_history_post_response.py +61 -0
- test/test_v1_device_status_post_request.py +54 -0
- test/test_v1_device_status_post_response.py +61 -0
- test/test_v1_devices_bringup_post_request.py +1 -1
- test/test_v1_devices_bringup_post_response.py +62 -0
- test/test_v1_devices_bringup_put_request.py +1 -1
- test/test_v1_devices_bringup_token_post_request.py +2 -2
- test/test_v1_devices_bringup_token_post_response.py +54 -0
- test/test_v1_devices_device_id_arp_get_response.py +57 -0
- test/test_v1_devices_device_id_candidate_circuits_get_response.py +57 -0
- test/test_v1_devices_device_id_candidate_circuits_get_response_circuit_info.py +54 -0
- test/test_v1_devices_device_id_circuits_vrf_associations_get_request.py +53 -0
- test/test_v1_devices_device_id_circuits_vrf_associations_get_response.py +56 -0
- test/test_v1_devices_device_id_circuits_vrf_associations_get_response_vrf_associations.py +53 -0
- test/test_v1_devices_device_id_config_put_request.py +244 -239
- test/test_v1_devices_device_id_config_put_response.py +52 -0
- test/test_v1_devices_device_id_connectivity_get_response.py +110 -0
- test/test_v1_devices_device_id_dhcp_server_leases_get_response.py +92 -0
- test/test_v1_devices_device_id_draft_get_response.py +888 -0
- test/test_v1_devices_device_id_draft_post_request.py +116 -99
- test/test_v1_devices_device_id_draft_post_response.py +51 -0
- test/test_v1_devices_device_id_edges_get_request.py +56 -0
- test/test_v1_devices_device_id_edges_get_response.py +893 -0
- test/test_v1_devices_device_id_get_response.py +883 -0
- test/test_v1_devices_device_id_interfaces_get_request.py +56 -0
- test/test_v1_devices_device_id_interfaces_get_response.py +206 -0
- test/test_v1_devices_device_id_jobs_job_id_get_response.py +62 -0
- test/test_v1_devices_device_id_ndcache_get_response.py +57 -0
- test/test_v1_devices_device_id_ospfv2_default_originate_get_request.py +53 -0
- test/test_v1_devices_device_id_ospfv2_default_originate_get_response.py +53 -0
- test/test_v1_devices_device_id_ospfv3_default_originate_get_request.py +53 -0
- test/test_v1_devices_device_id_ospfv3_default_originate_get_response.py +53 -0
- test/test_v1_devices_device_id_policy_applications_get_request.py +56 -0
- test/test_v1_devices_device_id_policy_applications_get_response.py +65 -0
- test/test_v1_devices_device_id_policy_applications_get_response_application.py +54 -0
- test/test_v1_devices_device_id_policy_customapplications_get_request.py +56 -0
- test/test_v1_devices_device_id_policy_customapplications_get_response.py +65 -0
- test/test_v1_devices_device_id_policy_customapplications_get_response_application.py +54 -0
- test/test_v1_devices_device_id_policy_zonepairs_get_response.py +102 -0
- test/test_v1_devices_device_id_slice_peers_get_response.py +260 -0
- test/test_v1_devices_device_id_staged_config_compare_get_response.py +51 -0
- test/test_v1_devices_device_id_twamp_core_get_response.py +53 -0
- test/test_v1_devices_device_id_versions_compare_get_request.py +53 -0
- test/test_v1_devices_device_id_versions_compare_get_response.py +51 -0
- test/test_v1_devices_device_id_versions_get_response.py +56 -0
- test/test_v1_devices_device_id_versions_version_get_response.py +888 -0
- test/test_v1_devices_device_id_vrf_bgp_as_get_request.py +51 -0
- test/test_v1_devices_device_id_vrf_bgp_as_get_response.py +51 -0
- test/test_v1_devices_device_id_vrf_protocols_get_request.py +52 -0
- test/test_v1_devices_device_id_vrf_protocols_get_response.py +56 -0
- test/test_v1_devices_device_id_vrrp_get_request.py +52 -0
- test/test_v1_devices_device_id_vrrp_get_response.py +64 -0
- test/test_v1_devices_get_request.py +64 -0
- test/test_v1_devices_get_response.py +893 -0
- test/test_v1_devices_inventory_approve_return_post_request.py +1 -1
- test/test_v1_devices_inventory_clear_return_post_request.py +53 -0
- test/test_v1_devices_inventory_enterprise_put_request.py +1 -1
- test/test_v1_devices_inventory_get_request.py +57 -0
- test/test_v1_devices_inventory_get_response.py +81 -0
- test/test_v1_devices_inventory_post_request.py +4 -4
- test/test_v1_devices_inventory_post_response.py +55 -0
- test/test_v1_devices_inventory_post_response_data.py +52 -0
- test/test_v1_devices_inventory_request_return_post_request.py +53 -0
- test/test_v1_devices_inventory_serial_num_post_request.py +53 -0
- test/test_v1_devices_inventory_serial_num_post_response.py +73 -0
- test/test_v1_devices_oauth_authorization_get_response.py +51 -0
- test/test_v1_devices_oauth_post_request.py +58 -0
- test/test_v1_devices_oauth_post_response.py +53 -0
- test/test_v1_devices_oauth_redirect_get_request.py +51 -0
- test/test_v1_devices_oauth_redirect_get_response.py +56 -0
- test/test_v1_devices_rma_post_request.py +1 -1
- test/test_v1_devices_routing_vrf_protocol_route_count_get_response.py +57 -0
- test/test_v1_devices_routing_vrf_protocol_route_count_get_response_protocol_count.py +54 -0
- test/test_v1_devices_running_version_post_request.py +53 -0
- test/test_v1_devices_running_version_post_response.py +57 -0
- test/test_v1_devices_session_status_post_request.py +1 -1
- test/test_v1_devices_session_status_post_response.py +71 -0
- test/test_v1_devices_session_status_post_response_data.py +54 -0
- test/test_v1_devices_summary_get_request.py +51 -0
- test/test_v1_devices_summary_get_response.py +72 -0
- test/test_v1_devices_summary_get_response_site_summary.py +69 -0
- test/test_v1_devices_summary_get_response_site_summary_device_summary.py +64 -0
- test/test_v1_devices_upgrade_cancel_put_request.py +53 -0
- test/test_v1_devices_upgrade_schedule_put_request.py +10 -3
- test/test_v1_devices_upgrade_schedule_put_request_device_version.py +54 -0
- test/test_v1_diagnostic_archive_create_device_id_post_request.py +1 -1
- test/test_v1_diagnostic_archive_create_device_id_post_response.py +51 -0
- test/test_v1_diagnostic_archive_edit_archive_id_put_request.py +51 -0
- test/test_v1_diagnostic_archives_device_id_get_response.py +64 -0
- test/test_v1_diagnostic_bgp_reset_device_id_put_request.py +1 -1
- test/test_v1_diagnostic_clear_arp_device_id_put_request.py +3 -3
- test/test_v1_diagnostic_gnmi_ping_get_request.py +51 -0
- test/test_v1_diagnostic_gnmi_ping_get_response.py +59 -0
- test/test_v1_diagnostic_gnmi_ping_get_response_result.py +56 -0
- test/test_v1_diagnostic_interface_reset_device_id_put_request.py +1 -1
- test/test_v1_diagnostic_otp_device_id_get_response.py +51 -0
- test/test_v1_diagnostic_packetcapture_pcap_id_get_response.py +55 -0
- test/test_v1_diagnostic_packetcapture_start_post_request.py +10 -5
- test/test_v1_diagnostic_packetcapture_start_post_response.py +51 -0
- test/test_v1_diagnostic_packetcapture_stop_post_request.py +51 -0
- test/test_v1_diagnostic_ping_pause_resume_post_request.py +4 -2
- test/test_v1_diagnostic_ping_pause_resume_post_response.py +87 -0
- test/test_v1_diagnostic_ping_post_request.py +65 -0
- test/test_v1_diagnostic_ping_post_response.py +87 -0
- test/test_v1_diagnostic_reboot_device_id_put_request.py +2 -1
- test/test_v1_diagnostic_reset_ipsec_session_device_id_put_request.py +1 -1
- test/test_v1_diagnostic_speedtest_post_request.py +4 -3
- test/test_v1_diagnostic_speedtest_post_response.py +69 -0
- test/test_v1_diagnostic_speedtest_providers_get_response.py +53 -0
- test/test_v1_diagnostic_speedtest_report_put_request.py +3 -1
- test/test_v1_diagnostic_speedtest_report_put_response.py +52 -0
- test/test_v1_diagnostic_speedtest_servers_get_request.py +54 -0
- test/test_v1_diagnostic_speedtest_servers_get_response.py +59 -0
- test/test_v1_diagnostic_traceroute_post_request.py +65 -0
- test/test_v1_diagnostic_traceroute_post_response.py +87 -0
- test/test_v1_edges_hardware_assigned_get_request.py +51 -0
- test/test_v1_edges_hardware_assigned_get_response.py +118 -0
- test/test_v1_edges_hardware_unassigned_get_response.py +74 -0
- test/test_v1_edges_summary_get_request.py +57 -0
- test/test_v1_edges_summary_get_response.py +119 -0
- test/test_v1_enterprise_allocation_get_request.py +53 -0
- test/test_v1_enterprise_allocation_get_response.py +107 -0
- test/test_v1_enterprise_configuration_get_response.py +53 -0
- test/test_v1_enterprise_configuration_put_request.py +53 -0
- test/test_v1_enterprise_contract_put_request.py +2 -2
- test/test_v1_enterprise_snapshot_get_response.py +175 -0
- test/test_v1_enterprises_enterprise_id_admin_get_response.py +51 -0
- test/test_v1_enterprises_enterprise_id_delete_response.py +54 -0
- test/test_v1_enterprises_enterprise_id_device_status_get_request.py +51 -0
- test/test_v1_enterprises_enterprise_id_device_status_get_response.py +61 -0
- test/test_v1_enterprises_get_response.py +92 -0
- test/test_v1_enterprises_managed_get_response.py +106 -0
- test/test_v1_enterprises_patch_request.py +4 -2
- test/test_v1_enterprises_patch_request_token_expiry.py +1 -1
- test/test_v1_enterprises_put_request.py +3 -1
- test/test_v1_enterprises_self_delete_response.py +54 -0
- test/test_v1_event_device_get_request.py +61 -0
- test/test_v1_event_device_get_response.py +66 -0
- test/test_v1_event_enterprise_get_request.py +61 -0
- test/test_v1_event_enterprise_get_response.py +66 -0
- test/test_v1_event_system_ack_post_request.py +1 -1
- test/test_v1_event_system_get_response.py +66 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_request.py +5 -4
- test/test_v1_extranet_b2b_monitoring_peering_service_bandwidth_usage_post_response.py +67 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_request.py +4 -4
- test/test_v1_extranet_b2b_monitoring_peering_service_consumers_usage_top_post_response.py +58 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_request.py +4 -4
- test/test_v1_extranet_b2b_monitoring_peering_service_consumption_overview_post_response.py +81 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_request.py +3 -3
- test/test_v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_response.py +53 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post_request.py +52 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_service_health_post_response.py +62 -0
- test/test_v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_request.py +5 -4
- test/test_v1_extranet_b2b_monitoring_peering_service_service_overtime_consumption_post_response.py +66 -0
- test/test_v1_extranet_sites_usage_post_request.py +5 -4
- test/test_v1_extranet_sites_usage_post_response.py +67 -0
- test/test_v1_extranet_sites_usage_top_post_request.py +4 -4
- test/test_v1_extranet_sites_usage_top_post_response.py +56 -0
- test/test_v1_extranet_sites_usage_top_post_response_site_usage.py +53 -0
- test/test_v1_extranets_b2b_consumer_device_status_id_get_response.py +61 -0
- test/test_v1_extranets_b2b_consumer_id_get_response.py +112 -0
- test/test_v1_extranets_b2b_consumer_post_request.py +6 -6
- test/test_v1_extranets_b2b_consumer_post_response.py +120 -0
- test/test_v1_extranets_b2b_consumer_summary_get_response.py +66 -0
- test/test_v1_extranets_b2b_customer_info_id_get_response.py +54 -0
- test/test_v1_extranets_b2b_general_customers_summary_get_response.py +64 -0
- test/test_v1_extranets_b2b_general_services_summary_get_response.py +71 -0
- test/test_v1_extranets_b2b_id_customer_post_request.py +2 -2
- test/test_v1_extranets_b2b_id_customer_post_response.py +62 -0
- test/test_v1_extranets_b2b_id_customer_summary_get_response.py +61 -0
- test/test_v1_extranets_b2b_id_producer_get_request.py +115 -0
- test/test_v1_extranets_b2b_id_producer_get_response.py +143 -0
- test/test_v1_extranets_b2b_id_put_request.py +39 -8
- test/test_v1_extranets_b2b_id_put_response.py +143 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_request.py +52 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response.py +224 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response_ipsec_vpn_tunnel_config.py +82 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get_request.py +51 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get_response.py +77 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request.py +18 -18
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_response.py +75 -0
- test/test_v1_extranets_b2b_peering_customer_id_delete_response.py +52 -0
- test/test_v1_extranets_b2b_peering_customer_id_get_response.py +57 -0
- test/test_v1_extranets_b2b_peering_customer_post_request.py +1 -1
- test/test_v1_extranets_b2b_peering_customer_post_response.py +56 -0
- test/test_v1_extranets_b2b_peering_match_service_to_customer_id_get_request.py +52 -0
- test/test_v1_extranets_b2b_peering_match_service_to_customer_id_get_response.py +68 -0
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request.py +3 -3
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_response.py +67 -0
- test/test_v1_extranets_b2b_peering_match_services_summary_id_get_response.py +62 -0
- test/test_v1_extranets_b2b_peering_producer_id_get_response.py +86 -0
- test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get_response.py +65 -0
- test/test_v1_extranets_b2b_peering_producer_post_request.py +11 -5
- test/test_v1_extranets_b2b_peering_producer_post_response.py +86 -0
- test/test_v1_extranets_b2b_post_request.py +39 -8
- test/test_v1_extranets_b2b_post_response.py +143 -0
- test/test_v1_extranets_b2b_producer_device_status_id_get_response.py +60 -0
- test/test_v1_extranets_b2b_producers_summary_get_request.py +51 -0
- test/test_v1_extranets_b2b_producers_summary_get_response.py +71 -0
- test/test_v1_extranets_get_request.py +57 -0
- test/test_v1_extranets_get_response.py +951 -0
- test/test_v1_extranets_id_apply_post_request.py +1 -1
- test/test_v1_extranets_id_apply_post_response.py +58 -0
- test/test_v1_extranets_id_delete_response.py +57 -0
- test/test_v1_extranets_id_get_response.py +941 -0
- test/test_v1_extranets_id_put_request.py +95 -0
- test/test_v1_extranets_id_put_response.py +941 -0
- test/test_v1_extranets_id_status_get_response.py +57 -0
- test/test_v1_extranets_monitoring_lan_segments_get_request.py +53 -0
- test/test_v1_extranets_monitoring_lan_segments_get_response.py +55 -0
- test/test_v1_extranets_monitoring_lan_segments_get_response_vrf.py +52 -0
- test/test_v1_extranets_monitoring_nat_usage_get_request.py +52 -0
- test/test_v1_extranets_monitoring_nat_usage_get_response.py +60 -0
- test/test_v1_extranets_monitoring_nat_usage_get_response_allocation.py +55 -0
- test/test_v1_extranets_monitoring_traffic_security_policy_post_request.py +1 -1
- test/test_v1_extranets_monitoring_traffic_security_policy_post_response.py +91 -0
- test/test_v1_extranets_post_request.py +9 -9
- test/test_v1_extranets_post_response.py +941 -0
- test/test_v1_extranets_resolve_policy_target_post_request.py +4 -4
- test/test_v1_extranets_resolve_policy_target_post_response.py +885 -0
- test/test_v1_extranets_source_segments_post_request.py +4 -4
- test/test_v1_extranets_source_segments_post_response.py +298 -0
- test/test_v1_flows_flow_table_post_request.py +6 -6
- test/test_v1_flows_flow_table_post_response.py +73 -0
- test/test_v1_flows_topology_post_request.py +5 -5
- test/test_v1_flows_topology_post_response.py +121 -0
- test/test_v1_gateways_guest_consumer_match_id_get_response.py +131 -0
- test/test_v1_gateways_guest_consumer_match_id_get_response_ipsec_vpn_tunnel_config.py +82 -0
- test/test_v1_gateways_id_details_get_response.py +140 -0
- test/test_v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get_response.py +52 -0
- test/test_v1_gateways_post_request.py +24 -24
- test/test_v1_gateways_post_response.py +52 -0
- test/test_v1_gateways_put_request.py +24 -24
- test/test_v1_gateways_reference_consumer_get_request.py +53 -0
- test/test_v1_gateways_reference_consumer_get_response.py +88 -0
- test/test_v1_gateways_regions_get_response.py +56 -0
- test/test_v1_gateways_status_post_request.py +2 -2
- test/test_v1_gateways_status_post_request_device_info.py +52 -0
- test/test_v1_gateways_summary_get_response.py +73 -0
- test/test_v1_global_apps_app_list_options_get_response.py +58 -0
- test/test_v1_global_apps_app_lists_app_list_id_details_apps_get_response.py +58 -0
- test/test_v1_global_apps_app_lists_app_list_id_get_response.py +58 -0
- test/test_v1_global_apps_app_lists_app_list_id_put_request.py +58 -0
- test/test_v1_global_apps_app_lists_get_response.py +61 -0
- test/test_v1_global_apps_app_lists_get_response_entry.py +58 -0
- test/test_v1_global_apps_app_lists_post_request.py +3 -3
- test/test_v1_global_apps_app_lists_post_response.py +53 -0
- test/test_v1_global_apps_categories_category_id_apps_get_response.py +58 -0
- test/test_v1_global_apps_categories_get_response.py +60 -0
- test/test_v1_global_apps_categories_get_response_entry.py +57 -0
- test/test_v1_global_apps_custom_app_id_details_app_lists_get_response.py +58 -0
- test/test_v1_global_apps_custom_app_id_get_response.py +66 -0
- test/test_v1_global_apps_custom_app_id_put_request.py +66 -0
- test/test_v1_global_apps_custom_get_response.py +77 -0
- test/test_v1_global_apps_custom_get_response_entry.py +74 -0
- test/test_v1_global_apps_custom_post_request.py +3 -3
- test/test_v1_global_apps_custom_post_response.py +53 -0
- test/test_v1_global_apps_graphiant_get_response.py +61 -0
- test/test_v1_global_apps_graphiant_get_response_entry.py +58 -0
- test/test_v1_global_attached_edges_post_request.py +1 -1
- test/test_v1_global_attached_edges_post_response.py +62 -0
- test/test_v1_global_config_patch_request.py +98 -96
- test/test_v1_global_config_patch_response.py +75 -0
- test/test_v1_global_config_site_post_request.py +5 -5
- test/test_v1_global_device_status_get_request.py +56 -0
- test/test_v1_global_device_status_get_response.py +62 -0
- test/test_v1_global_ipfix_device_get_request.py +51 -0
- test/test_v1_global_ipfix_device_get_response.py +70 -0
- test/test_v1_global_ipfix_post_request.py +1 -1
- test/test_v1_global_ipfix_post_response.py +70 -0
- test/test_v1_global_ipfix_site_get_request.py +51 -0
- test/test_v1_global_ipfix_site_get_response.py +70 -0
- test/test_v1_global_ipsec_profile_get_response.py +56 -0
- test/test_v1_global_ipsec_profile_get_response_i_psec_profile_count.py +53 -0
- test/test_v1_global_ipsec_profile_id_get_response.py +64 -0
- test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response.py +57 -0
- test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get_response_site_to_site_vpn.py +54 -0
- test/test_v1_global_lan_segments_get_response.py +62 -0
- test/test_v1_global_lan_segments_get_response_entry.py +59 -0
- test/test_v1_global_lan_segments_id_delete_response.py +52 -0
- test/test_v1_global_lan_segments_post_request.py +1 -1
- test/test_v1_global_lan_segments_post_response.py +52 -0
- test/test_v1_global_lan_segments_vrf_id_devices_get_response.py +59 -0
- test/test_v1_global_lan_segments_vrf_id_devices_get_response_entry.py +55 -0
- test/test_v1_global_prefix_sets_device_get_request.py +51 -0
- test/test_v1_global_prefix_sets_device_get_response.py +75 -0
- test/test_v1_global_prefix_sets_post_request.py +53 -0
- test/test_v1_global_prefix_sets_post_response.py +75 -0
- test/test_v1_global_prefix_sets_site_get_request.py +51 -0
- test/test_v1_global_prefix_sets_site_get_response.py +75 -0
- test/test_v1_global_routing_policies_device_get_request.py +51 -0
- test/test_v1_global_routing_policies_device_get_response.py +99 -0
- test/test_v1_global_routing_policies_post_request.py +53 -0
- test/test_v1_global_routing_policies_post_response.py +99 -0
- test/test_v1_global_routing_policies_site_get_request.py +51 -0
- test/test_v1_global_routing_policies_site_get_response.py +99 -0
- test/test_v1_global_site_lists_get_response.py +63 -0
- test/test_v1_global_site_lists_get_response_entry.py +59 -0
- test/test_v1_global_site_lists_id_delete_response.py +52 -0
- test/test_v1_global_site_lists_id_get_response.py +59 -0
- test/test_v1_global_site_lists_id_put_request.py +59 -0
- test/test_v1_global_site_lists_id_put_response.py +52 -0
- test/test_v1_global_site_lists_id_sites_get_response.py +64 -0
- test/test_v1_global_site_lists_post_request.py +2 -2
- test/test_v1_global_site_lists_post_response.py +52 -0
- test/test_v1_global_site_status_get_request.py +56 -0
- test/test_v1_global_site_status_get_response.py +62 -0
- test/test_v1_global_snmps_device_get_request.py +51 -0
- test/test_v1_global_snmps_device_get_response.py +169 -0
- test/test_v1_global_snmps_post_request.py +53 -0
- test/test_v1_global_snmps_post_response.py +169 -0
- test/test_v1_global_snmps_site_get_request.py +51 -0
- test/test_v1_global_snmps_site_get_response.py +169 -0
- test/test_v1_global_summary_post_request.py +1 -1
- test/test_v1_global_summary_post_response.py +67 -0
- test/test_v1_global_sync_post_request.py +1 -1
- test/test_v1_global_syslogs_device_get_request.py +51 -0
- test/test_v1_global_syslogs_device_get_response.py +66 -0
- test/test_v1_global_syslogs_post_request.py +53 -0
- test/test_v1_global_syslogs_post_response.py +66 -0
- test/test_v1_global_syslogs_site_get_request.py +51 -0
- test/test_v1_global_syslogs_site_get_response.py +66 -0
- test/test_v1_global_traffic_policies_device_get_request.py +51 -0
- test/test_v1_global_traffic_policies_device_get_response.py +157 -0
- test/test_v1_global_traffic_policies_post_request.py +53 -0
- test/test_v1_global_traffic_policies_post_response.py +157 -0
- test/test_v1_global_traffic_policies_site_get_request.py +51 -0
- test/test_v1_global_traffic_policies_site_get_response.py +157 -0
- test/test_v1_groups_enterprises_get_response.py +82 -0
- test/test_v1_groups_get_response.py +82 -0
- test/test_v1_groups_id_delete_request.py +51 -0
- test/test_v1_groups_id_delete_response.py +54 -0
- test/test_v1_groups_id_enterprises_enterprise_id_delete_response.py +54 -0
- test/test_v1_groups_id_enterprises_post_request.py +4 -1
- test/test_v1_groups_id_get_response.py +80 -0
- test/test_v1_groups_id_members_delete_post_request.py +3 -0
- test/test_v1_groups_id_members_delete_post_response.py +54 -0
- test/test_v1_groups_id_members_get_response.py +65 -0
- test/test_v1_groups_id_members_member_id_delete_response.py +54 -0
- test/test_v1_groups_id_members_post_request.py +6 -2
- test/test_v1_groups_id_members_post_response.py +54 -0
- test/test_v1_groups_id_patch_request.py +3 -2
- test/test_v1_groups_id_patch_response.py +54 -0
- test/test_v1_groups_put_request.py +5 -2
- test/test_v1_groups_root_get_response.py +82 -0
- test/test_v1_healthcheck_devices_get_request.py +54 -0
- test/test_v1_healthcheck_devices_get_response.py +83 -0
- test/test_v1_invitation_email_post_request.py +6 -0
- test/test_v1_lan_segments_get_request.py +58 -0
- test/test_v1_lan_segments_get_response.py +306 -0
- test/test_v1_lldp_interface_id_neighbors_get_request.py +51 -0
- test/test_v1_lldp_interface_id_neighbors_get_response.py +60 -0
- test/test_v1_lldp_interface_id_summary_get_response.py +52 -0
- test/test_v1_lldp_interface_id_vendors_get_response.py +55 -0
- test/test_v1_logs_post_request.py +4 -4
- test/test_v1_logs_post_response.py +70 -0
- test/test_v1_monitoring_circuits_bandwidth_post_request.py +6 -7
- test/test_v1_monitoring_circuits_bandwidth_post_response.py +63 -0
- test/test_v1_monitoring_circuits_bandwidth_post_response_data.py +60 -0
- test/test_v1_monitoring_circuits_incidents_post_request.py +63 -0
- test/test_v1_monitoring_circuits_incidents_post_response.py +68 -0
- test/test_v1_monitoring_circuits_summary_post_request.py +59 -0
- test/test_v1_monitoring_circuits_summary_post_response.py +67 -0
- test/test_v1_monitoring_circuits_utilization_post_request.py +63 -0
- test/test_v1_monitoring_circuits_utilization_post_response.py +63 -0
- test/test_v1_monitoring_circuits_visualization_post_request.py +6 -7
- test/test_v1_monitoring_circuits_visualization_post_response.py +71 -0
- test/test_v1_monitoring_circuits_visualization_post_response_data.py +67 -0
- test/test_v1_nat_entries_device_id_get_request.py +70 -0
- test/test_v1_nat_entries_device_id_get_response.py +76 -0
- test/test_v1_nat_utilization_device_id_get_response.py +59 -0
- test/test_v1_onboarding_cloudinit_delete_request.py +53 -0
- test/test_v1_onboarding_cloudinit_get_response.py +82 -0
- test/test_v1_onboarding_cloudinit_post_request.py +82 -0
- test/test_v1_policy_applications_get_request.py +56 -0
- test/test_v1_policy_applications_get_response.py +65 -0
- test/test_v1_policy_applications_get_response_application.py +54 -0
- test/test_v1_policy_prefix_sets_id_put_request.py +4 -4
- test/test_v1_policy_prefix_sets_id_put_request_entry.py +54 -0
- test/test_v1_policy_prefix_sets_id_put_request_nullable_entry.py +55 -0
- test/test_v1_policy_prefix_sets_id_put_request_nullable_entry_entry.py +54 -0
- test/test_v1_policy_prefix_sets_id_put_response.py +73 -0
- test/test_v1_policy_prefix_sets_post_request.py +3 -3
- test/test_v1_policy_prefix_sets_post_request_entry.py +53 -0
- test/test_v1_policy_prefix_sets_post_request_prefix_set_entry.py +54 -0
- test/test_v1_policy_prefix_sets_post_response.py +73 -0
- test/test_v1_policy_route_tag_sets_id_delete_response.py +51 -0
- test/test_v1_policy_route_tag_sets_post_request.py +2 -2
- test/test_v1_policy_route_tag_sets_post_response.py +51 -0
- test/test_v1_policy_route_tag_sets_tag_detail_get_request.py +54 -0
- test/test_v1_policy_route_tag_sets_tag_detail_get_response.py +60 -0
- test/test_v1_policy_route_tag_sets_tags_get_response.py +62 -0
- test/test_v1_policy_route_tag_sets_tags_summary_get_response.py +60 -0
- test/test_v1_portal_apikeys_get_response.py +57 -0
- test/test_v1_portal_apikeys_post_request.py +2 -1
- test/test_v1_portal_apikeys_post_response.py +51 -0
- test/test_v1_portal_private_details_get_response.py +60 -0
- test/test_v1_portal_private_inventory_details_get_response.py +57 -0
- test/test_v1_portal_private_post_request.py +2 -2
- test/test_v1_portal_private_register_post_request.py +58 -0
- test/test_v1_portal_private_sync_post_request.py +2 -2
- test/test_v1_presharedkey_get_response.py +51 -0
- test/test_v1_qos_circuit_profiles_get_response.py +61 -0
- test/test_v1_regions_get_response.py +56 -0
- test/test_v1_search_get_request.py +54 -0
- test/test_v1_search_get_response.py +56 -0
- test/test_v1_site_details_sitelists_post_request.py +1 -1
- test/test_v1_site_details_sitelists_post_response.py +57 -0
- test/test_v1_site_id_details_interfaces_get_request.py +51 -0
- test/test_v1_site_id_details_interfaces_get_response.py +53 -0
- test/test_v1_sites_details_get_response.py +97 -0
- test/test_v1_sites_get_request.py +56 -0
- test/test_v1_sites_get_response.py +105 -0
- test/test_v1_sites_post_request.py +7 -7
- test/test_v1_sites_post_response.py +95 -0
- test/test_v1_sites_site_id_circuits_get_response.py +197 -0
- test/test_v1_sites_site_id_circuits_get_response_data.py +194 -0
- test/test_v1_sites_site_id_devices_get_response.py +69 -0
- test/test_v1_sites_site_id_post_request.py +7 -7
- test/test_v1_sites_site_id_post_response.py +95 -0
- test/test_v1_software_auto_upgrade_default_get_response.py +60 -0
- test/test_v1_software_auto_upgrade_default_put_request.py +60 -0
- test/test_v1_software_gcsrelease_upload_notes_post_request.py +4 -4
- test/test_v1_software_release_notes_get_request.py +53 -0
- test/test_v1_software_release_notes_get_response.py +51 -0
- test/test_v1_software_releases_download_get_request.py +54 -0
- test/test_v1_software_releases_download_get_response.py +51 -0
- test/test_v1_software_releases_summary_get_response.py +64 -0
- test/test_v1_software_running_details_get_request.py +51 -0
- test/test_v1_software_running_details_get_response.py +57 -0
- test/test_v1_software_running_details_get_response_device.py +54 -0
- test/test_v1_software_running_summary_get_response.py +56 -0
- test/test_v1_software_running_summary_get_response_version_summary.py +53 -0
- test/test_v1_talkers_device_device_id_top_post_request.py +4 -4
- test/test_v1_talkers_device_device_id_top_post_response.py +55 -0
- test/test_v1_talkers_site_site_id_top_post_request.py +59 -0
- test/test_v1_talkers_site_site_id_top_post_response.py +55 -0
- test/test_v1_temp_password_put_request.py +4 -0
- test/test_v1_troubleshooting_device_device_id_post_request.py +58 -0
- test/test_v1_troubleshooting_device_device_id_post_response.py +170 -0
- test/test_v1_troubleshooting_enterprise_post_request.py +3 -3
- test/test_v1_troubleshooting_enterprise_post_request_dimensions.py +1 -1
- test/test_v1_troubleshooting_enterprise_post_response.py +63 -0
- test/test_v1_troubleshooting_enterprise_post_response_site_summary.py +60 -0
- test/test_v1_troubleshooting_filter_get_response.py +74 -0
- test/test_v1_troubleshooting_site_connectivity_status_get_response.py +55 -0
- test/test_v1_troubleshooting_site_connectivity_status_get_response_site_status.py +52 -0
- test/test_v1_troubleshooting_site_site_id_get_response.py +58 -0
- test/test_v1_troubleshooting_top_sites_by_alerts_post_request.py +66 -0
- test/test_v1_troubleshooting_top_sites_by_alerts_post_response.py +68 -0
- test/test_v1_troubleshooting_top_sites_by_alerts_post_response_site_counts.py +55 -0
- test/test_v1_troubleshooting_top_sites_by_alerts_post_response_site_counts_site_count.py +52 -0
- test/test_v1_tt_tt_identity_device_status_get_request.py +51 -0
- test/test_v1_tt_tt_identity_device_status_get_response.py +61 -0
- test/test_v1_users_email_password_patch_request.py +52 -0
- test/test_v1_users_get_request.py +51 -0
- test/test_v1_users_get_response.py +65 -0
- test/test_v1_users_id_enterprises_get_response.py +92 -0
- test/test_v1_users_id_groups_enterprises_get_response.py +82 -0
- test/test_v1_users_id_groups_get_response.py +82 -0
- test/test_v1_users_id_groups_root_get_response.py +82 -0
- test/test_v1_users_put_request.py +5 -1
- test/test_v1_version_post_request.py +2 -2
- test/test_v1_version_post_response.py +54 -0
- test/test_v1_zones_get_request.py +58 -0
- test/test_v1_zones_get_response.py +64 -0
- test/test_v2_ack_createupdate_post_request.py +4 -1
- test/test_v2_aggregated_notification_enable_disable_post_request.py +2 -1
- test/test_v2_aggregated_notification_get_state_get_response.py +51 -0
- test/test_v2_allowlist_by_enterprise_get_response.py +66 -0
- test/test_v2_allowlist_create_post_request.py +2 -1
- test/test_v2_allowlist_rule_id_get_response.py +66 -0
- test/test_v2_assistant_add_to_conversation_post_request.py +2 -2
- test/test_v2_assistant_add_to_conversation_post_response.py +70 -0
- test/test_v2_assistant_conversation_id_delete_request.py +51 -0
- test/test_v2_assistant_conversation_interface_enable_disable_post_request.py +51 -0
- test/test_v2_assistant_conversation_interface_state_get_response.py +51 -0
- test/test_v2_assistant_delete_conversation_conversation_id_delete_request.py +51 -0
- test/test_v2_assistant_get_conversation_details_post_request.py +4 -4
- test/test_v2_assistant_get_conversation_details_post_response.py +75 -0
- test/test_v2_assistant_get_conversations_post_request.py +4 -4
- test/test_v2_assistant_get_conversations_post_response.py +58 -0
- test/test_v2_assistant_update_conversation_name_post_request.py +1 -1
- test/test_v2_assistant_version_post_response.py +51 -0
- test/test_v2_assurance_applicationdetailsbyname_post_request.py +4 -4
- test/test_v2_assurance_applicationdetailsbyname_post_response.py +166 -0
- test/test_v2_assurance_applicationprofilesummary_post_request.py +58 -0
- test/test_v2_assurance_applicationprofilesummary_post_response.py +77 -0
- test/test_v2_assurance_bucket_app_servers_all_get_request.py +70 -0
- test/test_v2_assurance_bucket_app_servers_all_get_response.py +68 -0
- test/test_v2_assurance_bucket_app_servers_post_request.py +5 -4
- test/test_v2_assurance_bucket_app_servers_post_response.py +58 -0
- test/test_v2_assurance_bucket_apps_post_request.py +5 -4
- test/test_v2_assurance_bucket_apps_post_response.py +63 -0
- test/test_v2_assurance_bucket_services_post_request.py +1 -1
- test/test_v2_assurance_bucket_services_post_response.py +55 -0
- test/test_v2_assurance_bucket_topologies_post_request.py +1 -1
- test/test_v2_assurance_bucket_topologies_post_response.py +55 -0
- test/test_v2_assurance_bucketdetails_post_request.py +4 -4
- test/test_v2_assurance_bucketdetails_post_response.py +130 -0
- test/test_v2_assurance_create_user_report_post_request.py +3 -3
- test/test_v2_assurance_create_user_report_post_response.py +51 -0
- test/test_v2_assurance_createclassifiedapplication_post_request.py +1 -1
- test/test_v2_assurance_createclassifiedapplication_post_response.py +51 -0
- test/test_v2_assurance_download_user_report_get_request.py +51 -0
- test/test_v2_assurance_download_user_report_get_response.py +51 -0
- test/test_v2_assurance_endpoint_intel_post_request.py +1 -1
- test/test_v2_assurance_endpoint_intel_post_response.py +55 -0
- test/test_v2_assurance_enterprisesummary_post_request.py +58 -0
- test/test_v2_assurance_enterprisesummary_post_response.py +57 -0
- test/test_v2_assurance_flow_summary_post_request.py +4 -4
- test/test_v2_assurance_flow_summary_post_response.py +112 -0
- test/test_v2_assurance_flow_summary_post_response_endpoint_details.py +76 -0
- test/test_v2_assurance_flow_summary_post_response_endpoint_details_statistics.py +53 -0
- test/test_v2_assurance_getclassifiedapplicationlist_get_response.py +64 -0
- test/test_v2_assurance_read_user_report_list_get_response.py +65 -0
- test/test_v2_assurance_scoredetails_post_request.py +58 -0
- test/test_v2_assurance_scoredetails_post_response.py +57 -0
- test/test_v2_assurance_topology_client_session_details_post_request.py +1 -1
- test/test_v2_assurance_topology_client_session_details_post_response.py +125 -0
- test/test_v2_assurance_topology_client_sessions_post_request.py +5 -5
- test/test_v2_assurance_topology_client_sessions_post_response.py +127 -0
- test/test_v2_assurance_topology_client_summaries_post_request.py +5 -5
- test/test_v2_assurance_topology_client_summaries_post_response.py +62 -0
- test/test_v2_assurance_topology_client_summaries_post_response_summary.py +59 -0
- test/test_v2_assurance_topology_flows_post_request.py +4 -4
- test/test_v2_assurance_topology_flows_post_response.py +72 -0
- test/test_v2_assurance_topology_inventory_post_request.py +4 -4
- test/test_v2_assurance_topology_inventory_post_response.py +75 -0
- test/test_v2_assurance_topology_overview_post_request.py +9 -9
- test/test_v2_assurance_topology_overview_post_request_topology_filter.py +59 -0
- test/test_v2_assurance_topology_overview_post_response.py +92 -0
- test/test_v2_assurance_topology_overview_post_response_georegion.py +54 -0
- test/test_v2_assurance_topology_region_summary_post_request.py +1 -1
- test/test_v2_assurance_topology_region_summary_post_response.py +66 -0
- test/test_v2_assurance_topology_region_summary_post_response_site_entry.py +63 -0
- test/test_v2_assurance_topology_site_summaries_post_request.py +5 -5
- test/test_v2_assurance_topology_site_summaries_post_response.py +62 -0
- test/test_v2_assurance_topology_site_summaries_post_response_summary.py +59 -0
- test/test_v2_assurance_unclassifiedapplicationprofilesummary_post_request.py +58 -0
- test/test_v2_assurance_unclassifiedapplicationprofilesummary_post_response.py +77 -0
- test/test_v2_assurance_updateclassifiedapplication_post_request.py +64 -0
- test/test_v2_assurance_version_post_response.py +51 -0
- test/test_v2_audit_logs_post_request.py +6 -6
- test/test_v2_audit_logs_post_response.py +71 -0
- test/test_v2_childalertlist_post_request.py +2 -1
- test/test_v2_childalertlist_post_response.py +116 -0
- test/test_v2_device_device_id_lan_segments_post_request.py +58 -0
- test/test_v2_device_device_id_lan_segments_post_response.py +67 -0
- test/test_v2_device_device_id_topology_post_request.py +5 -5
- test/test_v2_device_device_id_topology_post_response.py +153 -0
- test/test_v2_device_device_id_topology_post_response_snapshot.py +54 -0
- test/test_v2_extranet_consumers_usage_top_post_request.py +5 -4
- test/test_v2_extranet_consumers_usage_top_post_response.py +58 -0
- test/test_v2_extranet_lan_segments_usage_top_post_request.py +4 -4
- test/test_v2_extranet_lan_segments_usage_top_post_response.py +56 -0
- test/test_v2_extranet_service_overtime_consumption_post_request.py +64 -0
- test/test_v2_extranet_service_overtime_consumption_post_response.py +66 -0
- test/test_v2_extranet_sites_consumption_overview_post_request.py +6 -4
- test/test_v2_extranet_sites_consumption_overview_post_response.py +81 -0
- test/test_v2_extranet_sites_usage_post_request.py +65 -0
- test/test_v2_extranet_sites_usage_post_response.py +67 -0
- test/test_v2_extranet_total_usage_post_request.py +61 -0
- test/test_v2_extranet_total_usage_post_response.py +51 -0
- test/test_v2_extranets_monitoring_consumers_post_request.py +51 -0
- test/test_v2_extranets_monitoring_consumers_post_response.py +58 -0
- test/test_v2_integration_getall_enterprise_id_get_response.py +64 -0
- test/test_v2_integration_integration_id_put_request.py +13 -3
- test/test_v2_integration_post_request.py +17 -4
- test/test_v2_integration_post_response.py +62 -0
- test/test_v2_monitoring_bfd_post_request.py +5 -5
- test/test_v2_monitoring_bfd_post_response.py +65 -0
- test/test_v2_monitoring_bfd_post_response_data.py +62 -0
- test/test_v2_monitoring_bgp_post_request.py +5 -5
- test/test_v2_monitoring_bgp_post_response.py +65 -0
- test/test_v2_monitoring_bgp_post_response_data.py +62 -0
- test/test_v2_monitoring_circuits_bandwidth_post_request.py +64 -0
- test/test_v2_monitoring_circuits_bandwidth_post_response.py +71 -0
- test/test_v2_monitoring_circuits_bandwidth_post_response_data.py +71 -0
- test/test_v2_monitoring_circuits_summary_post_request.py +4 -4
- test/test_v2_monitoring_circuits_summary_post_response.py +78 -0
- test/test_v2_monitoring_circuits_utilization_post_request.py +5 -5
- test/test_v2_monitoring_circuits_utilization_post_response.py +65 -0
- test/test_v2_monitoring_circuits_utilization_post_response_data.py +62 -0
- test/test_v2_monitoring_circuits_visualization_post_request.py +65 -0
- test/test_v2_monitoring_circuits_visualization_post_response.py +66 -0
- test/test_v2_monitoring_circuits_visualization_post_response_data.py +62 -0
- test/test_v2_monitoring_extranet_edge_status_get_request.py +53 -0
- test/test_v2_monitoring_extranet_edge_status_get_response.py +61 -0
- test/test_v2_monitoring_extranet_log_details_post_request.py +1 -1
- test/test_v2_monitoring_extranet_log_details_post_response.py +60 -0
- test/test_v2_monitoring_extranet_log_details_post_response_log_details.py +57 -0
- test/test_v2_monitoring_extranet_service_status_details_get_request.py +54 -0
- test/test_v2_monitoring_extranet_service_status_details_get_response.py +61 -0
- test/test_v2_monitoring_extranet_service_status_get_request.py +54 -0
- test/test_v2_monitoring_extranet_service_status_get_response.py +55 -0
- test/test_v2_monitoring_extranet_site_status_get_request.py +54 -0
- test/test_v2_monitoring_extranet_site_status_get_response.py +61 -0
- test/test_v2_monitoring_extranet_status_details_get_request.py +56 -0
- test/test_v2_monitoring_extranet_status_details_get_response.py +72 -0
- test/test_v2_monitoring_ike_error_history_post_request.py +4 -4
- test/test_v2_monitoring_ike_error_history_post_response.py +61 -0
- test/test_v2_monitoring_ike_error_history_post_response_data.py +58 -0
- test/test_v2_monitoring_interface_post_request.py +5 -5
- test/test_v2_monitoring_interface_post_response.py +64 -0
- test/test_v2_monitoring_interface_post_response_data.py +61 -0
- test/test_v2_monitoring_ipsec_post_request.py +5 -5
- test/test_v2_monitoring_ipsec_post_response.py +64 -0
- test/test_v2_monitoring_ipsec_post_response_data.py +61 -0
- test/test_v2_monitoring_ospf_post_request.py +5 -5
- test/test_v2_monitoring_ospf_post_response.py +65 -0
- test/test_v2_monitoring_ospf_post_response_data.py +62 -0
- test/test_v2_monitoring_policy_post_request.py +5 -5
- test/test_v2_monitoring_policy_post_response.py +64 -0
- test/test_v2_monitoring_policy_post_response_data.py +61 -0
- test/test_v2_monitoring_queue_instant_post_request.py +5 -5
- test/test_v2_monitoring_queue_instant_post_response.py +65 -0
- test/test_v2_monitoring_queue_instant_post_response_data.py +62 -0
- test/test_v2_monitoring_queue_post_request.py +5 -5
- test/test_v2_monitoring_queue_post_response.py +66 -0
- test/test_v2_monitoring_queue_post_response_data.py +63 -0
- test/test_v2_monitoring_segment_route_counts_post_request.py +53 -0
- test/test_v2_monitoring_segment_route_counts_post_response.py +64 -0
- test/test_v2_monitoring_segment_route_counts_post_response_data.py +64 -0
- test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +5 -5
- test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_response.py +69 -0
- test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_response_data.py +69 -0
- test/test_v2_monitoring_site_twamp_site_id_post_request.py +5 -5
- test/test_v2_monitoring_site_twamp_site_id_post_response.py +68 -0
- test/test_v2_monitoring_site_twamp_site_id_post_response_data.py +65 -0
- test/test_v2_monitoring_system_generic_post_request.py +5 -5
- test/test_v2_monitoring_system_generic_post_response.py +63 -0
- test/test_v2_monitoring_system_generic_post_response_data.py +60 -0
- test/test_v2_monitoring_system_post_request.py +63 -0
- test/test_v2_monitoring_system_post_response.py +63 -0
- test/test_v2_monitoring_system_post_response_data.py +60 -0
- test/test_v2_monitoring_twamp_post_request.py +5 -5
- test/test_v2_monitoring_twamp_post_response.py +66 -0
- test/test_v2_monitoring_twamp_post_response_data.py +63 -0
- test/test_v2_notification_create_post_request.py +24 -2
- test/test_v2_notification_delete_post_request.py +4 -1
- test/test_v2_notification_enabledisable_post_request.py +5 -1
- test/test_v2_notification_update_post_request.py +24 -2
- test/test_v2_notificationlist_post_request.py +4 -4
- test/test_v2_notificationlist_post_response.py +78 -0
- test/test_v2_notificationmutelist_create_post_request.py +53 -0
- test/test_v2_notificationmutelist_rule_id_get_response.py +66 -0
- test/test_v2_parentalertlist_post_request.py +58 -0
- test/test_v2_parentalertlist_post_response.py +116 -0
- test/test_v2_rule_enabledisable_post_request.py +5 -1
- test/test_v2_rulelist_post_response.py +62 -0
- test/test_v2_site_site_id_detail_post_request.py +61 -0
- test/test_v2_site_site_id_detail_post_response.py +60 -0
- test/test_v2_site_site_id_lan_segments_post_request.py +58 -0
- test/test_v2_site_site_id_lan_segments_post_response.py +67 -0
- test/test_v2_site_site_id_topology_post_request.py +61 -0
- test/test_v2_site_site_id_topology_post_response.py +153 -0
- test/test_v2_site_site_id_topology_post_response_snapshot.py +54 -0
- test/test_v2_version_post_response.py +51 -0
- graphiant_sdk-25.10.2.dist-info/RECORD +0 -2521
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/WHEEL +0 -0
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/licenses/LICENSE +0 -0
- {graphiant_sdk-25.10.2.dist-info → graphiant_sdk-25.11.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Graphiant APIs
|
|
5
|
+
|
|
6
|
+
Graphiant API documentation.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from graphiant_sdk.models.mana_v2_route_tag import ManaV2RouteTag
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class ManaV2RouteTagDevice(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
ManaV2RouteTagDevice
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
device_id: Optional[StrictInt] = Field(default=None, alias="deviceId")
|
|
31
|
+
location_id: Optional[StrictInt] = Field(default=None, alias="locationId")
|
|
32
|
+
site_id: Optional[StrictInt] = Field(default=None, alias="siteId")
|
|
33
|
+
tag: Optional[ManaV2RouteTag] = None
|
|
34
|
+
__properties: ClassVar[List[str]] = ["deviceId", "locationId", "siteId", "tag"]
|
|
35
|
+
|
|
36
|
+
model_config = ConfigDict(
|
|
37
|
+
populate_by_name=True,
|
|
38
|
+
validate_assignment=True,
|
|
39
|
+
protected_namespaces=(),
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def to_str(self) -> str:
|
|
44
|
+
"""Returns the string representation of the model using alias"""
|
|
45
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
46
|
+
|
|
47
|
+
def to_json(self) -> str:
|
|
48
|
+
"""Returns the JSON representation of the model using alias"""
|
|
49
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
50
|
+
return json.dumps(self.to_dict())
|
|
51
|
+
|
|
52
|
+
@classmethod
|
|
53
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
54
|
+
"""Create an instance of ManaV2RouteTagDevice from a JSON string"""
|
|
55
|
+
return cls.from_dict(json.loads(json_str))
|
|
56
|
+
|
|
57
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
58
|
+
"""Return the dictionary representation of the model using alias.
|
|
59
|
+
|
|
60
|
+
This has the following differences from calling pydantic's
|
|
61
|
+
`self.model_dump(by_alias=True)`:
|
|
62
|
+
|
|
63
|
+
* `None` is only added to the output dict for nullable fields that
|
|
64
|
+
were set at model initialization. Other fields with value `None`
|
|
65
|
+
are ignored.
|
|
66
|
+
"""
|
|
67
|
+
excluded_fields: Set[str] = set([
|
|
68
|
+
])
|
|
69
|
+
|
|
70
|
+
_dict = self.model_dump(
|
|
71
|
+
by_alias=True,
|
|
72
|
+
exclude=excluded_fields,
|
|
73
|
+
exclude_none=True,
|
|
74
|
+
)
|
|
75
|
+
# override the default output from pydantic by calling `to_dict()` of tag
|
|
76
|
+
if self.tag:
|
|
77
|
+
_dict['tag'] = self.tag.to_dict()
|
|
78
|
+
return _dict
|
|
79
|
+
|
|
80
|
+
@classmethod
|
|
81
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
82
|
+
"""Create an instance of ManaV2RouteTagDevice from a dict"""
|
|
83
|
+
if obj is None:
|
|
84
|
+
return None
|
|
85
|
+
|
|
86
|
+
if not isinstance(obj, dict):
|
|
87
|
+
return cls.model_validate(obj)
|
|
88
|
+
|
|
89
|
+
_obj = cls.model_validate({
|
|
90
|
+
"deviceId": obj.get("deviceId"),
|
|
91
|
+
"locationId": obj.get("locationId"),
|
|
92
|
+
"siteId": obj.get("siteId"),
|
|
93
|
+
"tag": ManaV2RouteTag.from_dict(obj["tag"]) if obj.get("tag") is not None else None
|
|
94
|
+
})
|
|
95
|
+
return _obj
|
|
96
|
+
|
|
97
|
+
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Graphiant APIs
|
|
5
|
+
|
|
6
|
+
Graphiant API documentation.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class ManaV2RouteTagElement(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ManaV2RouteTagElement
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
id: Optional[StrictInt] = None
|
|
30
|
+
next_set: Optional[List[ManaV2RouteTagElement]] = Field(default=None, alias="nextSet")
|
|
31
|
+
tag: Optional[StrictStr] = None
|
|
32
|
+
tag_value: Optional[StrictInt] = Field(default=None, alias="tagValue")
|
|
33
|
+
__properties: ClassVar[List[str]] = ["id", "nextSet", "tag", "tagValue"]
|
|
34
|
+
|
|
35
|
+
model_config = ConfigDict(
|
|
36
|
+
populate_by_name=True,
|
|
37
|
+
validate_assignment=True,
|
|
38
|
+
protected_namespaces=(),
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def to_str(self) -> str:
|
|
43
|
+
"""Returns the string representation of the model using alias"""
|
|
44
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
45
|
+
|
|
46
|
+
def to_json(self) -> str:
|
|
47
|
+
"""Returns the JSON representation of the model using alias"""
|
|
48
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
49
|
+
return json.dumps(self.to_dict())
|
|
50
|
+
|
|
51
|
+
@classmethod
|
|
52
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
53
|
+
"""Create an instance of ManaV2RouteTagElement from a JSON string"""
|
|
54
|
+
return cls.from_dict(json.loads(json_str))
|
|
55
|
+
|
|
56
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
57
|
+
"""Return the dictionary representation of the model using alias.
|
|
58
|
+
|
|
59
|
+
This has the following differences from calling pydantic's
|
|
60
|
+
`self.model_dump(by_alias=True)`:
|
|
61
|
+
|
|
62
|
+
* `None` is only added to the output dict for nullable fields that
|
|
63
|
+
were set at model initialization. Other fields with value `None`
|
|
64
|
+
are ignored.
|
|
65
|
+
"""
|
|
66
|
+
excluded_fields: Set[str] = set([
|
|
67
|
+
])
|
|
68
|
+
|
|
69
|
+
_dict = self.model_dump(
|
|
70
|
+
by_alias=True,
|
|
71
|
+
exclude=excluded_fields,
|
|
72
|
+
exclude_none=True,
|
|
73
|
+
)
|
|
74
|
+
# override the default output from pydantic by calling `to_dict()` of each item in next_set (list)
|
|
75
|
+
_items = []
|
|
76
|
+
if self.next_set:
|
|
77
|
+
for _item_next_set in self.next_set:
|
|
78
|
+
if _item_next_set:
|
|
79
|
+
_items.append(_item_next_set.to_dict())
|
|
80
|
+
_dict['nextSet'] = _items
|
|
81
|
+
return _dict
|
|
82
|
+
|
|
83
|
+
@classmethod
|
|
84
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
85
|
+
"""Create an instance of ManaV2RouteTagElement from a dict"""
|
|
86
|
+
if obj is None:
|
|
87
|
+
return None
|
|
88
|
+
|
|
89
|
+
if not isinstance(obj, dict):
|
|
90
|
+
return cls.model_validate(obj)
|
|
91
|
+
|
|
92
|
+
_obj = cls.model_validate({
|
|
93
|
+
"id": obj.get("id"),
|
|
94
|
+
"nextSet": [ManaV2RouteTagElement.from_dict(_item) for _item in obj["nextSet"]] if obj.get("nextSet") is not None else None,
|
|
95
|
+
"tag": obj.get("tag"),
|
|
96
|
+
"tagValue": obj.get("tagValue")
|
|
97
|
+
})
|
|
98
|
+
return _obj
|
|
99
|
+
|
|
100
|
+
# TODO: Rewrite to not use raise_errors
|
|
101
|
+
ManaV2RouteTagElement.model_rebuild(raise_errors=False)
|
|
102
|
+
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Graphiant APIs
|
|
5
|
+
|
|
6
|
+
Graphiant API documentation.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class ManaV2RouteTagId(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ManaV2RouteTagId
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
level_one: Optional[StrictInt] = Field(default=None, alias="levelOne")
|
|
30
|
+
level_two: Optional[StrictInt] = Field(default=None, alias="levelTwo")
|
|
31
|
+
level_zero: Optional[StrictInt] = Field(default=None, alias="levelZero")
|
|
32
|
+
__properties: ClassVar[List[str]] = ["levelOne", "levelTwo", "levelZero"]
|
|
33
|
+
|
|
34
|
+
model_config = ConfigDict(
|
|
35
|
+
populate_by_name=True,
|
|
36
|
+
validate_assignment=True,
|
|
37
|
+
protected_namespaces=(),
|
|
38
|
+
)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
def to_str(self) -> str:
|
|
42
|
+
"""Returns the string representation of the model using alias"""
|
|
43
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
44
|
+
|
|
45
|
+
def to_json(self) -> str:
|
|
46
|
+
"""Returns the JSON representation of the model using alias"""
|
|
47
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
48
|
+
return json.dumps(self.to_dict())
|
|
49
|
+
|
|
50
|
+
@classmethod
|
|
51
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
52
|
+
"""Create an instance of ManaV2RouteTagId from a JSON string"""
|
|
53
|
+
return cls.from_dict(json.loads(json_str))
|
|
54
|
+
|
|
55
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
56
|
+
"""Return the dictionary representation of the model using alias.
|
|
57
|
+
|
|
58
|
+
This has the following differences from calling pydantic's
|
|
59
|
+
`self.model_dump(by_alias=True)`:
|
|
60
|
+
|
|
61
|
+
* `None` is only added to the output dict for nullable fields that
|
|
62
|
+
were set at model initialization. Other fields with value `None`
|
|
63
|
+
are ignored.
|
|
64
|
+
"""
|
|
65
|
+
excluded_fields: Set[str] = set([
|
|
66
|
+
])
|
|
67
|
+
|
|
68
|
+
_dict = self.model_dump(
|
|
69
|
+
by_alias=True,
|
|
70
|
+
exclude=excluded_fields,
|
|
71
|
+
exclude_none=True,
|
|
72
|
+
)
|
|
73
|
+
return _dict
|
|
74
|
+
|
|
75
|
+
@classmethod
|
|
76
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
77
|
+
"""Create an instance of ManaV2RouteTagId from a dict"""
|
|
78
|
+
if obj is None:
|
|
79
|
+
return None
|
|
80
|
+
|
|
81
|
+
if not isinstance(obj, dict):
|
|
82
|
+
return cls.model_validate(obj)
|
|
83
|
+
|
|
84
|
+
_obj = cls.model_validate({
|
|
85
|
+
"levelOne": obj.get("levelOne"),
|
|
86
|
+
"levelTwo": obj.get("levelTwo"),
|
|
87
|
+
"levelZero": obj.get("levelZero")
|
|
88
|
+
})
|
|
89
|
+
return _obj
|
|
90
|
+
|
|
91
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Graphiant APIs
|
|
5
|
+
|
|
6
|
+
Graphiant API documentation.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class ManaV2RouteTagSummary(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ManaV2RouteTagSummary
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
device_count: Optional[StrictInt] = Field(default=None, alias="deviceCount")
|
|
30
|
+
level_one: Optional[StrictInt] = Field(default=None, alias="levelOne")
|
|
31
|
+
level_one_tag: Optional[StrictStr] = Field(default=None, alias="levelOneTag")
|
|
32
|
+
level_two: Optional[StrictInt] = Field(default=None, alias="levelTwo")
|
|
33
|
+
level_two_tag: Optional[StrictStr] = Field(default=None, alias="levelTwoTag")
|
|
34
|
+
level_zero: Optional[StrictInt] = Field(default=None, alias="levelZero")
|
|
35
|
+
level_zero_tag: Optional[StrictStr] = Field(default=None, alias="levelZeroTag")
|
|
36
|
+
__properties: ClassVar[List[str]] = ["deviceCount", "levelOne", "levelOneTag", "levelTwo", "levelTwoTag", "levelZero", "levelZeroTag"]
|
|
37
|
+
|
|
38
|
+
model_config = ConfigDict(
|
|
39
|
+
populate_by_name=True,
|
|
40
|
+
validate_assignment=True,
|
|
41
|
+
protected_namespaces=(),
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
def to_str(self) -> str:
|
|
46
|
+
"""Returns the string representation of the model using alias"""
|
|
47
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
48
|
+
|
|
49
|
+
def to_json(self) -> str:
|
|
50
|
+
"""Returns the JSON representation of the model using alias"""
|
|
51
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
52
|
+
return json.dumps(self.to_dict())
|
|
53
|
+
|
|
54
|
+
@classmethod
|
|
55
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
56
|
+
"""Create an instance of ManaV2RouteTagSummary from a JSON string"""
|
|
57
|
+
return cls.from_dict(json.loads(json_str))
|
|
58
|
+
|
|
59
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
60
|
+
"""Return the dictionary representation of the model using alias.
|
|
61
|
+
|
|
62
|
+
This has the following differences from calling pydantic's
|
|
63
|
+
`self.model_dump(by_alias=True)`:
|
|
64
|
+
|
|
65
|
+
* `None` is only added to the output dict for nullable fields that
|
|
66
|
+
were set at model initialization. Other fields with value `None`
|
|
67
|
+
are ignored.
|
|
68
|
+
"""
|
|
69
|
+
excluded_fields: Set[str] = set([
|
|
70
|
+
])
|
|
71
|
+
|
|
72
|
+
_dict = self.model_dump(
|
|
73
|
+
by_alias=True,
|
|
74
|
+
exclude=excluded_fields,
|
|
75
|
+
exclude_none=True,
|
|
76
|
+
)
|
|
77
|
+
return _dict
|
|
78
|
+
|
|
79
|
+
@classmethod
|
|
80
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
81
|
+
"""Create an instance of ManaV2RouteTagSummary from a dict"""
|
|
82
|
+
if obj is None:
|
|
83
|
+
return None
|
|
84
|
+
|
|
85
|
+
if not isinstance(obj, dict):
|
|
86
|
+
return cls.model_validate(obj)
|
|
87
|
+
|
|
88
|
+
_obj = cls.model_validate({
|
|
89
|
+
"deviceCount": obj.get("deviceCount"),
|
|
90
|
+
"levelOne": obj.get("levelOne"),
|
|
91
|
+
"levelOneTag": obj.get("levelOneTag"),
|
|
92
|
+
"levelTwo": obj.get("levelTwo"),
|
|
93
|
+
"levelTwoTag": obj.get("levelTwoTag"),
|
|
94
|
+
"levelZero": obj.get("levelZero"),
|
|
95
|
+
"levelZeroTag": obj.get("levelZeroTag")
|
|
96
|
+
})
|
|
97
|
+
return _obj
|
|
98
|
+
|
|
99
|
+
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Graphiant APIs
|
|
5
|
+
|
|
6
|
+
Graphiant API documentation.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from graphiant_sdk.models.mana_v2_routing_policy_statement import ManaV2RoutingPolicyStatement
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class ManaV2RoutingPolicy(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
ManaV2RoutingPolicy
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
attach_point: Optional[StrictStr] = Field(default=None, alias="attachPoint")
|
|
31
|
+
default_action: Optional[StrictStr] = Field(default=None, alias="defaultAction")
|
|
32
|
+
description: Optional[StrictStr] = None
|
|
33
|
+
error_message: Optional[StrictStr] = Field(default=None, alias="errorMessage")
|
|
34
|
+
global_id: Optional[StrictInt] = Field(default=None, alias="globalId")
|
|
35
|
+
id: Optional[StrictInt] = None
|
|
36
|
+
name: Optional[StrictStr] = None
|
|
37
|
+
statements: Optional[List[ManaV2RoutingPolicyStatement]] = None
|
|
38
|
+
status: Optional[StrictStr] = None
|
|
39
|
+
__properties: ClassVar[List[str]] = ["attachPoint", "defaultAction", "description", "errorMessage", "globalId", "id", "name", "statements", "status"]
|
|
40
|
+
|
|
41
|
+
model_config = ConfigDict(
|
|
42
|
+
populate_by_name=True,
|
|
43
|
+
validate_assignment=True,
|
|
44
|
+
protected_namespaces=(),
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def to_str(self) -> str:
|
|
49
|
+
"""Returns the string representation of the model using alias"""
|
|
50
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
51
|
+
|
|
52
|
+
def to_json(self) -> str:
|
|
53
|
+
"""Returns the JSON representation of the model using alias"""
|
|
54
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
55
|
+
return json.dumps(self.to_dict())
|
|
56
|
+
|
|
57
|
+
@classmethod
|
|
58
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
59
|
+
"""Create an instance of ManaV2RoutingPolicy from a JSON string"""
|
|
60
|
+
return cls.from_dict(json.loads(json_str))
|
|
61
|
+
|
|
62
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
63
|
+
"""Return the dictionary representation of the model using alias.
|
|
64
|
+
|
|
65
|
+
This has the following differences from calling pydantic's
|
|
66
|
+
`self.model_dump(by_alias=True)`:
|
|
67
|
+
|
|
68
|
+
* `None` is only added to the output dict for nullable fields that
|
|
69
|
+
were set at model initialization. Other fields with value `None`
|
|
70
|
+
are ignored.
|
|
71
|
+
"""
|
|
72
|
+
excluded_fields: Set[str] = set([
|
|
73
|
+
])
|
|
74
|
+
|
|
75
|
+
_dict = self.model_dump(
|
|
76
|
+
by_alias=True,
|
|
77
|
+
exclude=excluded_fields,
|
|
78
|
+
exclude_none=True,
|
|
79
|
+
)
|
|
80
|
+
# override the default output from pydantic by calling `to_dict()` of each item in statements (list)
|
|
81
|
+
_items = []
|
|
82
|
+
if self.statements:
|
|
83
|
+
for _item_statements in self.statements:
|
|
84
|
+
if _item_statements:
|
|
85
|
+
_items.append(_item_statements.to_dict())
|
|
86
|
+
_dict['statements'] = _items
|
|
87
|
+
return _dict
|
|
88
|
+
|
|
89
|
+
@classmethod
|
|
90
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
91
|
+
"""Create an instance of ManaV2RoutingPolicy from a dict"""
|
|
92
|
+
if obj is None:
|
|
93
|
+
return None
|
|
94
|
+
|
|
95
|
+
if not isinstance(obj, dict):
|
|
96
|
+
return cls.model_validate(obj)
|
|
97
|
+
|
|
98
|
+
_obj = cls.model_validate({
|
|
99
|
+
"attachPoint": obj.get("attachPoint"),
|
|
100
|
+
"defaultAction": obj.get("defaultAction"),
|
|
101
|
+
"description": obj.get("description"),
|
|
102
|
+
"errorMessage": obj.get("errorMessage"),
|
|
103
|
+
"globalId": obj.get("globalId"),
|
|
104
|
+
"id": obj.get("id"),
|
|
105
|
+
"name": obj.get("name"),
|
|
106
|
+
"statements": [ManaV2RoutingPolicyStatement.from_dict(_item) for _item in obj["statements"]] if obj.get("statements") is not None else None,
|
|
107
|
+
"status": obj.get("status")
|
|
108
|
+
})
|
|
109
|
+
return _obj
|
|
110
|
+
|
|
111
|
+
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Graphiant APIs
|
|
5
|
+
|
|
6
|
+
Graphiant API documentation.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from graphiant_sdk.models.mana_v2_routing_policy_config_nullable_statement import ManaV2RoutingPolicyConfigNullableStatement
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class ManaV2RoutingPolicyConfig(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
ManaV2RoutingPolicyConfig
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
attach_point: Optional[StrictStr] = Field(default=None, alias="attachPoint")
|
|
31
|
+
default_action: Optional[StrictStr] = Field(default=None, alias="defaultAction")
|
|
32
|
+
description: Optional[StrictStr] = None
|
|
33
|
+
global_id: Optional[StrictInt] = Field(default=None, alias="globalId")
|
|
34
|
+
is_global_sync: Optional[StrictBool] = Field(default=None, alias="isGlobalSync")
|
|
35
|
+
name: Optional[StrictStr] = None
|
|
36
|
+
statements: Optional[Dict[str, ManaV2RoutingPolicyConfigNullableStatement]] = None
|
|
37
|
+
__properties: ClassVar[List[str]] = ["attachPoint", "defaultAction", "description", "globalId", "isGlobalSync", "name", "statements"]
|
|
38
|
+
|
|
39
|
+
model_config = ConfigDict(
|
|
40
|
+
populate_by_name=True,
|
|
41
|
+
validate_assignment=True,
|
|
42
|
+
protected_namespaces=(),
|
|
43
|
+
)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
def to_str(self) -> str:
|
|
47
|
+
"""Returns the string representation of the model using alias"""
|
|
48
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
49
|
+
|
|
50
|
+
def to_json(self) -> str:
|
|
51
|
+
"""Returns the JSON representation of the model using alias"""
|
|
52
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
53
|
+
return json.dumps(self.to_dict())
|
|
54
|
+
|
|
55
|
+
@classmethod
|
|
56
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
57
|
+
"""Create an instance of ManaV2RoutingPolicyConfig from a JSON string"""
|
|
58
|
+
return cls.from_dict(json.loads(json_str))
|
|
59
|
+
|
|
60
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
61
|
+
"""Return the dictionary representation of the model using alias.
|
|
62
|
+
|
|
63
|
+
This has the following differences from calling pydantic's
|
|
64
|
+
`self.model_dump(by_alias=True)`:
|
|
65
|
+
|
|
66
|
+
* `None` is only added to the output dict for nullable fields that
|
|
67
|
+
were set at model initialization. Other fields with value `None`
|
|
68
|
+
are ignored.
|
|
69
|
+
"""
|
|
70
|
+
excluded_fields: Set[str] = set([
|
|
71
|
+
])
|
|
72
|
+
|
|
73
|
+
_dict = self.model_dump(
|
|
74
|
+
by_alias=True,
|
|
75
|
+
exclude=excluded_fields,
|
|
76
|
+
exclude_none=True,
|
|
77
|
+
)
|
|
78
|
+
# override the default output from pydantic by calling `to_dict()` of each value in statements (dict)
|
|
79
|
+
_field_dict = {}
|
|
80
|
+
if self.statements:
|
|
81
|
+
for _key_statements in self.statements:
|
|
82
|
+
if self.statements[_key_statements]:
|
|
83
|
+
_field_dict[_key_statements] = self.statements[_key_statements].to_dict()
|
|
84
|
+
_dict['statements'] = _field_dict
|
|
85
|
+
return _dict
|
|
86
|
+
|
|
87
|
+
@classmethod
|
|
88
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
89
|
+
"""Create an instance of ManaV2RoutingPolicyConfig from a dict"""
|
|
90
|
+
if obj is None:
|
|
91
|
+
return None
|
|
92
|
+
|
|
93
|
+
if not isinstance(obj, dict):
|
|
94
|
+
return cls.model_validate(obj)
|
|
95
|
+
|
|
96
|
+
_obj = cls.model_validate({
|
|
97
|
+
"attachPoint": obj.get("attachPoint"),
|
|
98
|
+
"defaultAction": obj.get("defaultAction"),
|
|
99
|
+
"description": obj.get("description"),
|
|
100
|
+
"globalId": obj.get("globalId"),
|
|
101
|
+
"isGlobalSync": obj.get("isGlobalSync"),
|
|
102
|
+
"name": obj.get("name"),
|
|
103
|
+
"statements": dict(
|
|
104
|
+
(_k, ManaV2RoutingPolicyConfigNullableStatement.from_dict(_v))
|
|
105
|
+
for _k, _v in obj["statements"].items()
|
|
106
|
+
)
|
|
107
|
+
if obj.get("statements") is not None
|
|
108
|
+
else None
|
|
109
|
+
})
|
|
110
|
+
return _obj
|
|
111
|
+
|
|
112
|
+
|