Skip to content

Usage Detail

Usage Detail provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-billingandusage-usage-detail-createList usage details.
ParameterDescriptionExample
namespaceNamespace Namespace to be considered.system

Ask Claude to help you work with Usage Detail resources:

“Create a usage-detail named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/$${PARAM}/usage_details" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @usage_detail.json