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
 constant stringCHANNEL := "CumulocityIoT"

Channel to send these events to.
 
Member Summary
 integerreqId

Unique request identifier.
 stringdeviceId

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

Additional request params.
 
Constant Detail

CHANNEL

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

deviceId

string deviceId
The unique identifier for this specific Device.

params

dictionary<string, string > params
Additional request params.

reqId

integer reqId
Unique request identifier.