Name: ApplianceDisk

Hardware information about physical disks attached to the Tintri Appliance.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceDisk",
   "description": <String>,
   "diskType": 'DISK_TYPE_NONE' | 'DISK_TYPE_HDD' | 'DISK_TYPE_SSD',
   "locator": <String>,
   "rebuildPercent": <Number>,
   "rebuildRemainingSeconds": <Number>,
   "state": 'DISK_STATE_NONE' | 'DISK_STATE_ACTIVE' | 'DISK_STATE_FAILED' | 'DISK_STATE_MISPLACED' | 'DISK_STATE_REBUILD' | 'DISK_STATE_SPARE' | 'DISK_STATE_REMOVED' | 'DISK_STATE_OFFLINE' | 'DISK_STATE_POWEROFF' | 'DISK_STATE_INVALID' | 'DISK_STATE_EMPTY',
   "status": <String>,
   "type": 'CPU' | 'MEMORY' | 'FAN' | 'POWER_SUPPLY' | 'MISC' | 'DOM' | 'TEMPERATURE' | 'IO_CARD' | 'VOLTAGE' | 'CABLE' | 'SENSOR_CURRENT' | 'SAS_PORT' | 'CONTROLLER' | 'DISK',
}

Attributes
NameTypeDescription
descriptionxsd:stringHardware component description
diskTypeDISK_TYPE_NONE | DISK_TYPE_HDD | DISK_TYPE_SSDDisk type.
DISK_TYPE_NONEUnknown disk type
DISK_TYPE_HDDHard disk type
DISK_TYPE_SSDFlash memory disk type
locatorxsd:stringInternal ID to locate this hardware component.
rebuildPercentxsd:intDisk rebuild progress percentage.
rebuildRemainingSecondsxsd:longNumber of seconds left for rebuild.
stateDISK_STATE_NONE | DISK_STATE_ACTIVE | DISK_STATE_FAILED | DISK_STATE_MISPLACED | DISK_STATE_REBUILD | DISK_STATE_SPARE | DISK_STATE_REMOVED | DISK_STATE_OFFLINE | DISK_STATE_POWEROFF | DISK_STATE_INVALID | DISK_STATE_EMPTYDisk state.
DISK_STATE_NONEUnknown disk state
DISK_STATE_ACTIVEDisk is active and serving data
DISK_STATE_FAILEDDisk has failed
DISK_STATE_MISPLACEDDisk was misplaced and can't be found
DISK_STATE_REBUILDDisk is rebuilding
DISK_STATE_SPAREDisk is a spare
DISK_STATE_REMOVEDDisk was removed
DISK_STATE_OFFLINEDisk is offline
DISK_STATE_POWEROFFDisk is powered off
DISK_STATE_INVALIDDisk is invalid
DISK_STATE_EMPTYDisk is empty
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