Make ListenerAdapter serialize JSON directly
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / listener-adapter-test / notif-leaves-del.json
1 {
2     "urn-ietf-params-xml-ns-netconf-notification-1.0:notification":{
3         "urn-opendaylight-params-xml-ns-yang-controller-md-sal-remote: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:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:my-leaf11"
8                 },
9                 {
10                     "operation": "deleted",
11                     "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:name"
12                 },
13                 {
14                     "operation": "deleted",
15                     "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:my-leaf12"
16                 }
17             ],
18         },
19         "event-time": "2017-09-18T15:30:16.099+03:00",
20     }
21 }