Alert
Alert provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-ddos-alert-create | DDoS Alerts. |
f5xc-api-ddos-alert-list | DDoS Alert. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace This request is supported only in system namespace. | system |
alert_id | Alert ID ID of the alert we want to GET details for. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Alert resources:
Create Alert
Section titled “Create Alert”“Create a alert named ‘example’ in the ‘production’ namespace”
List Alerts
Section titled “List Alerts”“List all alerts 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/alert/${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect/alerts" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @alert.json