Atb
Atb provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-shape-atb-create | ATB. |
f5xc-api-shape-atb-list | ATB Status. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace… | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
virtual_host | Name of Virtual Host to scope traffic overview query. | - |
Configuration Choices
Section titled “Configuration Choices”This resource includes mutually exclusive configuration options:
frequency
Section titled “frequency”| Option | Description | Recommended |
|---|---|---|
daily | Daily | |
monthly | Monthly | |
weekly | Weekly |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Atb resources:
Create Atb
Section titled “Create Atb”“Create a atb named ‘example’ in the ‘production’ namespace”
List Atbs
Section titled “List Atbs”“List all atbs in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/bot/namespaces/$${PARAM}/reporting/atb" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -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