Table of Contents

Class SensorAlertsProfile

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

Sensor alerts profile for a network

[DataContract]
public class SensorAlertsProfile : NamedItem
Inheritance
SensorAlertsProfile
Inherited Members

Properties

Conditions

Sensor alert conditions

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "conditions")]
public List<SensorAlertProfileCondition>? Conditions { get; set; }

Property Value

List<SensorAlertProfileCondition>

ProfileId

Id of the Sensor Alert Profile

[DataMember(Name = "profileId")]
public string ProfileId { get; set; }

Property Value

string

Recipients

Sensor alerts profile recipients

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "recipients")]
public SensorAlertsProfileRecipients? Recipients { get; set; }

Property Value

SensorAlertsProfileRecipients

Schedule

Sensor alerts profile schedule

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "schedule")]
public SensorAlertsProfileSchedule? Schedule { get; set; }

Property Value

SensorAlertsProfileSchedule

Serials

List of device serials assigned to this sensor profile

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

Property Value

List<string>