Redfishtool icon indicating copy to clipboard operation
Redfishtool copied to clipboard

Chassis Sensors option requires the deprecated Thermal resource

Open blakehilliard opened this issue 1 year ago • 1 comments

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.

blakehilliard avatar Jun 21 '23 19:06 blakehilliard