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"] } } ] }