Minor Model Changes
[osm/MON.git] / osm_mon / core / models / create_metric_req.json
index b88189a..3710b43 100644 (file)
@@ -26,6 +26,7 @@
   "tenant_uuid": { "type": "string" },
   "correlation_id": { "type": "integer" },
   "vim_type": { "type": "string" },
+  "vim_uuid": { "type": "string" },
   "metric_create":
   {
     "metric_name": { "type" : "string" },
@@ -36,7 +37,8 @@
                 "schema_type",
                 "correlation_id",
                 "vim_type",
+                "vim_uuid",
                 "metric_name",
                 "metric_unit",
                 "resource_uuid" ]
-}
\ No newline at end of file
+}