Table of Contents

Class OrganizationAlertCondition

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class OrganizationAlertCondition
Inheritance
OrganizationAlertCondition
Inherited Members

Properties

BitRateBps

The threshold the metric must cross to be valid for alerting. Used only for WAN Utilization alerts.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bit_rate_bps")]
public int BitRateBps { get; set; }

Property Value

int

Duration

The total duration in seconds that the threshold should be crossed before alerting

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "duration")]
public int Duration { get; set; }

Property Value

int

Interface

The uplink observed for the alert. interface must be one of the following: wan1, wan2, cellular

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "interface")]
public string Interface { get; set; }

Property Value

string

JitterMs

The threshold the metric must cross to be valid for alerting. Used only for VoIP Jitter alerts.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "jitter_ms")]
public int JitterMs { get; set; }

Property Value

int

LatencyMs

The threshold the metric must cross to be valid for alerting. Used only for WAN Latency alerts.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "latency_ms")]
public int LatencyMs { get; set; }

Property Value

int

LossRatio

The threshold the metric must cross to be valid for alerting. Used only for Packet Loss alerts.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "loss_ratio")]
public int LossRatio { get; set; }

Property Value

int

Mos

The threshold the metric must drop below to be valid for alerting. Used only for VoIP MOS alerts.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "mos")]
public int Mos { get; set; }

Property Value

int

Window

The look back period in seconds for sensing the alert

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "window")]
public int Window { get; set; }

Property Value

int