summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/listener-adapter-test/notif-without-data-update.json
blob: c22c956216fb44e2c3cb979cfe2fb88770914548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "notification":{
        "xmlns":"urn:ietf:params:xml:ns:netconf:notification:1.0",
        "data-changed-notification":{
            "xmlns":"urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote",
            "data-change-event":{
                "path":"/instance-identifier-patch-module:patch-cont",
                "operation":"updated"
            }
        },
        "eventTime":"2020-05-31T18:45:05.132101+05:30"
    }
}