X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fresources%2Flistener-adapter-test%2Fnotif-without-data-create.json;fp=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fresources%2Flistener-adapter-test%2Fnotif-without-data-create.json;h=6e4dadc36e2c46c3225b22450ff059963e3a332d;hb=1982b130c5b7b4342c1b9bb107b717f44ce4b7af;hp=0000000000000000000000000000000000000000;hpb=660170da0da2c46eaa0ad8449a5d83c11dee4c2c;p=netconf.git 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 index 0000000000..6e4dadc36e --- /dev/null +++ b/restconf/restconf-nb-bierman02/src/test/resources/listener-adapter-test/notif-without-data-create.json @@ -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" + } +}