b2957ea99f8a3f96df0eee6e1db398e10d40eb17
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / listener-adapter-test / notif-update.json
1 {
2     "notification": {
3         "data-changed-notification": {
4             "data-change-event": [
5                 {
6                     "data": {
7                         "patch-cont": {
8                             "my-list1": {
9                                 "my-leaf11": "Jed",
10                                 "my-leaf12": "Bertha",
11                                 "name": "Althea"
12                             },
13                             "xmlns": "instance:identifier:patch:module"
14                         }
15                     },
16                     "operation": "updated",
17                     "path": "/instance-identifier-patch-module:patch-cont"
18                 },
19                 {
20                     "data": {
21                         "my-list1": {
22                             "my-leaf11": "Jed",
23                             "my-leaf12": "Bertha",
24                             "name": "Althea",
25                             "xmlns": "instance:identifier:patch:module"
26                         }
27                     },
28                     "operation": "updated",
29                     "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']"
30                 },
31                 {
32                     "data": {
33                         "my-leaf12": {
34                             "content": "Bertha",
35                             "xmlns": "instance:identifier:patch:module"
36                         }
37                     },
38                     "operation": "created",
39                     "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"
40                 },
41                 {
42                     "data": {
43                         "name": {
44                             "content": "Althea",
45                             "xmlns": "instance:identifier:patch:module"
46                         }
47                     },
48                     "operation": "updated",
49                     "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:name"
50                 }
51             ],
52             "xmlns": "urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote"
53         },
54         "eventTime": "2017-09-18T15:52:25.213+03:00",
55         "xmlns": "urn:ietf:params:xml:ns:netconf:notification:1.0"
56     }
57 }