Minor Model Changes
[osm/MON.git] / osm_mon / core / models / notify_alarm.json
index 52f3107..9497b7f 100644 (file)
@@ -31,6 +31,7 @@
       "description": { "type": "string" },
       "tenant_uuid": { "type": "string" },
       "vim_type": { "type": "string" },
+      "vim_uuid": { "type": "string" },
       "severity": { "type" : "string" },
       "status": { "type": "string" },
       "start_date": { "type": "string" },
@@ -42,8 +43,9 @@
                   "alarm_uuid",
                   "resource_uuid",
                   "vim_type",
+                  "vim_uuid",
                   "severity",
                   "status",
                   "start_date" ]
   }
-}
\ No newline at end of file
+}