Skip to content

Chassis Sensors option requires the deprecated Thermal resource #104

@blakehilliard

Description

@blakehilliard

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions