Table of Contents

Class NetworkAlertsHistoryItem

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

object

AlertType

user friendly alert type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "alertType")]
public string AlertType { get; set; }

Property Value

string

AlertTypeId

type of alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "alertTypeId")]
public string AlertTypeId { get; set; }

Property Value

string

Destinations

the destinations this alert is configured to be delivered to

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "destinations")]
public NetworkAlertsHistoryItemDestinations Destinations { get; set; }

Property Value

NetworkAlertsHistoryItemDestinations

Device

info related to the device that caused the alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "device")]
public NetworkAlertsHistoryItemDevice Device { get; set; }

Property Value

NetworkAlertsHistoryItemDevice

OccurredAt

time when the event occurred

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "occurredAt")]
public string OccurredAt { get; set; }

Property Value

string