Skip to content

Scroll

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

ToolDescription
f5xc-api-statistics-scroll-createFirewall Logs Scroll Query.
f5xc-api-statistics-scroll-listFirewall Logs Scroll Query.
ParameterDescriptionExample
namespaceNamespace fetch the log messages scoped by namespace.system
ParameterDescriptionExample
scroll_idLong Base-64 encoded string which can be used to retrieve next batch of log messages.-

Ask Claude to help you work with Scroll resources:

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

“List all scrolls in the ‘production’ namespace”

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