generate_report
Initiates report generation from a definition template, returning a report ID. Monitor progress by polling and download once completed.
Instructions
[WRITE] Trigger generation of a report from a report definition template.
Returns immediately with a report_id and PENDING status. 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: Optional list of resource UUIDs to scope the report. If omitted, the report runs against all resources in the template scope. target: Optional Aria Operations target name from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| definition_id | Yes | ||
| resource_ids | No | ||
| target | No |