Redfishtool
Redfishtool copied to clipboard
Chassis Sensors option requires the deprecated Thermal resource
I have a Chassis resource that looks like this:
{
...
"Id": "r001u01",
...
"Sensors": {
"@odata.id": "/redfish/v1/Chassis/r001u01/Sensors"
},
...
"ThermalSubsystem": {
"@odata.id": "/redfish/v1/Chassis/r001u01/ThermalSubsystem"
},
...
}
If I run redfish tool with the options "Chassis -I r001u01 Sensors", it fails like this:
Sensor Reading UpperCritical
redfishtool: Error: Chassis resource does not have a Thermal link
"Thermal" is a deprecated resource. This should work with what I have, and probably just list everything under the linked "Sensors" collection.