summaryrefslogtreecommitdiffstats
path: root/src/test/resources/RestConfEvent.json
blob: 93d0b64ebcc71988f3c55ccaf4724f9dc509c5f8 (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
{
    "ietf-notification:notification" : {
        "eventTime" : "eventtime",
        "ietf-yang-push:push-change-update": {
            "subscription-id":"100",
            "datastore-changes": {
                "ietf-yang-patch:yang-patch":{
                    "patch-id":"patch-id",
                    "edit":[{
                        "edit-id":"edit-id",
                        "operation":"create",
                        "target":"target",
                        "value": {
                            "ietf-interfaces:interfaces-state":{
                                "interface": {
                                    "name":"eth0",
                                    "oper-status":"up"
                                }
                            }
                        }
                    }]
                }
            }
        }
    }
}