Class NetworkAlertsHistoryItem
Network Alerts History Item
[DataContract]
public class NetworkAlertsHistoryItem
- Inheritance
-
NetworkAlertsHistoryItem
- Inherited Members
Constructors
NetworkAlertsHistoryItem()
public NetworkAlertsHistoryItem()
Properties
AlertData
relevant data about the event that caused the alert
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "alertData")]
public object AlertData { get; set; }
Property Value
AlertType
user friendly alert type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "alertType")]
public string AlertType { get; set; }
Property Value
AlertTypeId
type of alert
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "alertTypeId")]
public string AlertTypeId { get; set; }
Property Value
Destinations
the destinations this alert is configured to be delivered to
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "destinations")]
public NetworkAlertsHistoryItemDestinations Destinations { get; set; }
Property Value
Device
info related to the device that caused the alert
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "device")]
public NetworkAlertsHistoryItemDevice Device { get; set; }
Property Value
OccurredAt
time when the event occurred
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "occurredAt")]
public string OccurredAt { get; set; }