Extend Websocket streams for data-less notifications
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / listener-adapter-test / notif-without-data-create.json
diff --git a/restconf/restconf-nb-bierman02/src/test/resources/listener-adapter-test/notif-without-data-create.json b/restconf/restconf-nb-bierman02/src/test/resources/listener-adapter-test/notif-without-data-create.json
new file mode 100644 (file)
index 0000000..6e4dadc
--- /dev/null
@@ -0,0 +1,13 @@
+{
+    "notification":{
+        "xmlns":"urn:ietf:params:xml:ns:netconf:notification:1.0",
+        "data-changed-notification":{
+            "xmlns":"urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote",
+            "data-change-event":{
+                "path":"/instance-identifier-patch-module:patch-cont",
+                "operation":"created"
+            }
+        },
+        "eventTime":"2020-05-31T18:45:05.132101+05:30"
+    }
+}