Report
Report provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-ddos-report-create | List reports. |
f5xc-api-ddos-report-list | Report details. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace This request is supported only in system namespace. | system |
report_id | Report ID ID of the document we want to GET the contents for. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Report resources:
Create Report
Section titled “Create Report”“Create a report named ‘example’ in the ‘production’ namespace”
List Reports
Section titled “List Reports”“List all reports in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect/report/${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -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