Rename restconf-nb-rfc8040 to restconf-nb
[netconf.git] / restconf / restconf-nb / src / test / resources / listener-adapter-test / notif-update.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",
7                     "data":{
8                         "instance-identifier-patch-module:patch-cont":{
9                             "my-list1":[
10                                 {
11                                     "name":"Althea",
12                                     "my-leaf11":"Jed",
13                                     "my-leaf12":"Bertha"
14                                 }
15                             ]
16                         }
17                     },
18                     "operation":"updated"
19                 }
20             ]
21         },
22         "event-time":"2020-10-14T11:19:34.549843+02:00"
23     }
24 }