Lin Yang 9135c6615c Add Thermal resource for RSD 2.1
Change-Id: Ie76fde721d44bb89e22780e2ce4ac32869b99e8c
2018-12-18 22:51:37 -08:00

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
}
]
}