Table of Contents

Class SensorAlertOverviewByMetricItem

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

Sensor Alert Overview By Metric Item

[DataContract]
public class SensorAlertOverviewByMetricItem
Inheritance
SensorAlertOverviewByMetricItem
Inherited Members

Constructors

SensorAlertOverviewByMetricItem()

public SensorAlertOverviewByMetricItem()

Properties

Counts

Counts of sensor alerts over the timespan, by reading metric

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

Property Value

SensorAlertOverviewByMetricItemCounts

EndTs

End of the timespan over which sensor alerts are counted

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

Property Value

string

StartTs

Start of the timespan over which sensor alerts are counted

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

Property Value

string