Skip to content

Health Status Change Event

Health Status Change Event provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-dns-health-status-change-event-listDNS Load Balancer Pool Member Health Status Change Events.
ParameterDescriptionExample
dns_lb_nameDNS Load Balancer Name x-required…-
dns_lb_pool_nameDNS Load Balancer Pool Name x-required…-
namespaceNamespace x-required…system
pool_member_addressDNS Load Balancer Pool Member Address x-required…-

Ask Claude to help you work with Health Status Change Event resources:

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

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