Class AlertDestinations
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
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
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
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