Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chassis Sensors option requires the deprecated Thermal resource #104

Open
blakehilliard opened this issue Jun 21, 2023 · 1 comment
Open

Comments

@blakehilliard
Copy link

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.

@mraineri
Copy link
Contributor

Unfortunately this tool has been deprioritized for other tools (like Redfish Tacklebox); we're certainly open to reviewing pull requests with enhancements though.

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

No branches or pull requests

2 participants