Skip to content

Swagger Spec

Swagger Spec provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-virtual-swagger-spec-getGet Swagger Spec for HTTP Load Balancer.
ParameterDescriptionExample
nameName HTTP load balancer for current request.example-resource
namespaceNamespace Namespace of the HTTP Load Balancer for current request.system

Ask Claude to help you work with Swagger Spec resources:

“Get details of the swagger-spec named ‘example’ in namespace ‘production‘“

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