Merge "Adds support for storing and getting vim creds"
[osm/MON.git] / osm_mon / core / models / create_alarm.json
index 4174061..d7fce88 100644 (file)
@@ -23,6 +23,7 @@
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
   "vim_type": { "type": "string "},
+  "vim_uuid": { "type": "string" },
   "alarm_create_request":
   {
     "correlation_id": { "type": "integer" },
@@ -40,6 +41,7 @@
   "required": [ "schema_version",
                 "schema_type",
                 "vim_type",
+                "vim_uuid",
                 "correlation_id",
                 "alarm_name",
                 "metric_name",