generate_report
Trigger report generation from a definition template. Provide definition ID and resource IDs to start, then 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. 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: 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 |