Skip to content

Audit Log

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

ToolDescription
f5xc-api-blindfold-audit-log-createAudit Log Query.
ParameterDescriptionExample
namespaceNamespace fetch the log messages scoped by namespace.system

Ask Claude to help you work with Audit Log resources:

“Create a audit-log named ‘example’ in the ‘production’ namespace”

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