Skip to content

Monthly Usage

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

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

Ask Claude to help you work with Monthly Usage resources:

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

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