get_host_sensors
Retrieve hardware sensor status for all hosts, including temperature, voltage, and fan readings, to identify failing hardware before it causes an outage.
Instructions
[READ] Get hardware sensor status (temperature, voltage, fan, ...) for all hosts.
Each entry includes host, sensor_name, type, reading, unit, and status (green/yellow/red from healthState.key). Use to spot failing hardware before it causes an outage. Returns an empty list when no host exposes sensor data (e.g. nested ESXi).
Args: target: Optional vCenter/ESXi target name from config. Uses default if omitted. limit: Max number of sensor rows to return (None = all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |