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