Skip to content

K8S Event

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

ToolDescription
f5xc-api-sites-k8s-event-createK8s Events Query.
ParameterDescriptionExample
namespaceNamespace fetch K8s events for the given namespace.system
siteSite Site where the K8s Cluster is running.-

Ask Claude to help you work with K8S Event resources:

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

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