52be56afbdf96742ac7733a51b4444a9d594815b
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / listener-adapter-test / notif-leaves-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             "xmlns": "urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote"
27         },
28         "eventTime": "2017-09-17T11:23:10.323+03:00",
29         "xmlns": "urn:ietf:params:xml:ns:netconf:notification:1.0"
30     }
31 }