I am trying to restart a vpn connection using the xg API
So far I have come up with this xml syntax:
<Set operation="update">
<!-- Activate the vpn connection -->
<VPNIPSecConnection>
<Connection>
<Name>TunnelName</Name>
</Connection>
</VPNIPSecConnection>
</Set>
This works well if the tunnel is turned off - but I have a tunnel which I need to force down then back up with the API and this does not accomplish that.
Any suggestions?
This thread was automatically locked due to age.