Skip to content

Alert

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

ToolDescription
f5xc-api-ddos-alert-createDDoS Alerts.
f5xc-api-ddos-alert-listDDoS Alert.
ParameterDescriptionExample
namespaceNamespace This request is supported only in system namespace.system
alert_idAlert ID ID of the alert we want to GET details for.-

Ask Claude to help you work with Alert resources:

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

“List all alerts in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect/alert/${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -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