Skip to content

Table

Table provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-table-listGet SAFE Analyst Block Table as a CSV file.
ParameterDescriptionExample
namespaceNamespace…system
ParameterDescriptionExample
actionThe action type - can be block or allow.-
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 Table resources:

“List all tables in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/safe/namespaces/$${PARAM}/safe/sas/block/csv/table" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"