prtg_get_channel
Retrieve metrics and settings for a specific sensor channel by its ID, including units, limits, and current value, to inspect monitoring data.
Instructions
Get the metrics and settings (units, limits, current value) of a single channel on a sensor by ID. Channel IDs appear in prtg_get_sensor_data and prtg_get_sensor results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Channel ID. | |
| include | No | Comma-separated list of additional settings sections to include, e.g. 'all_sections' or 'path'. Omit for just the most relevant fields. |