Table of Contents

Class AlertDestinations

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

A hash of destinations for this specific alert

[DataContract]
public class AlertDestinations
Inheritance
AlertDestinations
Inherited Members

Properties

AllAdmins

If true, then all network admins will receive emails for this alert

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allAdmins")]
public bool? AllAdmins { get; set; }

Property Value

bool?

If true, then all network admins will receive emails for this alert

Emails

A list of emails that will receive information about the alert

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "emails")]
public List<string>? Emails { get; set; }

Property Value

List<string>

A list of emails that will receive information about the alert

HttpServerIds

A list of HTTP server IDs to send a Webhook to for this alert

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "httpServerIds")]
public List<string>? HttpServerIds { get; set; }

Property Value

List<string>

A list of HTTP server IDs to send a Webhook to for this alert

SmsNumbers

A list of phone numbers that will receive text messages about the alert. Only available for sensors status alerts.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "smsNumbers")]
public List<string>? SmsNumbers { get; set; }

Property Value

List<string>

Snmp

If true, then an SNMP trap will be sent for this alert if there is an SNMP trap server configured for this network

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "snmp")]
public bool? Snmp { get; set; }

Property Value

bool?

If true, then an SNMP trap will be sent for this alert if there is an SNMP trap server configured for this network