Skip to content

K8S Audit Log

K8S Audit Log provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-sites-k8s-audit-log-createK8s Audit Log Query.
ParameterDescriptionExample
namespaceNamespace fetch K8s audit logs for a given namespace.system
siteSite Site where the K8s Cluster is running.-

Ask Claude to help you work with K8S Audit Log resources:

“Create a k8s-audit-log 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_audit_logs" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @k8s_audit_log.json