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