Skip to content

Report

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

ToolDescription
f5xc-api-ddos-report-createList reports.
f5xc-api-ddos-report-listReport details.
ParameterDescriptionExample
namespaceNamespace This request is supported only in system namespace.system
report_idReport ID ID of the document we want to GET the contents for.-

Ask Claude to help you work with Report resources:

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

“List all reports in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect/report/${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect/reports" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @report.json