Skip to content

Load Balancer

Load Balancer provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-api-loadbalancer-getGet Referencing Loadbalancers.
ParameterDescriptionExample
nameName The name of the API Definition for the current request.example-resource
namespaceNamespace The namespace of the API Definition for the current request.system

Ask Claude to help you work with Load Balancer resources:

“Get details of the loadbalancer named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/api_definitions/$${PARAM}/loadbalancers" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"