Events Summary
Events Summary provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-ddos-events-summary-list | Simple events view. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace This request is supported only in system namespace. | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
alert_id | Optional - allows to filter events by alert so only relevant events are returned. If not provided, all user events are returned. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Events Summary resources:
List Events Summarys
Section titled “List Events Summarys”“List all events-summarys in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect/events_summary" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"