Skip to content

Stat

Stat provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-virtual-stat-getGet API Endpoints Stats for Virtual Host.
ParameterDescriptionExample
nameVirtual Host Name Virtual Host for current request.example-resource
namespaceNamespace Namespace of the App type for current request.system

Ask Claude to help you work with Stat resources:

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

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