Skip to content

Download

Download provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-statistics-download-getDownload Report.
ParameterDescriptionExample
nameReport Name…example-resource
namespaceNamespace…system

Ask Claude to help you work with Download resources:

“Get details of the download named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/report/namespaces/$${PARAM}/reports/$${PARAM}/download" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"