Class SensorAlertsProfile
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
IncludeSensorUrl
Include dashboard link to sensor in messages (default: true).
[ApiKey]
[DataMember(Name = "includeSensorUrl")]
public bool IncludeSensorUrl { get; set; }
Property Value
Message
A custom message that will appear in email and text message alerts.
[ApiKey]
[DataMember(Name = "message")]
public string Message { get; set; }
Property Value
ProfileId
Id of the Sensor Alert Profile
[ApiKey]
[DataMember(Name = "profileId")]
public string ProfileId { get; set; }
Property Value
Recipients
Sensor alerts profile recipients
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "recipients")]
public SensorAlertsProfileRecipients? Recipients { get; set; }
Property Value
Schedule
Sensor alerts profile schedule
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "schedule")]
public SensorAlertsProfileSchedule? Schedule { get; set; }
Property Value
Serials
List of device serials assigned to this sensor profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serials")]
public List<string>? Serials { get; set; }