Skip to content

Overview

Overview provides tools for creating, and listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-overview-createTop Latency Overview.
f5xc-api-shape-overview-listGet SAFE Overview.
ParameterDescriptionExample
namespaceNamespace…system
ParameterDescriptionExample
fromTimestamp representing start date of the requested period in millieseconds.-
toTimestamp representing end date of the requested period in millieseconds.-
versionThe API version to use.-

Ask Claude to help you work with Overview resources:

“Create a overview named ‘example’ in the ‘production’ namespace”

“List all overviews in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/safe/namespaces/$${PARAM}/safe/sas/stats/overview" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/shape/bot/namespaces/$${PARAM}/reporting/top/latency/overview" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @overview.json