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