Table of Contents

Class SensorInformation

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
public class SensorInformation
Inheritance
SensorInformation
Inherited Members

Properties

AlertProfileIds

Alert profile ids

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "alertProfileIds")]
public List<string> AlertProfileIds { get; set; }

Property Value

List<string>

AlertingOn

Sensor information

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "alertingOn")]
public List<object> AlertingOn { get; set; }

Property Value

List<object>

Metrics

Metrics

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

Property Value

List<string>