Add unit tests for ListenerAdapter
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / listener-adapter-test / notif-leaves-del.json
1 {
2     "notification": {
3         "data-changed-notification": {
4             "data-change-event": [
5                 {
6                     "operation": "deleted",
7                     "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"
8                 },
9                 {
10                     "operation": "deleted",
11                     "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:my-leaf11"
12                 },
13                 {
14                     "operation": "deleted",
15                     "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']"
16                 },
17                 {
18                     "operation": "deleted",
19                     "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:name"
20                 }
21             ],
22             "xmlns": "urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote"
23         },
24         "eventTime": "2017-09-17T14:03:35.261+03:00",
25         "xmlns": "urn:ietf:params:xml:ns:netconf:notification:1.0"
26     }
27 }