summaryrefslogtreecommitdiffstats
path: root/src/test/resources/RestConfEvent.json
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-08-13 23:42:40 +0000
committerRamaSubbaReddy <rama.subba.reddy.s@huawei.com>2018-10-03 12:08:26 +0530
commit11a3345cf03c2ad820fa40440dbe4c89eb963b26 (patch)
tree24a5be90c240d49d553ec79c267729c9e976e1dc /src/test/resources/RestConfEvent.json
parentf9cbcb5f93fa07852ea06cffe6eac6bc09c53ce1 (diff)
Add RestConf Collector
Issue-ID: DCAEGEN2-612 1. Instantiated to support CCVPN Close Loop Use Case 2. In general, this supports data collection from all PNF or devices that supports RestConf protocol Change-Id: I6311ad618e8d68badc5423a63d7781a19dc62829 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
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