com.apama.cumulocity
Event RequestAllDevices


Requests all managed objects from Cumulocity.

This request should be sent to the RequestAllDevices.SEND_CHANNEL. It can also be performed automatically on hostReady by setting transport property requestAllDevices (behaves as if
RequestAllDevices(-1, "cumulocity.devices")
has been sent).

In response, zero or more ManagedObject events will be sent to the specified channel event, followed by RequestAllDevicesComplete.
See Also:
com.apama.cumulocity.ManagedObject - 
com.apama.cumulocity.RequestAllDevicesComplete - 

Constant summary
 stringCHANNEL := "CumulocityIoTGenericChain"

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

Channel to send RequestAllDevices events to.
 
Member summary
 integerrequestId

Unique identifier for this request. requestAllDevices configuration property uses requestId -1.
 stringchannel

Channel to send ManagedObject and RequestAllDevicesComplete events to.
 
Constant detail

CHANNEL

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

SEND_CHANNEL

            string SEND_CHANNEL := "CumulocityIoTGenericChain"
        
Channel to send RequestAllDevices events to.
Since:
10.5.2.0

Member detail

channel

            string channel
        
Channel to send ManagedObject and RequestAllDevicesComplete events to.

requestId

            integer requestId
        
Unique identifier for this request. requestAllDevices configuration property uses requestId -1.