list_report_definitions
List report definition templates in Aria Operations and retrieve their IDs to generate reports. Supports name filtering and pagination.
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 |