Get sensor readings
get_sensorsFetch broad sensor readings from Redfish chassis, including temperature, fan, and power metrics. Automatically falls back to legacy thermal data when a Sensors collection is missing.
Instructions
Fetch broad cross-domain sensor data from Sensors collection; if absent, fall back to deprecated Thermal inline arrays. Use get_thermal for cooling details and get_power for PSU/power metrics. Returns: Object with sensors_uri and sensors, or fallback plus inline temperatures/fans arrays on services without a Sensors collection. Lists are wrapped as {items, total, truncated}. Example: get_sensors(chassis_uri='/redfish/v1/Chassis/1', limit=100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of sensor members to fetch. | |
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. | |
| chassis_uri | No | Target chassis URI. Omit to auto-select the first chassis. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||