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 := "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. 'fragmentType', 'type', 'owner', 'text', 'childAssetId', 'childDeviceId', 'childAdditionId', 'ids' (comma separated list of id's), 'pageSize' can be provided.
 
Constant detail

CHANNEL

string CHANNEL := "CumulocityIoTGenericChain"
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), 'pageSize' can be provided.

reqId

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