Table of Contents

Class Alert

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

Alert

[DataContract]
public class Alert
Inheritance
Alert
Inherited Members

Properties

AlertDestinations

Gets or Sets AlertDestinations

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "alertDestinations")]
public AlertDestinations AlertDestinations { get; set; }

Property Value

AlertDestinations

Enabled

A boolean depicting if the alert is turned on or off

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

A boolean depicting if the alert is turned on or off

Filters

A hash of specific configuration data for the alert. Only filters specific to the alert will be updated.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "filters")]
public AlertFilters Filters { get; set; }

Property Value

AlertFilters

A hash of specific configuration data for the alert. Only filters specific to the alert will be updated.

Type

The type of alert

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public AlertType Type { get; set; }

Property Value

AlertType

The type of alert