Name: Temperature

The class describes the temperature information on Tintri Appliance.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.Temperature",
   "description": <String>,
   "locator": <String>,
   "status": <String>,
   "type": 'CPU' | 'MEMORY' | 'FAN' | 'POWER_SUPPLY' | 'MISC' | 'DOM' | 'TEMPERATURE' | 'IO_CARD' | 'VOLTAGE' | 'CABLE' | 'SENSOR_CURRENT' | 'SAS_PORT' | 'CONTROLLER' | 'DISK',
   "unit": <String>,
   "value": <Number>,
}

Attributes
NameTypeDescription
descriptionxsd:stringHardware component description
locatorxsd:stringInternal ID to locate this hardware component.
statusxsd:stringHardware status description.
typeCPU | MEMORY | FAN | POWER_SUPPLY | MISC | DOM | TEMPERATURE | IO_CARD | VOLTAGE | CABLE | SENSOR_CURRENT | SAS_PORT | CONTROLLER | DISKHardware type.
CPUCPU component
MEMORYMemory component
FANFan component
POWER_SUPPLYPower supply component
MISCMiscellaneous component
DOMDevice on Motherboard component
TEMPERATURETemperature sensor component
IO_CARDI/O card component
VOLTAGEVoltage sensor component
CABLECable component
SENSOR_CURRENTCurrent sensor component
SAS_PORTSerial Attached SCSI port component
CONTROLLERController component
DISKDisk component
unitxsd:stringUnit used to express the temperature value.
valuexsd:intActual temperature value, the unit is specified in getUnit().