com.apama.cumulocity
Event RequestAllDevices


Request all Managed Objects to be sent.

This can also be performed automatically on hostReady by setting transport property requestAllDevices (behaves as if
RequestAllAssets(-1, "cumulocity.devices")
has been sent). On this being sent, a Managed Object event for every Managed Object will be sent to the requested channel, followed by RequestAllDevicesComplete. Send to CHANNEL (defined as a constant on this type).
Constant summary
 stringCHANNEL := "C8YDeviceRequest"

Channel to send RequestAllDevices events to.
 
Member summary
 integerrequestId

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

Channel to send Asset, RequestAllAssetsComplete events to.
 
Constant detail

CHANNEL

string CHANNEL := "C8YDeviceRequest"
Channel to send RequestAllDevices events to.
Member detail

channel

string channel
Channel to send Asset, RequestAllAssetsComplete events to.

requestId

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