Skip to content

Create TCP Load Balancer

Create TCP Load Balancer provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-telemetryandinsights-create-tcp-load-balancer-createCreate TCP load balancer.
ParameterDescriptionExample
nameService Name x-required…example-resource
namespaceNamespace x-required…system

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
tcp_lb_request.advertise_customAdvertise custom
tcp_lb_request.advertise_on_public_default_vipAdvertise on public default vip
OptionDescriptionRecommended
tcp_lb_request.listen_portListen port
tcp_lb_request.port_rangesPort ranges
OptionDescriptionRecommended
tcp_lb_request.no_sniNo sni
tcp_lb_request.sniSni

Ask Claude to help you work with Create TCP Load Balancer resources:

“Create a create-tcp-load-balancer named ‘example’ in the ‘production’ namespace”

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