generate_report
Start generating a report from a defined template, returning a report ID to poll for completion and download.
Instructions
[WRITE] Trigger generation of a report from a report definition template.
Returns immediately with a report_id and PENDING status; it does not wait for the file. Poll get_report(report_id) until status == COMPLETED, then use download_url.
Args: definition_id: Report definition (template) UUID from list_report_definitions. resource_ids: REQUIRED — at least one resource UUID. The Report API generates against a single root resource (first ID is used); pass a cluster/datacenter UUID to cover its children. Find IDs via list_resources. target: Aria target name from config; default when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| resource_ids | No | ||
| definition_id | Yes |