Adds vdu_id to message bus models
[osm/MON.git] / osm_mon / core / models / read_metric_data_req.json
index b4e3d62..2554be8 100644 (file)
   "metric_name": { "type": "string" },
   "metric_uuid": { "type": "string" },
   "resource_uuid": { "type": "string" },
-  "tenant_uuid": { "type": "string" },
+  "vdu_id": { "type": "string"},
   "correlation_id": { "type": "integer" },
   "vim_type": { "type": "string" },
+  "vim_uuid": { "type": "string" },
   "collection_period": { "type": "integer" },
   "collection_unit": { "type": "string" },
   "required": ["schema_version",
@@ -36,6 +37,7 @@
                "metric_uuid",
                "correlation_id",
                "vim_type",
+               "vim_uuid",
                "collection_period",
                "collection_unit",
                "resource_uuid"]