Adds vdu_id to message bus models
[osm/MON.git] / osm_mon / core / models / update_alarm_req.json
index 2f19a35..a8a0f82 100644 (file)
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
   "vim_type": { "type": "string" },
+  "vim_uuid": { "type": "string" },
   "alarm_update_request":
   {
     "correlation_id": { "type": "integer" },
     "alarm_uuid": { "type": "string" },
     "metric_uuid": { "type": "string" },
+    "vdu_id": { "type": "string"},
     "description": { "type": "string" },
     "severity": { "type": "string" },
     "operation": { "type": "string" },
@@ -38,7 +40,8 @@
   "required": [ "schema_version",
                 "scema_type",
                 "vim_type",
+                "vim_uuid",
                 "correlation_id",
-                   "alarm_uuid",
-                   "metric_uuid" ]
+               "alarm_uuid",
+               "metric_uuid" ]
 }