Skip to content

Available

Available provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-virtual-available-getList Available API Definitions.
ParameterDescriptionExample
nameName Name of the HTTP Load Balancer.example-resource
namespaceNamespace Namespace of the HTTP Load Balancer.system

Ask Claude to help you work with Available resources:

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

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