com.apama.cumulocity
Event FindAlarm


Find an Alarm, searching on source, status and type.

EPL sends to the CHANNEL, and transport will respond with 0+ FindAlarmResponse and then 1 FindAlarmResponseAck on FindAlarmResponse.CHANNEL channel.
Constant summary
 stringCHANNEL := "CumulocityIoT"

Channel to send these events to.
 
Member summary
 integerreqId

Unique request identifier.
 dictionary<stringstring>params

Additional request parameters. 'id', 'source', 'status', 'severity', 'type', 'resolved', 'fromDate', 'toDate' can be provided.
 
Constant detail

CHANNEL

string CHANNEL := "CumulocityIoT"
Channel to send these events to.
Member detail

params

dictionary<stringstringparams
Additional request parameters. 'id', 'source', 'status', 'severity', 'type', 'resolved', 'fromDate', 'toDate' can be provided.

reqId

integer reqId
Unique request identifier.