dbadab2dc8f6d1ed7dad8241984d1c0c8a8cf017
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / listener-adapter-test / notif-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"
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']"
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']/instance-identifier-patch-module:name"
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:my-leaf12"
20                 },
21                 {
22                     "operation": "deleted",
23                     "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"
24                 }
25             ],
26             "xmlns": "urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote"
27         },
28         "eventTime": "2017-09-17T14:18:53.404+03:00",
29         "xmlns": "urn:ietf:params:xml:ns:netconf:notification:1.0"
30     }
31 }