com.apama.cumulocity
Event FindOperation
Finds operations, searching on source, status, fragmentType and agent.
By default will return all Operations which match the criteria. You can set params to select which Operations to receive.
To find operations, send this to the SEND_CHANNEL channel, and Cumulocity will respond on the FindOperationResponse.SUBSCRIBE_CHANNEL channel with zero or more FindOperationResponse events and then one FindOperationResponseAck on.- Since:
- 10.1.0.7/10.2.0.2/10.3.0.0
- See Also:
- com.apama.cumulocity.FindOperationResponse -
- com.apama.cumulocity.FindOperationResponseAck -
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 operations' section of the Apama documentation.
reqId
integer reqId
Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().