Rename restconf-nb-rfc8040 to restconf-nb
[netconf.git] / restconf / restconf-nb / 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           "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           "operation": "deleted"
8         },
9         {
10           "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",
11           "operation": "deleted"
12         },
13         {
14           "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",
15           "operation": "deleted"
16         },
17         {
18           "path": "/instance-identifier-patch-module:patch-cont/augment-instance-identifier-patch-module:patch-choice1/augment-instance-identifier-patch-module:case-leaf1",
19           "operation": "deleted"
20         },
21         {
22           "path": "/instance-identifier-patch-module:patch-cont/augment-instance-identifier-patch-module:leaf1",
23           "operation": "deleted"
24         }
25       ]
26     },
27     "event-time": "2022-02-18T18:07:48.662524+01:00"
28   }
29 }