Skip to content

History

History provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-history-getGet the change history for a bot detection rule.
ParameterDescriptionExample
idID x-required…-
namespaceNamespace x-required…system

Ask Claude to help you work with History resources:

“Get details of the history named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/bot/namespaces/$${PARAM}/bot_detection_rules/${PARAM}/history" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"