Fixes discrepancies and missing params in JSON models
[osm/MON.git] / osm_mon / core / models / notify_alarm.json
index 1fcd18e..62efa50 100644 (file)
     "description": { "type": "string" },
     "severity": { "type" : "string" },
     "status": { "type": "string" },
+    "operation": { "type": "string" },
+    "threshold_value": { "type": "string" },
+    "metric_name": { "type": "string" },
+    "ns_id": { "type": "string"},
+    "vnf_member_index": { "type": "integer"},
+    "vdu_name": { "type": "string"},
     "start_date": { "type": "string" },
     "update_date": { "type": "string" },
     "cancel_date": { "type": "string" }
@@ -36,8 +42,6 @@
                 "schema_type",
                 "alarm_uuid",
                 "resource_uuid",
-                "vim_type",
-                "vim_uuid",
                 "severity",
                 "status",
                 "start_date" ]