| ||
| detail: element | attribute | value | ||
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>,
}
|
| Name | Type | Description | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| description | xsd:string | Hardware component description | ||||||||||||||||||||||||||||
| locator | xsd:string | Internal ID to locate this hardware component. | ||||||||||||||||||||||||||||
| status | xsd:string | Hardware status description. | ||||||||||||||||||||||||||||
| type | CPU | MEMORY | FAN | POWER_SUPPLY | MISC | DOM | TEMPERATURE | IO_CARD | VOLTAGE | CABLE | SENSOR_CURRENT | SAS_PORT | CONTROLLER | DISK | Hardware type.
| ||||||||||||||||||||||||||||
| unit | xsd:string | Unit used to express the temperature value. | ||||||||||||||||||||||||||||
| value | xsd:int | Actual temperature value, the unit is specified in getUnit(). |
| ||
| detail: element | attribute | value | ||