Skip to content

Vk8s Event

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

ToolDescription
f5xc-api-statistics-vk8s-event-createVK8s Events Query.
ParameterDescriptionExample
namespaceNamespace fetch vK8s events for the given namespace.system

Ask Claude to help you work with Vk8s Event resources:

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

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