Adds support for vdu_name, ns_id and vnf_member_index
[osm/MON.git] / osm_mon / core / models / list_alarm_req.json
index 7dd9785..7ecc127 100644 (file)
 {
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
-  "vim_type": { "type": "string" },
-  "vim_uuid": { "type": "string" },
   "alarm_list_request":
   {
     "correlation_id": { "type": "integer" },
-    "resource_uuid": { "type": "string" },
-    "vdu_id": { "type": "string"},
+    "ns_id": { "type": "string"},
+    "vnf_member_index": { "type": "integer"},
+    "vdu_name": { "type": "string"},
     "alarm_name": { "type": "string" },
     "severity": { "type" : "string" }
   },