iLO 4 REST API Data Model (ThermalMetrics Resource Type) - shamimur/hp-proliant-sdk GitHub Wiki

HP RESTful API Data Model Reference for iLO 4—Redfish 1.0 Conformance (Cont)

"ThermalMetrics" Resource Type

Resource Instances

/rest/v1/Chassis/{item}/Thermal

See Resource Map for more details.

The schema definition for the Thermal Metrics. It represents the properties for temperature and cooling.

"ThermalMetrics" defines the following properties:

"Fans[]/Context"

This property is a member of ThermalMetrics

The area or device to which this temperature measurement applies.
JSON type:
String containing one of the following supported values:

"System" "System Board" "I/O Board" "CPU" "Memory" "Storage" "Removable Media" "Power Supply" "Ambient" "Chassis" "Bridge Board" "Exhaust" "Processor Bay" "IO Bay" "Blade Slot" "Virtual"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Fans[]/CorrelatableID"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The CorrelatableID for this fan.
JSON type:
String

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/CurrentReading"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The current speed of the fan.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/FanName"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The name of the fan sensor.
JSON type:
String

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/LowerThresholdCritical"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Below normal range but not yet fatal.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/LowerThresholdFatal"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Below normal range and is fatal.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/LowerThresholdNonCritical"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Below normal range.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/MaximumValue"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Maximum value for CurrentReading.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/MinimumValue"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Minimum value for CurrentReading.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/Oem/Hp/Location"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Indicates the component (i.e. CPU, Memory, and Storage) that the fan is being used to cool.
JSON type:
String containing one of the following supported values: "System" "System Board" "I/O Board" "CPU" "Memory" "Storage" "Removable Media" "Power Supply" "Ambient" "Chassis" "Bridge Board" "Exhaust" "Processor Bay" "IO Bay" "Blade Slot" "Virtual"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Fans[]/Status/Health"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Indicates the health state of this resource without considering its dependent resources.
JSON type:
String containing one of the following supported values: "OK" "Warning" "Critical"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Fans[]/Status/HealthRollUp"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Indicates the overall health state of this resource and its dependent resources.
JSON type:
String containing one of the following supported values: "OK" "Warning" "Critical"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Fans[]/Status/State"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.
JSON type:
String containing one of the following supported values: "Enabled" "Disabled" "Offline" "InTest" "Starting" "Absent"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Fans[]/Units"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Units for the CurrentReading.
JSON type:
String containing one of the following supported values: "RPM" "Percent"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/UpperThresholdCritical"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Above normal range but not yet fatal.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/UpperThresholdFatal"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Above normal range and is fatal.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Fans[]/UpperThresholdNonCritical"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Above normal range.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Status/Health"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Indicates the health state of this resource without considering its dependent resources.
JSON type:
String containing one of the following supported values: "OK" "Warning" "Critical"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Status/HealthRollUp"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Indicates the overall health state of this resource and its dependent resources.
JSON type:
String containing one of the following supported values: "OK" "Warning" "Critical"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Status/State"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.
JSON type:
String containing one of the following supported values: "Enabled" "Disabled" "Offline" "InTest" "Starting" "Absent"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Temperatures[]/Context"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The area or device to which this temperature measurement applies.
JSON type:
String containing one of the following supported values: "System" "System Board" "I/O Board" "CPU" "Memory" "Storage" "Removable Media" "Power Supply" "Ambient" "Chassis" "Bridge Board" "Exhaust" "Processor Bay" "IO Bay" "Blade Slot" "Virtual"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Temperatures[]/CorrelatableID"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The CorrelatableID for this temperature sensor.
JSON type:
String

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/CurrentReading"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The current reading of the temperature sensor.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/LowerThresholdCritical"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Below normal range but not yet fatal.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/LowerThresholdFatal"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Below normal range and is fatal.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/LowerThresholdNonCritical"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Below normal range.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/MaximumValue"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Maximum value for CurrentReading.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/MinimumValue"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Minimum value for CurrentReading.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/Number"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
A numerical identifier to represent the temperature sensor.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/Oem/Hp/LocationXmm"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The location of the sensor, in millimeters, along the X axis from the logical reference point.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Temperatures[]/Oem/Hp/LocationYmm"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The location of the sensor, in millimeters, along the Y axis from the logical reference point.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Temperatures[]/Oem/Hp/LocationZmm"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The location of the sensor, in millimeters, along the Z axis from the logical reference point.
JSON type:
Integer greater than or equal to 0.

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Temperatures[]/Status/Health"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Indicates the health state of this resource without considering its dependent resources.
JSON type:
String containing one of the following supported values: "OK" "Warning" "Critical"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Temperatures[]/Status/HealthRollUp"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Indicates the overall health state of this resource and its dependent resources.
JSON type:
String containing one of the following supported values: "OK" "Warning" "Critical"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not.

"Temperatures[]/Status/State"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.
JSON type:
String containing one of the following supported values: "Enabled" "Disabled" "Offline" "InTest" "Starting" "Absent" h4>HTTP Operations
GET Rendered if supported by the implementation or omitted if not.

"Temperatures[]/Units"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The temperature sensor's units.
JSON type:
String containing one of the following supported values: "Celsius" "Fahrenheit"

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/UpperThresholdCritical"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Above normal range but not yet fatal.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/UpperThresholdFatal"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
Above normal range and is fatal.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.

"Temperatures[]/UpperThresholdNonCritical"

This property is a member of [ThermalMetrics](https://github.com/HewlettPackard/python-proliant-sdk/wiki/iLO-4-REST-API-Data-Model-(ThermalMetrics-Resource-Type)#resource-instances)
The noncritical temperature threshold.
JSON type:
Integer

HTTP Operations

GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.
⚠️ **GitHub.com Fallback** ⚠️