Skip to content

Flow Collection

Flow Collection provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-telemetryandinsights-flow-collection-createFlow Collection.

Ask Claude to help you work with Flow Collection resources:

“Create a flow-collection named ‘example’ in the ‘production’ namespace”

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