Health Statu
Health Statu provides tools for listing, and retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-dns-health-statu-get | DNS Load Balancer Health Status. |
f5xc-api-dns-health-statu-list | DNS Load Balancer Health Status List. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name Name of the DNS Load Balancer. | example-resource |
namespace | Namespace Namespace in which the DNS Load Balancer is present. | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Health Statu resources:
List Health Status
Section titled “List Health Status”“List all health-status in the ‘production’ namespace”
Get Health Statu Details
Section titled “Get Health Statu Details”“Get details of the health-statu named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# List resourcescurl -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 resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/$${PARAM}/dns_load_balancers/$${PARAM}/health_status" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"