85 lines
2.6 KiB
JSON
85 lines
2.6 KiB
JSON
{
|
|
"@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
|
|
"@odata.id": "/redfish/v1/Chassis/Rack1/Thermal",
|
|
"@odata.type": "#Thermal.v1_1_0.Thermal",
|
|
"Id": "Thermal",
|
|
"Name": "ThermalName",
|
|
"Description": "Thermal Subsystem",
|
|
"Temperatures": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Chassis/Rack1/Thermal#/Temperatures/0",
|
|
"MemberId": "0",
|
|
"Name": "Drawer inlet Temp",
|
|
"SensorNumber": 42,
|
|
"Status": {
|
|
"State": "Enabled",
|
|
"Health": "OK"
|
|
},
|
|
"ReadingCelsius": 21,
|
|
"UpperThresholdNonCritical": 42,
|
|
"UpperThresholdCritical": 42,
|
|
"UpperThresholdFatal": 42,
|
|
"LowerThresholdNonCritical": 42,
|
|
"LowerThresholdCritical": 5,
|
|
"LowerThresholdFatal": 42,
|
|
"MinReadingRange": 0,
|
|
"MaxReadingRange": 200,
|
|
"PhysicalContext": "Intake",
|
|
"RelatedItem": [
|
|
{"@odata.id": "/redfish/v1/Chassis/Drawer1" }
|
|
]
|
|
}
|
|
],
|
|
"Fans": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Chassis/Rack1/Thermal#/Fans/0",
|
|
"MemberId": "0",
|
|
"Name": "BaseBoard System Fan",
|
|
"PhysicalContext": "Backplane",
|
|
"Status": {
|
|
"State": "Enabled",
|
|
"Health": "OK"
|
|
},
|
|
"Reading": 2100,
|
|
"ReadingUnits": "RPM",
|
|
"UpperThresholdNonCritical": 42,
|
|
"UpperThresholdCritical": 4200,
|
|
"UpperThresholdFatal": 42,
|
|
"LowerThresholdNonCritical": 42,
|
|
"LowerThresholdCritical": 5,
|
|
"LowerThresholdFatal": 42,
|
|
"MinReadingRange": 0,
|
|
"MaxReadingRange": 5000,
|
|
"Redundancy" : [
|
|
{
|
|
"@odata.id": "/redfish/v1/Chassis/Rack1/Thermal#/Redundancy/0"
|
|
}
|
|
],
|
|
"RelatedItem" : [
|
|
{
|
|
"@odata.id": "/redfish/v1/Chassis/Rack1"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Redundancy": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Chassis/Rack1/Thermal#/Redundancy/0",
|
|
"MemberId": "0",
|
|
"Name": "BaseBoard System Fans",
|
|
"RedundancyEnabled": false,
|
|
"RedundancySet": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Chassis/1/Thermal#/Fans/0"
|
|
}
|
|
],
|
|
"Mode": "N+m",
|
|
"Status": {
|
|
"State": "Disabled",
|
|
"Health": "OK"
|
|
},
|
|
"MinNumNeeded": 1,
|
|
"MaxNumSupported": 2
|
|
}
|
|
]
|
|
} |