Skip to content

Set Vpn Tunnel

Set Vpn Tunnel provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-sites-set-vpn-tunnel-createConfigure VPN Tunnels.
ParameterDescriptionExample
nameName Name of the object to be configured.example-resource
namespaceNamespace Namespace for the object to be configured.system

Ask Claude to help you work with Set Vpn Tunnel resources:

“Create a set-vpn-tunnel named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/aws_tgw_site/$${PARAM}/set_vpn_tunnels" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @set_vpn_tunnel.json