Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RPC Name: addCMHandle

Functionality:

  1. This RPC collects all the nodes mounted using the API makes use of the onDataTreeChanged event from DataTreeChangeListener to detect, if any node is added to network-topology https://localhost:8086/restconf/config/network-topology:network-topology
  2. Iterates over each node and prepares a cmhandle.
  3. If the ModificationType is 'WRITE', a new notification is published to dmaap to add the cmhandle.

  4. If the ModificationType is 'DELETE', the notification to remove the cmhandle will be published. - TBC with CPS TeamEach cmhandle is posted to the dmaap topic to reach DMI Plugin

       cmhandle format:

      

...