Skip to content

Usage

Usage provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-billingandusage-usage-listGet Quota Usage.
ParameterDescriptionExample
namespaceNamespace The tenant this item belongs to.system

Ask Claude to help you work with Usage resources:

“List all usages in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/$${PARAM}/quota/usage" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"