-
Notifications
You must be signed in to change notification settings - Fork 2
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
Get systems output showing an error #2
Comments
@rajinator , here is what is expected. go-redfish-api-idrac/assets/responses/computer_system_1.json Lines 130 to 134 in 69dfd98
Your output has slightly different format (which is not accounted for), e.g.
I tested it with Integrated Dell Remote Access Controller, Redfish API Version: 1.4.0 What is the end device? iDRAC on which system? |
Ah I see. It is iDRAC on a PowerEdge R620 1U server. Redfish API version is also quite old so could be both of these |
@rajinator , if you find an upgrade path, please let me know. |
I have the same issue with a Dell R240, iDRAC 9, on the latest release (
Error:
Here's the {
"Chassis": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
}
],
"[email protected]": 1,
"CooledBy": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3"
}
],
"[email protected]": 4,
"ManagedBy": [
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
}
],
"[email protected]": 1,
"Oem": {
"Dell": {
"@odata.type": "#DellOem.v1_3_0.DellOemLinks",
"BootOrder": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBootSources"
},
"DellBootSources": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBootSources"
},
"DellSoftwareInstallationService": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService"
},
"DellVideoCollection": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellVideo"
},
"DellChassisCollection": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellChassis"
},
"DellPresenceAndStatusSensorCollection": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPresenceAndStatusSensors"
},
"DellSensorCollection": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors"
},
"DellRollupStatusCollection": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus"
},
"DellPSNumericSensorCollection": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors"
},
"DellVideoNetworkCollection": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellVideoNetwork"
},
"DellOSDeploymentService": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService"
},
"DellMetricService": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellMetricService"
},
"DellGPUSensorCollection": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellGPUSensors"
},
"DellRaidService": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService"
},
"DellNumericSensorCollection": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors"
},
"DellBIOSService": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBIOSService"
},
"DellSlotCollection": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots"
}
}
},
"PoweredBy": [],
"[email protected]": 0
} |
Here is what happens when I run --operation get-systems, unsure if this is due to the version of the iDRAC/redfish or an actual issue
Single line output
Prettified
Get Info output
Happy to provide more information if needed!
The text was updated successfully, but these errors were encountered: