Add unit tests for ListenerAdapter
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / listener-adapter-test / notif-leaves-update.json
1 {
2     "notification": {
3         "data-changed-notification": {
4             "data-change-event": {
5                 "data": {
6                     "my-leaf12": {
7                         "content": "Bertha",
8                         "xmlns": "instance:identifier:patch:module"
9                     }
10                 },
11                 "operation": "created",
12                 "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:my-leaf12"
13             },
14             "xmlns": "urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote"
15         },
16         "eventTime": "2017-09-17T13:56:47.032+03:00",
17         "xmlns": "urn:ietf:params:xml:ns:netconf:notification:1.0"
18     }
19 }