Name: ApplianceAlertCounts

Tintri Appliance notification count information.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.alerts.ApplianceAlertCounts",
   "numArchivedAlerts": <Number>,
   "numArchivedNotices": <Number>,
   "numInboxAlerts": <Number>,
   "numInboxNotices": <Number>,
   "numUnreadAlerts": <Number>,
   "uuid": <String>,
}

Attributes
NameTypeDescription
numArchivedAlertsxsd:intThe number of archived alerts since appliance installed.
numArchivedNoticesxsd:intThe number of archived notices since appliance installed.
numInboxAlertsxsd:intThe number of inbox alerts since appliance installed.
numInboxNoticesxsd:intThe number of inbox notices since appliance installed.
numUnreadAlertsxsd:intThe number of unread alerts since appliance installed.
uuidxsd:stringThe Appliance Tintri UUID.