Usage Detail
Usage Detail provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-billingandusage-usage-detail-create | List usage details. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace Namespace to be considered. | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Usage Detail resources:
Create Usage Detail
Section titled “Create Usage Detail”“Create a usage-detail named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -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