Modify or add a single tunnel by id (name)post http://localhost:3001/rest/json/tunnels/{id}Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamsidstringrequiredTunnel nameBody ParamsJSON object containing settings for a single tunneladminstringAdmin state of the tunnel - takes two values: 'up' or 'down'.auto_mtubooleanDetermines if the tunnel should have auto MTU detection.truefalsectrl_pktobjectctrl_pkt objectdestinationstringDestination IP address.gre_protointegerGRE protocol in the GRE headeripsecobjectipsec objectipsec_arc_windowstringIPSec ARC Window - not configurable.ipsec_enablebooleanA quick shortcut for knowing if tunnel mode is IPSec. You can get the same information using mode property.truefalselocal_vrfintegerRouting segmentation segment IDmax_bwintegerIf the tunnel max bandwidth is manually configured, use this field and set max_bw_auto to false. Units Kbps.max_bw_autobooleanIf the tunnel max bandwidth needs to be set to auto, this field must be true.truefalsemin_bwintegerTunnel minimum bandwidthmodestringTunnel mode: it can be one of 'gre', 'udp', 'ipsec'mtuintegerTunnel MTU. If 'auto_mtu' is false, user must set a specific tunnel mtu valueoptionsintegerNot used. Do not send in POST messagepktobjectpkt objectsourcestringSource IP address of the tunnel.thresholdobjectthreshold objecttypestringNot used. Do not send in POST message.udp_dest_portintegerIf the tunnel is of type 'udp', the udp port to use.udp_flowsintegerIf tunnel mode is udp, this field determines how many different udp flows are used to distribute tunnel trafficResponse 200No responseUpdated about 1 year ago