Skip to content

Summary

Summary provides tools for creating, and listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-summary-createEndpoint Summary.
f5xc-api-shape-summary-listGet summary of bot detection rules.
ParameterDescriptionExample
namespaceNamespace…system

Ask Claude to help you work with Summary resources:

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

“List all summarys in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/bot/custom/namespaces/$${PARAM}/bot_detection_rules/summary" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/shape/bot/namespaces/$${PARAM}/reporting/endpoint/summary" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @summary.json