Minor Model Changes
[osm/MON.git] / osm_mon / core / models / create_alarm_resp.json
index 95a125d..f6610db 100644 (file)
@@ -22,6 +22,7 @@
 {
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
+  "vim_uuid": { "type": "string" },
   "alarm_create_response":
   {
     "correlation_id": { "type": "integer" },
@@ -30,6 +31,7 @@
   },
   "required": [ "schema_version",
                    "schema_type",
+                    "vim_uuid",
                    "correlation_id",
                    "alarm_uuid",
                    "status" ]