prtg_list_sensors
Lists sensors attached to a device with their current status, enabling quick identification of down checks and providing IDs for further sensor details.
Instructions
List sensors (the individual checks - ping, HTTP, SNMP, etc. - attached to a device), with their current status. Each sensor's id chains into prtg_get_sensor and prtg_get_sensor_data.
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. |