Adds vdu, ns, threshold and operation info to alarm notification
[osm/MON.git] / osm_mon / core / models / notify_alarm.json
index 1fcd18e..ae39a78 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" }