Name: ApplianceInfo

Tintri Appliance information which includes serial number, model name, OS verison, and product ID.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceInfo",
   "currentCapacityGiB": <Number>,
   "expansionSupported": <Boolean>,
   "isAllFlash": <Boolean>,
   "isExpandable": <Boolean>,
   "modelName": <String>,
   "osVersion": <String>,
   "serialNumber": <String>,
   "expansionHistory": [CapacityExpansionRecord],
}

Elements
NameTypeDescription
capacityExpansionRecord (wrapped by expansionHistory)xsd:list[CapacityExpansionRecord]Expansion history of the appliance.

Attributes
NameTypeDescription
currentCapacityGiBxsd:doubleThe current physical capacity in GiB. The capacity may increase if shelves are attached and activated.
expansionSupportedxsd:booleanTrue means the appliance supports storage expansion
isAllFlashxsd:boolean'True' means that the platform is AllFlash.
isExpandablexsd:booleanTrue means the appliance has room for storage expansion
modelNamexsd:stringModel identifier.
osVersionxsd:stringVersion of Tintri Operating System running on this platform.
serialNumberxsd:stringUnique serial number assigned by manufacturer.