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

Constructors

SensorAlertsProfile()

public SensorAlertsProfile()

Properties

Conditions

List of conditions that will cause the profile to send an alert.

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

Property Value

List<SensorAlertProfileCondition>

IncludeSensorUrl

Include dashboard link to sensor in messages (default: true).

[ApiKey]
[DataMember(Name = "includeSensorUrl")]
public bool IncludeSensorUrl { get; set; }

Property Value

bool

Message

A custom message that will appear in email and text message alerts.

[ApiKey]
[DataMember(Name = "message")]
public string Message { get; set; }

Property Value

string

ProfileId

Id of the Sensor Alert Profile

[ApiKey]
[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>