Minor Model Changes
[osm/MON.git] / osm_mon / core / models / list_alarm_req.json
index 0efe49b..dd46978 100644 (file)
@@ -23,6 +23,7 @@
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
   "vim_type": { "type": "string" },
+  "vim_uuid": { "type": "string" },
   "alarm_list_request":
   {
     "correlation_id": { "type": "integer" },
@@ -33,7 +34,8 @@
   "required": [ "schema_version",
                 "schema_type",
                 "vim_type",
+                "vim_uuid",
                 "correlation_id",
                 "resource_uuid"
               ]
-}
\ No newline at end of file
+}