com.apama.cumulocity
Event FindMeasurement


Finds measurements, searching on source, type, fragmentType.

By default will return all measurements which match the criteria. You can set params to select which Measurements to receive.

To find measurements, send this event to the SEND_CHANNEL, and Cumulocity will respond on the FindMeasurementResponse.SUBSCRIBE_CHANNEL channel with zero or more FindMeasurementResponse events and then one FindMeasurementResponseAck.
Since:
10.1.0.9/10.2.0.3/10.3.0.0
See Also:
com.apama.cumulocity.FindMeasurementResponse - 
com.apama.cumulocity.FindMeasurementResponseAck - 

Constant summary
 stringCHANNEL := "CumulocityIoTGenericChain"

Channel to send these events to.
Deprecated:
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
 stringSEND_CHANNEL := "CumulocityIoTGenericChain"

Channel to send these events to.
 
Member summary
 integerreqId

Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().
 dictionary<stringstring>params

Additional request params.
 
Constant detail

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

Member detail

params

            dictionary<stringstringparams
        
Additional request params.

For a full list of allowed request parameters, visit the 'Querying for measurements' section of the Apama documentation.

reqId

            integer reqId
        
Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().