summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/listener-adapter-test/notif-del.json
blob: dbadab2dc8f6d1ed7dad8241984d1c0c8a8cf017 (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
{
    "notification": {
        "data-changed-notification": {
            "data-change-event": [
                {
                    "operation": "deleted",
                    "path": "/instance-identifier-patch-module:patch-cont"
                },
                {
                    "operation": "deleted",
                    "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']"
                },
                {
                    "operation": "deleted",
                    "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:name"
                },
                {
                    "operation": "deleted",
                    "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"
                },
                {
                    "operation": "deleted",
                    "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"
                }
            ],
            "xmlns": "urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote"
        },
        "eventTime": "2017-09-17T14:18:53.404+03:00",
        "xmlns": "urn:ietf:params:xml:ns:netconf:notification:1.0"
    }
}