Skip to main content

GET – Thermal management properties

Use the GET method to retrieve properties in Thermal resource for a server.

Request URL

GET https://<BMC_IPADDR>/redfish/v1/Chassis/1/Thermal

Request body

None

Response body

The response is a JSON object that contains the following parameters:

FieldTypeDescription

Id

StringUniquely identifies the resource within the thermal resource. Always set to “1”.

Name

StringThe name of thermal resource. Always sets to “Thermal”.

Description

StringProvides a description of the thermal resource.

Status

ObjectDescribes the status and health of a resource and its children.
 

State

StringThis indicates the known state of the resource, such as if it is enabled.
 

HealthRollup

StringThis represents the overall health state from the view of this resource.

Temperatures

Array

Items: object.

This is the definition for temperature sensors.

 

Temperatures[1]

ObjectThis is the definition for a specified temperature sensor.
  

MemberId

StringThis is the identifier for the member within the collection.
  

Name

StringThe name of this temperature sensor.
  

LowerThresholdCritical

NumberBelow normal range but not yet fatal.
  

LowerThresholdFatal

NumberBelow normal range and is fatal.
  

LowerThresholdNonCritical

NumberBelow normal range.
  

UpperThresholdCritical

NumberAbove normal range but not yet fatal.
  

UpperThresholdFatal

NumberAbove normal range and is fatal.
  

UpperThresholdNonCritical

NumberAbove normal range.
  

MinReadingRangeTemp

NumberMinimum value for ReadingCelsius.
  

MaxReadingRangeTemp

NumberMaximum value for ReadingCelsius.
  

PhysicalContext

StringDescribes the area or device to which this temperature measurement applies.
  

ReadingCelsius

NumberTemperature.
  

RelatedItem

ArrayDescribes the areas or devices to which this temperature measurement applies.
   

RelatedItem[N]

LinkThe element of the array provides a link to device applied. If the PhysicalContext is “CPU”, the array will contain an element links to related processor resource. Otherwise, the array will contain an element links to the chassis resource and an element links to the system resource.
  

SensorNumber

NumberA numerical identifier to represent the temperature sensor.
  

Status

ObjectDescribes the status and health of a resource and its children.
   

State

StringThis indicates the known state of the resource, such as if it is enabled.

Fans

ArrayThis is the definition for fans.
 

Fan[N]

ObjectThis is the definition for a specified fan.
  

FanName

ObjectName of the fan.
  

Location

ObjectThe location of the fan.
   

PartLocation

ObjectThe part location within the placement.
    

LocationOrdinalValue

NumberThe number that represents the location of this fan.
    

LocationType

String

The type of location of the fan.

Fixed value : “Slot”

    

ServiceLabel

StringThe service label of the fan, same as FanName.
  

MemberId

StringThis is the identifier for the member within the collection.
  

Name

StringName of the fan.
  

MaxReadingRange

NumberMaximum value for Reading.
  

MinReadingRange

NumberMinimum value for Reading.
  

PhysicalContext

StringDescribes the area or device associated with this fan. Fixed value : “Fan”.
  

Reading

NumberCurrent fan speed.
  

ReadingUnits

StringUnits in which the reading and thresholds are measured. Always set to “RPM”.
  

RelatedItem

ArrayDescribes the areas or devices to which this temperature measurement applies.
   

RelatedItem[N]

LinkThe element of the array provides a link to device applied. One element links to chassis resource. One element links to system resource.
  

Status

ObjectDescribes the status and health of a resource and its children.
   

State

StringThis indicates the known state of the resource, such as if it is enabled.
   

Health

StringThis represents the health state of this resource in the absence of its dependent resources.
  

UpperThresholdCritical

NumberAbove normal range but not yet fatal.
  

UpperThresholdFatal

NumberAbove normal range and is fatal.
  

UpperThresholdNonCritical

NumberAbove normal range.
  

LowerThresholdCritical

NumberBelow normal range but not yet fatal.
  

LowerThresholdFatal

NumberBelow normal range and is fatal.
  

LowerThresholdNonCritical

NumberBelow normal range.

Status code

HTTP Status CodeError Message ID
500InternalError

Example

The following example JSON response is returned:

