list_report_definitions
List available report definition templates in Aria Operations, with optional name filtering, to find and run the right report via its ID.
Instructions
[READ] List available report definition templates in Aria Operations. Pass a returned id to generate_report to run one.
Returns a paginated envelope: items, returned, limit, total (null when the API reports no size), truncated, hint. Check truncated before calling this the complete set.
Args: name_filter: Substring filter on report name (case-insensitive). limit: Max definitions to return (1–500). Default 100. target: Aria target name from config; default when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| name_filter | No |