Skip to content

Chassis Sensors option requires the deprecated Thermal resource #104

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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