Name: ApplianceSupport

Tintri Appliance auto-support configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceSupport",
   "contact": <String>,
   "email": <String>,
   "isEnabled": <Boolean>,
   "location": <String>,
   "phone": <String>,
   "webProxyHostname": <String>,
   "webProxyPassword": <String>,
   "webProxyPort": <Number>,
   "webProxyUsername": <String>,
}

Attributes
NameTypeDescription
contactxsd:stringThe customer contact name.
emailxsd:stringThe customer contact email addresss.
isEnabledxsd:boolean'True' indicates that auto-support is enabled, 'False' indicates that auto-support is disabled.
locationxsd:stringThe Tintri Appliance location.
phonexsd:stringThe customer contact phone number.
webProxyHostnamexsd:stringThe web proxy host name.
webProxyPasswordxsd:stringThe web proxy password.
webProxyPortxsd:intThe web proxy port number.
webProxyUsernamexsd:stringThe web proxy user name.