{ "@odata.context": "/rest/v1/$metadata#Chassis/Enc1/ThermalMetrics/$entity", "@odata.id": "/rest/v1/Chassis/Enc1/ThermalMetrics", "@odata.type": "http://dmtf.org/schema/v1/ThermalMetrics#ThermalMetrics.0.9.2.ThermalMetrics", "Id": "ThermalMetrics", "Name": "Thermal Metrics", "Modified": "2013-07-22T14:44+00:00", "Temperatures": [ { "Name": "Sensor ID String", "Number": 42, "Status": { "State": "Enabled", "Health": "OK" }, "Units": "Celsius", "CurrentReading": 45, "UpperThresholdNonCritical": 30, "UpperThresholdCritical": 40, "UpperThresholdFatal": 50, "LowerThresholdNonCritical": 10, "LowerThresholdCritical": 5, "LowerThresholdFatal": 0, "MinimumValue": 0, "MaximumValue": 200, "PhysicalContext": "Intake", "CorrelatableID": "ReferenceToAPotentialThingLikeAProcessor" } ], "Fans": [ { "FanName": "BaseBoard System Fan", "CorrelatableID": "Chassis/Enc1/Fan1", "Status": { "State": "Enabled", "Health": "OK" }, "Units": "RPM", "CurrentReading": 2100, "UpperThresholdNonCritical": 42, "UpperThresholdCritical": 4200, "UpperThresholdFatal": 42, "LowerThresholdNonCritical": 42, "LowerThresholdCritical": 5, "LowerThresholdFatal": 42, "MinimumValue": 0, "MaximumValue": 5000 }, { "FanName": "BaseBoard System Fan Backup", "CorrelatableID": "Chassis/Enc1/Fan2", "Status": { "State": "Enabled", "Health": "OK" }, "Units": "RPM", "CurrentReading": 2100, "UpperThresholdNonCritical": 42, "UpperThresholdCritical": 4200, "UpperThresholdFatal": 42, "LowerThresholdNonCritical": 42, "LowerThresholdCritical": 5, "LowerThresholdFatal": 42, "MinimumValue": 0, "MaximumValue": 5000 } ], "Redundancy": [ { "Name": "BaseBoard System Fans", "ActiveCorrelatableIDs": [ "/rest/v1/Chassis/1/Fan1", "/rest/v1/Chassis/1/Fan2" ], "Mode": "N+1", "Status": { "State": "Enabled", "Health": "OK" }, "MinNumNeeded": 1, "MaxNumSupported": 2 } ] }