Class OrganizationAlertCondition
[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
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
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
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
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
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
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
Window
The look back period in seconds for sensing the alert
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "window")]
public int Window { get; set; }