Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 781 Bytes

AlertTriggerDto.md

File metadata and controls

27 lines (20 loc) · 781 Bytes

AlertTriggerDto

Properties

Name Type Description Notes
alertDefinitionId Long [optional]
monitoredAttribute MonitoredAttributeEnum [optional]
resetAfterTriggering Boolean [optional]
triggeredValue String [optional]

Enum: MonitoredAttributeEnum

Name Value
SIGN_OFF_STATE "SIGN_OFF_STATE"
VALUE_GT "VALUE_GT"
VALUE_LT "VALUE_LT"
VALUE_EQ "VALUE_EQ"
VALUE_GTE "VALUE_GTE"
VALUE_LTE "VALUE_LTE"
EVENT_TYPE "EVENT_TYPE"
SCHEDULED_ALERT_TIME "SCHEDULED_ALERT_TIME"