Skip to content

Health Statu

Health Statu provides tools for listing, and retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-dns-health-statu-getDNS Load Balancer Health Status.
f5xc-api-dns-health-statu-listDNS Load Balancer Health Status List.
ParameterDescriptionExample
nameName Name of the DNS Load Balancer.example-resource
namespaceNamespace Namespace in which the DNS Load Balancer is present.system

Ask Claude to help you work with Health Statu resources:

“List all health-status in the ‘production’ namespace”

“Get details of the health-statu named ‘example’ in namespace ‘production‘“

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