| ||
| detail: element | attribute | value | ||
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],
}
|
| Name | Type | Description |
|---|---|---|
| capacityExpansionRecord (wrapped by expansionHistory) | xsd:list[CapacityExpansionRecord] | Expansion history of the appliance. |
| Name | Type | Description |
|---|---|---|
| currentCapacityGiB | xsd:double | The current physical capacity in GiB. The capacity may increase if shelves are attached and activated. |
| expansionSupported | xsd:boolean | True means the appliance supports storage expansion |
| isAllFlash | xsd:boolean | 'True' means that the platform is AllFlash. |
| isExpandable | xsd:boolean | True means the appliance has room for storage expansion |
| modelName | xsd:string | Model identifier. |
| osVersion | xsd:string | Version of Tintri Operating System running on this platform. |
| serialNumber | xsd:string | Unique serial number assigned by manufacturer. |
| ||
| detail: element | attribute | value | ||