Name: ApplianceOperationalInfo

Tintri Appliance operational information which contains sample time, up time, count of unread alerts, file system status, urgent message.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceOperationalInfo",
   "alertsUnreadCount": <Number>,
   "isFilesystemUp": <Boolean>,
   "sampleTime": DateTime,
   "uptime": <String>,
   "urgentMessage": <String>,
   "criticalActionPrompts": [CriticalActionPrompt],
}

Elements
NameTypeDescription
criticalActionPrompt (wrapped by criticalActionPrompts)xsd:list[CriticalActionPrompt]gets the List of actions required for the Appliance when settings are changed

Attributes
NameTypeDescription
alertsUnreadCountxsd:intThe unread alerts count.
isFilesystemUpxsd:boolean'True' indicates that the file system is up. 'False' indicates that the file system is down.
sampleTimeDateTimeThe time this data was sampled.
uptimexsd:stringNumber of days, hours and minutes the appliance is up and running since last update or boot. The format is "%d days %d hours %d minutes".
urgentMessagexsd:stringUrgent message for the datastore