Name: Alert

Encapsulates Log Message, of type Alert or Notice, generated by Tintri Appliance.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.Alert",
   "comment": <String>,
   "isEmailSent": <Boolean>,
   "lastUpdatedTime": DateTime,
   "localAlias": <String>,
   "message": <String>,
   "notifiedTimestamp": <Number>,
   "severity": 'ALERT' | 'NOTICE',
   "source": <String>,
   "sourceApplianceDisplayName": <String>,
   "sourceApplianceUuid": <String>,
   "state": 'NEW' | 'ACKNOWLEDGED' | 'ARCHIVED',
   "uuid": Uuid,
}

Elements
NameTypeDescription
uuidUuidUnique Tintri UUID for the object

Attributes
NameTypeDescription
commentxsd:stringComment associated with the log message
isEmailSentxsd:boolean'True' if email is sent, else 'False'.
lastUpdatedTimeDateTimeLast time the entity is updated in the format YYYY-MM-DDThh:mm:ss.ms-/+zz:zz
localAliasxsd:stringAlias used for the entity instance in this Tintri API server. If an alias is not set, then localAlias is not returned.
messagexsd:stringObtains the log message of the underlying alert or notice.
notifiedTimestampxsd:longNotification timestamp
severityALERT | NOTICESeverity of log message - 'Alert' or 'Notice'.
ALERTAlert message type
NOTICENotice message type
sourcexsd:stringSource of the log message, typically VMstores from where this message originates. More applicable in the context when a TGC instance manages multiple VMstores and TGC aggregated all these log messages from different VMstores which are in the cluster.
sourceApplianceDisplayNamexsd:stringDisplay name of the appliance from where the log message is originated
sourceApplianceUuidxsd:stringTintri UUID of the appliance where this log message is originated
stateNEW | ACKNOWLEDGED | ARCHIVEDState of the alert - read, un-read or archieved.
NEWNew alert, typically un-read and non-archieved.
ACKNOWLEDGEDAcknowledged alert.
ARCHIVEDArchived alert.