From 05e93ed6430955a9085dfc843c7080e769bf9de4 Mon Sep 17 00:00:00 2001
From: uihassan <najam.hassan@xflowresearch.com>
Date: Mon, 31 Aug 2020 14:37:53 +0500
Subject: [PATCH] callbackUri attributed added

---
 .../VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json | 3 ++-
 .../jsons/CreateThresholdRequest.json                          | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/SOL002/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json b/SOL002/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json
index 6a21ba34..1f34fa20 100644
--- a/SOL002/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json
+++ b/SOL002/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json
@@ -5,5 +5,6 @@
 		"performanceMetricGroup": [],
 		"collectionPeriod": 10,
 		"reportingPeriod": 30
-	}
+	},
+	"callbackuri": "127.0.0.1"
 }
\ No newline at end of file
diff --git a/SOL002/VNFPerformanceManagement-API/jsons/CreateThresholdRequest.json b/SOL002/VNFPerformanceManagement-API/jsons/CreateThresholdRequest.json
index 1e58c2ba..c42c3773 100644
--- a/SOL002/VNFPerformanceManagement-API/jsons/CreateThresholdRequest.json
+++ b/SOL002/VNFPerformanceManagement-API/jsons/CreateThresholdRequest.json
@@ -8,5 +8,6 @@
 			"hysteresis": 50
 		}
 		
-	}
+	},
+	"callbackuri": "127.0.0.1"
 }
\ No newline at end of file
-- 
GitLab