openBackhaul / MicroWaveDeviceGatekeeper

Gateway for PUTting to the devices
Apache License 2.0
1 stars 1 forks source link

To implement a cyclic process to load the DeviceList From Controller #31

Closed PrathibaJee closed 11 months ago

PrathibaJee commented 11 months ago

A cyclic process needs to be included to frequently update the list of mounted device and its status from the controller.

So , together , the forwarding url will be http://controllerip:port/rests/data/network-topology:network-topology/topology=topology-netconf?fields=node(node-id;netconf-node-topology:connection-status) This formulated url shall be executed and the result shall be stored in a map. This map should be static so that it shall be accessed across different module of the same application.

The above mentioned procedure should occur for every cycle in the cyclic process.