From 170eab4b6d27846a7fda2c0dc6adcc5955fbc361 Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Fri, 19 Apr 2019 19:04:18 +0200 Subject: [PATCH] fix on ThresholdCrossedNotification.json --- .../jsons/ThresholdCrossedNotification.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SOL005/NSPerformanceManagement-API/jsons/ThresholdCrossedNotification.json b/SOL005/NSPerformanceManagement-API/jsons/ThresholdCrossedNotification.json index 23ee9e24..e2dcdec9 100644 --- a/SOL005/NSPerformanceManagement-API/jsons/ThresholdCrossedNotification.json +++ b/SOL005/NSPerformanceManagement-API/jsons/ThresholdCrossedNotification.json @@ -1,16 +1,16 @@ { "id": "id", - "notificationType" : "ThresholdCrossedNotification", + "notificationType": "ThresholdCrossedNotification", "subscriptionId ": "subscriptionId", "timeStamp": "2012-04-21T18:25:43-05:00", "thresholdId": "thresholdId", "crossingDirection": "UP", "objectInstanceId": "vnfID", "performanceMetric": "performanceMetric", - "performanceValue": 7 + "performanceValue": 7, "_links": { - "subscription": "link to subscription", - "threshold": "link to threshold" + "subscription": "link to subscription", + "threshold": "link to threshold" } - + } \ No newline at end of file -- GitLab