diff --git a/SOL002/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json b/SOL002/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json
index 6a21ba34fa05dab0a8d3011fe1130d7492998ab8..1f34fa20d22293a31973719cde3c5fb9a451385b 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 1e58c2bac513f36d37597e8f11bbe06d68b664cc..c42c3773fd02260e4563bc85df42f261c8d1e1b9 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