Minor Model Changes
[osm/MON.git] / osm_mon / core / models / acknowledge_alarm.json
index bc3183b..a3734ee 100644 (file)
@@ -24,6 +24,7 @@
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
   "vim_type": { "type": "string" },
+  "vim_uuid": { "type": "string" },
   "ack_details":
   {
     "alarm_uuid": { "type": "string" },
@@ -33,7 +34,8 @@
   "required": [ "schema_version",
                 "schema_type",
                 "vim_type",
+                "vim_uuid",
                 "alarm_uuid",
                 "resource_uuid",
                 "tenant_uuid" ]
-}
\ No newline at end of file
+}