Make ListenerAdapter serialize JSON directly
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / listener-adapter-test / notif-leaves-create.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                     "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",
7                     "data":{
8                         "instance-identifier-patch-module:my-leaf11":"Jed"
9                     },
10                     "operation":"created"
11                 },
12                 {
13                     "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",
14                     "data":{
15                         "instance-identifier-patch-module:name":"Althea"
16                     },
17                     "operation":"created"
18                 }
19             ]
20         },
21         "event-time":"2020-10-15T13:01:29.019468+02:00"
22     }
23 }