Skip to content

Security Event

Security Event provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-virtual-security-event-createClient Security Events Metrics.
ParameterDescriptionExample
namespaceNamespace namespace is used to scope the WAF security events for the given namespace.system

Ask Claude to help you work with Security Event resources:

“Create a security-event named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/$${PARAM}/wafs/metrics/client/security_events" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @security_event.json