Table of Contents

Class NetworkSensorAlertsCurrentByMetricOverview

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

Network Sensor Alerts Current By Metric Overview

[DataContract]
public class NetworkSensorAlertsCurrentByMetricOverview
Inheritance
NetworkSensorAlertsCurrentByMetricOverview
Inherited Members

Constructors

NetworkSensorAlertsCurrentByMetricOverview()

public NetworkSensorAlertsCurrentByMetricOverview()

Properties

Counts

Counts of currently alerting sensors, aggregated by alerting metric

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public NetworkSensorAlertsCurrentByMetricOverviewCounts Counts { get; set; }

Property Value

NetworkSensorAlertsCurrentByMetricOverviewCounts

SupportedMetrics

List of metrics that are supported for alerts, based on available sensor devices in the network. enum = ["apparentPower", "co2", "current", "door", "frequency", ...]

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "supportedMetrics")]
public List<string> SupportedMetrics { get; set; }

Property Value

List<string>