Skip to content

Log

Log provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-sites-log-createExternal connector log query.
ParameterDescriptionExample
external_connectorExternal connector External connector for which logs has to be fetched.-
namespaceNamespace GET aggregation data for a given namespace.system
siteSite Site where the K8s Cluster is running.-

Ask Claude to help you work with Log resources:

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