Merge "Adds support for storing and getting vim creds"
[osm/MON.git] / osm_mon / core / models / list_metric_req.json
index bda8def..fecdde2 100644 (file)
@@ -23,6 +23,7 @@
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
   "vim_type": { "type": "string" },
+  "vim_uuid": { "type": "string" },
   "metrics_list_request":
   {
     "metric_name": { "type": "string" },
@@ -32,6 +33,7 @@
   "required": [ "schema_version",
                 "schema_type",
                 "vim_type",
+                "vim_uuid",
                 "correlation_id"
               ]
-}
\ No newline at end of file
+}