Skip to content

Hourly Usage Detail

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

ToolDescription
f5xc-api-billingandusage-hourly-usage-detail-createList hourly usage details.
ParameterDescriptionExample
namespaceNamespace Namespace.system

Ask Claude to help you work with Hourly Usage Detail resources:

“Create a hourly-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}/hourly_usage_details" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @hourly_usage_detail.json