Skip to content

Create HTTP Load Balancer

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

ToolDescription
f5xc-api-telemetryandinsights-create-http-load-balancer-createCreate HTTP/HTTPS load balancer.
ParameterDescriptionExample
nameService Name x-required…example-resource
namespaceNamespace x-required…system

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
http_lb_request.httpHttp
http_lb_request.httpsHttps
http_lb_request.https_auto_certHttps auto cert
OptionDescriptionRecommended
http_lb_request.skip_server_verificationSkip server verification
http_lb_request.trusted_caTrusted ca

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

“Create a create-http-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_http_load_balancer" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @create_http_load_balancer.json