Skip to content

Atb

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

ToolDescription
f5xc-api-shape-atb-createATB.
f5xc-api-shape-atb-listATB Status.
ParameterDescriptionExample
namespaceNamespace…system
ParameterDescriptionExample
virtual_hostName of Virtual Host to scope traffic overview query.-

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
dailyDaily
monthlyMonthly
weeklyWeekly

Ask Claude to help you work with Atb resources:

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

“List all atbs in the ‘production’ namespace”

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