Skip to content

Platform Event

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

ToolDescription
f5xc-api-sites-platform-event-createPlatform event Query.
ParameterDescriptionExample
namespaceNamespace fetch audit logs for a given namespace.system

Ask Claude to help you work with Platform Event resources:

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

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