prtg_list_groups
List PRTG groups (organizational folders containing devices) to get group IDs for drilling into group details and sensor summaries. Filter, sort, and paginate to locate specific groups.
Instructions
List groups (the organizational folders that contain devices). Each group's id chains into prtg_get_group and prtg_get_object_sensor_summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of objects to return (max 3000). Defaults to 100. | |
| filter | No | PRTG filter expression to narrow results, e.g. "status == 'Down'". See PRTG API v2 Overview: Filters. | |
| offset | No | Zero-based offset into the result set. Defaults to 0. | |
| sort_by | No | Comma-separated list of fields to sort by. Ascending by default; prefix a field with '-' for descending. |