Skip to content

Transit Usage

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

ToolDescription
f5xc-api-ddos-transit-usage-createTransit Usage.
ParameterDescriptionExample
namespaceNamespace…system

Ask Claude to help you work with Transit Usage resources:

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

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