get_report
Check the status of a generated VMware Aria report and retrieve its downloadable PDF and CSV links. Use to poll after report generation and confirm completion before downloading.
Instructions
[READ] Get status and download URLs for a generated report.
Returns id, name, status (PENDING, RUNNING, COMPLETED, FAILED), definition_id, completion_time_ms, download_url (PDF) and csv_url. Use this to poll after generate_report. The URLs are always constructed, so a download_url is present even while the report is still PENDING — check status before fetching it.
Args: report_id: The report UUID (from generate_report or list_reports). target: Aria target name from config; default when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| report_id | Yes |