Skip to content

Access Log

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

ToolDescription
f5xc-api-cdn-access-log-createGet CDN Access Logs.
ParameterDescriptionExample
namespaceNamespace fetch access logs for a given namespace.system

Ask Claude to help you work with Access Log resources:

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

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