{
"Temperatures": [
{
"LowerThresholdFatal": null,
"LowerThresholdCritical": null,
"PhysicalContext": "Intake",
"@odata.id": "/redfish/v1/Chassis/1/Thermal#/Temperatures/0",
"RelatedItem": [
{
"@odata.id": "/redfish/v1/Systems/1"
},
{
"@odata.id": "/redfish/v1/Chassis/1"
}
],
"Status": {
"State": "Enabled"
},
"Name": "Ambient Temp",
"MinReadingRangeTemp": 0,
"UpperThresholdCritical": 47,
"UpperThresholdNonCritical": 43,
"LowerThresholdNonCritical": null,
"ReadingCelsius": 25,
"SensorNumber": 49,
"MemberId": "0",
"UpperThresholdFatal": 50,
"MaxReadingRangeTemp": 100
},
{
"LowerThresholdFatal": null,
"LowerThresholdCritical": null,
"PhysicalContext": "CPU",
"@odata.id": "/redfish/v1/Chassis/1/Thermal#/Temperatures/1",
"MemberId": "1",
"Status": {
"State": "Enabled"
},
"Name": "CPU 1 Temp",
"MinReadingRangeTemp": 0,
"UpperThresholdCritical": 105,
"UpperThresholdNonCritical": 100,
"LowerThresholdNonCritical": null,
"ReadingCelsius": 33,
"SensorNumber": 51,
"RelatedItem": [
{
"@odata.id": "/redfish/v1/Systems/1/Processors/1"
}
],
"UpperThresholdFatal": 110,
"MaxReadingRangeTemp": null
},

],
"@odata.etag": "\"1075c4c15193d22d2aa0597\"",
"Description": "It represents the properties for Temperature and Cooling.",
"Status": {
"HealthRollup": "OK",
"State": "Enabled"
},
"Name": "Thermal",
"@odata.type": "#Thermal.v1_7_1.Thermal",
"@odata.id": "/redfish/v1/Chassis/1/Thermal",
"@odata.context": "/redfish/v1/$metadata#Thermal.Thermal",
"Fans": [
{
"LowerThresholdFatal": null,
"Status": {
"Health": "OK",
"State": "Enabled"
},
"Reading": 6642,
"ReadingUnits": "RPM",
"@odata.id": "/redfish/v1/Chassis/1/Thermal#/Fans/0",
"FanName": "Fan 1 Front Tach",
"LowerThresholdCritical": 984,
"PhysicalContext": "Fan",
"MinReadingRange": 0,
"MemberId": "0",
"Oem": {

},
"Name": "Fan 1 Front Tach",
"HotPluggable": true,
"UpperThresholdCritical": null,
"UpperThresholdNonCritical": null,
"LowerThresholdNonCritical": null,
"MaxReadingRange": 20910,
"SensorNumber": 65,
"Location": {
"PartLocation": {
"ServiceLabel": "Fan 1 Front Tach",
"LocationType": "Slot",
"LocationOrdinalValue": 1
}
},
"UpperThresholdFatal": null,
"RelatedItem": [
{
"@odata.id": "/redfish/v1/Systems/1"
},
{
"@odata.id": "/redfish/v1/Chassis/1"
}
]
},
{
"LowerThresholdFatal": null,
"Status": {
"Health": "OK",
"State": "Enabled"
},
"Reading": 6300,
"ReadingUnits": "RPM",
"@odata.id": "/redfish/v1/Chassis/1/Thermal#/Fans/6",
"FanName": "Fan 1 Rear Tach",
"LowerThresholdCritical": 975,
"PhysicalContext": "Fan",
"RelatedItem": [
{
"@odata.id": "/redfish/v1/Systems/1"
},
{
"@odata.id": "/redfish/v1/Chassis/1"
}
],
"MemberId": "6",
"Oem": {

},
"Name": "Fan 1 Rear Tach",
"MinReadingRange": 0,
"UpperThresholdCritical": null,
"HotPluggable": true,
"LowerThresholdNonCritical": null,
"MaxReadingRange": 19125,
"SensorNumber": 73,
"Location": {
"PartLocation": {
"ServiceLabel": "Fan 1 Rear Tach",
"LocationType": "Slot",
"LocationOrdinalValue": 1
}
},
"UpperThresholdFatal": null,
"UpperThresholdNonCritical": null
},

],
"Fans@odata.count": 12,
"Temperatures@odata.count": 39,
"Id": "1",
"Oem": {

}
}