com.apama.cumulocity
Event FindOperation


Find an Operation, searching on source, status, fragementType and agent.

EPL sends to the CHANNEL, and transport will respond with 0+ FindOperationResponse and then 1 FindOperationResponseAck on FindOperationResponse.CHANNEL channel.
Since:
10.1.0.7/10.2.0.2/10.3.0.0

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', 'agent', 'fragmentType' 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', 'agent', 'fragmentType' can be provided.

reqId

integer reqId
Unique request identifier.