Adds vdu_id to message bus models
[osm/MON.git] / osm_mon / core / models / update_metric_req.json
index f0f5b97..4b1c157 100644 (file)
@@ -22,7 +22,6 @@
 {
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
-  "tenant_uuid": { "type": "string" },
   "correlation_id": { "type": "integer" },
   "vim_type": { "type": "string" },
   "vim_uuid": { "type": "string" },
@@ -30,7 +29,8 @@
   {
     "metric_name": { "type": "string" },
     "metric_unit": { "type": "string" },
-    "resource_uuid": { "type": "string" }
+    "resource_uuid": { "type": "string" },
+    "vdu_id": { "type": "string"}
   },
   "required": [ "schema_version",
                 "schema_type",