Class DefaultDestinations
The network-wide destinations for all alerts on the network.
[DataContract]
public class DefaultDestinations
- Inheritance
-
DefaultDestinations
- Inherited Members
Properties
AllAdmins
If true, then all network admins will receive emails.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "allAdmins")]
public bool AllAdmins { get; set; }
Property Value
- bool
If true, then all network admins will receive emails.
Emails
A list of emails that will receive the alert(s).
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "emails")]
public List<string> Emails { get; set; }
Property Value
HttpServerIds
A list of HTTP server IDs to send a Webhook to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "httpServerIds")]
public List<string> HttpServerIds { get; set; }
Property Value
Snmp
If true, then an SNMP trap will be sent if there is an SNMP trap server configured for this network.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "snmp")]
public bool Snmp { get; set; }
Property Value
- bool
If true, then an SNMP trap will be sent if there is an SNMP trap server configured for this network.