Name: ApplianceEmail

Tintri Appliance e-mail configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceEmail",
   "emailNoticeLevel": 'ALERTS_ONLY' | 'ALERTS_AND_SOME_NOTICES' | 'ALERTS_AND_ALL_NOTICES',
   "fromEmail": <String>,
   "password": <String>,
   "smtpConnection": 'NO_SECURE_CONNECTION' | 'TLS' | 'SSL',
   "smtpHost": <String>,
   "smtpIsLoginRequired": <Boolean>,
   "smtpPort": <Number>,
   "smtpSSLPort": <Number>,
   "toEmail": <String>,
   "username": <String>,
}

Attributes
NameTypeDescription
emailNoticeLevelALERTS_ONLY | ALERTS_AND_SOME_NOTICES | ALERTS_AND_ALL_NOTICESThe email notice level setting. E-mail will be sent if notification is equal or above the notice level.
ALERTS_ONLYAlerts only
ALERTS_AND_SOME_NOTICESAlerts and some notices
ALERTS_AND_ALL_NOTICESAlerts and all notices
fromEmailxsd:stringThe email address to receive from.
passwordxsd:stringThe e-mail password.
smtpConnectionNO_SECURE_CONNECTION | TLS | SSLThe SMTP connection type.
NO_SECURE_CONNECTIONConnection is not secure
TLSConnection using TLS protocol
SSLConnection using SSL protocol
smtpHostxsd:stringThe SMTP host name.
smtpIsLoginRequiredxsd:booleanIndicates if SMTP login is required. 'True' indicates SMTP login is required, and 'false' indicates SMTP login is not required.
smtpPortxsd:intThe SMTP port number.
smtpSSLPortxsd:intThe SMTP SLL port number.
toEmailxsd:stringComma separated email addresses to send to.
usernamexsd:stringThe e-mail username.