com.apama.cumulocity
Event FindManagedObject


Find ManagedObject (that is, devices).

EPL sends to the CHANNEL, and transport will respond with 0+ FindManagedObjectResponse and then 1 FindManagedObjectResponseAck on FindManagedObjectResponse.CHANNEL channel.
Constant summary
 stringCHANNEL := "CumulocityIoT"

Channel to send these events to.
 
Member summary
 integerreqId

Unique request identifier.
 stringdeviceId

The unique identifier for this specific Device.
 dictionary<stringstring>params

Additional request params. 'fragmentType', 'type', 'owner', 'text', 'childAssetId', 'childDeviceId', 'childAdditionId', 'ids' (comma separated list of id's) can be provided.
 
Constant detail

CHANNEL

string CHANNEL := "CumulocityIoT"
Channel to send these events to.
Member detail

deviceId

string deviceId
The unique identifier for this specific Device.

params

dictionary<stringstringparams
Additional request params. 'fragmentType', 'type', 'owner', 'text', 'childAssetId', 'childDeviceId', 'childAdditionId', 'ids' (comma separated list of id's) can be provided.

reqId

integer reqId
Unique request identifier.