diff --git a/SOL005/NSPerformanceManagement-API/jsons/ThresholdCrossedNotification.json b/SOL005/NSPerformanceManagement-API/jsons/ThresholdCrossedNotification.json index 23ee9e24cda8498a1a4a9fa4f3cd283c9378c1ee..e2dcdec9fe3f9c49e07d678f8578d66b370ca40c 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