Refactors code in OpenStack plugin
[osm/MON.git] / osm_mon / core / models / acknowledge_alarm.json
index bc3183b..8a9e50a 100644 (file)
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
   "vim_type": { "type": "string" },
+  "vim_uuid": { "type": "string" },
   "ack_details":
   {
     "alarm_uuid": { "type": "string" },
-    "resource_uuid": { "type": "string" },
-    "tenant_uuid": { "type": "string" }
+    "ns_id": { "type": "string"},
+    "vnf_member_index": { "type": "integer"},
+    "vdu_name": { "type": "string"}
   },
   "required": [ "schema_version",
                 "schema_type",
-                "vim_type",
                 "alarm_uuid",
-                "resource_uuid",
-                "tenant_uuid" ]
-}
\ No newline at end of file
+                "ns_id",
+                "vnf_member_index",
+                "vdu_name"]
+}