summaryrefslogtreecommitdiffstats
path: root/src/test/resources/RestConfEvent.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/RestConfEvent.json')
-rwxr-xr-xsrc/test/resources/RestConfEvent.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/test/resources/RestConfEvent.json b/src/test/resources/RestConfEvent.json
new file mode 100755
index 0000000..93d0b64
--- /dev/null
+++ b/src/test/resources/RestConfEvent.json
@@ -0,0 +1,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"
+ }
+ }
+ }
+ }]
+ }
+ }
+ }
+ }
+} \ No newline at end of file