Name: ApplianceController

Tintri Appliance hardware information on multiple CPUs, memory units, adapters, fans, temperatures and network bonds.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceController",
   "locator": <String>,
   "osVersion": <String>,
   "role": 'ACTIVE' | 'STANDBY',
   "state": <String>,
   "components": [ApplianceComponent],
   "doms": [DOM],
   "networkBonds": [ApplianceControllerNetworkBond],
   "temperatures": [Temperature],
}

Elements
NameTypeDescription
component (wrapped by components)xsd:list[ApplianceComponent]The list of hardware components for this controller.
dom (wrapped by doms)xsd:list[DOM]The list of DOMs information from sensors in this controller.
networkBond (wrapped by networkBonds)xsd:list[ApplianceControllerNetworkBond]The list of appliance controller network bonds.
temperature (wrapped by temperatures)xsd:list[Temperature]The list of temperature information from sensors in this controller.

Attributes
NameTypeDescription
locatorxsd:stringThe internal location for this appliance controller.
osVersionxsd:stringThe appliance controller OS version.
roleACTIVE | STANDBYThe role for this appliance controller.
ACTIVE
STANDBY
statexsd:stringThe appliance controller state, which could be "ACTIVE", "SYNCED".