graphiant-sdk 25.6.2__py3-none-any.whl → 25.7.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 +14 -7
- graphiant_sdk/api/default_api.py +370 -873
- graphiant_sdk/api_client.py +2 -2
- graphiant_sdk/configuration.py +2 -2
- graphiant_sdk/exceptions.py +1 -1
- graphiant_sdk/models/__init__.py +13 -6
- graphiant_sdk/models/v1_account_email_patch_request.py +1 -1
- graphiant_sdk/models/v1_account_info_patch_request.py +1 -1
- graphiant_sdk/models/v1_account_mfa_confirmation_post200_response.py +1 -1
- graphiant_sdk/models/v1_account_mfa_confirmation_post_request.py +1 -1
- graphiant_sdk/models/v1_account_mfa_get200_response.py +1 -1
- graphiant_sdk/models/v1_account_mfa_put200_response.py +5 -3
- graphiant_sdk/models/v1_account_mfa_put_request.py +1 -1
- graphiant_sdk/models/v1_account_password_patch_request.py +1 -1
- graphiant_sdk/models/v1_activity_logs_post200_response.py +1 -1
- graphiant_sdk/models/v1_activity_logs_post200_response_details_inner.py +1 -1
- graphiant_sdk/models/v1_activity_logs_post200_response_details_inner_targets_inner.py +1 -1
- graphiant_sdk/models/v1_activity_logs_post200_response_details_inner_targets_inner_events_inner.py +1 -1
- graphiant_sdk/models/v1_activity_logs_post200_response_filter_entities_value.py +1 -1
- graphiant_sdk/models/v1_activity_logs_post_request.py +1 -1
- graphiant_sdk/models/v1_activity_logs_post_request_selector.py +1 -1
- graphiant_sdk/models/v1_activity_logs_post_request_selector_job_entity.py +1 -1
- graphiant_sdk/models/v1_activity_logs_post_request_selector_v2.py +1 -1
- graphiant_sdk/models/v1_alarm_history_get200_response.py +1 -1
- graphiant_sdk/models/v1_alarm_history_get200_response_history_inner.py +1 -1
- graphiant_sdk/models/v1_alarm_history_get200_response_history_inner_time.py +1 -1
- graphiant_sdk/models/v1_alarm_mute_alarm_id_put_request.py +1 -1
- graphiant_sdk/models/v1_alarms_events_get200_response.py +1 -1
- graphiant_sdk/models/v1_alarms_list_get200_response.py +1 -1
- graphiant_sdk/models/v1_alarms_list_get200_response_alarms_inner.py +1 -1
- graphiant_sdk/models/v1_apps_app_summary_post200_response.py +1 -1
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary.py +1 -1
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_app_incidents.py +1 -1
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_app_incidents_data_inner.py +1 -1
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner.py +1 -1
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner.py +1 -1
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner_dl_incidents.py +1 -1
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner.py +1 -1
- graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner_data.py +1 -1
- graphiant_sdk/models/v1_apps_app_summary_post_request.py +1 -1
- graphiant_sdk/models/v1_apps_bandwidth_post200_response.py +1 -1
- graphiant_sdk/models/v1_apps_bandwidth_post200_response_stats_inner.py +1 -1
- graphiant_sdk/models/v1_apps_bandwidth_post_request.py +1 -1
- graphiant_sdk/models/v1_apps_device_device_id_top_post200_response.py +1 -1
- graphiant_sdk/models/v1_apps_device_device_id_top_post200_response_apps_utilization_inner.py +1 -1
- graphiant_sdk/models/v1_apps_device_device_id_top_post_request.py +1 -1
- graphiant_sdk/models/v1_apps_visualization_post200_response.py +1 -1
- graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner.py +1 -1
- graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value.py +1 -1
- graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value_stats.py +1 -1
- graphiant_sdk/models/v1_apps_visualization_post_request.py +1 -1
- graphiant_sdk/models/v1_audit_logs_post200_response.py +1 -1
- graphiant_sdk/models/v1_audit_logs_post200_response_histogram_inner.py +1 -1
- graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner.py +1 -1
- graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner_failed_target_results_inner.py +1 -1
- graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner_failed_target_results_inner_target.py +1 -1
- graphiant_sdk/models/v1_audit_logs_post_request.py +1 -1
- graphiant_sdk/models/v1_audit_logs_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v1_auth_get200_response.py +1 -1
- graphiant_sdk/models/v1_auth_login_post200_response.py +5 -5
- graphiant_sdk/models/v1_auth_login_post_request.py +1 -1
- graphiant_sdk/models/v1_auth_login_pre_get200_response.py +1 -1
- graphiant_sdk/models/v1_auth_put204_response.py +1 -1
- graphiant_sdk/models/v1_auth_user_get200_response.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner_transitions_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner_values_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_issues_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_devices_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner_box_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane_crashes_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane_last_crash.py +1 -1
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response.py +1 -1
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response_device_etwan_summary_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response_region_sla_status_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response.py +1 -1
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response_region_status_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response_sla_matrix_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_filter_get200_response.py +1 -1
- graphiant_sdk/models/v1_backbone_health_filter_get200_response_lan_segments_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_filter_get200_response_regions_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_filter_get200_response_sites_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_overview_post200_response.py +1 -1
- graphiant_sdk/models/v1_backbone_health_overview_post200_response_devices_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_overview_post_request.py +1 -1
- graphiant_sdk/models/v1_backbone_health_overview_post_request_dimensions.py +1 -1
- graphiant_sdk/models/v1_backbone_health_overview_post_request_filter.py +1 -1
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response.py +1 -1
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response_control_plane.py +1 -1
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response_control_plane_device_counts_inner.py +1 -1
- graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_request.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details_bwusage_csv_record_inner.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_region_inner.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_site_inner.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_role_summary_inner.py +1 -1
- graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_top_regions_inner.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart_bwusage_chart_inner.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post_request.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary_bwusage_top_providers_inner.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_edge_details_post200_response.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_edge_details_post200_response_bwusage_details.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response_bwusage_summary.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response_bwusage_summary_bwusage_top_sites_inner.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_site_chart_post_request.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_site_summary_post200_response.py +1 -1
- graphiant_sdk/models/v1_bwtracker_region_site_summary_post200_response_bwusage_summary.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response_assurances_inner.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_apps_inner.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_lans_inner.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_sites_inner.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_id_put200_response.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_id_put_request.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_post200_response.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_request.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config_apps_inner.py +1 -1
- graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config_apps_inner_servers_inner.py +1 -1
- graphiant_sdk/models/v1_data_assurance_flex_algos_get200_response.py +1 -1
- graphiant_sdk/models/v1_data_assurance_flex_algos_get200_response_entries_inner.py +1 -1
- graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get200_response_stats.py +1 -1
- graphiant_sdk/models/v1_device_routing_bgp_nbrid_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get200_response_counters_inner.py +1 -1
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_details_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response_prefixes_inner.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get200_response_interfaces_inner.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa_tos_metric.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_network_lsa.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa_links_inner.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_summary_lsa.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get200_response_nbrs_inner.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response_routes_inner.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response_routes_inner_path_inner.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get200_response_statistics_value.py +1 -1
- graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get200_response_ebgp_route_count.py +1 -1
- graphiant_sdk/models/v1_device_routing_vrf_bgp_graphiant_eiroute_count_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post200_response.py +1 -1
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post200_response_counts_inner.py +1 -1
- graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_request.py +1 -1
- graphiant_sdk/models/v1_device_snapshot_device_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_snapshot_get200_response.py +1 -1
- graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot.py +1 -1
- graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot_author.py +1 -1
- graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot_data.py +1 -1
- graphiant_sdk/models/v1_device_snapshot_post_request.py +1 -1
- graphiant_sdk/models/v1_device_snapshot_put_request.py +1 -1
- graphiant_sdk/models/v1_device_status_history_post200_response.py +1 -1
- graphiant_sdk/models/v1_device_status_history_post200_response_mappings_inner.py +1 -1
- graphiant_sdk/models/v1_device_status_history_post_request.py +1 -1
- graphiant_sdk/models/v1_device_status_post200_response.py +1 -1
- graphiant_sdk/models/v1_device_status_post200_response_mappings_inner.py +1 -1
- graphiant_sdk/models/v1_devices_bringup_post200_response.py +1 -1
- graphiant_sdk/models/v1_devices_bringup_post200_response_summaries_inner.py +1 -1
- graphiant_sdk/models/v1_devices_bringup_post_request.py +1 -1
- graphiant_sdk/models/v1_devices_bringup_put_request.py +1 -1
- graphiant_sdk/models/v1_devices_bringup_token_post200_response.py +1 -1
- graphiant_sdk/models/v1_devices_bringup_token_post_request.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_arp_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_arp_get200_response_arp_entry_inner.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get200_response_circuits_inner.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get200_response_vrf_associations_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put202_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_bgp_instance.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value_config.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_allow_as_in.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd_bfd.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_ebgp_multihop_ttl.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_hold_timer_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_max_prefix_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_ip_ranges_v2.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value_lease.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ebgp_multipath.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_nat_ruleset.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_admin_distance.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_bfd.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_dead_interval_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_hello_interval_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_retransmit_interval_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value_protocol.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_overlay_filters.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route_next_hop.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost_dynamic.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_flex_algos.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp_dhcp_relay.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp_group.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp_group.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ipsec.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface_interface.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw_gw.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_dhcp.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_vrrp.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_wan.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value_rule_group.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sink.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sink_sink.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value_sysdb_monitor.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge.py +17 -2
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_circuits_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_circuits_value_pat_addresses.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns_dynamic.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns_static.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v4_tcp_mss.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v6_tcp_mss.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface.py +145 -0
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_lag_members_value.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value.py +91 -0
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value_interface.py +107 -0
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value_rule.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_connectivity_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_controller_peers_put_request.py +89 -0
- graphiant_sdk/models/v1_devices_device_id_dhcp_server_leases_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_draft_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_draft_get200_response_draft.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_draft_get200_response_draft_version_info.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_draft_post201_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_draft_post_request.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_edges_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_interfaces_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get200_response_job_status.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_ndcache_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_ndcache_get200_response_nd_entry_inner.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get200_response_zone_pairs_inner.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_bgp_connection.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_ipsec_connection.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_twamp_core_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_versions_compare_get200_response.py +87 -0
- graphiant_sdk/models/v1_devices_device_id_versions_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_versions_version_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_vrrp_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_device_id_vrrp_get200_response_vrrp_entry_inner.py +1 -1
- graphiant_sdk/models/v1_devices_inventory_approve_return_post_request.py +1 -1
- graphiant_sdk/models/v1_devices_inventory_enterprise_put_request.py +1 -1
- graphiant_sdk/models/v1_devices_inventory_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_inventory_get200_response_inventory_inner.py +1 -1
- graphiant_sdk/models/v1_devices_inventory_post200_response.py +1 -1
- graphiant_sdk/models/v1_devices_inventory_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v1_devices_inventory_post_request.py +1 -1
- graphiant_sdk/models/v1_devices_inventory_serial_num_post200_response.py +1 -1
- graphiant_sdk/models/v1_devices_oauth_redirect_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_oauth_redirect_get200_response_onboarding_redirection.py +1 -1
- graphiant_sdk/models/v1_devices_rma_post_request.py +1 -1
- graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get200_response_counts_inner.py +1 -1
- graphiant_sdk/models/v1_devices_running_version_post200_response.py +1 -1
- graphiant_sdk/models/v1_devices_running_version_post200_response_versions_inner.py +1 -1
- graphiant_sdk/models/v1_devices_session_status_post200_response.py +1 -1
- graphiant_sdk/models/v1_devices_session_status_post200_response_bgp_session_data_map_value.py +1 -1
- graphiant_sdk/models/v1_devices_session_status_post_request.py +1 -1
- graphiant_sdk/models/v1_devices_summary_get200_response.py +1 -1
- graphiant_sdk/models/v1_devices_summary_get200_response_sites_inner.py +1 -1
- graphiant_sdk/models/v1_devices_summary_get200_response_sites_inner_devices_inner.py +1 -1
- graphiant_sdk/models/v1_devices_upgrade_schedule_put_request.py +1 -1
- graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post201_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post_request.py +1 -1
- graphiant_sdk/models/v1_diagnostic_archives_device_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_archives_device_id_get200_response_archives_inner.py +1 -1
- graphiant_sdk/models/v1_diagnostic_bgp_reset_device_id_put_request.py +1 -1
- graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request.py +1 -1
- graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request_entry_inner.py +1 -1
- graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request_entry_inner_address.py +1 -1
- graphiant_sdk/models/v1_diagnostic_gnmi_ping_get200_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_gnmi_ping_get200_response_results_inner.py +1 -1
- graphiant_sdk/models/v1_diagnostic_interface_reset_device_id_put_request.py +1 -1
- graphiant_sdk/models/v1_diagnostic_otp_device_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_packetcapture_pcap_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post201_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request.py +1 -1
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_filter.py +1 -1
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_filter_destination.py +1 -1
- graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_target.py +1 -1
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result.py +1 -1
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_ping_result.py +1 -1
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_route_info.py +1 -1
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result.py +1 -1
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner.py +1 -1
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner_stats.py +1 -1
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request.py +1 -1
- graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request_params.py +1 -1
- graphiant_sdk/models/v1_diagnostic_reset_ipsec_session_device_id_put_request.py +1 -1
- graphiant_sdk/models/v1_diagnostic_speedtest_post200_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_speedtest_post200_response_result.py +1 -1
- graphiant_sdk/models/v1_diagnostic_speedtest_post_request.py +1 -1
- graphiant_sdk/models/v1_diagnostic_speedtest_post_request_params.py +1 -1
- graphiant_sdk/models/v1_diagnostic_speedtest_providers_get200_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_speedtest_report_put200_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_speedtest_report_put_request.py +1 -1
- graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response.py +1 -1
- graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response_server_inner.py +1 -1
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response.py +1 -1
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner.py +1 -1
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py +1 -1
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_running_version.py +1 -1
- graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py +1 -1
- graphiant_sdk/models/v1_edges_hardware_unassigned_get200_response.py +1 -1
- graphiant_sdk/models/v1_edges_summary_get200_response.py +1 -1
- graphiant_sdk/models/v1_enterprise_allocation_get200_response.py +1 -1
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary.py +1 -1
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary.py +1 -1
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary_expiration_date.py +1 -1
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_global_summary.py +1 -1
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value.py +8 -2
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_allocation.py +1 -1
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_internet_consumption.py +89 -0
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_conversion_holders_value.py +1 -1
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_conversion_holders_value_bins_inner.py +1 -1
- graphiant_sdk/models/v1_enterprise_allocation_get200_response_regional_allocations_inner.py +4 -2
- graphiant_sdk/models/v1_enterprise_configuration_get200_response.py +1 -1
- graphiant_sdk/models/v1_enterprise_configuration_get200_response_configuration.py +1 -1
- graphiant_sdk/models/v1_enterprise_contract_put_request.py +1 -1
- graphiant_sdk/models/v1_enterprise_snapshot_get200_response.py +1 -1
- graphiant_sdk/models/v1_enterprise_snapshot_get200_response_device_snapshot_map_value.py +1 -1
- graphiant_sdk/models/v1_enterprise_snapshot_get200_response_device_snapshot_records_inner.py +1 -1
- graphiant_sdk/models/v1_enterprises_enterprise_id_admin_get200_response.py +1 -1
- graphiant_sdk/models/v1_enterprises_get200_response.py +1 -1
- graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner.py +1 -1
- graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner_counts.py +1 -1
- graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner_customers_value.py +1 -1
- graphiant_sdk/models/v1_enterprises_managed_get200_response.py +1 -1
- graphiant_sdk/models/v1_enterprises_patch_request.py +1 -1
- graphiant_sdk/models/v1_enterprises_patch_request_token_expiry.py +1 -1
- graphiant_sdk/models/v1_enterprises_put_request.py +1 -1
- graphiant_sdk/models/v1_event_device_get200_response.py +1 -1
- graphiant_sdk/models/v1_event_device_get200_response_events_inner.py +1 -1
- graphiant_sdk/models/v1_event_system_ack_post_request.py +1 -1
- graphiant_sdk/models/v1_extranet_sites_usage_post200_response.py +1 -1
- graphiant_sdk/models/v1_extranet_sites_usage_post_request.py +1 -1
- graphiant_sdk/models/v1_extranet_sites_usage_top_post200_response.py +1 -1
- graphiant_sdk/models/v1_extranet_sites_usage_top_post200_response_top_sites_inner.py +1 -1
- graphiant_sdk/models/v1_extranet_sites_usage_top_post_request.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get200_response_summary_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_device_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner_match.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner_action.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_policy_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_policy_inner_rules_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_site_information_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get200_response_summary_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_customer_info_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post200_response_responses_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request_invites_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get200_response_customers_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_id_put_request.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_post200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_post200_response_policy.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_post_request.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy_profiles_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy_sla.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_producer_device_status_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response_info_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_auto.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_bgp.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_aggregations_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_multipath.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_address_families_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_redistributions.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile_queues_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2_servers_value.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_static_servers_v2.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner.py +10 -2
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ip_sec.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_dhcp_relay.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_group_members_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_tracked_interfaces_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface.py +98 -0
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface_lacp_config.py +89 -0
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_sfp_optical_strength_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_subinterfaces_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipfix_exporters_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_bgp.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_static.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_location.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner_rules_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_entries_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_policies_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_actions_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_matches_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_leases_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_nameservers.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_ranges_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_static_leases_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner_interfaces_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_redistributed_protocols_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv3_process.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_overlay_filters.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_syslog_targets_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_devices_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_communities_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_engine_endpoints_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner_include_exclude_list_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_targets_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_local_users_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_remote_users_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_accesses_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_group_members_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner_include_exclude_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_dpi_applications_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_network_lists_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_port_lists_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner_match.py +4 -2
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner_action.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_ip.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_udp.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_pairs_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_prefix_set.py +1 -1
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_manual.py +1 -1
- graphiant_sdk/models/v1_extranets_id_apply_post202_response.py +1 -1
- graphiant_sdk/models/v1_extranets_id_apply_post202_response_devices_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_id_apply_post_request.py +1 -1
- graphiant_sdk/models/v1_extranets_id_delete200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get200_response_vrfs_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get200_response_allocations_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response_security_rules_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response_traffic_rules_inner.py +1 -1
- graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post_request.py +1 -1
- graphiant_sdk/models/v1_extranets_post200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_post_request.py +1 -1
- graphiant_sdk/models/v1_extranets_post_request_policy.py +1 -1
- graphiant_sdk/models/v1_extranets_post_request_policy_branches.py +1 -1
- graphiant_sdk/models/v1_extranets_post_request_policy_branches_prefix_set.py +1 -1
- graphiant_sdk/models/v1_extranets_resolve_policy_target_post200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_resolve_policy_target_post_request.py +1 -1
- graphiant_sdk/models/v1_extranets_source_segments_post200_response.py +1 -1
- graphiant_sdk/models/v1_extranets_source_segments_post_request.py +1 -1
- graphiant_sdk/models/v1_flows_flow_table_post200_response.py +1 -1
- graphiant_sdk/models/v1_flows_flow_table_post200_response_flow_table_inner.py +1 -1
- graphiant_sdk/models/v1_flows_flow_table_post_request.py +1 -1
- graphiant_sdk/models/v1_flows_flow_table_post_request_selector.py +1 -1
- graphiant_sdk/models/v1_flows_topology_post200_response.py +1 -1
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner.py +1 -1
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta.py +1 -1
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner.py +1 -1
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections.py +1 -1
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections_control_connection_inner.py +1 -1
- graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_nodes_added_inner.py +1 -1
- graphiant_sdk/models/v1_flows_topology_post_request.py +1 -1
- graphiant_sdk/models/v1_flows_topology_post_request_app_selector.py +1 -1
- graphiant_sdk/models/v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get200_response.py +1 -1
- graphiant_sdk/models/v1_gateways_post200_response.py +1 -1
- graphiant_sdk/models/v1_gateways_post_request.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_aws.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_aws_advance_settings.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_credentials.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner_subnets_inner.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_azure.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_gcp.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value_family.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_md5_password.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_tunnel1.py +1 -1
- graphiant_sdk/models/v1_gateways_put_request_details_oci.py +1 -1
- graphiant_sdk/models/v1_gateways_regions_get200_response.py +1 -1
- graphiant_sdk/models/v1_gateways_status_post_request.py +1 -1
- graphiant_sdk/models/v1_gateways_status_post_request_device_info_inner.py +1 -1
- graphiant_sdk/models/v1_gateways_summary_get200_response.py +1 -1
- graphiant_sdk/models/v1_gateways_summary_get200_response_summaries_inner.py +1 -1
- graphiant_sdk/models/v1_gateways_summary_get200_response_summaries_inner_gateway_device_summary_inner.py +1 -1
- graphiant_sdk/models/v1_global_apps_app_list_options_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_apps_app_lists_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner.py +1 -1
- graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner_app_list.py +1 -1
- graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner_app_list_identifier.py +1 -1
- graphiant_sdk/models/v1_global_apps_app_lists_post200_response.py +1 -1
- graphiant_sdk/models/v1_global_apps_app_lists_post_request.py +1 -1
- graphiant_sdk/models/v1_global_apps_app_lists_post_request_app_list_config.py +1 -1
- graphiant_sdk/models/v1_global_apps_categories_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_apps_categories_get200_response_entries_inner.py +1 -1
- graphiant_sdk/models/v1_global_apps_custom_app_id_details_app_lists_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_apps_custom_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_apps_custom_get200_response_entries_inner.py +1 -1
- graphiant_sdk/models/v1_global_apps_custom_get200_response_entries_inner_app_config.py +1 -1
- graphiant_sdk/models/v1_global_apps_custom_post_request.py +1 -1
- graphiant_sdk/models/v1_global_apps_graphiant_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_apps_graphiant_get200_response_entries_inner.py +1 -1
- graphiant_sdk/models/v1_global_attached_edges_post200_response.py +1 -1
- graphiant_sdk/models/v1_global_attached_edges_post200_response_statuses_inner.py +1 -1
- graphiant_sdk/models/v1_global_attached_edges_post_request.py +1 -1
- graphiant_sdk/models/v1_global_config_patch200_response.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value_entry.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_ipfix_exporters_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_ipfix_exporters_value_exporter.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value_target.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value_target_prefix_set.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_administrative_distance.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_aspath_prepend.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_bgp_set_next_hop.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities_community.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_local_pref.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_metric.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_weight.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community_community.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_prefix_set.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_protocol_route_type.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_interface.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_protocol.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_stale.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint_addresses_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile_include_exclude_list_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_targets_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_targets_value_target.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_local_users_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_local_users_value_local_user.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_remote_users_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_remote_users_value_remote_user.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value_access.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value_member.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_views_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_syslog_servers_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_syslog_servers_value_target.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_networks.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_ports.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_network_lists_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_port_lists_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_downlink_burst_rate.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match.py +8 -2
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application_match.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter_match.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_network.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_port_range.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list.py +91 -0
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list_match.py +87 -0
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp_match.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_protocol.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_source_network.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_backup_circuit_label.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_remark.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_set_sla_class.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip_session_limit.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_udp.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value_pair.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_vpn_profiles_value.py +1 -1
- graphiant_sdk/models/v1_global_config_patch_request_vpn_profiles_value_vpn_profile.py +1 -1
- graphiant_sdk/models/v1_global_config_site_post_request.py +1 -1
- graphiant_sdk/models/v1_global_config_site_post_request_ipfix_exporter_ops_v2_value.py +1 -1
- graphiant_sdk/models/v1_global_ipfix_device_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_ipfix_post_request.py +1 -1
- graphiant_sdk/models/v1_global_ipsec_profile_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_ipsec_profile_get200_response_ipsec_profiles_inner.py +1 -1
- graphiant_sdk/models/v1_global_ipsec_profile_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response_site_to_site_vpn_inner.py +1 -1
- graphiant_sdk/models/v1_global_lan_segments_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_lan_segments_get200_response_entries_inner.py +1 -1
- graphiant_sdk/models/v1_global_lan_segments_post200_response.py +1 -1
- graphiant_sdk/models/v1_global_lan_segments_post_request.py +1 -1
- graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py +1 -1
- graphiant_sdk/models/v1_global_prefix_sets_device_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_routing_policies_device_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response_entries_inner.py +1 -1
- graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response_entries_inner_tag_inner.py +1 -1
- graphiant_sdk/models/v1_global_snmps_device_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_summary_post200_response.py +1 -1
- graphiant_sdk/models/v1_global_summary_post200_response_summaries_inner.py +1 -1
- graphiant_sdk/models/v1_global_summary_post_request.py +1 -1
- graphiant_sdk/models/v1_global_sync_post_request.py +1 -1
- graphiant_sdk/models/v1_global_syslogs_device_get200_response.py +1 -1
- graphiant_sdk/models/v1_global_traffic_policies_device_get200_response.py +1 -1
- graphiant_sdk/models/v1_groups_get200_response.py +1 -1
- graphiant_sdk/models/v1_groups_get200_response_groups_inner.py +1 -1
- graphiant_sdk/models/v1_groups_get200_response_groups_inner_permissions.py +1 -1
- graphiant_sdk/models/v1_groups_id_enterprises_post_request.py +1 -1
- graphiant_sdk/models/v1_groups_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_groups_id_members_get200_response.py +1 -1
- graphiant_sdk/models/v1_groups_id_members_get200_response_users_inner.py +1 -1
- graphiant_sdk/models/v1_groups_id_members_post204_response.py +1 -1
- graphiant_sdk/models/v1_groups_id_members_post_request.py +1 -1
- graphiant_sdk/models/v1_groups_id_patch_request.py +1 -1
- graphiant_sdk/models/v1_groups_put_request.py +1 -1
- graphiant_sdk/models/v1_lan_segments_get200_response.py +1 -1
- graphiant_sdk/models/v1_lldp_interface_id_neighbors_get200_response.py +1 -1
- graphiant_sdk/models/v1_lldp_interface_id_neighbors_get200_response_neighbors_inner.py +1 -1
- graphiant_sdk/models/v1_lldp_interface_id_summary_get200_response.py +1 -1
- graphiant_sdk/models/v1_lldp_interface_id_vendors_get200_response.py +1 -1
- graphiant_sdk/models/v1_lldp_interface_id_vendors_get200_response_vendors_inner.py +1 -1
- graphiant_sdk/models/v1_logs_post200_response.py +1 -1
- graphiant_sdk/models/v1_logs_post200_response_logs_inner.py +1 -1
- graphiant_sdk/models/v1_logs_post_request.py +1 -1
- graphiant_sdk/models/v1_logs_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post200_response.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_incidents_post200_response.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_summary_post200_response.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_summary_post200_response_summaries_inner.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner_queue_utilization_inner.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post200_response.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request.py +1 -1
- graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v1_nat_entries_device_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_nat_entries_device_id_get200_response_nat_entries_inner.py +1 -1
- graphiant_sdk/models/v1_nat_entries_device_id_get200_response_page_info.py +1 -1
- graphiant_sdk/models/v1_nat_utilization_device_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_nat_utilization_device_id_get200_response_nat_usage.py +1 -1
- graphiant_sdk/models/v1_policy_applications_get200_response.py +1 -1
- graphiant_sdk/models/v1_policy_applications_get200_response_applications_inner.py +1 -1
- graphiant_sdk/models/v1_policy_prefix_sets_id_put_request.py +1 -1
- graphiant_sdk/models/v1_policy_prefix_sets_post200_response.py +1 -1
- graphiant_sdk/models/v1_policy_prefix_sets_post_request.py +1 -1
- graphiant_sdk/models/v1_policy_prefix_sets_post_request_entries_value.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_post200_response.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_post_request.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get200_response.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get200_response_devices_inner.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get200_response.py +1 -1
- graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get200_response_tags_inner.py +1 -1
- graphiant_sdk/models/v1_portal_apikeys_get200_response.py +1 -1
- graphiant_sdk/models/v1_portal_apikeys_get200_response_api_key_info_inner.py +1 -1
- graphiant_sdk/models/v1_portal_apikeys_post200_response.py +1 -1
- graphiant_sdk/models/v1_portal_apikeys_post_request.py +1 -1
- graphiant_sdk/models/v1_portal_private_details_get200_response.py +1 -1
- graphiant_sdk/models/v1_portal_private_inventory_details_get200_response.py +1 -1
- graphiant_sdk/models/v1_portal_private_inventory_details_get200_response_details_inner.py +1 -1
- graphiant_sdk/models/v1_portal_private_post_request.py +1 -1
- graphiant_sdk/models/v1_portal_private_post_request_details.py +1 -1
- graphiant_sdk/models/v1_portal_private_sync_post_request.py +1 -1
- graphiant_sdk/models/v1_portal_private_sync_post_request_inventory_inner.py +1 -1
- graphiant_sdk/models/v1_presharedkey_get200_response.py +1 -1
- graphiant_sdk/models/v1_qos_circuit_profiles_get200_response.py +1 -1
- graphiant_sdk/models/v1_search_get200_response.py +1 -1
- graphiant_sdk/models/v1_search_get200_response_results_inner.py +1 -1
- graphiant_sdk/models/v1_site_details_sitelists_post200_response.py +1 -1
- graphiant_sdk/models/v1_site_details_sitelists_post200_response_site_lists_inner.py +1 -1
- graphiant_sdk/models/v1_site_details_sitelists_post_request.py +1 -1
- graphiant_sdk/models/v1_site_id_details_interfaces_get200_response.py +1 -1
- graphiant_sdk/models/v1_sites_details_get200_response.py +1 -1
- graphiant_sdk/models/v1_sites_get200_response.py +1 -1
- graphiant_sdk/models/v1_sites_post200_response.py +1 -1
- graphiant_sdk/models/v1_sites_post_request.py +1 -1
- graphiant_sdk/models/v1_sites_post_request_site.py +1 -1
- graphiant_sdk/models/v1_sites_site_id_circuits_get200_response.py +1 -1
- graphiant_sdk/models/v1_sites_site_id_circuits_get200_response_data_inner.py +1 -1
- graphiant_sdk/models/v1_sites_site_id_devices_get200_response.py +1 -1
- graphiant_sdk/models/v1_sites_site_id_devices_get200_response_device_inner.py +1 -1
- graphiant_sdk/models/v1_sites_site_id_post_request.py +1 -1
- graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response.py +1 -1
- graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_details.py +1 -1
- graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request.py +1 -1
- graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details.py +1 -1
- graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py +1 -1
- graphiant_sdk/models/v1_software_release_notes_get200_response.py +1 -1
- graphiant_sdk/models/v1_software_releases_download_get200_response.py +1 -1
- graphiant_sdk/models/v1_software_releases_summary_get200_response.py +1 -1
- graphiant_sdk/models/v1_software_releases_summary_get200_response_summaries_inner.py +1 -1
- graphiant_sdk/models/v1_software_releases_summary_get200_response_summaries_inner_key.py +1 -1
- graphiant_sdk/models/v1_software_running_details_get200_response.py +1 -1
- graphiant_sdk/models/v1_software_running_details_get200_response_devices_inner.py +1 -1
- graphiant_sdk/models/v1_software_running_summary_get200_response.py +1 -1
- graphiant_sdk/models/v1_software_running_summary_get200_response_versions_inner.py +1 -1
- graphiant_sdk/models/v1_talkers_device_device_id_top_post200_response.py +1 -1
- graphiant_sdk/models/v1_talkers_device_device_id_top_post200_response_apps_utilization_inner.py +1 -1
- graphiant_sdk/models/v1_talkers_device_device_id_top_post_request.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response_control_plane.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response_system_plane.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_enterprise_post200_response.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_enterprise_post200_response_sites_inner.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_enterprise_post_request.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_enterprise_post_request_dimensions.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get200_response.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get200_response_connectivity_status_inner.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_site_site_id_get200_response.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_site_site_id_get200_response_edge_statuses_inner.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane.py +1 -1
- graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane_site_counts_inner.py +1 -1
- graphiant_sdk/models/v1_users_put_request.py +4 -2
- graphiant_sdk/models/v1_version_post200_response.py +1 -1
- graphiant_sdk/models/v1_version_post_request.py +1 -1
- graphiant_sdk/models/v1_version_post_request_configuration_metadata.py +1 -1
- graphiant_sdk/models/v1_zones_get200_response.py +1 -1
- graphiant_sdk/models/v1_zones_get200_response_zones_inner.py +1 -1
- graphiant_sdk/models/v2_ack_createupdate_post_request.py +1 -1
- graphiant_sdk/models/v2_allowlist_create_post_request.py +1 -1
- graphiant_sdk/models/v2_allowlist_rule_id_get200_response.py +1 -1
- graphiant_sdk/models/v2_allowlist_rule_id_get200_response_records_inner.py +1 -1
- graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response.py +1 -1
- graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py +1 -1
- graphiant_sdk/models/v2_assistant_add_to_conversation_post_request.py +1 -1
- graphiant_sdk/models/v2_assistant_add_to_conversation_post_request_question.py +1 -1
- graphiant_sdk/models/v2_assistant_get_conversation_details_post200_response.py +1 -1
- graphiant_sdk/models/v2_assistant_get_conversation_details_post_request.py +1 -1
- graphiant_sdk/models/v2_assistant_get_conversations_post200_response.py +1 -1
- graphiant_sdk/models/v2_assistant_get_conversations_post200_response_conversation_list_inner.py +1 -1
- graphiant_sdk/models/v2_assistant_get_conversations_post_request.py +1 -1
- graphiant_sdk/models/v2_assistant_update_conversation_name_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record.py +1 -1
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record_flex_algo_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_name_record.py +1 -1
- graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary.py +1 -1
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_bucket_stats.py +1 -1
- graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_child_bucket_stats_list_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_added_servers_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_app.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_app_servers_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_app_servers_post200_response_app_servers_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_app_servers_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_apps_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_apps_post200_response_apps_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_apps_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_topologies_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_bucket_topologies_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_bucketdetails_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_bucketdetails_post200_response_bucket_details.py +1 -1
- graphiant_sdk/models/v2_assurance_bucketdetails_post200_response_bucket_details_trend_value_list_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_bucketdetails_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_create_user_report_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_create_user_report_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_createclassifiedapplication_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_createclassifiedapplication_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_download_user_report_get200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_endpoint_intel_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_endpoint_intel_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_enterprisesummary_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_enterprisesummary_post200_response_enterprise_summary.py +1 -1
- graphiant_sdk/models/v2_assurance_flow_summary_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint.py +1 -1
- graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_edges_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_jitter.py +1 -1
- graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_site.py +1 -1
- graphiant_sdk/models/v2_assurance_flow_summary_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get200_response_classified_application_list_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_read_user_report_list_get200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_read_user_report_list_get200_response_user_report_list_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_scoredetails_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_scoredetails_post200_response_score_details.py +1 -1
- graphiant_sdk/models/v2_assurance_scoredetails_post200_response_score_details_score_bucket_list_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_client_endpoint.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_client_links_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_local_dia_links_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_pop_links_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_session_details_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_sessions_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request_filter.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post200_response_summaries_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_client_summaries_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_flows_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_flows_post200_response_flows_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_flows_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_inventory_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_inventory_post200_response_regions_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_inventory_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_edges_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_edges_inner_performance_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_nodes_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_nodes_inner_location.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_paths_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_overview_post200_response_traffic_regions_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_overview_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_region_summary_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_region_summary_post200_response_sites_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_region_summary_post_request.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post200_response.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post200_response_summaries_inner.py +1 -1
- graphiant_sdk/models/v2_assurance_topology_site_summaries_post_request.py +1 -1
- graphiant_sdk/models/v2_audit_logs_post200_response.py +1 -1
- graphiant_sdk/models/v2_audit_logs_post200_response_logs_inner.py +1 -1
- graphiant_sdk/models/v2_audit_logs_post_request.py +1 -1
- graphiant_sdk/models/v2_audit_logs_post_request_selector.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post200_response.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +1 -1
- graphiant_sdk/models/v2_childalertlist_post_request.py +1 -1
- graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response.py +1 -1
- graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner.py +1 -1
- graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner.py +1 -1
- graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner_vrf_route_inner.py +1 -1
- graphiant_sdk/models/v2_device_device_id_topology_post200_response.py +1 -1
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner.py +1 -1
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner_circuits_info_inner.py +1 -1
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner_connections_inner.py +1 -1
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner.py +1 -1
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner_circuit_info_inner.py +1 -1
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner_node_info.py +1 -1
- graphiant_sdk/models/v2_device_device_id_topology_post200_response_snapshots_inner.py +1 -1
- graphiant_sdk/models/v2_device_device_id_topology_post_request.py +1 -1
- graphiant_sdk/models/v2_extranet_consumers_usage_top_post200_response.py +1 -1
- graphiant_sdk/models/v2_extranet_consumers_usage_top_post200_response_top_consumers_inner.py +1 -1
- graphiant_sdk/models/v2_extranet_consumers_usage_top_post_request.py +1 -1
- graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post200_response.py +1 -1
- graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post_request.py +1 -1
- graphiant_sdk/models/v2_extranet_service_overtime_consumption_post200_response.py +1 -1
- graphiant_sdk/models/v2_extranet_service_overtime_consumption_post200_response_dl_agg_stats_inner.py +1 -1
- graphiant_sdk/models/v2_extranet_sites_consumption_overview_post200_response.py +1 -1
- graphiant_sdk/models/v2_extranet_sites_consumption_overview_post200_response_lan_segments_inner.py +1 -1
- graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_request.py +1 -1
- graphiant_sdk/models/v2_extranet_total_usage_post200_response.py +1 -1
- graphiant_sdk/models/v2_extranets_monitoring_consumers_post200_response.py +1 -1
- graphiant_sdk/models/v2_extranets_monitoring_consumers_post200_response_consumers_inner.py +1 -1
- graphiant_sdk/models/v2_integration_getall_enterprise_id_get200_response.py +1 -1
- graphiant_sdk/models/v2_integration_integration_id_put_request.py +1 -1
- graphiant_sdk/models/v2_integration_integration_id_put_request_integration_body.py +1 -1
- graphiant_sdk/models/v2_integration_post200_response.py +1 -1
- graphiant_sdk/models/v2_integration_post200_response_integration.py +1 -1
- graphiant_sdk/models/v2_integration_post_request.py +1 -1
- graphiant_sdk/models/v2_integration_post_request_integration_body.py +1 -1
- graphiant_sdk/models/v2_integration_post_request_integration_body_details.py +1 -1
- graphiant_sdk/models/v2_monitoring_bfd_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_bfd_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_bfd_post200_response_data_inner_samples_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_bfd_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_bfd_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_bgp_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_bgp_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_bgp_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_bgp_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_circuits_summary_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_circuits_summary_post200_response_circuit_summaries_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_circuits_summary_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response_data_inner_queue_utilization_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_circuits_utilization_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_extranet_edge_status_get200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_extranet_edge_status_get200_response_edge_statuses_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_extranet_log_details_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_extranet_log_details_post200_response_logs_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_extranet_log_details_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response_statuses_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response_statuses_inner_statuses_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_extranet_service_status_get200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_extranet_status_details_get200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_ike_error_history_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_ike_error_history_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_ike_error_history_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_interface_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_interface_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_interface_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_interface_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_ipsec_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_ipsec_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_ipsec_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_ipsec_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_ospf_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_ospf_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_ospf_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_ospf_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_policy_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_policy_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_policy_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_policy_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_queue_instant_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_queue_instant_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_queue_instant_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_queue_instant_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_queue_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_queue_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_queue_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_queue_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_segment_route_counts_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_segment_route_counts_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request_selectors_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_system_generic_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_system_generic_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_system_generic_post_request.py +1 -1
- graphiant_sdk/models/v2_monitoring_twamp_post200_response.py +1 -1
- graphiant_sdk/models/v2_monitoring_twamp_post200_response_data_inner.py +1 -1
- graphiant_sdk/models/v2_monitoring_twamp_post_request.py +1 -1
- graphiant_sdk/models/v2_notification_create_post_request.py +1 -1
- graphiant_sdk/models/v2_notification_create_post_request_notification_body.py +1 -1
- graphiant_sdk/models/v2_notification_delete_post_request.py +1 -1
- graphiant_sdk/models/v2_notification_enabledisable_post_request.py +1 -1
- graphiant_sdk/models/v2_notification_update_post_request.py +1 -1
- graphiant_sdk/models/v2_notificationlist_post200_response.py +1 -1
- graphiant_sdk/models/v2_notificationlist_post200_response_notification_list_inner.py +1 -1
- graphiant_sdk/models/v2_notificationlist_post_request.py +1 -1
- graphiant_sdk/models/v2_notificationlist_post_request_time_window.py +1 -1
- graphiant_sdk/models/v2_rule_enabledisable_post_request.py +1 -1
- graphiant_sdk/models/v2_rulelist_post200_response.py +1 -1
- graphiant_sdk/models/v2_rulelist_post200_response_rule_list_inner.py +1 -1
- graphiant_sdk/models/v2_site_site_id_detail_post200_response.py +1 -1
- graphiant_sdk/models/v2_site_site_id_detail_post200_response_site.py +1 -1
- graphiant_sdk/models/v2_version_post200_response.py +1 -1
- graphiant_sdk/rest.py +1 -1
- {graphiant_sdk-25.6.2.dist-info → graphiant_sdk-25.7.1.dist-info}/METADATA +7 -7
- {graphiant_sdk-25.6.2.dist-info → graphiant_sdk-25.7.1.dist-info}/RECORD +1161 -1137
- test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value.py +89 -0
- test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface.py +141 -0
- test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_lag_members_value.py +51 -0
- test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value.py +80 -0
- test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value_interface.py +101 -0
- test/test_v1_devices_device_id_controller_peers_put_request.py +52 -0
- test/test_v1_devices_device_id_versions_compare_get200_response.py +51 -0
- test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_internet_consumption.py +52 -0
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface.py +58 -0
- test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface_lacp_config.py +52 -0
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list.py +54 -0
- test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list_match.py +53 -0
- {graphiant_sdk-25.6.2.dist-info → graphiant_sdk-25.7.1.dist-info}/WHEEL +0 -0
- {graphiant_sdk-25.6.2.dist-info → graphiant_sdk-25.7.1.dist-info}/licenses/LICENSE +0 -0
- {graphiant_sdk-25.6.2.dist-info → graphiant_sdk-25.7.1.dist-info}/top_level.txt +0 -0
graphiant_sdk/api/default_api.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Graphiant APIs
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Graphiant API documentation.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -110,6 +110,7 @@ from graphiant_sdk.models.v1_devices_device_id_circuits_vrf_associations_get200_
|
|
|
110
110
|
from graphiant_sdk.models.v1_devices_device_id_config_put202_response import V1DevicesDeviceIdConfigPut202Response
|
|
111
111
|
from graphiant_sdk.models.v1_devices_device_id_config_put_request import V1DevicesDeviceIdConfigPutRequest
|
|
112
112
|
from graphiant_sdk.models.v1_devices_device_id_connectivity_get200_response import V1DevicesDeviceIdConnectivityGet200Response
|
|
113
|
+
from graphiant_sdk.models.v1_devices_device_id_controller_peers_put_request import V1DevicesDeviceIdControllerPeersPutRequest
|
|
113
114
|
from graphiant_sdk.models.v1_devices_device_id_dhcp_server_leases_get200_response import V1DevicesDeviceIdDhcpServerLeasesGet200Response
|
|
114
115
|
from graphiant_sdk.models.v1_devices_device_id_draft_get200_response import V1DevicesDeviceIdDraftGet200Response
|
|
115
116
|
from graphiant_sdk.models.v1_devices_device_id_draft_post201_response import V1DevicesDeviceIdDraftPost201Response
|
|
@@ -122,8 +123,8 @@ from graphiant_sdk.models.v1_devices_device_id_ndcache_get200_response import V1
|
|
|
122
123
|
from graphiant_sdk.models.v1_devices_device_id_ospfv2_default_originate_get200_response import V1DevicesDeviceIdOspfv2DefaultOriginateGet200Response
|
|
123
124
|
from graphiant_sdk.models.v1_devices_device_id_policy_zonepairs_get200_response import V1DevicesDeviceIdPolicyZonepairsGet200Response
|
|
124
125
|
from graphiant_sdk.models.v1_devices_device_id_slice_peers_get200_response import V1DevicesDeviceIdSlicePeersGet200Response
|
|
125
|
-
from graphiant_sdk.models.v1_devices_device_id_staged_config_compare_get200_response import V1DevicesDeviceIdStagedConfigCompareGet200Response
|
|
126
126
|
from graphiant_sdk.models.v1_devices_device_id_twamp_core_get200_response import V1DevicesDeviceIdTwampCoreGet200Response
|
|
127
|
+
from graphiant_sdk.models.v1_devices_device_id_versions_compare_get200_response import V1DevicesDeviceIdVersionsCompareGet200Response
|
|
127
128
|
from graphiant_sdk.models.v1_devices_device_id_versions_get200_response import V1DevicesDeviceIdVersionsGet200Response
|
|
128
129
|
from graphiant_sdk.models.v1_devices_device_id_versions_version_get200_response import V1DevicesDeviceIdVersionsVersionGet200Response
|
|
129
130
|
from graphiant_sdk.models.v1_devices_device_id_vrf_bgp_as_get200_response import V1DevicesDeviceIdVrfBgpAsGet200Response
|
|
@@ -260,7 +261,6 @@ from graphiant_sdk.models.v1_groups_id_members_post204_response import V1GroupsI
|
|
|
260
261
|
from graphiant_sdk.models.v1_groups_id_members_post_request import V1GroupsIdMembersPostRequest
|
|
261
262
|
from graphiant_sdk.models.v1_groups_id_patch_request import V1GroupsIdPatchRequest
|
|
262
263
|
from graphiant_sdk.models.v1_groups_put_request import V1GroupsPutRequest
|
|
263
|
-
from graphiant_sdk.models.v1_healthcheck_devices_get200_response import V1HealthcheckDevicesGet200Response
|
|
264
264
|
from graphiant_sdk.models.v1_lan_segments_get200_response import V1LanSegmentsGet200Response
|
|
265
265
|
from graphiant_sdk.models.v1_lldp_interface_id_neighbors_get200_response import V1LldpInterfaceIdNeighborsGet200Response
|
|
266
266
|
from graphiant_sdk.models.v1_lldp_interface_id_summary_get200_response import V1LldpInterfaceIdSummaryGet200Response
|
|
@@ -28817,10 +28817,10 @@ class DefaultApi:
|
|
|
28817
28817
|
|
|
28818
28818
|
|
|
28819
28819
|
@validate_call
|
|
28820
|
-
def
|
|
28820
|
+
def v1_devices_device_id_connectivity_get(
|
|
28821
28821
|
self,
|
|
28822
28822
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
28823
|
-
device_id:
|
|
28823
|
+
device_id: StrictInt,
|
|
28824
28824
|
_request_timeout: Union[
|
|
28825
28825
|
None,
|
|
28826
28826
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -28833,13 +28833,13 @@ class DefaultApi:
|
|
|
28833
28833
|
_content_type: Optional[StrictStr] = None,
|
|
28834
28834
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
28835
28835
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
28836
|
-
) ->
|
|
28837
|
-
"""
|
|
28836
|
+
) -> V1DevicesDeviceIdConnectivityGet200Response:
|
|
28837
|
+
"""v1_devices_device_id_connectivity_get
|
|
28838
28838
|
|
|
28839
28839
|
|
|
28840
28840
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
28841
28841
|
:type authorization: str
|
|
28842
|
-
:param device_id:
|
|
28842
|
+
:param device_id: (required)
|
|
28843
28843
|
:type device_id: int
|
|
28844
28844
|
:param _request_timeout: timeout setting for this request. If one
|
|
28845
28845
|
number provided, it will be total request
|
|
@@ -28863,7 +28863,7 @@ class DefaultApi:
|
|
|
28863
28863
|
:return: Returns the result object.
|
|
28864
28864
|
""" # noqa: E501
|
|
28865
28865
|
|
|
28866
|
-
_param = self.
|
|
28866
|
+
_param = self._v1_devices_device_id_connectivity_get_serialize(
|
|
28867
28867
|
authorization=authorization,
|
|
28868
28868
|
device_id=device_id,
|
|
28869
28869
|
_request_auth=_request_auth,
|
|
@@ -28873,7 +28873,7 @@ class DefaultApi:
|
|
|
28873
28873
|
)
|
|
28874
28874
|
|
|
28875
28875
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
28876
|
-
'
|
|
28876
|
+
'200': "V1DevicesDeviceIdConnectivityGet200Response",
|
|
28877
28877
|
}
|
|
28878
28878
|
response_data = self.api_client.call_api(
|
|
28879
28879
|
*_param,
|
|
@@ -28887,10 +28887,10 @@ class DefaultApi:
|
|
|
28887
28887
|
|
|
28888
28888
|
|
|
28889
28889
|
@validate_call
|
|
28890
|
-
def
|
|
28890
|
+
def v1_devices_device_id_connectivity_get_with_http_info(
|
|
28891
28891
|
self,
|
|
28892
28892
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
28893
|
-
device_id:
|
|
28893
|
+
device_id: StrictInt,
|
|
28894
28894
|
_request_timeout: Union[
|
|
28895
28895
|
None,
|
|
28896
28896
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -28903,13 +28903,13 @@ class DefaultApi:
|
|
|
28903
28903
|
_content_type: Optional[StrictStr] = None,
|
|
28904
28904
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
28905
28905
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
28906
|
-
) -> ApiResponse[
|
|
28907
|
-
"""
|
|
28906
|
+
) -> ApiResponse[V1DevicesDeviceIdConnectivityGet200Response]:
|
|
28907
|
+
"""v1_devices_device_id_connectivity_get
|
|
28908
28908
|
|
|
28909
28909
|
|
|
28910
28910
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
28911
28911
|
:type authorization: str
|
|
28912
|
-
:param device_id:
|
|
28912
|
+
:param device_id: (required)
|
|
28913
28913
|
:type device_id: int
|
|
28914
28914
|
:param _request_timeout: timeout setting for this request. If one
|
|
28915
28915
|
number provided, it will be total request
|
|
@@ -28933,7 +28933,7 @@ class DefaultApi:
|
|
|
28933
28933
|
:return: Returns the result object.
|
|
28934
28934
|
""" # noqa: E501
|
|
28935
28935
|
|
|
28936
|
-
_param = self.
|
|
28936
|
+
_param = self._v1_devices_device_id_connectivity_get_serialize(
|
|
28937
28937
|
authorization=authorization,
|
|
28938
28938
|
device_id=device_id,
|
|
28939
28939
|
_request_auth=_request_auth,
|
|
@@ -28943,7 +28943,7 @@ class DefaultApi:
|
|
|
28943
28943
|
)
|
|
28944
28944
|
|
|
28945
28945
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
28946
|
-
'
|
|
28946
|
+
'200': "V1DevicesDeviceIdConnectivityGet200Response",
|
|
28947
28947
|
}
|
|
28948
28948
|
response_data = self.api_client.call_api(
|
|
28949
28949
|
*_param,
|
|
@@ -28957,10 +28957,10 @@ class DefaultApi:
|
|
|
28957
28957
|
|
|
28958
28958
|
|
|
28959
28959
|
@validate_call
|
|
28960
|
-
def
|
|
28960
|
+
def v1_devices_device_id_connectivity_get_without_preload_content(
|
|
28961
28961
|
self,
|
|
28962
28962
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
28963
|
-
device_id:
|
|
28963
|
+
device_id: StrictInt,
|
|
28964
28964
|
_request_timeout: Union[
|
|
28965
28965
|
None,
|
|
28966
28966
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -28974,12 +28974,12 @@ class DefaultApi:
|
|
|
28974
28974
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
28975
28975
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
28976
28976
|
) -> RESTResponseType:
|
|
28977
|
-
"""
|
|
28977
|
+
"""v1_devices_device_id_connectivity_get
|
|
28978
28978
|
|
|
28979
28979
|
|
|
28980
28980
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
28981
28981
|
:type authorization: str
|
|
28982
|
-
:param device_id:
|
|
28982
|
+
:param device_id: (required)
|
|
28983
28983
|
:type device_id: int
|
|
28984
28984
|
:param _request_timeout: timeout setting for this request. If one
|
|
28985
28985
|
number provided, it will be total request
|
|
@@ -29003,7 +29003,7 @@ class DefaultApi:
|
|
|
29003
29003
|
:return: Returns the result object.
|
|
29004
29004
|
""" # noqa: E501
|
|
29005
29005
|
|
|
29006
|
-
_param = self.
|
|
29006
|
+
_param = self._v1_devices_device_id_connectivity_get_serialize(
|
|
29007
29007
|
authorization=authorization,
|
|
29008
29008
|
device_id=device_id,
|
|
29009
29009
|
_request_auth=_request_auth,
|
|
@@ -29013,7 +29013,7 @@ class DefaultApi:
|
|
|
29013
29013
|
)
|
|
29014
29014
|
|
|
29015
29015
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
29016
|
-
'
|
|
29016
|
+
'200': "V1DevicesDeviceIdConnectivityGet200Response",
|
|
29017
29017
|
}
|
|
29018
29018
|
response_data = self.api_client.call_api(
|
|
29019
29019
|
*_param,
|
|
@@ -29022,7 +29022,7 @@ class DefaultApi:
|
|
|
29022
29022
|
return response_data.response
|
|
29023
29023
|
|
|
29024
29024
|
|
|
29025
|
-
def
|
|
29025
|
+
def _v1_devices_device_id_connectivity_get_serialize(
|
|
29026
29026
|
self,
|
|
29027
29027
|
authorization,
|
|
29028
29028
|
device_id,
|
|
@@ -29072,8 +29072,8 @@ class DefaultApi:
|
|
|
29072
29072
|
]
|
|
29073
29073
|
|
|
29074
29074
|
return self.api_client.param_serialize(
|
|
29075
|
-
method='
|
|
29076
|
-
resource_path='/v1/devices/{deviceId}/
|
|
29075
|
+
method='GET',
|
|
29076
|
+
resource_path='/v1/devices/{deviceId}/connectivity',
|
|
29077
29077
|
path_params=_path_params,
|
|
29078
29078
|
query_params=_query_params,
|
|
29079
29079
|
header_params=_header_params,
|
|
@@ -29090,10 +29090,11 @@ class DefaultApi:
|
|
|
29090
29090
|
|
|
29091
29091
|
|
|
29092
29092
|
@validate_call
|
|
29093
|
-
def
|
|
29093
|
+
def v1_devices_device_id_controller_peers_put(
|
|
29094
29094
|
self,
|
|
29095
29095
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
29096
29096
|
device_id: StrictInt,
|
|
29097
|
+
v1_devices_device_id_controller_peers_put_request: V1DevicesDeviceIdControllerPeersPutRequest,
|
|
29097
29098
|
_request_timeout: Union[
|
|
29098
29099
|
None,
|
|
29099
29100
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -29106,14 +29107,16 @@ class DefaultApi:
|
|
|
29106
29107
|
_content_type: Optional[StrictStr] = None,
|
|
29107
29108
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
29108
29109
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
29109
|
-
) ->
|
|
29110
|
-
"""
|
|
29110
|
+
) -> object:
|
|
29111
|
+
"""v1_devices_device_id_controller_peers_put
|
|
29111
29112
|
|
|
29112
29113
|
|
|
29113
29114
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
29114
29115
|
:type authorization: str
|
|
29115
29116
|
:param device_id: (required)
|
|
29116
29117
|
:type device_id: int
|
|
29118
|
+
:param v1_devices_device_id_controller_peers_put_request: (required)
|
|
29119
|
+
:type v1_devices_device_id_controller_peers_put_request: V1DevicesDeviceIdControllerPeersPutRequest
|
|
29117
29120
|
:param _request_timeout: timeout setting for this request. If one
|
|
29118
29121
|
number provided, it will be total request
|
|
29119
29122
|
timeout. It can also be a pair (tuple) of
|
|
@@ -29136,9 +29139,10 @@ class DefaultApi:
|
|
|
29136
29139
|
:return: Returns the result object.
|
|
29137
29140
|
""" # noqa: E501
|
|
29138
29141
|
|
|
29139
|
-
_param = self.
|
|
29142
|
+
_param = self._v1_devices_device_id_controller_peers_put_serialize(
|
|
29140
29143
|
authorization=authorization,
|
|
29141
29144
|
device_id=device_id,
|
|
29145
|
+
v1_devices_device_id_controller_peers_put_request=v1_devices_device_id_controller_peers_put_request,
|
|
29142
29146
|
_request_auth=_request_auth,
|
|
29143
29147
|
_content_type=_content_type,
|
|
29144
29148
|
_headers=_headers,
|
|
@@ -29146,7 +29150,7 @@ class DefaultApi:
|
|
|
29146
29150
|
)
|
|
29147
29151
|
|
|
29148
29152
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
29149
|
-
'
|
|
29153
|
+
'202': "object",
|
|
29150
29154
|
}
|
|
29151
29155
|
response_data = self.api_client.call_api(
|
|
29152
29156
|
*_param,
|
|
@@ -29160,10 +29164,11 @@ class DefaultApi:
|
|
|
29160
29164
|
|
|
29161
29165
|
|
|
29162
29166
|
@validate_call
|
|
29163
|
-
def
|
|
29167
|
+
def v1_devices_device_id_controller_peers_put_with_http_info(
|
|
29164
29168
|
self,
|
|
29165
29169
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
29166
29170
|
device_id: StrictInt,
|
|
29171
|
+
v1_devices_device_id_controller_peers_put_request: V1DevicesDeviceIdControllerPeersPutRequest,
|
|
29167
29172
|
_request_timeout: Union[
|
|
29168
29173
|
None,
|
|
29169
29174
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -29176,14 +29181,16 @@ class DefaultApi:
|
|
|
29176
29181
|
_content_type: Optional[StrictStr] = None,
|
|
29177
29182
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
29178
29183
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
29179
|
-
) -> ApiResponse[
|
|
29180
|
-
"""
|
|
29184
|
+
) -> ApiResponse[object]:
|
|
29185
|
+
"""v1_devices_device_id_controller_peers_put
|
|
29181
29186
|
|
|
29182
29187
|
|
|
29183
29188
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
29184
29189
|
:type authorization: str
|
|
29185
29190
|
:param device_id: (required)
|
|
29186
29191
|
:type device_id: int
|
|
29192
|
+
:param v1_devices_device_id_controller_peers_put_request: (required)
|
|
29193
|
+
:type v1_devices_device_id_controller_peers_put_request: V1DevicesDeviceIdControllerPeersPutRequest
|
|
29187
29194
|
:param _request_timeout: timeout setting for this request. If one
|
|
29188
29195
|
number provided, it will be total request
|
|
29189
29196
|
timeout. It can also be a pair (tuple) of
|
|
@@ -29206,9 +29213,10 @@ class DefaultApi:
|
|
|
29206
29213
|
:return: Returns the result object.
|
|
29207
29214
|
""" # noqa: E501
|
|
29208
29215
|
|
|
29209
|
-
_param = self.
|
|
29216
|
+
_param = self._v1_devices_device_id_controller_peers_put_serialize(
|
|
29210
29217
|
authorization=authorization,
|
|
29211
29218
|
device_id=device_id,
|
|
29219
|
+
v1_devices_device_id_controller_peers_put_request=v1_devices_device_id_controller_peers_put_request,
|
|
29212
29220
|
_request_auth=_request_auth,
|
|
29213
29221
|
_content_type=_content_type,
|
|
29214
29222
|
_headers=_headers,
|
|
@@ -29216,7 +29224,7 @@ class DefaultApi:
|
|
|
29216
29224
|
)
|
|
29217
29225
|
|
|
29218
29226
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
29219
|
-
'
|
|
29227
|
+
'202': "object",
|
|
29220
29228
|
}
|
|
29221
29229
|
response_data = self.api_client.call_api(
|
|
29222
29230
|
*_param,
|
|
@@ -29230,10 +29238,11 @@ class DefaultApi:
|
|
|
29230
29238
|
|
|
29231
29239
|
|
|
29232
29240
|
@validate_call
|
|
29233
|
-
def
|
|
29241
|
+
def v1_devices_device_id_controller_peers_put_without_preload_content(
|
|
29234
29242
|
self,
|
|
29235
29243
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
29236
29244
|
device_id: StrictInt,
|
|
29245
|
+
v1_devices_device_id_controller_peers_put_request: V1DevicesDeviceIdControllerPeersPutRequest,
|
|
29237
29246
|
_request_timeout: Union[
|
|
29238
29247
|
None,
|
|
29239
29248
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -29247,13 +29256,15 @@ class DefaultApi:
|
|
|
29247
29256
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
29248
29257
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
29249
29258
|
) -> RESTResponseType:
|
|
29250
|
-
"""
|
|
29259
|
+
"""v1_devices_device_id_controller_peers_put
|
|
29251
29260
|
|
|
29252
29261
|
|
|
29253
29262
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
29254
29263
|
:type authorization: str
|
|
29255
29264
|
:param device_id: (required)
|
|
29256
29265
|
:type device_id: int
|
|
29266
|
+
:param v1_devices_device_id_controller_peers_put_request: (required)
|
|
29267
|
+
:type v1_devices_device_id_controller_peers_put_request: V1DevicesDeviceIdControllerPeersPutRequest
|
|
29257
29268
|
:param _request_timeout: timeout setting for this request. If one
|
|
29258
29269
|
number provided, it will be total request
|
|
29259
29270
|
timeout. It can also be a pair (tuple) of
|
|
@@ -29276,9 +29287,10 @@ class DefaultApi:
|
|
|
29276
29287
|
:return: Returns the result object.
|
|
29277
29288
|
""" # noqa: E501
|
|
29278
29289
|
|
|
29279
|
-
_param = self.
|
|
29290
|
+
_param = self._v1_devices_device_id_controller_peers_put_serialize(
|
|
29280
29291
|
authorization=authorization,
|
|
29281
29292
|
device_id=device_id,
|
|
29293
|
+
v1_devices_device_id_controller_peers_put_request=v1_devices_device_id_controller_peers_put_request,
|
|
29282
29294
|
_request_auth=_request_auth,
|
|
29283
29295
|
_content_type=_content_type,
|
|
29284
29296
|
_headers=_headers,
|
|
@@ -29286,7 +29298,7 @@ class DefaultApi:
|
|
|
29286
29298
|
)
|
|
29287
29299
|
|
|
29288
29300
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
29289
|
-
'
|
|
29301
|
+
'202': "object",
|
|
29290
29302
|
}
|
|
29291
29303
|
response_data = self.api_client.call_api(
|
|
29292
29304
|
*_param,
|
|
@@ -29295,10 +29307,11 @@ class DefaultApi:
|
|
|
29295
29307
|
return response_data.response
|
|
29296
29308
|
|
|
29297
29309
|
|
|
29298
|
-
def
|
|
29310
|
+
def _v1_devices_device_id_controller_peers_put_serialize(
|
|
29299
29311
|
self,
|
|
29300
29312
|
authorization,
|
|
29301
29313
|
device_id,
|
|
29314
|
+
v1_devices_device_id_controller_peers_put_request,
|
|
29302
29315
|
_request_auth,
|
|
29303
29316
|
_content_type,
|
|
29304
29317
|
_headers,
|
|
@@ -29328,6 +29341,8 @@ class DefaultApi:
|
|
|
29328
29341
|
_header_params['Authorization'] = authorization
|
|
29329
29342
|
# process the form parameters
|
|
29330
29343
|
# process the body parameter
|
|
29344
|
+
if v1_devices_device_id_controller_peers_put_request is not None:
|
|
29345
|
+
_body_params = v1_devices_device_id_controller_peers_put_request
|
|
29331
29346
|
|
|
29332
29347
|
|
|
29333
29348
|
# set the HTTP header `Accept`
|
|
@@ -29338,6 +29353,19 @@ class DefaultApi:
|
|
|
29338
29353
|
]
|
|
29339
29354
|
)
|
|
29340
29355
|
|
|
29356
|
+
# set the HTTP header `Content-Type`
|
|
29357
|
+
if _content_type:
|
|
29358
|
+
_header_params['Content-Type'] = _content_type
|
|
29359
|
+
else:
|
|
29360
|
+
_default_content_type = (
|
|
29361
|
+
self.api_client.select_header_content_type(
|
|
29362
|
+
[
|
|
29363
|
+
'application/json'
|
|
29364
|
+
]
|
|
29365
|
+
)
|
|
29366
|
+
)
|
|
29367
|
+
if _default_content_type is not None:
|
|
29368
|
+
_header_params['Content-Type'] = _default_content_type
|
|
29341
29369
|
|
|
29342
29370
|
# authentication setting
|
|
29343
29371
|
_auth_settings: List[str] = [
|
|
@@ -29345,8 +29373,8 @@ class DefaultApi:
|
|
|
29345
29373
|
]
|
|
29346
29374
|
|
|
29347
29375
|
return self.api_client.param_serialize(
|
|
29348
|
-
method='
|
|
29349
|
-
resource_path='/v1/devices/{deviceId}/
|
|
29376
|
+
method='PUT',
|
|
29377
|
+
resource_path='/v1/devices/{deviceId}/controller-peers',
|
|
29350
29378
|
path_params=_path_params,
|
|
29351
29379
|
query_params=_query_params,
|
|
29352
29380
|
header_params=_header_params,
|
|
@@ -33501,10 +33529,10 @@ class DefaultApi:
|
|
|
33501
33529
|
|
|
33502
33530
|
|
|
33503
33531
|
@validate_call
|
|
33504
|
-
def
|
|
33532
|
+
def v1_devices_device_id_twamp_core_get(
|
|
33505
33533
|
self,
|
|
33506
33534
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
33507
|
-
device_id:
|
|
33535
|
+
device_id: StrictInt,
|
|
33508
33536
|
_request_timeout: Union[
|
|
33509
33537
|
None,
|
|
33510
33538
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -33517,13 +33545,13 @@ class DefaultApi:
|
|
|
33517
33545
|
_content_type: Optional[StrictStr] = None,
|
|
33518
33546
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
33519
33547
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
33520
|
-
) ->
|
|
33521
|
-
"""
|
|
33548
|
+
) -> V1DevicesDeviceIdTwampCoreGet200Response:
|
|
33549
|
+
"""v1_devices_device_id_twamp_core_get
|
|
33522
33550
|
|
|
33523
33551
|
|
|
33524
33552
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
33525
33553
|
:type authorization: str
|
|
33526
|
-
:param device_id:
|
|
33554
|
+
:param device_id: (required)
|
|
33527
33555
|
:type device_id: int
|
|
33528
33556
|
:param _request_timeout: timeout setting for this request. If one
|
|
33529
33557
|
number provided, it will be total request
|
|
@@ -33547,7 +33575,7 @@ class DefaultApi:
|
|
|
33547
33575
|
:return: Returns the result object.
|
|
33548
33576
|
""" # noqa: E501
|
|
33549
33577
|
|
|
33550
|
-
_param = self.
|
|
33578
|
+
_param = self._v1_devices_device_id_twamp_core_get_serialize(
|
|
33551
33579
|
authorization=authorization,
|
|
33552
33580
|
device_id=device_id,
|
|
33553
33581
|
_request_auth=_request_auth,
|
|
@@ -33557,7 +33585,7 @@ class DefaultApi:
|
|
|
33557
33585
|
)
|
|
33558
33586
|
|
|
33559
33587
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
33560
|
-
'200': "
|
|
33588
|
+
'200': "V1DevicesDeviceIdTwampCoreGet200Response",
|
|
33561
33589
|
}
|
|
33562
33590
|
response_data = self.api_client.call_api(
|
|
33563
33591
|
*_param,
|
|
@@ -33571,10 +33599,10 @@ class DefaultApi:
|
|
|
33571
33599
|
|
|
33572
33600
|
|
|
33573
33601
|
@validate_call
|
|
33574
|
-
def
|
|
33602
|
+
def v1_devices_device_id_twamp_core_get_with_http_info(
|
|
33575
33603
|
self,
|
|
33576
33604
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
33577
|
-
device_id:
|
|
33605
|
+
device_id: StrictInt,
|
|
33578
33606
|
_request_timeout: Union[
|
|
33579
33607
|
None,
|
|
33580
33608
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -33587,13 +33615,13 @@ class DefaultApi:
|
|
|
33587
33615
|
_content_type: Optional[StrictStr] = None,
|
|
33588
33616
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
33589
33617
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
33590
|
-
) -> ApiResponse[
|
|
33591
|
-
"""
|
|
33618
|
+
) -> ApiResponse[V1DevicesDeviceIdTwampCoreGet200Response]:
|
|
33619
|
+
"""v1_devices_device_id_twamp_core_get
|
|
33592
33620
|
|
|
33593
33621
|
|
|
33594
33622
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
33595
33623
|
:type authorization: str
|
|
33596
|
-
:param device_id:
|
|
33624
|
+
:param device_id: (required)
|
|
33597
33625
|
:type device_id: int
|
|
33598
33626
|
:param _request_timeout: timeout setting for this request. If one
|
|
33599
33627
|
number provided, it will be total request
|
|
@@ -33617,7 +33645,7 @@ class DefaultApi:
|
|
|
33617
33645
|
:return: Returns the result object.
|
|
33618
33646
|
""" # noqa: E501
|
|
33619
33647
|
|
|
33620
|
-
_param = self.
|
|
33648
|
+
_param = self._v1_devices_device_id_twamp_core_get_serialize(
|
|
33621
33649
|
authorization=authorization,
|
|
33622
33650
|
device_id=device_id,
|
|
33623
33651
|
_request_auth=_request_auth,
|
|
@@ -33627,7 +33655,7 @@ class DefaultApi:
|
|
|
33627
33655
|
)
|
|
33628
33656
|
|
|
33629
33657
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
33630
|
-
'200': "
|
|
33658
|
+
'200': "V1DevicesDeviceIdTwampCoreGet200Response",
|
|
33631
33659
|
}
|
|
33632
33660
|
response_data = self.api_client.call_api(
|
|
33633
33661
|
*_param,
|
|
@@ -33641,10 +33669,10 @@ class DefaultApi:
|
|
|
33641
33669
|
|
|
33642
33670
|
|
|
33643
33671
|
@validate_call
|
|
33644
|
-
def
|
|
33672
|
+
def v1_devices_device_id_twamp_core_get_without_preload_content(
|
|
33645
33673
|
self,
|
|
33646
33674
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
33647
|
-
device_id:
|
|
33675
|
+
device_id: StrictInt,
|
|
33648
33676
|
_request_timeout: Union[
|
|
33649
33677
|
None,
|
|
33650
33678
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -33658,12 +33686,12 @@ class DefaultApi:
|
|
|
33658
33686
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
33659
33687
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
33660
33688
|
) -> RESTResponseType:
|
|
33661
|
-
"""
|
|
33689
|
+
"""v1_devices_device_id_twamp_core_get
|
|
33662
33690
|
|
|
33663
33691
|
|
|
33664
33692
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
33665
33693
|
:type authorization: str
|
|
33666
|
-
:param device_id:
|
|
33694
|
+
:param device_id: (required)
|
|
33667
33695
|
:type device_id: int
|
|
33668
33696
|
:param _request_timeout: timeout setting for this request. If one
|
|
33669
33697
|
number provided, it will be total request
|
|
@@ -33687,7 +33715,7 @@ class DefaultApi:
|
|
|
33687
33715
|
:return: Returns the result object.
|
|
33688
33716
|
""" # noqa: E501
|
|
33689
33717
|
|
|
33690
|
-
_param = self.
|
|
33718
|
+
_param = self._v1_devices_device_id_twamp_core_get_serialize(
|
|
33691
33719
|
authorization=authorization,
|
|
33692
33720
|
device_id=device_id,
|
|
33693
33721
|
_request_auth=_request_auth,
|
|
@@ -33697,7 +33725,7 @@ class DefaultApi:
|
|
|
33697
33725
|
)
|
|
33698
33726
|
|
|
33699
33727
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
33700
|
-
'200': "
|
|
33728
|
+
'200': "V1DevicesDeviceIdTwampCoreGet200Response",
|
|
33701
33729
|
}
|
|
33702
33730
|
response_data = self.api_client.call_api(
|
|
33703
33731
|
*_param,
|
|
@@ -33706,7 +33734,7 @@ class DefaultApi:
|
|
|
33706
33734
|
return response_data.response
|
|
33707
33735
|
|
|
33708
33736
|
|
|
33709
|
-
def
|
|
33737
|
+
def _v1_devices_device_id_twamp_core_get_serialize(
|
|
33710
33738
|
self,
|
|
33711
33739
|
authorization,
|
|
33712
33740
|
device_id,
|
|
@@ -33757,7 +33785,7 @@ class DefaultApi:
|
|
|
33757
33785
|
|
|
33758
33786
|
return self.api_client.param_serialize(
|
|
33759
33787
|
method='GET',
|
|
33760
|
-
resource_path='/v1/devices/{deviceId}/
|
|
33788
|
+
resource_path='/v1/devices/{deviceId}/twamp/core',
|
|
33761
33789
|
path_params=_path_params,
|
|
33762
33790
|
query_params=_query_params,
|
|
33763
33791
|
header_params=_header_params,
|
|
@@ -33774,10 +33802,10 @@ class DefaultApi:
|
|
|
33774
33802
|
|
|
33775
33803
|
|
|
33776
33804
|
@validate_call
|
|
33777
|
-
def
|
|
33805
|
+
def v1_devices_device_id_versions_compare_get(
|
|
33778
33806
|
self,
|
|
33779
33807
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
33780
|
-
device_id: StrictInt,
|
|
33808
|
+
device_id: Annotated[StrictInt, Field(description="16 bytes (base64 encoded) identifier for the device.")],
|
|
33781
33809
|
_request_timeout: Union[
|
|
33782
33810
|
None,
|
|
33783
33811
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -33790,13 +33818,13 @@ class DefaultApi:
|
|
|
33790
33818
|
_content_type: Optional[StrictStr] = None,
|
|
33791
33819
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
33792
33820
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
33793
|
-
) ->
|
|
33794
|
-
"""
|
|
33821
|
+
) -> V1DevicesDeviceIdVersionsCompareGet200Response:
|
|
33822
|
+
"""v1_devices_device_id_versions_compare_get
|
|
33795
33823
|
|
|
33796
33824
|
|
|
33797
33825
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
33798
33826
|
:type authorization: str
|
|
33799
|
-
:param device_id:
|
|
33827
|
+
:param device_id: 16 bytes (base64 encoded) identifier for the device. (required)
|
|
33800
33828
|
:type device_id: int
|
|
33801
33829
|
:param _request_timeout: timeout setting for this request. If one
|
|
33802
33830
|
number provided, it will be total request
|
|
@@ -33820,7 +33848,7 @@ class DefaultApi:
|
|
|
33820
33848
|
:return: Returns the result object.
|
|
33821
33849
|
""" # noqa: E501
|
|
33822
33850
|
|
|
33823
|
-
_param = self.
|
|
33851
|
+
_param = self._v1_devices_device_id_versions_compare_get_serialize(
|
|
33824
33852
|
authorization=authorization,
|
|
33825
33853
|
device_id=device_id,
|
|
33826
33854
|
_request_auth=_request_auth,
|
|
@@ -33830,7 +33858,7 @@ class DefaultApi:
|
|
|
33830
33858
|
)
|
|
33831
33859
|
|
|
33832
33860
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
33833
|
-
'200': "
|
|
33861
|
+
'200': "V1DevicesDeviceIdVersionsCompareGet200Response",
|
|
33834
33862
|
}
|
|
33835
33863
|
response_data = self.api_client.call_api(
|
|
33836
33864
|
*_param,
|
|
@@ -33844,10 +33872,10 @@ class DefaultApi:
|
|
|
33844
33872
|
|
|
33845
33873
|
|
|
33846
33874
|
@validate_call
|
|
33847
|
-
def
|
|
33875
|
+
def v1_devices_device_id_versions_compare_get_with_http_info(
|
|
33848
33876
|
self,
|
|
33849
33877
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
33850
|
-
device_id: StrictInt,
|
|
33878
|
+
device_id: Annotated[StrictInt, Field(description="16 bytes (base64 encoded) identifier for the device.")],
|
|
33851
33879
|
_request_timeout: Union[
|
|
33852
33880
|
None,
|
|
33853
33881
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -33860,13 +33888,13 @@ class DefaultApi:
|
|
|
33860
33888
|
_content_type: Optional[StrictStr] = None,
|
|
33861
33889
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
33862
33890
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
33863
|
-
) -> ApiResponse[
|
|
33864
|
-
"""
|
|
33891
|
+
) -> ApiResponse[V1DevicesDeviceIdVersionsCompareGet200Response]:
|
|
33892
|
+
"""v1_devices_device_id_versions_compare_get
|
|
33865
33893
|
|
|
33866
33894
|
|
|
33867
33895
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
33868
33896
|
:type authorization: str
|
|
33869
|
-
:param device_id:
|
|
33897
|
+
:param device_id: 16 bytes (base64 encoded) identifier for the device. (required)
|
|
33870
33898
|
:type device_id: int
|
|
33871
33899
|
:param _request_timeout: timeout setting for this request. If one
|
|
33872
33900
|
number provided, it will be total request
|
|
@@ -33890,7 +33918,7 @@ class DefaultApi:
|
|
|
33890
33918
|
:return: Returns the result object.
|
|
33891
33919
|
""" # noqa: E501
|
|
33892
33920
|
|
|
33893
|
-
_param = self.
|
|
33921
|
+
_param = self._v1_devices_device_id_versions_compare_get_serialize(
|
|
33894
33922
|
authorization=authorization,
|
|
33895
33923
|
device_id=device_id,
|
|
33896
33924
|
_request_auth=_request_auth,
|
|
@@ -33900,7 +33928,7 @@ class DefaultApi:
|
|
|
33900
33928
|
)
|
|
33901
33929
|
|
|
33902
33930
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
33903
|
-
'200': "
|
|
33931
|
+
'200': "V1DevicesDeviceIdVersionsCompareGet200Response",
|
|
33904
33932
|
}
|
|
33905
33933
|
response_data = self.api_client.call_api(
|
|
33906
33934
|
*_param,
|
|
@@ -33914,10 +33942,10 @@ class DefaultApi:
|
|
|
33914
33942
|
|
|
33915
33943
|
|
|
33916
33944
|
@validate_call
|
|
33917
|
-
def
|
|
33945
|
+
def v1_devices_device_id_versions_compare_get_without_preload_content(
|
|
33918
33946
|
self,
|
|
33919
33947
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
33920
|
-
device_id: StrictInt,
|
|
33948
|
+
device_id: Annotated[StrictInt, Field(description="16 bytes (base64 encoded) identifier for the device.")],
|
|
33921
33949
|
_request_timeout: Union[
|
|
33922
33950
|
None,
|
|
33923
33951
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -33931,12 +33959,12 @@ class DefaultApi:
|
|
|
33931
33959
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
33932
33960
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
33933
33961
|
) -> RESTResponseType:
|
|
33934
|
-
"""
|
|
33962
|
+
"""v1_devices_device_id_versions_compare_get
|
|
33935
33963
|
|
|
33936
33964
|
|
|
33937
33965
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
33938
33966
|
:type authorization: str
|
|
33939
|
-
:param device_id:
|
|
33967
|
+
:param device_id: 16 bytes (base64 encoded) identifier for the device. (required)
|
|
33940
33968
|
:type device_id: int
|
|
33941
33969
|
:param _request_timeout: timeout setting for this request. If one
|
|
33942
33970
|
number provided, it will be total request
|
|
@@ -33960,7 +33988,7 @@ class DefaultApi:
|
|
|
33960
33988
|
:return: Returns the result object.
|
|
33961
33989
|
""" # noqa: E501
|
|
33962
33990
|
|
|
33963
|
-
_param = self.
|
|
33991
|
+
_param = self._v1_devices_device_id_versions_compare_get_serialize(
|
|
33964
33992
|
authorization=authorization,
|
|
33965
33993
|
device_id=device_id,
|
|
33966
33994
|
_request_auth=_request_auth,
|
|
@@ -33970,7 +33998,7 @@ class DefaultApi:
|
|
|
33970
33998
|
)
|
|
33971
33999
|
|
|
33972
34000
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
33973
|
-
'200': "
|
|
34001
|
+
'200': "V1DevicesDeviceIdVersionsCompareGet200Response",
|
|
33974
34002
|
}
|
|
33975
34003
|
response_data = self.api_client.call_api(
|
|
33976
34004
|
*_param,
|
|
@@ -33979,7 +34007,7 @@ class DefaultApi:
|
|
|
33979
34007
|
return response_data.response
|
|
33980
34008
|
|
|
33981
34009
|
|
|
33982
|
-
def
|
|
34010
|
+
def _v1_devices_device_id_versions_compare_get_serialize(
|
|
33983
34011
|
self,
|
|
33984
34012
|
authorization,
|
|
33985
34013
|
device_id,
|
|
@@ -34030,7 +34058,7 @@ class DefaultApi:
|
|
|
34030
34058
|
|
|
34031
34059
|
return self.api_client.param_serialize(
|
|
34032
34060
|
method='GET',
|
|
34033
|
-
resource_path='/v1/devices/{deviceId}/
|
|
34061
|
+
resource_path='/v1/devices/{deviceId}/versions/compare',
|
|
34034
34062
|
path_params=_path_params,
|
|
34035
34063
|
query_params=_query_params,
|
|
34036
34064
|
header_params=_header_params,
|
|
@@ -34047,7 +34075,7 @@ class DefaultApi:
|
|
|
34047
34075
|
|
|
34048
34076
|
|
|
34049
34077
|
@validate_call
|
|
34050
|
-
def
|
|
34078
|
+
def v1_devices_device_id_versions_get(
|
|
34051
34079
|
self,
|
|
34052
34080
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34053
34081
|
device_id: Annotated[StrictInt, Field(description="16 bytes (base64 encoded) identifier for the device.")],
|
|
@@ -34063,8 +34091,8 @@ class DefaultApi:
|
|
|
34063
34091
|
_content_type: Optional[StrictStr] = None,
|
|
34064
34092
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34065
34093
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34066
|
-
) ->
|
|
34067
|
-
"""
|
|
34094
|
+
) -> V1DevicesDeviceIdVersionsGet200Response:
|
|
34095
|
+
"""v1_devices_device_id_versions_get
|
|
34068
34096
|
|
|
34069
34097
|
|
|
34070
34098
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
@@ -34093,7 +34121,7 @@ class DefaultApi:
|
|
|
34093
34121
|
:return: Returns the result object.
|
|
34094
34122
|
""" # noqa: E501
|
|
34095
34123
|
|
|
34096
|
-
_param = self.
|
|
34124
|
+
_param = self._v1_devices_device_id_versions_get_serialize(
|
|
34097
34125
|
authorization=authorization,
|
|
34098
34126
|
device_id=device_id,
|
|
34099
34127
|
_request_auth=_request_auth,
|
|
@@ -34103,7 +34131,7 @@ class DefaultApi:
|
|
|
34103
34131
|
)
|
|
34104
34132
|
|
|
34105
34133
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
34106
|
-
'200': "
|
|
34134
|
+
'200': "V1DevicesDeviceIdVersionsGet200Response",
|
|
34107
34135
|
}
|
|
34108
34136
|
response_data = self.api_client.call_api(
|
|
34109
34137
|
*_param,
|
|
@@ -34117,7 +34145,7 @@ class DefaultApi:
|
|
|
34117
34145
|
|
|
34118
34146
|
|
|
34119
34147
|
@validate_call
|
|
34120
|
-
def
|
|
34148
|
+
def v1_devices_device_id_versions_get_with_http_info(
|
|
34121
34149
|
self,
|
|
34122
34150
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34123
34151
|
device_id: Annotated[StrictInt, Field(description="16 bytes (base64 encoded) identifier for the device.")],
|
|
@@ -34133,8 +34161,8 @@ class DefaultApi:
|
|
|
34133
34161
|
_content_type: Optional[StrictStr] = None,
|
|
34134
34162
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34135
34163
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34136
|
-
) -> ApiResponse[
|
|
34137
|
-
"""
|
|
34164
|
+
) -> ApiResponse[V1DevicesDeviceIdVersionsGet200Response]:
|
|
34165
|
+
"""v1_devices_device_id_versions_get
|
|
34138
34166
|
|
|
34139
34167
|
|
|
34140
34168
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
@@ -34163,7 +34191,7 @@ class DefaultApi:
|
|
|
34163
34191
|
:return: Returns the result object.
|
|
34164
34192
|
""" # noqa: E501
|
|
34165
34193
|
|
|
34166
|
-
_param = self.
|
|
34194
|
+
_param = self._v1_devices_device_id_versions_get_serialize(
|
|
34167
34195
|
authorization=authorization,
|
|
34168
34196
|
device_id=device_id,
|
|
34169
34197
|
_request_auth=_request_auth,
|
|
@@ -34173,7 +34201,7 @@ class DefaultApi:
|
|
|
34173
34201
|
)
|
|
34174
34202
|
|
|
34175
34203
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
34176
|
-
'200': "
|
|
34204
|
+
'200': "V1DevicesDeviceIdVersionsGet200Response",
|
|
34177
34205
|
}
|
|
34178
34206
|
response_data = self.api_client.call_api(
|
|
34179
34207
|
*_param,
|
|
@@ -34187,7 +34215,7 @@ class DefaultApi:
|
|
|
34187
34215
|
|
|
34188
34216
|
|
|
34189
34217
|
@validate_call
|
|
34190
|
-
def
|
|
34218
|
+
def v1_devices_device_id_versions_get_without_preload_content(
|
|
34191
34219
|
self,
|
|
34192
34220
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34193
34221
|
device_id: Annotated[StrictInt, Field(description="16 bytes (base64 encoded) identifier for the device.")],
|
|
@@ -34204,7 +34232,7 @@ class DefaultApi:
|
|
|
34204
34232
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34205
34233
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34206
34234
|
) -> RESTResponseType:
|
|
34207
|
-
"""
|
|
34235
|
+
"""v1_devices_device_id_versions_get
|
|
34208
34236
|
|
|
34209
34237
|
|
|
34210
34238
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
@@ -34233,7 +34261,7 @@ class DefaultApi:
|
|
|
34233
34261
|
:return: Returns the result object.
|
|
34234
34262
|
""" # noqa: E501
|
|
34235
34263
|
|
|
34236
|
-
_param = self.
|
|
34264
|
+
_param = self._v1_devices_device_id_versions_get_serialize(
|
|
34237
34265
|
authorization=authorization,
|
|
34238
34266
|
device_id=device_id,
|
|
34239
34267
|
_request_auth=_request_auth,
|
|
@@ -34243,7 +34271,7 @@ class DefaultApi:
|
|
|
34243
34271
|
)
|
|
34244
34272
|
|
|
34245
34273
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
34246
|
-
'200': "
|
|
34274
|
+
'200': "V1DevicesDeviceIdVersionsGet200Response",
|
|
34247
34275
|
}
|
|
34248
34276
|
response_data = self.api_client.call_api(
|
|
34249
34277
|
*_param,
|
|
@@ -34252,7 +34280,7 @@ class DefaultApi:
|
|
|
34252
34280
|
return response_data.response
|
|
34253
34281
|
|
|
34254
34282
|
|
|
34255
|
-
def
|
|
34283
|
+
def _v1_devices_device_id_versions_get_serialize(
|
|
34256
34284
|
self,
|
|
34257
34285
|
authorization,
|
|
34258
34286
|
device_id,
|
|
@@ -34303,7 +34331,7 @@ class DefaultApi:
|
|
|
34303
34331
|
|
|
34304
34332
|
return self.api_client.param_serialize(
|
|
34305
34333
|
method='GET',
|
|
34306
|
-
resource_path='/v1/devices/{deviceId}/versions
|
|
34334
|
+
resource_path='/v1/devices/{deviceId}/versions',
|
|
34307
34335
|
path_params=_path_params,
|
|
34308
34336
|
query_params=_query_params,
|
|
34309
34337
|
header_params=_header_params,
|
|
@@ -34320,10 +34348,11 @@ class DefaultApi:
|
|
|
34320
34348
|
|
|
34321
34349
|
|
|
34322
34350
|
@validate_call
|
|
34323
|
-
def
|
|
34351
|
+
def v1_devices_device_id_versions_version_get(
|
|
34324
34352
|
self,
|
|
34325
34353
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34326
34354
|
device_id: Annotated[StrictInt, Field(description="16 bytes (base64 encoded) identifier for the device.")],
|
|
34355
|
+
version: Annotated[int, Field(strict=True, ge=0, description="8 bytes (base32 encoded) version number.")],
|
|
34327
34356
|
_request_timeout: Union[
|
|
34328
34357
|
None,
|
|
34329
34358
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -34336,14 +34365,16 @@ class DefaultApi:
|
|
|
34336
34365
|
_content_type: Optional[StrictStr] = None,
|
|
34337
34366
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34338
34367
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34339
|
-
) ->
|
|
34340
|
-
"""
|
|
34368
|
+
) -> V1DevicesDeviceIdVersionsVersionGet200Response:
|
|
34369
|
+
"""v1_devices_device_id_versions_version_get
|
|
34341
34370
|
|
|
34342
34371
|
|
|
34343
34372
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
34344
34373
|
:type authorization: str
|
|
34345
34374
|
:param device_id: 16 bytes (base64 encoded) identifier for the device. (required)
|
|
34346
34375
|
:type device_id: int
|
|
34376
|
+
:param version: 8 bytes (base32 encoded) version number. (required)
|
|
34377
|
+
:type version: int
|
|
34347
34378
|
:param _request_timeout: timeout setting for this request. If one
|
|
34348
34379
|
number provided, it will be total request
|
|
34349
34380
|
timeout. It can also be a pair (tuple) of
|
|
@@ -34366,9 +34397,10 @@ class DefaultApi:
|
|
|
34366
34397
|
:return: Returns the result object.
|
|
34367
34398
|
""" # noqa: E501
|
|
34368
34399
|
|
|
34369
|
-
_param = self.
|
|
34400
|
+
_param = self._v1_devices_device_id_versions_version_get_serialize(
|
|
34370
34401
|
authorization=authorization,
|
|
34371
34402
|
device_id=device_id,
|
|
34403
|
+
version=version,
|
|
34372
34404
|
_request_auth=_request_auth,
|
|
34373
34405
|
_content_type=_content_type,
|
|
34374
34406
|
_headers=_headers,
|
|
@@ -34376,7 +34408,7 @@ class DefaultApi:
|
|
|
34376
34408
|
)
|
|
34377
34409
|
|
|
34378
34410
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
34379
|
-
'200': "
|
|
34411
|
+
'200': "V1DevicesDeviceIdVersionsVersionGet200Response",
|
|
34380
34412
|
}
|
|
34381
34413
|
response_data = self.api_client.call_api(
|
|
34382
34414
|
*_param,
|
|
@@ -34390,10 +34422,11 @@ class DefaultApi:
|
|
|
34390
34422
|
|
|
34391
34423
|
|
|
34392
34424
|
@validate_call
|
|
34393
|
-
def
|
|
34425
|
+
def v1_devices_device_id_versions_version_get_with_http_info(
|
|
34394
34426
|
self,
|
|
34395
34427
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34396
34428
|
device_id: Annotated[StrictInt, Field(description="16 bytes (base64 encoded) identifier for the device.")],
|
|
34429
|
+
version: Annotated[int, Field(strict=True, ge=0, description="8 bytes (base32 encoded) version number.")],
|
|
34397
34430
|
_request_timeout: Union[
|
|
34398
34431
|
None,
|
|
34399
34432
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -34406,14 +34439,16 @@ class DefaultApi:
|
|
|
34406
34439
|
_content_type: Optional[StrictStr] = None,
|
|
34407
34440
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34408
34441
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34409
|
-
) -> ApiResponse[
|
|
34410
|
-
"""
|
|
34442
|
+
) -> ApiResponse[V1DevicesDeviceIdVersionsVersionGet200Response]:
|
|
34443
|
+
"""v1_devices_device_id_versions_version_get
|
|
34411
34444
|
|
|
34412
34445
|
|
|
34413
34446
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
34414
34447
|
:type authorization: str
|
|
34415
34448
|
:param device_id: 16 bytes (base64 encoded) identifier for the device. (required)
|
|
34416
34449
|
:type device_id: int
|
|
34450
|
+
:param version: 8 bytes (base32 encoded) version number. (required)
|
|
34451
|
+
:type version: int
|
|
34417
34452
|
:param _request_timeout: timeout setting for this request. If one
|
|
34418
34453
|
number provided, it will be total request
|
|
34419
34454
|
timeout. It can also be a pair (tuple) of
|
|
@@ -34436,9 +34471,10 @@ class DefaultApi:
|
|
|
34436
34471
|
:return: Returns the result object.
|
|
34437
34472
|
""" # noqa: E501
|
|
34438
34473
|
|
|
34439
|
-
_param = self.
|
|
34474
|
+
_param = self._v1_devices_device_id_versions_version_get_serialize(
|
|
34440
34475
|
authorization=authorization,
|
|
34441
34476
|
device_id=device_id,
|
|
34477
|
+
version=version,
|
|
34442
34478
|
_request_auth=_request_auth,
|
|
34443
34479
|
_content_type=_content_type,
|
|
34444
34480
|
_headers=_headers,
|
|
@@ -34446,7 +34482,7 @@ class DefaultApi:
|
|
|
34446
34482
|
)
|
|
34447
34483
|
|
|
34448
34484
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
34449
|
-
'200': "
|
|
34485
|
+
'200': "V1DevicesDeviceIdVersionsVersionGet200Response",
|
|
34450
34486
|
}
|
|
34451
34487
|
response_data = self.api_client.call_api(
|
|
34452
34488
|
*_param,
|
|
@@ -34460,10 +34496,11 @@ class DefaultApi:
|
|
|
34460
34496
|
|
|
34461
34497
|
|
|
34462
34498
|
@validate_call
|
|
34463
|
-
def
|
|
34499
|
+
def v1_devices_device_id_versions_version_get_without_preload_content(
|
|
34464
34500
|
self,
|
|
34465
34501
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34466
34502
|
device_id: Annotated[StrictInt, Field(description="16 bytes (base64 encoded) identifier for the device.")],
|
|
34503
|
+
version: Annotated[int, Field(strict=True, ge=0, description="8 bytes (base32 encoded) version number.")],
|
|
34467
34504
|
_request_timeout: Union[
|
|
34468
34505
|
None,
|
|
34469
34506
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -34477,13 +34514,15 @@ class DefaultApi:
|
|
|
34477
34514
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34478
34515
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34479
34516
|
) -> RESTResponseType:
|
|
34480
|
-
"""
|
|
34517
|
+
"""v1_devices_device_id_versions_version_get
|
|
34481
34518
|
|
|
34482
34519
|
|
|
34483
34520
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
34484
34521
|
:type authorization: str
|
|
34485
34522
|
:param device_id: 16 bytes (base64 encoded) identifier for the device. (required)
|
|
34486
34523
|
:type device_id: int
|
|
34524
|
+
:param version: 8 bytes (base32 encoded) version number. (required)
|
|
34525
|
+
:type version: int
|
|
34487
34526
|
:param _request_timeout: timeout setting for this request. If one
|
|
34488
34527
|
number provided, it will be total request
|
|
34489
34528
|
timeout. It can also be a pair (tuple) of
|
|
@@ -34506,9 +34545,10 @@ class DefaultApi:
|
|
|
34506
34545
|
:return: Returns the result object.
|
|
34507
34546
|
""" # noqa: E501
|
|
34508
34547
|
|
|
34509
|
-
_param = self.
|
|
34548
|
+
_param = self._v1_devices_device_id_versions_version_get_serialize(
|
|
34510
34549
|
authorization=authorization,
|
|
34511
34550
|
device_id=device_id,
|
|
34551
|
+
version=version,
|
|
34512
34552
|
_request_auth=_request_auth,
|
|
34513
34553
|
_content_type=_content_type,
|
|
34514
34554
|
_headers=_headers,
|
|
@@ -34516,7 +34556,7 @@ class DefaultApi:
|
|
|
34516
34556
|
)
|
|
34517
34557
|
|
|
34518
34558
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
34519
|
-
'200': "
|
|
34559
|
+
'200': "V1DevicesDeviceIdVersionsVersionGet200Response",
|
|
34520
34560
|
}
|
|
34521
34561
|
response_data = self.api_client.call_api(
|
|
34522
34562
|
*_param,
|
|
@@ -34525,10 +34565,11 @@ class DefaultApi:
|
|
|
34525
34565
|
return response_data.response
|
|
34526
34566
|
|
|
34527
34567
|
|
|
34528
|
-
def
|
|
34568
|
+
def _v1_devices_device_id_versions_version_get_serialize(
|
|
34529
34569
|
self,
|
|
34530
34570
|
authorization,
|
|
34531
34571
|
device_id,
|
|
34572
|
+
version,
|
|
34532
34573
|
_request_auth,
|
|
34533
34574
|
_content_type,
|
|
34534
34575
|
_headers,
|
|
@@ -34552,6 +34593,8 @@ class DefaultApi:
|
|
|
34552
34593
|
# process the path parameters
|
|
34553
34594
|
if device_id is not None:
|
|
34554
34595
|
_path_params['deviceId'] = device_id
|
|
34596
|
+
if version is not None:
|
|
34597
|
+
_path_params['version'] = version
|
|
34555
34598
|
# process the query parameters
|
|
34556
34599
|
# process the header parameters
|
|
34557
34600
|
if authorization is not None:
|
|
@@ -34576,7 +34619,7 @@ class DefaultApi:
|
|
|
34576
34619
|
|
|
34577
34620
|
return self.api_client.param_serialize(
|
|
34578
34621
|
method='GET',
|
|
34579
|
-
resource_path='/v1/devices/{deviceId}/versions',
|
|
34622
|
+
resource_path='/v1/devices/{deviceId}/versions/{version}',
|
|
34580
34623
|
path_params=_path_params,
|
|
34581
34624
|
query_params=_query_params,
|
|
34582
34625
|
header_params=_header_params,
|
|
@@ -34593,11 +34636,10 @@ class DefaultApi:
|
|
|
34593
34636
|
|
|
34594
34637
|
|
|
34595
34638
|
@validate_call
|
|
34596
|
-
def
|
|
34639
|
+
def v1_devices_device_id_vrf_bgp_as_get(
|
|
34597
34640
|
self,
|
|
34598
34641
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34599
|
-
device_id:
|
|
34600
|
-
version: Annotated[int, Field(strict=True, ge=0, description="8 bytes (base32 encoded) version number.")],
|
|
34642
|
+
device_id: StrictInt,
|
|
34601
34643
|
_request_timeout: Union[
|
|
34602
34644
|
None,
|
|
34603
34645
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -34610,16 +34652,14 @@ class DefaultApi:
|
|
|
34610
34652
|
_content_type: Optional[StrictStr] = None,
|
|
34611
34653
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34612
34654
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34613
|
-
) ->
|
|
34614
|
-
"""
|
|
34655
|
+
) -> V1DevicesDeviceIdVrfBgpAsGet200Response:
|
|
34656
|
+
"""v1_devices_device_id_vrf_bgp_as_get
|
|
34615
34657
|
|
|
34616
34658
|
|
|
34617
34659
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
34618
34660
|
:type authorization: str
|
|
34619
|
-
:param device_id:
|
|
34661
|
+
:param device_id: (required)
|
|
34620
34662
|
:type device_id: int
|
|
34621
|
-
:param version: 8 bytes (base32 encoded) version number. (required)
|
|
34622
|
-
:type version: int
|
|
34623
34663
|
:param _request_timeout: timeout setting for this request. If one
|
|
34624
34664
|
number provided, it will be total request
|
|
34625
34665
|
timeout. It can also be a pair (tuple) of
|
|
@@ -34642,10 +34682,9 @@ class DefaultApi:
|
|
|
34642
34682
|
:return: Returns the result object.
|
|
34643
34683
|
""" # noqa: E501
|
|
34644
34684
|
|
|
34645
|
-
_param = self.
|
|
34685
|
+
_param = self._v1_devices_device_id_vrf_bgp_as_get_serialize(
|
|
34646
34686
|
authorization=authorization,
|
|
34647
34687
|
device_id=device_id,
|
|
34648
|
-
version=version,
|
|
34649
34688
|
_request_auth=_request_auth,
|
|
34650
34689
|
_content_type=_content_type,
|
|
34651
34690
|
_headers=_headers,
|
|
@@ -34653,7 +34692,7 @@ class DefaultApi:
|
|
|
34653
34692
|
)
|
|
34654
34693
|
|
|
34655
34694
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
34656
|
-
'200': "
|
|
34695
|
+
'200': "V1DevicesDeviceIdVrfBgpAsGet200Response",
|
|
34657
34696
|
}
|
|
34658
34697
|
response_data = self.api_client.call_api(
|
|
34659
34698
|
*_param,
|
|
@@ -34667,11 +34706,10 @@ class DefaultApi:
|
|
|
34667
34706
|
|
|
34668
34707
|
|
|
34669
34708
|
@validate_call
|
|
34670
|
-
def
|
|
34709
|
+
def v1_devices_device_id_vrf_bgp_as_get_with_http_info(
|
|
34671
34710
|
self,
|
|
34672
34711
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34673
|
-
device_id:
|
|
34674
|
-
version: Annotated[int, Field(strict=True, ge=0, description="8 bytes (base32 encoded) version number.")],
|
|
34712
|
+
device_id: StrictInt,
|
|
34675
34713
|
_request_timeout: Union[
|
|
34676
34714
|
None,
|
|
34677
34715
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -34684,16 +34722,14 @@ class DefaultApi:
|
|
|
34684
34722
|
_content_type: Optional[StrictStr] = None,
|
|
34685
34723
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34686
34724
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34687
|
-
) -> ApiResponse[
|
|
34688
|
-
"""
|
|
34725
|
+
) -> ApiResponse[V1DevicesDeviceIdVrfBgpAsGet200Response]:
|
|
34726
|
+
"""v1_devices_device_id_vrf_bgp_as_get
|
|
34689
34727
|
|
|
34690
34728
|
|
|
34691
34729
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
34692
34730
|
:type authorization: str
|
|
34693
|
-
:param device_id:
|
|
34731
|
+
:param device_id: (required)
|
|
34694
34732
|
:type device_id: int
|
|
34695
|
-
:param version: 8 bytes (base32 encoded) version number. (required)
|
|
34696
|
-
:type version: int
|
|
34697
34733
|
:param _request_timeout: timeout setting for this request. If one
|
|
34698
34734
|
number provided, it will be total request
|
|
34699
34735
|
timeout. It can also be a pair (tuple) of
|
|
@@ -34716,10 +34752,9 @@ class DefaultApi:
|
|
|
34716
34752
|
:return: Returns the result object.
|
|
34717
34753
|
""" # noqa: E501
|
|
34718
34754
|
|
|
34719
|
-
_param = self.
|
|
34755
|
+
_param = self._v1_devices_device_id_vrf_bgp_as_get_serialize(
|
|
34720
34756
|
authorization=authorization,
|
|
34721
34757
|
device_id=device_id,
|
|
34722
|
-
version=version,
|
|
34723
34758
|
_request_auth=_request_auth,
|
|
34724
34759
|
_content_type=_content_type,
|
|
34725
34760
|
_headers=_headers,
|
|
@@ -34727,7 +34762,7 @@ class DefaultApi:
|
|
|
34727
34762
|
)
|
|
34728
34763
|
|
|
34729
34764
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
34730
|
-
'200': "
|
|
34765
|
+
'200': "V1DevicesDeviceIdVrfBgpAsGet200Response",
|
|
34731
34766
|
}
|
|
34732
34767
|
response_data = self.api_client.call_api(
|
|
34733
34768
|
*_param,
|
|
@@ -34741,11 +34776,10 @@ class DefaultApi:
|
|
|
34741
34776
|
|
|
34742
34777
|
|
|
34743
34778
|
@validate_call
|
|
34744
|
-
def
|
|
34779
|
+
def v1_devices_device_id_vrf_bgp_as_get_without_preload_content(
|
|
34745
34780
|
self,
|
|
34746
34781
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34747
|
-
device_id:
|
|
34748
|
-
version: Annotated[int, Field(strict=True, ge=0, description="8 bytes (base32 encoded) version number.")],
|
|
34782
|
+
device_id: StrictInt,
|
|
34749
34783
|
_request_timeout: Union[
|
|
34750
34784
|
None,
|
|
34751
34785
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -34759,15 +34793,13 @@ class DefaultApi:
|
|
|
34759
34793
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34760
34794
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34761
34795
|
) -> RESTResponseType:
|
|
34762
|
-
"""
|
|
34796
|
+
"""v1_devices_device_id_vrf_bgp_as_get
|
|
34763
34797
|
|
|
34764
34798
|
|
|
34765
34799
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
34766
34800
|
:type authorization: str
|
|
34767
|
-
:param device_id:
|
|
34801
|
+
:param device_id: (required)
|
|
34768
34802
|
:type device_id: int
|
|
34769
|
-
:param version: 8 bytes (base32 encoded) version number. (required)
|
|
34770
|
-
:type version: int
|
|
34771
34803
|
:param _request_timeout: timeout setting for this request. If one
|
|
34772
34804
|
number provided, it will be total request
|
|
34773
34805
|
timeout. It can also be a pair (tuple) of
|
|
@@ -34790,10 +34822,9 @@ class DefaultApi:
|
|
|
34790
34822
|
:return: Returns the result object.
|
|
34791
34823
|
""" # noqa: E501
|
|
34792
34824
|
|
|
34793
|
-
_param = self.
|
|
34825
|
+
_param = self._v1_devices_device_id_vrf_bgp_as_get_serialize(
|
|
34794
34826
|
authorization=authorization,
|
|
34795
34827
|
device_id=device_id,
|
|
34796
|
-
version=version,
|
|
34797
34828
|
_request_auth=_request_auth,
|
|
34798
34829
|
_content_type=_content_type,
|
|
34799
34830
|
_headers=_headers,
|
|
@@ -34801,7 +34832,7 @@ class DefaultApi:
|
|
|
34801
34832
|
)
|
|
34802
34833
|
|
|
34803
34834
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
34804
|
-
'200': "
|
|
34835
|
+
'200': "V1DevicesDeviceIdVrfBgpAsGet200Response",
|
|
34805
34836
|
}
|
|
34806
34837
|
response_data = self.api_client.call_api(
|
|
34807
34838
|
*_param,
|
|
@@ -34810,11 +34841,10 @@ class DefaultApi:
|
|
|
34810
34841
|
return response_data.response
|
|
34811
34842
|
|
|
34812
34843
|
|
|
34813
|
-
def
|
|
34844
|
+
def _v1_devices_device_id_vrf_bgp_as_get_serialize(
|
|
34814
34845
|
self,
|
|
34815
34846
|
authorization,
|
|
34816
34847
|
device_id,
|
|
34817
|
-
version,
|
|
34818
34848
|
_request_auth,
|
|
34819
34849
|
_content_type,
|
|
34820
34850
|
_headers,
|
|
@@ -34838,8 +34868,6 @@ class DefaultApi:
|
|
|
34838
34868
|
# process the path parameters
|
|
34839
34869
|
if device_id is not None:
|
|
34840
34870
|
_path_params['deviceId'] = device_id
|
|
34841
|
-
if version is not None:
|
|
34842
|
-
_path_params['version'] = version
|
|
34843
34871
|
# process the query parameters
|
|
34844
34872
|
# process the header parameters
|
|
34845
34873
|
if authorization is not None:
|
|
@@ -34864,7 +34892,7 @@ class DefaultApi:
|
|
|
34864
34892
|
|
|
34865
34893
|
return self.api_client.param_serialize(
|
|
34866
34894
|
method='GET',
|
|
34867
|
-
resource_path='/v1/devices/{deviceId}/
|
|
34895
|
+
resource_path='/v1/devices/{deviceId}/vrf/bgp/as',
|
|
34868
34896
|
path_params=_path_params,
|
|
34869
34897
|
query_params=_query_params,
|
|
34870
34898
|
header_params=_header_params,
|
|
@@ -34881,7 +34909,7 @@ class DefaultApi:
|
|
|
34881
34909
|
|
|
34882
34910
|
|
|
34883
34911
|
@validate_call
|
|
34884
|
-
def
|
|
34912
|
+
def v1_devices_device_id_vrf_protocols_get(
|
|
34885
34913
|
self,
|
|
34886
34914
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34887
34915
|
device_id: StrictInt,
|
|
@@ -34897,8 +34925,8 @@ class DefaultApi:
|
|
|
34897
34925
|
_content_type: Optional[StrictStr] = None,
|
|
34898
34926
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34899
34927
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34900
|
-
) ->
|
|
34901
|
-
"""
|
|
34928
|
+
) -> V1DevicesDeviceIdVrfProtocolsGet200Response:
|
|
34929
|
+
"""v1_devices_device_id_vrf_protocols_get
|
|
34902
34930
|
|
|
34903
34931
|
|
|
34904
34932
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
@@ -34927,7 +34955,7 @@ class DefaultApi:
|
|
|
34927
34955
|
:return: Returns the result object.
|
|
34928
34956
|
""" # noqa: E501
|
|
34929
34957
|
|
|
34930
|
-
_param = self.
|
|
34958
|
+
_param = self._v1_devices_device_id_vrf_protocols_get_serialize(
|
|
34931
34959
|
authorization=authorization,
|
|
34932
34960
|
device_id=device_id,
|
|
34933
34961
|
_request_auth=_request_auth,
|
|
@@ -34937,7 +34965,7 @@ class DefaultApi:
|
|
|
34937
34965
|
)
|
|
34938
34966
|
|
|
34939
34967
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
34940
|
-
'200': "
|
|
34968
|
+
'200': "V1DevicesDeviceIdVrfProtocolsGet200Response",
|
|
34941
34969
|
}
|
|
34942
34970
|
response_data = self.api_client.call_api(
|
|
34943
34971
|
*_param,
|
|
@@ -34951,7 +34979,7 @@ class DefaultApi:
|
|
|
34951
34979
|
|
|
34952
34980
|
|
|
34953
34981
|
@validate_call
|
|
34954
|
-
def
|
|
34982
|
+
def v1_devices_device_id_vrf_protocols_get_with_http_info(
|
|
34955
34983
|
self,
|
|
34956
34984
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
34957
34985
|
device_id: StrictInt,
|
|
@@ -34967,8 +34995,8 @@ class DefaultApi:
|
|
|
34967
34995
|
_content_type: Optional[StrictStr] = None,
|
|
34968
34996
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
34969
34997
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
34970
|
-
) -> ApiResponse[
|
|
34971
|
-
"""
|
|
34998
|
+
) -> ApiResponse[V1DevicesDeviceIdVrfProtocolsGet200Response]:
|
|
34999
|
+
"""v1_devices_device_id_vrf_protocols_get
|
|
34972
35000
|
|
|
34973
35001
|
|
|
34974
35002
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
@@ -34997,7 +35025,7 @@ class DefaultApi:
|
|
|
34997
35025
|
:return: Returns the result object.
|
|
34998
35026
|
""" # noqa: E501
|
|
34999
35027
|
|
|
35000
|
-
_param = self.
|
|
35028
|
+
_param = self._v1_devices_device_id_vrf_protocols_get_serialize(
|
|
35001
35029
|
authorization=authorization,
|
|
35002
35030
|
device_id=device_id,
|
|
35003
35031
|
_request_auth=_request_auth,
|
|
@@ -35007,7 +35035,7 @@ class DefaultApi:
|
|
|
35007
35035
|
)
|
|
35008
35036
|
|
|
35009
35037
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35010
|
-
'200': "
|
|
35038
|
+
'200': "V1DevicesDeviceIdVrfProtocolsGet200Response",
|
|
35011
35039
|
}
|
|
35012
35040
|
response_data = self.api_client.call_api(
|
|
35013
35041
|
*_param,
|
|
@@ -35021,7 +35049,7 @@ class DefaultApi:
|
|
|
35021
35049
|
|
|
35022
35050
|
|
|
35023
35051
|
@validate_call
|
|
35024
|
-
def
|
|
35052
|
+
def v1_devices_device_id_vrf_protocols_get_without_preload_content(
|
|
35025
35053
|
self,
|
|
35026
35054
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35027
35055
|
device_id: StrictInt,
|
|
@@ -35038,7 +35066,7 @@ class DefaultApi:
|
|
|
35038
35066
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35039
35067
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35040
35068
|
) -> RESTResponseType:
|
|
35041
|
-
"""
|
|
35069
|
+
"""v1_devices_device_id_vrf_protocols_get
|
|
35042
35070
|
|
|
35043
35071
|
|
|
35044
35072
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
@@ -35067,7 +35095,7 @@ class DefaultApi:
|
|
|
35067
35095
|
:return: Returns the result object.
|
|
35068
35096
|
""" # noqa: E501
|
|
35069
35097
|
|
|
35070
|
-
_param = self.
|
|
35098
|
+
_param = self._v1_devices_device_id_vrf_protocols_get_serialize(
|
|
35071
35099
|
authorization=authorization,
|
|
35072
35100
|
device_id=device_id,
|
|
35073
35101
|
_request_auth=_request_auth,
|
|
@@ -35077,7 +35105,7 @@ class DefaultApi:
|
|
|
35077
35105
|
)
|
|
35078
35106
|
|
|
35079
35107
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35080
|
-
'200': "
|
|
35108
|
+
'200': "V1DevicesDeviceIdVrfProtocolsGet200Response",
|
|
35081
35109
|
}
|
|
35082
35110
|
response_data = self.api_client.call_api(
|
|
35083
35111
|
*_param,
|
|
@@ -35086,7 +35114,7 @@ class DefaultApi:
|
|
|
35086
35114
|
return response_data.response
|
|
35087
35115
|
|
|
35088
35116
|
|
|
35089
|
-
def
|
|
35117
|
+
def _v1_devices_device_id_vrf_protocols_get_serialize(
|
|
35090
35118
|
self,
|
|
35091
35119
|
authorization,
|
|
35092
35120
|
device_id,
|
|
@@ -35137,7 +35165,7 @@ class DefaultApi:
|
|
|
35137
35165
|
|
|
35138
35166
|
return self.api_client.param_serialize(
|
|
35139
35167
|
method='GET',
|
|
35140
|
-
resource_path='/v1/devices/{deviceId}/vrf/
|
|
35168
|
+
resource_path='/v1/devices/{deviceId}/vrf/protocols',
|
|
35141
35169
|
path_params=_path_params,
|
|
35142
35170
|
query_params=_query_params,
|
|
35143
35171
|
header_params=_header_params,
|
|
@@ -35154,7 +35182,7 @@ class DefaultApi:
|
|
|
35154
35182
|
|
|
35155
35183
|
|
|
35156
35184
|
@validate_call
|
|
35157
|
-
def
|
|
35185
|
+
def v1_devices_device_id_vrrp_get(
|
|
35158
35186
|
self,
|
|
35159
35187
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35160
35188
|
device_id: StrictInt,
|
|
@@ -35170,8 +35198,8 @@ class DefaultApi:
|
|
|
35170
35198
|
_content_type: Optional[StrictStr] = None,
|
|
35171
35199
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35172
35200
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35173
|
-
) ->
|
|
35174
|
-
"""
|
|
35201
|
+
) -> V1DevicesDeviceIdVrrpGet200Response:
|
|
35202
|
+
"""v1_devices_device_id_vrrp_get
|
|
35175
35203
|
|
|
35176
35204
|
|
|
35177
35205
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
@@ -35200,7 +35228,7 @@ class DefaultApi:
|
|
|
35200
35228
|
:return: Returns the result object.
|
|
35201
35229
|
""" # noqa: E501
|
|
35202
35230
|
|
|
35203
|
-
_param = self.
|
|
35231
|
+
_param = self._v1_devices_device_id_vrrp_get_serialize(
|
|
35204
35232
|
authorization=authorization,
|
|
35205
35233
|
device_id=device_id,
|
|
35206
35234
|
_request_auth=_request_auth,
|
|
@@ -35210,7 +35238,7 @@ class DefaultApi:
|
|
|
35210
35238
|
)
|
|
35211
35239
|
|
|
35212
35240
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35213
|
-
'200': "
|
|
35241
|
+
'200': "V1DevicesDeviceIdVrrpGet200Response",
|
|
35214
35242
|
}
|
|
35215
35243
|
response_data = self.api_client.call_api(
|
|
35216
35244
|
*_param,
|
|
@@ -35224,7 +35252,7 @@ class DefaultApi:
|
|
|
35224
35252
|
|
|
35225
35253
|
|
|
35226
35254
|
@validate_call
|
|
35227
|
-
def
|
|
35255
|
+
def v1_devices_device_id_vrrp_get_with_http_info(
|
|
35228
35256
|
self,
|
|
35229
35257
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35230
35258
|
device_id: StrictInt,
|
|
@@ -35240,8 +35268,8 @@ class DefaultApi:
|
|
|
35240
35268
|
_content_type: Optional[StrictStr] = None,
|
|
35241
35269
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35242
35270
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35243
|
-
) -> ApiResponse[
|
|
35244
|
-
"""
|
|
35271
|
+
) -> ApiResponse[V1DevicesDeviceIdVrrpGet200Response]:
|
|
35272
|
+
"""v1_devices_device_id_vrrp_get
|
|
35245
35273
|
|
|
35246
35274
|
|
|
35247
35275
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
@@ -35270,7 +35298,7 @@ class DefaultApi:
|
|
|
35270
35298
|
:return: Returns the result object.
|
|
35271
35299
|
""" # noqa: E501
|
|
35272
35300
|
|
|
35273
|
-
_param = self.
|
|
35301
|
+
_param = self._v1_devices_device_id_vrrp_get_serialize(
|
|
35274
35302
|
authorization=authorization,
|
|
35275
35303
|
device_id=device_id,
|
|
35276
35304
|
_request_auth=_request_auth,
|
|
@@ -35280,7 +35308,7 @@ class DefaultApi:
|
|
|
35280
35308
|
)
|
|
35281
35309
|
|
|
35282
35310
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35283
|
-
'200': "
|
|
35311
|
+
'200': "V1DevicesDeviceIdVrrpGet200Response",
|
|
35284
35312
|
}
|
|
35285
35313
|
response_data = self.api_client.call_api(
|
|
35286
35314
|
*_param,
|
|
@@ -35294,7 +35322,7 @@ class DefaultApi:
|
|
|
35294
35322
|
|
|
35295
35323
|
|
|
35296
35324
|
@validate_call
|
|
35297
|
-
def
|
|
35325
|
+
def v1_devices_device_id_vrrp_get_without_preload_content(
|
|
35298
35326
|
self,
|
|
35299
35327
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35300
35328
|
device_id: StrictInt,
|
|
@@ -35311,7 +35339,7 @@ class DefaultApi:
|
|
|
35311
35339
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35312
35340
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35313
35341
|
) -> RESTResponseType:
|
|
35314
|
-
"""
|
|
35342
|
+
"""v1_devices_device_id_vrrp_get
|
|
35315
35343
|
|
|
35316
35344
|
|
|
35317
35345
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
@@ -35340,7 +35368,7 @@ class DefaultApi:
|
|
|
35340
35368
|
:return: Returns the result object.
|
|
35341
35369
|
""" # noqa: E501
|
|
35342
35370
|
|
|
35343
|
-
_param = self.
|
|
35371
|
+
_param = self._v1_devices_device_id_vrrp_get_serialize(
|
|
35344
35372
|
authorization=authorization,
|
|
35345
35373
|
device_id=device_id,
|
|
35346
35374
|
_request_auth=_request_auth,
|
|
@@ -35350,7 +35378,7 @@ class DefaultApi:
|
|
|
35350
35378
|
)
|
|
35351
35379
|
|
|
35352
35380
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35353
|
-
'200': "
|
|
35381
|
+
'200': "V1DevicesDeviceIdVrrpGet200Response",
|
|
35354
35382
|
}
|
|
35355
35383
|
response_data = self.api_client.call_api(
|
|
35356
35384
|
*_param,
|
|
@@ -35359,7 +35387,7 @@ class DefaultApi:
|
|
|
35359
35387
|
return response_data.response
|
|
35360
35388
|
|
|
35361
35389
|
|
|
35362
|
-
def
|
|
35390
|
+
def _v1_devices_device_id_vrrp_get_serialize(
|
|
35363
35391
|
self,
|
|
35364
35392
|
authorization,
|
|
35365
35393
|
device_id,
|
|
@@ -35410,7 +35438,7 @@ class DefaultApi:
|
|
|
35410
35438
|
|
|
35411
35439
|
return self.api_client.param_serialize(
|
|
35412
35440
|
method='GET',
|
|
35413
|
-
resource_path='/v1/devices/{deviceId}/
|
|
35441
|
+
resource_path='/v1/devices/{deviceId}/vrrp',
|
|
35414
35442
|
path_params=_path_params,
|
|
35415
35443
|
query_params=_query_params,
|
|
35416
35444
|
header_params=_header_params,
|
|
@@ -35427,10 +35455,9 @@ class DefaultApi:
|
|
|
35427
35455
|
|
|
35428
35456
|
|
|
35429
35457
|
@validate_call
|
|
35430
|
-
def
|
|
35458
|
+
def v1_devices_get(
|
|
35431
35459
|
self,
|
|
35432
35460
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35433
|
-
device_id: StrictInt,
|
|
35434
35461
|
_request_timeout: Union[
|
|
35435
35462
|
None,
|
|
35436
35463
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -35443,14 +35470,12 @@ class DefaultApi:
|
|
|
35443
35470
|
_content_type: Optional[StrictStr] = None,
|
|
35444
35471
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35445
35472
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35446
|
-
) ->
|
|
35447
|
-
"""
|
|
35473
|
+
) -> V1DevicesDeviceIdEdgesGet200Response:
|
|
35474
|
+
"""v1_devices_get
|
|
35448
35475
|
|
|
35449
35476
|
|
|
35450
35477
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
35451
35478
|
:type authorization: str
|
|
35452
|
-
:param device_id: (required)
|
|
35453
|
-
:type device_id: int
|
|
35454
35479
|
:param _request_timeout: timeout setting for this request. If one
|
|
35455
35480
|
number provided, it will be total request
|
|
35456
35481
|
timeout. It can also be a pair (tuple) of
|
|
@@ -35473,9 +35498,8 @@ class DefaultApi:
|
|
|
35473
35498
|
:return: Returns the result object.
|
|
35474
35499
|
""" # noqa: E501
|
|
35475
35500
|
|
|
35476
|
-
_param = self.
|
|
35501
|
+
_param = self._v1_devices_get_serialize(
|
|
35477
35502
|
authorization=authorization,
|
|
35478
|
-
device_id=device_id,
|
|
35479
35503
|
_request_auth=_request_auth,
|
|
35480
35504
|
_content_type=_content_type,
|
|
35481
35505
|
_headers=_headers,
|
|
@@ -35483,7 +35507,7 @@ class DefaultApi:
|
|
|
35483
35507
|
)
|
|
35484
35508
|
|
|
35485
35509
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35486
|
-
'200': "
|
|
35510
|
+
'200': "V1DevicesDeviceIdEdgesGet200Response",
|
|
35487
35511
|
}
|
|
35488
35512
|
response_data = self.api_client.call_api(
|
|
35489
35513
|
*_param,
|
|
@@ -35497,10 +35521,9 @@ class DefaultApi:
|
|
|
35497
35521
|
|
|
35498
35522
|
|
|
35499
35523
|
@validate_call
|
|
35500
|
-
def
|
|
35524
|
+
def v1_devices_get_with_http_info(
|
|
35501
35525
|
self,
|
|
35502
35526
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35503
|
-
device_id: StrictInt,
|
|
35504
35527
|
_request_timeout: Union[
|
|
35505
35528
|
None,
|
|
35506
35529
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -35513,14 +35536,12 @@ class DefaultApi:
|
|
|
35513
35536
|
_content_type: Optional[StrictStr] = None,
|
|
35514
35537
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35515
35538
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35516
|
-
) -> ApiResponse[
|
|
35517
|
-
"""
|
|
35539
|
+
) -> ApiResponse[V1DevicesDeviceIdEdgesGet200Response]:
|
|
35540
|
+
"""v1_devices_get
|
|
35518
35541
|
|
|
35519
35542
|
|
|
35520
35543
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
35521
35544
|
:type authorization: str
|
|
35522
|
-
:param device_id: (required)
|
|
35523
|
-
:type device_id: int
|
|
35524
35545
|
:param _request_timeout: timeout setting for this request. If one
|
|
35525
35546
|
number provided, it will be total request
|
|
35526
35547
|
timeout. It can also be a pair (tuple) of
|
|
@@ -35543,9 +35564,8 @@ class DefaultApi:
|
|
|
35543
35564
|
:return: Returns the result object.
|
|
35544
35565
|
""" # noqa: E501
|
|
35545
35566
|
|
|
35546
|
-
_param = self.
|
|
35567
|
+
_param = self._v1_devices_get_serialize(
|
|
35547
35568
|
authorization=authorization,
|
|
35548
|
-
device_id=device_id,
|
|
35549
35569
|
_request_auth=_request_auth,
|
|
35550
35570
|
_content_type=_content_type,
|
|
35551
35571
|
_headers=_headers,
|
|
@@ -35553,7 +35573,7 @@ class DefaultApi:
|
|
|
35553
35573
|
)
|
|
35554
35574
|
|
|
35555
35575
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35556
|
-
'200': "
|
|
35576
|
+
'200': "V1DevicesDeviceIdEdgesGet200Response",
|
|
35557
35577
|
}
|
|
35558
35578
|
response_data = self.api_client.call_api(
|
|
35559
35579
|
*_param,
|
|
@@ -35567,10 +35587,9 @@ class DefaultApi:
|
|
|
35567
35587
|
|
|
35568
35588
|
|
|
35569
35589
|
@validate_call
|
|
35570
|
-
def
|
|
35590
|
+
def v1_devices_get_without_preload_content(
|
|
35571
35591
|
self,
|
|
35572
35592
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35573
|
-
device_id: StrictInt,
|
|
35574
35593
|
_request_timeout: Union[
|
|
35575
35594
|
None,
|
|
35576
35595
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -35584,13 +35603,11 @@ class DefaultApi:
|
|
|
35584
35603
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35585
35604
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35586
35605
|
) -> RESTResponseType:
|
|
35587
|
-
"""
|
|
35606
|
+
"""v1_devices_get
|
|
35588
35607
|
|
|
35589
35608
|
|
|
35590
35609
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
35591
35610
|
:type authorization: str
|
|
35592
|
-
:param device_id: (required)
|
|
35593
|
-
:type device_id: int
|
|
35594
35611
|
:param _request_timeout: timeout setting for this request. If one
|
|
35595
35612
|
number provided, it will be total request
|
|
35596
35613
|
timeout. It can also be a pair (tuple) of
|
|
@@ -35613,9 +35630,8 @@ class DefaultApi:
|
|
|
35613
35630
|
:return: Returns the result object.
|
|
35614
35631
|
""" # noqa: E501
|
|
35615
35632
|
|
|
35616
|
-
_param = self.
|
|
35633
|
+
_param = self._v1_devices_get_serialize(
|
|
35617
35634
|
authorization=authorization,
|
|
35618
|
-
device_id=device_id,
|
|
35619
35635
|
_request_auth=_request_auth,
|
|
35620
35636
|
_content_type=_content_type,
|
|
35621
35637
|
_headers=_headers,
|
|
@@ -35623,7 +35639,7 @@ class DefaultApi:
|
|
|
35623
35639
|
)
|
|
35624
35640
|
|
|
35625
35641
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35626
|
-
'200': "
|
|
35642
|
+
'200': "V1DevicesDeviceIdEdgesGet200Response",
|
|
35627
35643
|
}
|
|
35628
35644
|
response_data = self.api_client.call_api(
|
|
35629
35645
|
*_param,
|
|
@@ -35632,10 +35648,9 @@ class DefaultApi:
|
|
|
35632
35648
|
return response_data.response
|
|
35633
35649
|
|
|
35634
35650
|
|
|
35635
|
-
def
|
|
35651
|
+
def _v1_devices_get_serialize(
|
|
35636
35652
|
self,
|
|
35637
35653
|
authorization,
|
|
35638
|
-
device_id,
|
|
35639
35654
|
_request_auth,
|
|
35640
35655
|
_content_type,
|
|
35641
35656
|
_headers,
|
|
@@ -35657,8 +35672,6 @@ class DefaultApi:
|
|
|
35657
35672
|
_body_params: Optional[bytes] = None
|
|
35658
35673
|
|
|
35659
35674
|
# process the path parameters
|
|
35660
|
-
if device_id is not None:
|
|
35661
|
-
_path_params['deviceId'] = device_id
|
|
35662
35675
|
# process the query parameters
|
|
35663
35676
|
# process the header parameters
|
|
35664
35677
|
if authorization is not None:
|
|
@@ -35683,7 +35696,7 @@ class DefaultApi:
|
|
|
35683
35696
|
|
|
35684
35697
|
return self.api_client.param_serialize(
|
|
35685
35698
|
method='GET',
|
|
35686
|
-
resource_path='/v1/devices
|
|
35699
|
+
resource_path='/v1/devices',
|
|
35687
35700
|
path_params=_path_params,
|
|
35688
35701
|
query_params=_query_params,
|
|
35689
35702
|
header_params=_header_params,
|
|
@@ -35700,9 +35713,10 @@ class DefaultApi:
|
|
|
35700
35713
|
|
|
35701
35714
|
|
|
35702
35715
|
@validate_call
|
|
35703
|
-
def
|
|
35716
|
+
def v1_devices_inventory_approve_return_post(
|
|
35704
35717
|
self,
|
|
35705
35718
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35719
|
+
v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest,
|
|
35706
35720
|
_request_timeout: Union[
|
|
35707
35721
|
None,
|
|
35708
35722
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -35715,12 +35729,14 @@ class DefaultApi:
|
|
|
35715
35729
|
_content_type: Optional[StrictStr] = None,
|
|
35716
35730
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35717
35731
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35718
|
-
) ->
|
|
35719
|
-
"""
|
|
35732
|
+
) -> object:
|
|
35733
|
+
"""v1_devices_inventory_approve_return_post
|
|
35720
35734
|
|
|
35721
35735
|
|
|
35722
35736
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
35723
35737
|
:type authorization: str
|
|
35738
|
+
:param v1_devices_inventory_approve_return_post_request: (required)
|
|
35739
|
+
:type v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest
|
|
35724
35740
|
:param _request_timeout: timeout setting for this request. If one
|
|
35725
35741
|
number provided, it will be total request
|
|
35726
35742
|
timeout. It can also be a pair (tuple) of
|
|
@@ -35743,8 +35759,9 @@ class DefaultApi:
|
|
|
35743
35759
|
:return: Returns the result object.
|
|
35744
35760
|
""" # noqa: E501
|
|
35745
35761
|
|
|
35746
|
-
_param = self.
|
|
35762
|
+
_param = self._v1_devices_inventory_approve_return_post_serialize(
|
|
35747
35763
|
authorization=authorization,
|
|
35764
|
+
v1_devices_inventory_approve_return_post_request=v1_devices_inventory_approve_return_post_request,
|
|
35748
35765
|
_request_auth=_request_auth,
|
|
35749
35766
|
_content_type=_content_type,
|
|
35750
35767
|
_headers=_headers,
|
|
@@ -35752,7 +35769,7 @@ class DefaultApi:
|
|
|
35752
35769
|
)
|
|
35753
35770
|
|
|
35754
35771
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35755
|
-
'200': "
|
|
35772
|
+
'200': "object",
|
|
35756
35773
|
}
|
|
35757
35774
|
response_data = self.api_client.call_api(
|
|
35758
35775
|
*_param,
|
|
@@ -35766,9 +35783,10 @@ class DefaultApi:
|
|
|
35766
35783
|
|
|
35767
35784
|
|
|
35768
35785
|
@validate_call
|
|
35769
|
-
def
|
|
35786
|
+
def v1_devices_inventory_approve_return_post_with_http_info(
|
|
35770
35787
|
self,
|
|
35771
35788
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35789
|
+
v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest,
|
|
35772
35790
|
_request_timeout: Union[
|
|
35773
35791
|
None,
|
|
35774
35792
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -35781,12 +35799,14 @@ class DefaultApi:
|
|
|
35781
35799
|
_content_type: Optional[StrictStr] = None,
|
|
35782
35800
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35783
35801
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35784
|
-
) -> ApiResponse[
|
|
35785
|
-
"""
|
|
35802
|
+
) -> ApiResponse[object]:
|
|
35803
|
+
"""v1_devices_inventory_approve_return_post
|
|
35786
35804
|
|
|
35787
35805
|
|
|
35788
35806
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
35789
35807
|
:type authorization: str
|
|
35808
|
+
:param v1_devices_inventory_approve_return_post_request: (required)
|
|
35809
|
+
:type v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest
|
|
35790
35810
|
:param _request_timeout: timeout setting for this request. If one
|
|
35791
35811
|
number provided, it will be total request
|
|
35792
35812
|
timeout. It can also be a pair (tuple) of
|
|
@@ -35809,8 +35829,9 @@ class DefaultApi:
|
|
|
35809
35829
|
:return: Returns the result object.
|
|
35810
35830
|
""" # noqa: E501
|
|
35811
35831
|
|
|
35812
|
-
_param = self.
|
|
35832
|
+
_param = self._v1_devices_inventory_approve_return_post_serialize(
|
|
35813
35833
|
authorization=authorization,
|
|
35834
|
+
v1_devices_inventory_approve_return_post_request=v1_devices_inventory_approve_return_post_request,
|
|
35814
35835
|
_request_auth=_request_auth,
|
|
35815
35836
|
_content_type=_content_type,
|
|
35816
35837
|
_headers=_headers,
|
|
@@ -35818,7 +35839,7 @@ class DefaultApi:
|
|
|
35818
35839
|
)
|
|
35819
35840
|
|
|
35820
35841
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35821
|
-
'200': "
|
|
35842
|
+
'200': "object",
|
|
35822
35843
|
}
|
|
35823
35844
|
response_data = self.api_client.call_api(
|
|
35824
35845
|
*_param,
|
|
@@ -35832,9 +35853,10 @@ class DefaultApi:
|
|
|
35832
35853
|
|
|
35833
35854
|
|
|
35834
35855
|
@validate_call
|
|
35835
|
-
def
|
|
35856
|
+
def v1_devices_inventory_approve_return_post_without_preload_content(
|
|
35836
35857
|
self,
|
|
35837
35858
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35859
|
+
v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest,
|
|
35838
35860
|
_request_timeout: Union[
|
|
35839
35861
|
None,
|
|
35840
35862
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -35848,11 +35870,13 @@ class DefaultApi:
|
|
|
35848
35870
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35849
35871
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35850
35872
|
) -> RESTResponseType:
|
|
35851
|
-
"""
|
|
35873
|
+
"""v1_devices_inventory_approve_return_post
|
|
35852
35874
|
|
|
35853
35875
|
|
|
35854
35876
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
35855
35877
|
:type authorization: str
|
|
35878
|
+
:param v1_devices_inventory_approve_return_post_request: (required)
|
|
35879
|
+
:type v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest
|
|
35856
35880
|
:param _request_timeout: timeout setting for this request. If one
|
|
35857
35881
|
number provided, it will be total request
|
|
35858
35882
|
timeout. It can also be a pair (tuple) of
|
|
@@ -35875,8 +35899,9 @@ class DefaultApi:
|
|
|
35875
35899
|
:return: Returns the result object.
|
|
35876
35900
|
""" # noqa: E501
|
|
35877
35901
|
|
|
35878
|
-
_param = self.
|
|
35902
|
+
_param = self._v1_devices_inventory_approve_return_post_serialize(
|
|
35879
35903
|
authorization=authorization,
|
|
35904
|
+
v1_devices_inventory_approve_return_post_request=v1_devices_inventory_approve_return_post_request,
|
|
35880
35905
|
_request_auth=_request_auth,
|
|
35881
35906
|
_content_type=_content_type,
|
|
35882
35907
|
_headers=_headers,
|
|
@@ -35884,7 +35909,7 @@ class DefaultApi:
|
|
|
35884
35909
|
)
|
|
35885
35910
|
|
|
35886
35911
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
35887
|
-
'200': "
|
|
35912
|
+
'200': "object",
|
|
35888
35913
|
}
|
|
35889
35914
|
response_data = self.api_client.call_api(
|
|
35890
35915
|
*_param,
|
|
@@ -35893,9 +35918,10 @@ class DefaultApi:
|
|
|
35893
35918
|
return response_data.response
|
|
35894
35919
|
|
|
35895
35920
|
|
|
35896
|
-
def
|
|
35921
|
+
def _v1_devices_inventory_approve_return_post_serialize(
|
|
35897
35922
|
self,
|
|
35898
35923
|
authorization,
|
|
35924
|
+
v1_devices_inventory_approve_return_post_request,
|
|
35899
35925
|
_request_auth,
|
|
35900
35926
|
_content_type,
|
|
35901
35927
|
_headers,
|
|
@@ -35923,6 +35949,8 @@ class DefaultApi:
|
|
|
35923
35949
|
_header_params['Authorization'] = authorization
|
|
35924
35950
|
# process the form parameters
|
|
35925
35951
|
# process the body parameter
|
|
35952
|
+
if v1_devices_inventory_approve_return_post_request is not None:
|
|
35953
|
+
_body_params = v1_devices_inventory_approve_return_post_request
|
|
35926
35954
|
|
|
35927
35955
|
|
|
35928
35956
|
# set the HTTP header `Accept`
|
|
@@ -35933,6 +35961,19 @@ class DefaultApi:
|
|
|
35933
35961
|
]
|
|
35934
35962
|
)
|
|
35935
35963
|
|
|
35964
|
+
# set the HTTP header `Content-Type`
|
|
35965
|
+
if _content_type:
|
|
35966
|
+
_header_params['Content-Type'] = _content_type
|
|
35967
|
+
else:
|
|
35968
|
+
_default_content_type = (
|
|
35969
|
+
self.api_client.select_header_content_type(
|
|
35970
|
+
[
|
|
35971
|
+
'application/json'
|
|
35972
|
+
]
|
|
35973
|
+
)
|
|
35974
|
+
)
|
|
35975
|
+
if _default_content_type is not None:
|
|
35976
|
+
_header_params['Content-Type'] = _default_content_type
|
|
35936
35977
|
|
|
35937
35978
|
# authentication setting
|
|
35938
35979
|
_auth_settings: List[str] = [
|
|
@@ -35940,8 +35981,8 @@ class DefaultApi:
|
|
|
35940
35981
|
]
|
|
35941
35982
|
|
|
35942
35983
|
return self.api_client.param_serialize(
|
|
35943
|
-
method='
|
|
35944
|
-
resource_path='/v1/devices',
|
|
35984
|
+
method='POST',
|
|
35985
|
+
resource_path='/v1/devices/inventory/approve-return',
|
|
35945
35986
|
path_params=_path_params,
|
|
35946
35987
|
query_params=_query_params,
|
|
35947
35988
|
header_params=_header_params,
|
|
@@ -35958,10 +35999,10 @@ class DefaultApi:
|
|
|
35958
35999
|
|
|
35959
36000
|
|
|
35960
36001
|
@validate_call
|
|
35961
|
-
def
|
|
36002
|
+
def v1_devices_inventory_clear_new_flag_post(
|
|
35962
36003
|
self,
|
|
35963
36004
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
35964
|
-
|
|
36005
|
+
body: Dict[str, Any],
|
|
35965
36006
|
_request_timeout: Union[
|
|
35966
36007
|
None,
|
|
35967
36008
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -35975,13 +36016,13 @@ class DefaultApi:
|
|
|
35975
36016
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
35976
36017
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
35977
36018
|
) -> object:
|
|
35978
|
-
"""
|
|
36019
|
+
"""v1_devices_inventory_clear_new_flag_post
|
|
35979
36020
|
|
|
35980
36021
|
|
|
35981
36022
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
35982
36023
|
:type authorization: str
|
|
35983
|
-
:param
|
|
35984
|
-
:type
|
|
36024
|
+
:param body: (required)
|
|
36025
|
+
:type body: object
|
|
35985
36026
|
:param _request_timeout: timeout setting for this request. If one
|
|
35986
36027
|
number provided, it will be total request
|
|
35987
36028
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36004,9 +36045,9 @@ class DefaultApi:
|
|
|
36004
36045
|
:return: Returns the result object.
|
|
36005
36046
|
""" # noqa: E501
|
|
36006
36047
|
|
|
36007
|
-
_param = self.
|
|
36048
|
+
_param = self._v1_devices_inventory_clear_new_flag_post_serialize(
|
|
36008
36049
|
authorization=authorization,
|
|
36009
|
-
|
|
36050
|
+
body=body,
|
|
36010
36051
|
_request_auth=_request_auth,
|
|
36011
36052
|
_content_type=_content_type,
|
|
36012
36053
|
_headers=_headers,
|
|
@@ -36028,10 +36069,10 @@ class DefaultApi:
|
|
|
36028
36069
|
|
|
36029
36070
|
|
|
36030
36071
|
@validate_call
|
|
36031
|
-
def
|
|
36072
|
+
def v1_devices_inventory_clear_new_flag_post_with_http_info(
|
|
36032
36073
|
self,
|
|
36033
36074
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36034
|
-
|
|
36075
|
+
body: Dict[str, Any],
|
|
36035
36076
|
_request_timeout: Union[
|
|
36036
36077
|
None,
|
|
36037
36078
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -36045,13 +36086,13 @@ class DefaultApi:
|
|
|
36045
36086
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36046
36087
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36047
36088
|
) -> ApiResponse[object]:
|
|
36048
|
-
"""
|
|
36089
|
+
"""v1_devices_inventory_clear_new_flag_post
|
|
36049
36090
|
|
|
36050
36091
|
|
|
36051
36092
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36052
36093
|
:type authorization: str
|
|
36053
|
-
:param
|
|
36054
|
-
:type
|
|
36094
|
+
:param body: (required)
|
|
36095
|
+
:type body: object
|
|
36055
36096
|
:param _request_timeout: timeout setting for this request. If one
|
|
36056
36097
|
number provided, it will be total request
|
|
36057
36098
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36074,9 +36115,9 @@ class DefaultApi:
|
|
|
36074
36115
|
:return: Returns the result object.
|
|
36075
36116
|
""" # noqa: E501
|
|
36076
36117
|
|
|
36077
|
-
_param = self.
|
|
36118
|
+
_param = self._v1_devices_inventory_clear_new_flag_post_serialize(
|
|
36078
36119
|
authorization=authorization,
|
|
36079
|
-
|
|
36120
|
+
body=body,
|
|
36080
36121
|
_request_auth=_request_auth,
|
|
36081
36122
|
_content_type=_content_type,
|
|
36082
36123
|
_headers=_headers,
|
|
@@ -36098,10 +36139,10 @@ class DefaultApi:
|
|
|
36098
36139
|
|
|
36099
36140
|
|
|
36100
36141
|
@validate_call
|
|
36101
|
-
def
|
|
36142
|
+
def v1_devices_inventory_clear_new_flag_post_without_preload_content(
|
|
36102
36143
|
self,
|
|
36103
36144
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36104
|
-
|
|
36145
|
+
body: Dict[str, Any],
|
|
36105
36146
|
_request_timeout: Union[
|
|
36106
36147
|
None,
|
|
36107
36148
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -36115,13 +36156,13 @@ class DefaultApi:
|
|
|
36115
36156
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36116
36157
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36117
36158
|
) -> RESTResponseType:
|
|
36118
|
-
"""
|
|
36159
|
+
"""v1_devices_inventory_clear_new_flag_post
|
|
36119
36160
|
|
|
36120
36161
|
|
|
36121
36162
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36122
36163
|
:type authorization: str
|
|
36123
|
-
:param
|
|
36124
|
-
:type
|
|
36164
|
+
:param body: (required)
|
|
36165
|
+
:type body: object
|
|
36125
36166
|
:param _request_timeout: timeout setting for this request. If one
|
|
36126
36167
|
number provided, it will be total request
|
|
36127
36168
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36144,9 +36185,9 @@ class DefaultApi:
|
|
|
36144
36185
|
:return: Returns the result object.
|
|
36145
36186
|
""" # noqa: E501
|
|
36146
36187
|
|
|
36147
|
-
_param = self.
|
|
36188
|
+
_param = self._v1_devices_inventory_clear_new_flag_post_serialize(
|
|
36148
36189
|
authorization=authorization,
|
|
36149
|
-
|
|
36190
|
+
body=body,
|
|
36150
36191
|
_request_auth=_request_auth,
|
|
36151
36192
|
_content_type=_content_type,
|
|
36152
36193
|
_headers=_headers,
|
|
@@ -36163,10 +36204,10 @@ class DefaultApi:
|
|
|
36163
36204
|
return response_data.response
|
|
36164
36205
|
|
|
36165
36206
|
|
|
36166
|
-
def
|
|
36207
|
+
def _v1_devices_inventory_clear_new_flag_post_serialize(
|
|
36167
36208
|
self,
|
|
36168
36209
|
authorization,
|
|
36169
|
-
|
|
36210
|
+
body,
|
|
36170
36211
|
_request_auth,
|
|
36171
36212
|
_content_type,
|
|
36172
36213
|
_headers,
|
|
@@ -36194,8 +36235,8 @@ class DefaultApi:
|
|
|
36194
36235
|
_header_params['Authorization'] = authorization
|
|
36195
36236
|
# process the form parameters
|
|
36196
36237
|
# process the body parameter
|
|
36197
|
-
if
|
|
36198
|
-
_body_params =
|
|
36238
|
+
if body is not None:
|
|
36239
|
+
_body_params = body
|
|
36199
36240
|
|
|
36200
36241
|
|
|
36201
36242
|
# set the HTTP header `Accept`
|
|
@@ -36227,7 +36268,7 @@ class DefaultApi:
|
|
|
36227
36268
|
|
|
36228
36269
|
return self.api_client.param_serialize(
|
|
36229
36270
|
method='POST',
|
|
36230
|
-
resource_path='/v1/devices/inventory/
|
|
36271
|
+
resource_path='/v1/devices/inventory/clear-new-flag',
|
|
36231
36272
|
path_params=_path_params,
|
|
36232
36273
|
query_params=_query_params,
|
|
36233
36274
|
header_params=_header_params,
|
|
@@ -36244,10 +36285,10 @@ class DefaultApi:
|
|
|
36244
36285
|
|
|
36245
36286
|
|
|
36246
36287
|
@validate_call
|
|
36247
|
-
def
|
|
36288
|
+
def v1_devices_inventory_clear_return_post(
|
|
36248
36289
|
self,
|
|
36249
36290
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36250
|
-
|
|
36291
|
+
v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest,
|
|
36251
36292
|
_request_timeout: Union[
|
|
36252
36293
|
None,
|
|
36253
36294
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -36261,13 +36302,13 @@ class DefaultApi:
|
|
|
36261
36302
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36262
36303
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36263
36304
|
) -> object:
|
|
36264
|
-
"""
|
|
36305
|
+
"""v1_devices_inventory_clear_return_post
|
|
36265
36306
|
|
|
36266
36307
|
|
|
36267
36308
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36268
36309
|
:type authorization: str
|
|
36269
|
-
:param
|
|
36270
|
-
:type
|
|
36310
|
+
:param v1_devices_inventory_approve_return_post_request: (required)
|
|
36311
|
+
:type v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest
|
|
36271
36312
|
:param _request_timeout: timeout setting for this request. If one
|
|
36272
36313
|
number provided, it will be total request
|
|
36273
36314
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36290,9 +36331,9 @@ class DefaultApi:
|
|
|
36290
36331
|
:return: Returns the result object.
|
|
36291
36332
|
""" # noqa: E501
|
|
36292
36333
|
|
|
36293
|
-
_param = self.
|
|
36334
|
+
_param = self._v1_devices_inventory_clear_return_post_serialize(
|
|
36294
36335
|
authorization=authorization,
|
|
36295
|
-
|
|
36336
|
+
v1_devices_inventory_approve_return_post_request=v1_devices_inventory_approve_return_post_request,
|
|
36296
36337
|
_request_auth=_request_auth,
|
|
36297
36338
|
_content_type=_content_type,
|
|
36298
36339
|
_headers=_headers,
|
|
@@ -36314,10 +36355,10 @@ class DefaultApi:
|
|
|
36314
36355
|
|
|
36315
36356
|
|
|
36316
36357
|
@validate_call
|
|
36317
|
-
def
|
|
36358
|
+
def v1_devices_inventory_clear_return_post_with_http_info(
|
|
36318
36359
|
self,
|
|
36319
36360
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36320
|
-
|
|
36361
|
+
v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest,
|
|
36321
36362
|
_request_timeout: Union[
|
|
36322
36363
|
None,
|
|
36323
36364
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -36331,13 +36372,13 @@ class DefaultApi:
|
|
|
36331
36372
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36332
36373
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36333
36374
|
) -> ApiResponse[object]:
|
|
36334
|
-
"""
|
|
36375
|
+
"""v1_devices_inventory_clear_return_post
|
|
36335
36376
|
|
|
36336
36377
|
|
|
36337
36378
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36338
36379
|
:type authorization: str
|
|
36339
|
-
:param
|
|
36340
|
-
:type
|
|
36380
|
+
:param v1_devices_inventory_approve_return_post_request: (required)
|
|
36381
|
+
:type v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest
|
|
36341
36382
|
:param _request_timeout: timeout setting for this request. If one
|
|
36342
36383
|
number provided, it will be total request
|
|
36343
36384
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36360,9 +36401,9 @@ class DefaultApi:
|
|
|
36360
36401
|
:return: Returns the result object.
|
|
36361
36402
|
""" # noqa: E501
|
|
36362
36403
|
|
|
36363
|
-
_param = self.
|
|
36404
|
+
_param = self._v1_devices_inventory_clear_return_post_serialize(
|
|
36364
36405
|
authorization=authorization,
|
|
36365
|
-
|
|
36406
|
+
v1_devices_inventory_approve_return_post_request=v1_devices_inventory_approve_return_post_request,
|
|
36366
36407
|
_request_auth=_request_auth,
|
|
36367
36408
|
_content_type=_content_type,
|
|
36368
36409
|
_headers=_headers,
|
|
@@ -36384,10 +36425,10 @@ class DefaultApi:
|
|
|
36384
36425
|
|
|
36385
36426
|
|
|
36386
36427
|
@validate_call
|
|
36387
|
-
def
|
|
36428
|
+
def v1_devices_inventory_clear_return_post_without_preload_content(
|
|
36388
36429
|
self,
|
|
36389
36430
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36390
|
-
|
|
36431
|
+
v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest,
|
|
36391
36432
|
_request_timeout: Union[
|
|
36392
36433
|
None,
|
|
36393
36434
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -36401,13 +36442,13 @@ class DefaultApi:
|
|
|
36401
36442
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36402
36443
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36403
36444
|
) -> RESTResponseType:
|
|
36404
|
-
"""
|
|
36445
|
+
"""v1_devices_inventory_clear_return_post
|
|
36405
36446
|
|
|
36406
36447
|
|
|
36407
36448
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36408
36449
|
:type authorization: str
|
|
36409
|
-
:param
|
|
36410
|
-
:type
|
|
36450
|
+
:param v1_devices_inventory_approve_return_post_request: (required)
|
|
36451
|
+
:type v1_devices_inventory_approve_return_post_request: V1DevicesInventoryApproveReturnPostRequest
|
|
36411
36452
|
:param _request_timeout: timeout setting for this request. If one
|
|
36412
36453
|
number provided, it will be total request
|
|
36413
36454
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36430,9 +36471,9 @@ class DefaultApi:
|
|
|
36430
36471
|
:return: Returns the result object.
|
|
36431
36472
|
""" # noqa: E501
|
|
36432
36473
|
|
|
36433
|
-
_param = self.
|
|
36474
|
+
_param = self._v1_devices_inventory_clear_return_post_serialize(
|
|
36434
36475
|
authorization=authorization,
|
|
36435
|
-
|
|
36476
|
+
v1_devices_inventory_approve_return_post_request=v1_devices_inventory_approve_return_post_request,
|
|
36436
36477
|
_request_auth=_request_auth,
|
|
36437
36478
|
_content_type=_content_type,
|
|
36438
36479
|
_headers=_headers,
|
|
@@ -36449,10 +36490,10 @@ class DefaultApi:
|
|
|
36449
36490
|
return response_data.response
|
|
36450
36491
|
|
|
36451
36492
|
|
|
36452
|
-
def
|
|
36493
|
+
def _v1_devices_inventory_clear_return_post_serialize(
|
|
36453
36494
|
self,
|
|
36454
36495
|
authorization,
|
|
36455
|
-
|
|
36496
|
+
v1_devices_inventory_approve_return_post_request,
|
|
36456
36497
|
_request_auth,
|
|
36457
36498
|
_content_type,
|
|
36458
36499
|
_headers,
|
|
@@ -36480,8 +36521,8 @@ class DefaultApi:
|
|
|
36480
36521
|
_header_params['Authorization'] = authorization
|
|
36481
36522
|
# process the form parameters
|
|
36482
36523
|
# process the body parameter
|
|
36483
|
-
if
|
|
36484
|
-
_body_params =
|
|
36524
|
+
if v1_devices_inventory_approve_return_post_request is not None:
|
|
36525
|
+
_body_params = v1_devices_inventory_approve_return_post_request
|
|
36485
36526
|
|
|
36486
36527
|
|
|
36487
36528
|
# set the HTTP header `Accept`
|
|
@@ -36513,7 +36554,7 @@ class DefaultApi:
|
|
|
36513
36554
|
|
|
36514
36555
|
return self.api_client.param_serialize(
|
|
36515
36556
|
method='POST',
|
|
36516
|
-
resource_path='/v1/devices/inventory/clear-
|
|
36557
|
+
resource_path='/v1/devices/inventory/clear-return',
|
|
36517
36558
|
path_params=_path_params,
|
|
36518
36559
|
query_params=_query_params,
|
|
36519
36560
|
header_params=_header_params,
|
|
@@ -36530,10 +36571,10 @@ class DefaultApi:
|
|
|
36530
36571
|
|
|
36531
36572
|
|
|
36532
36573
|
@validate_call
|
|
36533
|
-
def
|
|
36574
|
+
def v1_devices_inventory_enterprise_put(
|
|
36534
36575
|
self,
|
|
36535
36576
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36536
|
-
|
|
36577
|
+
v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest,
|
|
36537
36578
|
_request_timeout: Union[
|
|
36538
36579
|
None,
|
|
36539
36580
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -36547,13 +36588,13 @@ class DefaultApi:
|
|
|
36547
36588
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36548
36589
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36549
36590
|
) -> object:
|
|
36550
|
-
"""
|
|
36591
|
+
"""v1_devices_inventory_enterprise_put
|
|
36551
36592
|
|
|
36552
36593
|
|
|
36553
36594
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36554
36595
|
:type authorization: str
|
|
36555
|
-
:param
|
|
36556
|
-
:type
|
|
36596
|
+
:param v1_devices_inventory_enterprise_put_request: (required)
|
|
36597
|
+
:type v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest
|
|
36557
36598
|
:param _request_timeout: timeout setting for this request. If one
|
|
36558
36599
|
number provided, it will be total request
|
|
36559
36600
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36576,9 +36617,9 @@ class DefaultApi:
|
|
|
36576
36617
|
:return: Returns the result object.
|
|
36577
36618
|
""" # noqa: E501
|
|
36578
36619
|
|
|
36579
|
-
_param = self.
|
|
36620
|
+
_param = self._v1_devices_inventory_enterprise_put_serialize(
|
|
36580
36621
|
authorization=authorization,
|
|
36581
|
-
|
|
36622
|
+
v1_devices_inventory_enterprise_put_request=v1_devices_inventory_enterprise_put_request,
|
|
36582
36623
|
_request_auth=_request_auth,
|
|
36583
36624
|
_content_type=_content_type,
|
|
36584
36625
|
_headers=_headers,
|
|
@@ -36586,7 +36627,7 @@ class DefaultApi:
|
|
|
36586
36627
|
)
|
|
36587
36628
|
|
|
36588
36629
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
36589
|
-
'
|
|
36630
|
+
'204': "object",
|
|
36590
36631
|
}
|
|
36591
36632
|
response_data = self.api_client.call_api(
|
|
36592
36633
|
*_param,
|
|
@@ -36600,10 +36641,10 @@ class DefaultApi:
|
|
|
36600
36641
|
|
|
36601
36642
|
|
|
36602
36643
|
@validate_call
|
|
36603
|
-
def
|
|
36644
|
+
def v1_devices_inventory_enterprise_put_with_http_info(
|
|
36604
36645
|
self,
|
|
36605
36646
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36606
|
-
|
|
36647
|
+
v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest,
|
|
36607
36648
|
_request_timeout: Union[
|
|
36608
36649
|
None,
|
|
36609
36650
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -36617,13 +36658,13 @@ class DefaultApi:
|
|
|
36617
36658
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36618
36659
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36619
36660
|
) -> ApiResponse[object]:
|
|
36620
|
-
"""
|
|
36661
|
+
"""v1_devices_inventory_enterprise_put
|
|
36621
36662
|
|
|
36622
36663
|
|
|
36623
36664
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36624
36665
|
:type authorization: str
|
|
36625
|
-
:param
|
|
36626
|
-
:type
|
|
36666
|
+
:param v1_devices_inventory_enterprise_put_request: (required)
|
|
36667
|
+
:type v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest
|
|
36627
36668
|
:param _request_timeout: timeout setting for this request. If one
|
|
36628
36669
|
number provided, it will be total request
|
|
36629
36670
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36646,9 +36687,9 @@ class DefaultApi:
|
|
|
36646
36687
|
:return: Returns the result object.
|
|
36647
36688
|
""" # noqa: E501
|
|
36648
36689
|
|
|
36649
|
-
_param = self.
|
|
36690
|
+
_param = self._v1_devices_inventory_enterprise_put_serialize(
|
|
36650
36691
|
authorization=authorization,
|
|
36651
|
-
|
|
36692
|
+
v1_devices_inventory_enterprise_put_request=v1_devices_inventory_enterprise_put_request,
|
|
36652
36693
|
_request_auth=_request_auth,
|
|
36653
36694
|
_content_type=_content_type,
|
|
36654
36695
|
_headers=_headers,
|
|
@@ -36656,7 +36697,7 @@ class DefaultApi:
|
|
|
36656
36697
|
)
|
|
36657
36698
|
|
|
36658
36699
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
36659
|
-
'
|
|
36700
|
+
'204': "object",
|
|
36660
36701
|
}
|
|
36661
36702
|
response_data = self.api_client.call_api(
|
|
36662
36703
|
*_param,
|
|
@@ -36670,10 +36711,10 @@ class DefaultApi:
|
|
|
36670
36711
|
|
|
36671
36712
|
|
|
36672
36713
|
@validate_call
|
|
36673
|
-
def
|
|
36714
|
+
def v1_devices_inventory_enterprise_put_without_preload_content(
|
|
36674
36715
|
self,
|
|
36675
36716
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36676
|
-
|
|
36717
|
+
v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest,
|
|
36677
36718
|
_request_timeout: Union[
|
|
36678
36719
|
None,
|
|
36679
36720
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -36687,13 +36728,13 @@ class DefaultApi:
|
|
|
36687
36728
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36688
36729
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36689
36730
|
) -> RESTResponseType:
|
|
36690
|
-
"""
|
|
36731
|
+
"""v1_devices_inventory_enterprise_put
|
|
36691
36732
|
|
|
36692
36733
|
|
|
36693
36734
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36694
36735
|
:type authorization: str
|
|
36695
|
-
:param
|
|
36696
|
-
:type
|
|
36736
|
+
:param v1_devices_inventory_enterprise_put_request: (required)
|
|
36737
|
+
:type v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest
|
|
36697
36738
|
:param _request_timeout: timeout setting for this request. If one
|
|
36698
36739
|
number provided, it will be total request
|
|
36699
36740
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36716,9 +36757,9 @@ class DefaultApi:
|
|
|
36716
36757
|
:return: Returns the result object.
|
|
36717
36758
|
""" # noqa: E501
|
|
36718
36759
|
|
|
36719
|
-
_param = self.
|
|
36760
|
+
_param = self._v1_devices_inventory_enterprise_put_serialize(
|
|
36720
36761
|
authorization=authorization,
|
|
36721
|
-
|
|
36762
|
+
v1_devices_inventory_enterprise_put_request=v1_devices_inventory_enterprise_put_request,
|
|
36722
36763
|
_request_auth=_request_auth,
|
|
36723
36764
|
_content_type=_content_type,
|
|
36724
36765
|
_headers=_headers,
|
|
@@ -36726,7 +36767,7 @@ class DefaultApi:
|
|
|
36726
36767
|
)
|
|
36727
36768
|
|
|
36728
36769
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
36729
|
-
'
|
|
36770
|
+
'204': "object",
|
|
36730
36771
|
}
|
|
36731
36772
|
response_data = self.api_client.call_api(
|
|
36732
36773
|
*_param,
|
|
@@ -36735,10 +36776,10 @@ class DefaultApi:
|
|
|
36735
36776
|
return response_data.response
|
|
36736
36777
|
|
|
36737
36778
|
|
|
36738
|
-
def
|
|
36779
|
+
def _v1_devices_inventory_enterprise_put_serialize(
|
|
36739
36780
|
self,
|
|
36740
36781
|
authorization,
|
|
36741
|
-
|
|
36782
|
+
v1_devices_inventory_enterprise_put_request,
|
|
36742
36783
|
_request_auth,
|
|
36743
36784
|
_content_type,
|
|
36744
36785
|
_headers,
|
|
@@ -36766,8 +36807,8 @@ class DefaultApi:
|
|
|
36766
36807
|
_header_params['Authorization'] = authorization
|
|
36767
36808
|
# process the form parameters
|
|
36768
36809
|
# process the body parameter
|
|
36769
|
-
if
|
|
36770
|
-
_body_params =
|
|
36810
|
+
if v1_devices_inventory_enterprise_put_request is not None:
|
|
36811
|
+
_body_params = v1_devices_inventory_enterprise_put_request
|
|
36771
36812
|
|
|
36772
36813
|
|
|
36773
36814
|
# set the HTTP header `Accept`
|
|
@@ -36798,8 +36839,8 @@ class DefaultApi:
|
|
|
36798
36839
|
]
|
|
36799
36840
|
|
|
36800
36841
|
return self.api_client.param_serialize(
|
|
36801
|
-
method='
|
|
36802
|
-
resource_path='/v1/devices/inventory/
|
|
36842
|
+
method='PUT',
|
|
36843
|
+
resource_path='/v1/devices/inventory/enterprise',
|
|
36803
36844
|
path_params=_path_params,
|
|
36804
36845
|
query_params=_query_params,
|
|
36805
36846
|
header_params=_header_params,
|
|
@@ -36816,10 +36857,9 @@ class DefaultApi:
|
|
|
36816
36857
|
|
|
36817
36858
|
|
|
36818
36859
|
@validate_call
|
|
36819
|
-
def
|
|
36860
|
+
def v1_devices_inventory_get(
|
|
36820
36861
|
self,
|
|
36821
36862
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36822
|
-
v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest,
|
|
36823
36863
|
_request_timeout: Union[
|
|
36824
36864
|
None,
|
|
36825
36865
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -36832,14 +36872,12 @@ class DefaultApi:
|
|
|
36832
36872
|
_content_type: Optional[StrictStr] = None,
|
|
36833
36873
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36834
36874
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36835
|
-
) ->
|
|
36836
|
-
"""
|
|
36875
|
+
) -> V1DevicesInventoryGet200Response:
|
|
36876
|
+
"""v1_devices_inventory_get
|
|
36837
36877
|
|
|
36838
36878
|
|
|
36839
36879
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36840
36880
|
:type authorization: str
|
|
36841
|
-
:param v1_devices_inventory_enterprise_put_request: (required)
|
|
36842
|
-
:type v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest
|
|
36843
36881
|
:param _request_timeout: timeout setting for this request. If one
|
|
36844
36882
|
number provided, it will be total request
|
|
36845
36883
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36862,9 +36900,8 @@ class DefaultApi:
|
|
|
36862
36900
|
:return: Returns the result object.
|
|
36863
36901
|
""" # noqa: E501
|
|
36864
36902
|
|
|
36865
|
-
_param = self.
|
|
36903
|
+
_param = self._v1_devices_inventory_get_serialize(
|
|
36866
36904
|
authorization=authorization,
|
|
36867
|
-
v1_devices_inventory_enterprise_put_request=v1_devices_inventory_enterprise_put_request,
|
|
36868
36905
|
_request_auth=_request_auth,
|
|
36869
36906
|
_content_type=_content_type,
|
|
36870
36907
|
_headers=_headers,
|
|
@@ -36872,7 +36909,7 @@ class DefaultApi:
|
|
|
36872
36909
|
)
|
|
36873
36910
|
|
|
36874
36911
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
36875
|
-
'
|
|
36912
|
+
'200': "V1DevicesInventoryGet200Response",
|
|
36876
36913
|
}
|
|
36877
36914
|
response_data = self.api_client.call_api(
|
|
36878
36915
|
*_param,
|
|
@@ -36886,10 +36923,9 @@ class DefaultApi:
|
|
|
36886
36923
|
|
|
36887
36924
|
|
|
36888
36925
|
@validate_call
|
|
36889
|
-
def
|
|
36926
|
+
def v1_devices_inventory_get_with_http_info(
|
|
36890
36927
|
self,
|
|
36891
36928
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36892
|
-
v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest,
|
|
36893
36929
|
_request_timeout: Union[
|
|
36894
36930
|
None,
|
|
36895
36931
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -36902,14 +36938,12 @@ class DefaultApi:
|
|
|
36902
36938
|
_content_type: Optional[StrictStr] = None,
|
|
36903
36939
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36904
36940
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36905
|
-
) -> ApiResponse[
|
|
36906
|
-
"""
|
|
36941
|
+
) -> ApiResponse[V1DevicesInventoryGet200Response]:
|
|
36942
|
+
"""v1_devices_inventory_get
|
|
36907
36943
|
|
|
36908
36944
|
|
|
36909
36945
|
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36910
36946
|
:type authorization: str
|
|
36911
|
-
:param v1_devices_inventory_enterprise_put_request: (required)
|
|
36912
|
-
:type v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest
|
|
36913
36947
|
:param _request_timeout: timeout setting for this request. If one
|
|
36914
36948
|
number provided, it will be total request
|
|
36915
36949
|
timeout. It can also be a pair (tuple) of
|
|
@@ -36932,9 +36966,8 @@ class DefaultApi:
|
|
|
36932
36966
|
:return: Returns the result object.
|
|
36933
36967
|
""" # noqa: E501
|
|
36934
36968
|
|
|
36935
|
-
_param = self.
|
|
36969
|
+
_param = self._v1_devices_inventory_get_serialize(
|
|
36936
36970
|
authorization=authorization,
|
|
36937
|
-
v1_devices_inventory_enterprise_put_request=v1_devices_inventory_enterprise_put_request,
|
|
36938
36971
|
_request_auth=_request_auth,
|
|
36939
36972
|
_content_type=_content_type,
|
|
36940
36973
|
_headers=_headers,
|
|
@@ -36942,7 +36975,7 @@ class DefaultApi:
|
|
|
36942
36975
|
)
|
|
36943
36976
|
|
|
36944
36977
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
36945
|
-
'
|
|
36978
|
+
'200': "V1DevicesInventoryGet200Response",
|
|
36946
36979
|
}
|
|
36947
36980
|
response_data = self.api_client.call_api(
|
|
36948
36981
|
*_param,
|
|
@@ -36956,285 +36989,7 @@ class DefaultApi:
|
|
|
36956
36989
|
|
|
36957
36990
|
|
|
36958
36991
|
@validate_call
|
|
36959
|
-
def
|
|
36960
|
-
self,
|
|
36961
|
-
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
36962
|
-
v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest,
|
|
36963
|
-
_request_timeout: Union[
|
|
36964
|
-
None,
|
|
36965
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
36966
|
-
Tuple[
|
|
36967
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
36968
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
36969
|
-
]
|
|
36970
|
-
] = None,
|
|
36971
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
36972
|
-
_content_type: Optional[StrictStr] = None,
|
|
36973
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
36974
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
36975
|
-
) -> RESTResponseType:
|
|
36976
|
-
"""v1_devices_inventory_enterprise_put
|
|
36977
|
-
|
|
36978
|
-
|
|
36979
|
-
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
36980
|
-
:type authorization: str
|
|
36981
|
-
:param v1_devices_inventory_enterprise_put_request: (required)
|
|
36982
|
-
:type v1_devices_inventory_enterprise_put_request: V1DevicesInventoryEnterprisePutRequest
|
|
36983
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
36984
|
-
number provided, it will be total request
|
|
36985
|
-
timeout. It can also be a pair (tuple) of
|
|
36986
|
-
(connection, read) timeouts.
|
|
36987
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
36988
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
36989
|
-
request; this effectively ignores the
|
|
36990
|
-
authentication in the spec for a single request.
|
|
36991
|
-
:type _request_auth: dict, optional
|
|
36992
|
-
:param _content_type: force content-type for the request.
|
|
36993
|
-
:type _content_type: str, Optional
|
|
36994
|
-
:param _headers: set to override the headers for a single
|
|
36995
|
-
request; this effectively ignores the headers
|
|
36996
|
-
in the spec for a single request.
|
|
36997
|
-
:type _headers: dict, optional
|
|
36998
|
-
:param _host_index: set to override the host_index for a single
|
|
36999
|
-
request; this effectively ignores the host_index
|
|
37000
|
-
in the spec for a single request.
|
|
37001
|
-
:type _host_index: int, optional
|
|
37002
|
-
:return: Returns the result object.
|
|
37003
|
-
""" # noqa: E501
|
|
37004
|
-
|
|
37005
|
-
_param = self._v1_devices_inventory_enterprise_put_serialize(
|
|
37006
|
-
authorization=authorization,
|
|
37007
|
-
v1_devices_inventory_enterprise_put_request=v1_devices_inventory_enterprise_put_request,
|
|
37008
|
-
_request_auth=_request_auth,
|
|
37009
|
-
_content_type=_content_type,
|
|
37010
|
-
_headers=_headers,
|
|
37011
|
-
_host_index=_host_index
|
|
37012
|
-
)
|
|
37013
|
-
|
|
37014
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
37015
|
-
'204': "object",
|
|
37016
|
-
}
|
|
37017
|
-
response_data = self.api_client.call_api(
|
|
37018
|
-
*_param,
|
|
37019
|
-
_request_timeout=_request_timeout
|
|
37020
|
-
)
|
|
37021
|
-
return response_data.response
|
|
37022
|
-
|
|
37023
|
-
|
|
37024
|
-
def _v1_devices_inventory_enterprise_put_serialize(
|
|
37025
|
-
self,
|
|
37026
|
-
authorization,
|
|
37027
|
-
v1_devices_inventory_enterprise_put_request,
|
|
37028
|
-
_request_auth,
|
|
37029
|
-
_content_type,
|
|
37030
|
-
_headers,
|
|
37031
|
-
_host_index,
|
|
37032
|
-
) -> RequestSerialized:
|
|
37033
|
-
|
|
37034
|
-
_host = None
|
|
37035
|
-
|
|
37036
|
-
_collection_formats: Dict[str, str] = {
|
|
37037
|
-
}
|
|
37038
|
-
|
|
37039
|
-
_path_params: Dict[str, str] = {}
|
|
37040
|
-
_query_params: List[Tuple[str, str]] = []
|
|
37041
|
-
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
37042
|
-
_form_params: List[Tuple[str, str]] = []
|
|
37043
|
-
_files: Dict[
|
|
37044
|
-
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
37045
|
-
] = {}
|
|
37046
|
-
_body_params: Optional[bytes] = None
|
|
37047
|
-
|
|
37048
|
-
# process the path parameters
|
|
37049
|
-
# process the query parameters
|
|
37050
|
-
# process the header parameters
|
|
37051
|
-
if authorization is not None:
|
|
37052
|
-
_header_params['Authorization'] = authorization
|
|
37053
|
-
# process the form parameters
|
|
37054
|
-
# process the body parameter
|
|
37055
|
-
if v1_devices_inventory_enterprise_put_request is not None:
|
|
37056
|
-
_body_params = v1_devices_inventory_enterprise_put_request
|
|
37057
|
-
|
|
37058
|
-
|
|
37059
|
-
# set the HTTP header `Accept`
|
|
37060
|
-
if 'Accept' not in _header_params:
|
|
37061
|
-
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
37062
|
-
[
|
|
37063
|
-
'application/json'
|
|
37064
|
-
]
|
|
37065
|
-
)
|
|
37066
|
-
|
|
37067
|
-
# set the HTTP header `Content-Type`
|
|
37068
|
-
if _content_type:
|
|
37069
|
-
_header_params['Content-Type'] = _content_type
|
|
37070
|
-
else:
|
|
37071
|
-
_default_content_type = (
|
|
37072
|
-
self.api_client.select_header_content_type(
|
|
37073
|
-
[
|
|
37074
|
-
'application/json'
|
|
37075
|
-
]
|
|
37076
|
-
)
|
|
37077
|
-
)
|
|
37078
|
-
if _default_content_type is not None:
|
|
37079
|
-
_header_params['Content-Type'] = _default_content_type
|
|
37080
|
-
|
|
37081
|
-
# authentication setting
|
|
37082
|
-
_auth_settings: List[str] = [
|
|
37083
|
-
'jwtAuth'
|
|
37084
|
-
]
|
|
37085
|
-
|
|
37086
|
-
return self.api_client.param_serialize(
|
|
37087
|
-
method='PUT',
|
|
37088
|
-
resource_path='/v1/devices/inventory/enterprise',
|
|
37089
|
-
path_params=_path_params,
|
|
37090
|
-
query_params=_query_params,
|
|
37091
|
-
header_params=_header_params,
|
|
37092
|
-
body=_body_params,
|
|
37093
|
-
post_params=_form_params,
|
|
37094
|
-
files=_files,
|
|
37095
|
-
auth_settings=_auth_settings,
|
|
37096
|
-
collection_formats=_collection_formats,
|
|
37097
|
-
_host=_host,
|
|
37098
|
-
_request_auth=_request_auth
|
|
37099
|
-
)
|
|
37100
|
-
|
|
37101
|
-
|
|
37102
|
-
|
|
37103
|
-
|
|
37104
|
-
@validate_call
|
|
37105
|
-
def v1_devices_inventory_get(
|
|
37106
|
-
self,
|
|
37107
|
-
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
37108
|
-
_request_timeout: Union[
|
|
37109
|
-
None,
|
|
37110
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
37111
|
-
Tuple[
|
|
37112
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
37113
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
37114
|
-
]
|
|
37115
|
-
] = None,
|
|
37116
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
37117
|
-
_content_type: Optional[StrictStr] = None,
|
|
37118
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
37119
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
37120
|
-
) -> V1DevicesInventoryGet200Response:
|
|
37121
|
-
"""v1_devices_inventory_get
|
|
37122
|
-
|
|
37123
|
-
|
|
37124
|
-
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
37125
|
-
:type authorization: str
|
|
37126
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
37127
|
-
number provided, it will be total request
|
|
37128
|
-
timeout. It can also be a pair (tuple) of
|
|
37129
|
-
(connection, read) timeouts.
|
|
37130
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
37131
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
37132
|
-
request; this effectively ignores the
|
|
37133
|
-
authentication in the spec for a single request.
|
|
37134
|
-
:type _request_auth: dict, optional
|
|
37135
|
-
:param _content_type: force content-type for the request.
|
|
37136
|
-
:type _content_type: str, Optional
|
|
37137
|
-
:param _headers: set to override the headers for a single
|
|
37138
|
-
request; this effectively ignores the headers
|
|
37139
|
-
in the spec for a single request.
|
|
37140
|
-
:type _headers: dict, optional
|
|
37141
|
-
:param _host_index: set to override the host_index for a single
|
|
37142
|
-
request; this effectively ignores the host_index
|
|
37143
|
-
in the spec for a single request.
|
|
37144
|
-
:type _host_index: int, optional
|
|
37145
|
-
:return: Returns the result object.
|
|
37146
|
-
""" # noqa: E501
|
|
37147
|
-
|
|
37148
|
-
_param = self._v1_devices_inventory_get_serialize(
|
|
37149
|
-
authorization=authorization,
|
|
37150
|
-
_request_auth=_request_auth,
|
|
37151
|
-
_content_type=_content_type,
|
|
37152
|
-
_headers=_headers,
|
|
37153
|
-
_host_index=_host_index
|
|
37154
|
-
)
|
|
37155
|
-
|
|
37156
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
37157
|
-
'200': "V1DevicesInventoryGet200Response",
|
|
37158
|
-
}
|
|
37159
|
-
response_data = self.api_client.call_api(
|
|
37160
|
-
*_param,
|
|
37161
|
-
_request_timeout=_request_timeout
|
|
37162
|
-
)
|
|
37163
|
-
response_data.read()
|
|
37164
|
-
return self.api_client.response_deserialize(
|
|
37165
|
-
response_data=response_data,
|
|
37166
|
-
response_types_map=_response_types_map,
|
|
37167
|
-
).data
|
|
37168
|
-
|
|
37169
|
-
|
|
37170
|
-
@validate_call
|
|
37171
|
-
def v1_devices_inventory_get_with_http_info(
|
|
37172
|
-
self,
|
|
37173
|
-
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
37174
|
-
_request_timeout: Union[
|
|
37175
|
-
None,
|
|
37176
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
37177
|
-
Tuple[
|
|
37178
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
37179
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
37180
|
-
]
|
|
37181
|
-
] = None,
|
|
37182
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
37183
|
-
_content_type: Optional[StrictStr] = None,
|
|
37184
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
37185
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
37186
|
-
) -> ApiResponse[V1DevicesInventoryGet200Response]:
|
|
37187
|
-
"""v1_devices_inventory_get
|
|
37188
|
-
|
|
37189
|
-
|
|
37190
|
-
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
37191
|
-
:type authorization: str
|
|
37192
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
37193
|
-
number provided, it will be total request
|
|
37194
|
-
timeout. It can also be a pair (tuple) of
|
|
37195
|
-
(connection, read) timeouts.
|
|
37196
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
37197
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
37198
|
-
request; this effectively ignores the
|
|
37199
|
-
authentication in the spec for a single request.
|
|
37200
|
-
:type _request_auth: dict, optional
|
|
37201
|
-
:param _content_type: force content-type for the request.
|
|
37202
|
-
:type _content_type: str, Optional
|
|
37203
|
-
:param _headers: set to override the headers for a single
|
|
37204
|
-
request; this effectively ignores the headers
|
|
37205
|
-
in the spec for a single request.
|
|
37206
|
-
:type _headers: dict, optional
|
|
37207
|
-
:param _host_index: set to override the host_index for a single
|
|
37208
|
-
request; this effectively ignores the host_index
|
|
37209
|
-
in the spec for a single request.
|
|
37210
|
-
:type _host_index: int, optional
|
|
37211
|
-
:return: Returns the result object.
|
|
37212
|
-
""" # noqa: E501
|
|
37213
|
-
|
|
37214
|
-
_param = self._v1_devices_inventory_get_serialize(
|
|
37215
|
-
authorization=authorization,
|
|
37216
|
-
_request_auth=_request_auth,
|
|
37217
|
-
_content_type=_content_type,
|
|
37218
|
-
_headers=_headers,
|
|
37219
|
-
_host_index=_host_index
|
|
37220
|
-
)
|
|
37221
|
-
|
|
37222
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
37223
|
-
'200': "V1DevicesInventoryGet200Response",
|
|
37224
|
-
}
|
|
37225
|
-
response_data = self.api_client.call_api(
|
|
37226
|
-
*_param,
|
|
37227
|
-
_request_timeout=_request_timeout
|
|
37228
|
-
)
|
|
37229
|
-
response_data.read()
|
|
37230
|
-
return self.api_client.response_deserialize(
|
|
37231
|
-
response_data=response_data,
|
|
37232
|
-
response_types_map=_response_types_map,
|
|
37233
|
-
)
|
|
37234
|
-
|
|
37235
|
-
|
|
37236
|
-
@validate_call
|
|
37237
|
-
def v1_devices_inventory_get_without_preload_content(
|
|
36992
|
+
def v1_devices_inventory_get_without_preload_content(
|
|
37238
36993
|
self,
|
|
37239
36994
|
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
37240
36995
|
_request_timeout: Union[
|
|
@@ -80507,264 +80262,6 @@ class DefaultApi:
|
|
|
80507
80262
|
|
|
80508
80263
|
|
|
80509
80264
|
|
|
80510
|
-
@validate_call
|
|
80511
|
-
def v1_healthcheck_devices_get(
|
|
80512
|
-
self,
|
|
80513
|
-
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
80514
|
-
_request_timeout: Union[
|
|
80515
|
-
None,
|
|
80516
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
80517
|
-
Tuple[
|
|
80518
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
80519
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
80520
|
-
]
|
|
80521
|
-
] = None,
|
|
80522
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
80523
|
-
_content_type: Optional[StrictStr] = None,
|
|
80524
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
80525
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
80526
|
-
) -> V1HealthcheckDevicesGet200Response:
|
|
80527
|
-
"""v1_healthcheck_devices_get
|
|
80528
|
-
|
|
80529
|
-
|
|
80530
|
-
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
80531
|
-
:type authorization: str
|
|
80532
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
80533
|
-
number provided, it will be total request
|
|
80534
|
-
timeout. It can also be a pair (tuple) of
|
|
80535
|
-
(connection, read) timeouts.
|
|
80536
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
80537
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
80538
|
-
request; this effectively ignores the
|
|
80539
|
-
authentication in the spec for a single request.
|
|
80540
|
-
:type _request_auth: dict, optional
|
|
80541
|
-
:param _content_type: force content-type for the request.
|
|
80542
|
-
:type _content_type: str, Optional
|
|
80543
|
-
:param _headers: set to override the headers for a single
|
|
80544
|
-
request; this effectively ignores the headers
|
|
80545
|
-
in the spec for a single request.
|
|
80546
|
-
:type _headers: dict, optional
|
|
80547
|
-
:param _host_index: set to override the host_index for a single
|
|
80548
|
-
request; this effectively ignores the host_index
|
|
80549
|
-
in the spec for a single request.
|
|
80550
|
-
:type _host_index: int, optional
|
|
80551
|
-
:return: Returns the result object.
|
|
80552
|
-
""" # noqa: E501
|
|
80553
|
-
|
|
80554
|
-
_param = self._v1_healthcheck_devices_get_serialize(
|
|
80555
|
-
authorization=authorization,
|
|
80556
|
-
_request_auth=_request_auth,
|
|
80557
|
-
_content_type=_content_type,
|
|
80558
|
-
_headers=_headers,
|
|
80559
|
-
_host_index=_host_index
|
|
80560
|
-
)
|
|
80561
|
-
|
|
80562
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
80563
|
-
'200': "V1HealthcheckDevicesGet200Response",
|
|
80564
|
-
}
|
|
80565
|
-
response_data = self.api_client.call_api(
|
|
80566
|
-
*_param,
|
|
80567
|
-
_request_timeout=_request_timeout
|
|
80568
|
-
)
|
|
80569
|
-
response_data.read()
|
|
80570
|
-
return self.api_client.response_deserialize(
|
|
80571
|
-
response_data=response_data,
|
|
80572
|
-
response_types_map=_response_types_map,
|
|
80573
|
-
).data
|
|
80574
|
-
|
|
80575
|
-
|
|
80576
|
-
@validate_call
|
|
80577
|
-
def v1_healthcheck_devices_get_with_http_info(
|
|
80578
|
-
self,
|
|
80579
|
-
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
80580
|
-
_request_timeout: Union[
|
|
80581
|
-
None,
|
|
80582
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
80583
|
-
Tuple[
|
|
80584
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
80585
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
80586
|
-
]
|
|
80587
|
-
] = None,
|
|
80588
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
80589
|
-
_content_type: Optional[StrictStr] = None,
|
|
80590
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
80591
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
80592
|
-
) -> ApiResponse[V1HealthcheckDevicesGet200Response]:
|
|
80593
|
-
"""v1_healthcheck_devices_get
|
|
80594
|
-
|
|
80595
|
-
|
|
80596
|
-
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
80597
|
-
:type authorization: str
|
|
80598
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
80599
|
-
number provided, it will be total request
|
|
80600
|
-
timeout. It can also be a pair (tuple) of
|
|
80601
|
-
(connection, read) timeouts.
|
|
80602
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
80603
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
80604
|
-
request; this effectively ignores the
|
|
80605
|
-
authentication in the spec for a single request.
|
|
80606
|
-
:type _request_auth: dict, optional
|
|
80607
|
-
:param _content_type: force content-type for the request.
|
|
80608
|
-
:type _content_type: str, Optional
|
|
80609
|
-
:param _headers: set to override the headers for a single
|
|
80610
|
-
request; this effectively ignores the headers
|
|
80611
|
-
in the spec for a single request.
|
|
80612
|
-
:type _headers: dict, optional
|
|
80613
|
-
:param _host_index: set to override the host_index for a single
|
|
80614
|
-
request; this effectively ignores the host_index
|
|
80615
|
-
in the spec for a single request.
|
|
80616
|
-
:type _host_index: int, optional
|
|
80617
|
-
:return: Returns the result object.
|
|
80618
|
-
""" # noqa: E501
|
|
80619
|
-
|
|
80620
|
-
_param = self._v1_healthcheck_devices_get_serialize(
|
|
80621
|
-
authorization=authorization,
|
|
80622
|
-
_request_auth=_request_auth,
|
|
80623
|
-
_content_type=_content_type,
|
|
80624
|
-
_headers=_headers,
|
|
80625
|
-
_host_index=_host_index
|
|
80626
|
-
)
|
|
80627
|
-
|
|
80628
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
80629
|
-
'200': "V1HealthcheckDevicesGet200Response",
|
|
80630
|
-
}
|
|
80631
|
-
response_data = self.api_client.call_api(
|
|
80632
|
-
*_param,
|
|
80633
|
-
_request_timeout=_request_timeout
|
|
80634
|
-
)
|
|
80635
|
-
response_data.read()
|
|
80636
|
-
return self.api_client.response_deserialize(
|
|
80637
|
-
response_data=response_data,
|
|
80638
|
-
response_types_map=_response_types_map,
|
|
80639
|
-
)
|
|
80640
|
-
|
|
80641
|
-
|
|
80642
|
-
@validate_call
|
|
80643
|
-
def v1_healthcheck_devices_get_without_preload_content(
|
|
80644
|
-
self,
|
|
80645
|
-
authorization: Annotated[StrictStr, Field(description="Bearer token. Format: Bearer <your_token_here>")],
|
|
80646
|
-
_request_timeout: Union[
|
|
80647
|
-
None,
|
|
80648
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
80649
|
-
Tuple[
|
|
80650
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
80651
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
80652
|
-
]
|
|
80653
|
-
] = None,
|
|
80654
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
80655
|
-
_content_type: Optional[StrictStr] = None,
|
|
80656
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
80657
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
80658
|
-
) -> RESTResponseType:
|
|
80659
|
-
"""v1_healthcheck_devices_get
|
|
80660
|
-
|
|
80661
|
-
|
|
80662
|
-
:param authorization: Bearer token. Format: Bearer <your_token_here> (required)
|
|
80663
|
-
:type authorization: str
|
|
80664
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
80665
|
-
number provided, it will be total request
|
|
80666
|
-
timeout. It can also be a pair (tuple) of
|
|
80667
|
-
(connection, read) timeouts.
|
|
80668
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
80669
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
80670
|
-
request; this effectively ignores the
|
|
80671
|
-
authentication in the spec for a single request.
|
|
80672
|
-
:type _request_auth: dict, optional
|
|
80673
|
-
:param _content_type: force content-type for the request.
|
|
80674
|
-
:type _content_type: str, Optional
|
|
80675
|
-
:param _headers: set to override the headers for a single
|
|
80676
|
-
request; this effectively ignores the headers
|
|
80677
|
-
in the spec for a single request.
|
|
80678
|
-
:type _headers: dict, optional
|
|
80679
|
-
:param _host_index: set to override the host_index for a single
|
|
80680
|
-
request; this effectively ignores the host_index
|
|
80681
|
-
in the spec for a single request.
|
|
80682
|
-
:type _host_index: int, optional
|
|
80683
|
-
:return: Returns the result object.
|
|
80684
|
-
""" # noqa: E501
|
|
80685
|
-
|
|
80686
|
-
_param = self._v1_healthcheck_devices_get_serialize(
|
|
80687
|
-
authorization=authorization,
|
|
80688
|
-
_request_auth=_request_auth,
|
|
80689
|
-
_content_type=_content_type,
|
|
80690
|
-
_headers=_headers,
|
|
80691
|
-
_host_index=_host_index
|
|
80692
|
-
)
|
|
80693
|
-
|
|
80694
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
80695
|
-
'200': "V1HealthcheckDevicesGet200Response",
|
|
80696
|
-
}
|
|
80697
|
-
response_data = self.api_client.call_api(
|
|
80698
|
-
*_param,
|
|
80699
|
-
_request_timeout=_request_timeout
|
|
80700
|
-
)
|
|
80701
|
-
return response_data.response
|
|
80702
|
-
|
|
80703
|
-
|
|
80704
|
-
def _v1_healthcheck_devices_get_serialize(
|
|
80705
|
-
self,
|
|
80706
|
-
authorization,
|
|
80707
|
-
_request_auth,
|
|
80708
|
-
_content_type,
|
|
80709
|
-
_headers,
|
|
80710
|
-
_host_index,
|
|
80711
|
-
) -> RequestSerialized:
|
|
80712
|
-
|
|
80713
|
-
_host = None
|
|
80714
|
-
|
|
80715
|
-
_collection_formats: Dict[str, str] = {
|
|
80716
|
-
}
|
|
80717
|
-
|
|
80718
|
-
_path_params: Dict[str, str] = {}
|
|
80719
|
-
_query_params: List[Tuple[str, str]] = []
|
|
80720
|
-
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
80721
|
-
_form_params: List[Tuple[str, str]] = []
|
|
80722
|
-
_files: Dict[
|
|
80723
|
-
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
80724
|
-
] = {}
|
|
80725
|
-
_body_params: Optional[bytes] = None
|
|
80726
|
-
|
|
80727
|
-
# process the path parameters
|
|
80728
|
-
# process the query parameters
|
|
80729
|
-
# process the header parameters
|
|
80730
|
-
if authorization is not None:
|
|
80731
|
-
_header_params['Authorization'] = authorization
|
|
80732
|
-
# process the form parameters
|
|
80733
|
-
# process the body parameter
|
|
80734
|
-
|
|
80735
|
-
|
|
80736
|
-
# set the HTTP header `Accept`
|
|
80737
|
-
if 'Accept' not in _header_params:
|
|
80738
|
-
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
80739
|
-
[
|
|
80740
|
-
'application/json'
|
|
80741
|
-
]
|
|
80742
|
-
)
|
|
80743
|
-
|
|
80744
|
-
|
|
80745
|
-
# authentication setting
|
|
80746
|
-
_auth_settings: List[str] = [
|
|
80747
|
-
'jwtAuth'
|
|
80748
|
-
]
|
|
80749
|
-
|
|
80750
|
-
return self.api_client.param_serialize(
|
|
80751
|
-
method='GET',
|
|
80752
|
-
resource_path='/v1/healthcheck/devices',
|
|
80753
|
-
path_params=_path_params,
|
|
80754
|
-
query_params=_query_params,
|
|
80755
|
-
header_params=_header_params,
|
|
80756
|
-
body=_body_params,
|
|
80757
|
-
post_params=_form_params,
|
|
80758
|
-
files=_files,
|
|
80759
|
-
auth_settings=_auth_settings,
|
|
80760
|
-
collection_formats=_collection_formats,
|
|
80761
|
-
_host=_host,
|
|
80762
|
-
_request_auth=_request_auth
|
|
80763
|
-
)
|
|
80764
|
-
|
|
80765
|
-
|
|
80766
|
-
|
|
80767
|
-
|
|
80768
80265
|
@validate_call
|
|
80769
80266
|
def v1_id_password_recover_patch(
|
|
80770
80267
|
self,
|