You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The SDN-R Websocketmanager is a server which a client can connect to to receive NETCONF-notifications forwarded by the the devicemanagers( up to now, until we have a generic solution). To get rid of all old protocol issues we redesigned all the messages.


The user scope registration

{
  "data":"scopes",
  "scopes":[
    {
      "node-id":"node1"
      "schema":{
          "namespace":"onf:params:xml:ns:yang:microwave-model",
          "revision":"2018-10-10",
          "notification":["problem-notification"]   
       }
    }
  ]
}


  • No labels