com.apama.cumulocity
Event FindAlarm
Finds alarms, searching on source, status and type.
By default this will return all Alarms which match the criteria. You can set params to select which Alarms to receive.
To find alarms, send this event to the SEND_CHANNEL channel, and Cumulocity will respond on the FindAlarmResponse.SUBSCRIBE_CHANNEL channel with zero or more FindAlarmResponse events, followed by one FindAlarmResponseAck.- See Also:
- com.apama.cumulocity.FindAlarmResponse -
- com.apama.cumulocity.FindAlarmResponseAck -
Constant summary |
---|
string | CHANNEL := "CumulocityIoTGenericChain"
Channel to send these events to.- Deprecated:
- [This channel constant has been deprecated. Use SEND_CHANNEL instead.]
|
string | SEND_CHANNEL := "CumulocityIoTGenericChain"
Channel to send these events to. |
CHANNEL
string CHANNEL := "CumulocityIoTGenericChain"
- Deprecated:
- [This channel constant has been deprecated. Use SEND_CHANNEL instead.]
Channel to send these events to.
SEND_CHANNEL
string SEND_CHANNEL := "CumulocityIoTGenericChain"
Channel to send these events to.- Since:
- 10.5.2.0
params
dictionary<string, string> params
Additional request parameters.
For a full list of allowed request parameters, visit the 'Querying for alarms' section of the Apama documentation.
reqId
integer reqId
Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().