Skip to content

Generate

Generate provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-statistics-generate-createGenerate Report Now.
ParameterDescriptionExample
nameName…example-resource
namespaceNamespace…system

Ask Claude to help you work with Generate resources:

“Create a generate named ‘example’ in the ‘production’ namespace”

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