com.apama.cumulocity
Event FindManagedObject


Finds managed objects (typically devices).

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

To find managed objects, send this to the SEND_CHANNEL, and Cumulocity will respond on the FindManagedObjectResponse.SUBSCRIBE_CHANNEL with zero or more FindManagedObjectResponse events and then one FindManagedObjectResponseAck.
See Also:
com.apama.cumulocity.FindManagedObjectResponse - 
com.apama.cumulocity.FindManagedObjectResponseAck - 

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().
 stringdeviceId

The unique identifier for this specific Device.
 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

deviceId

            string deviceId
        
The unique identifier for this specific Device.

params

            dictionary<stringstringparams
        
Additional request params.

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

reqId

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