Scroll
Scroll provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-observability-scroll-create | Access Log Scroll Query. |
f5xc-api-observability-scroll-list | Access Log Scroll Query. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace fetch the log messages scoped by namespace. | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
scroll_id | Long Base-64 encoded string which can be used to retrieve next batch of log messages. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Scroll resources:
Create Scroll
Section titled “Create Scroll”“Create a scroll named ‘example’ in the ‘production’ namespace”
List Scrolls
Section titled “List Scrolls”“List all scrolls in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/$${PARAM}/access_logs/scroll" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/$${PARAM}/access_logs/scroll" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @scroll.json