Skip to content

Current Usage

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

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

Ask Claude to help you work with Current Usage resources:

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

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