Minor Model Changes
[osm/MON.git] / osm_mon / core / models / update_metric_resp.json
index 90e0fa4..3cfd356 100644 (file)
@@ -23,6 +23,7 @@
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
   "correlation_id": { "type": "integer" },
+  "vim_uuid": { "type": "string" },
   "metric_update_response":
   {
     "metric_uuid": { "type": "string" },
@@ -32,7 +33,8 @@
   "required": [ "schema_version",
                 "schema_type",
                 "correlation_id",
+                "vim_uuid",
                 "metric_uuid",
                 "resource_uuid",
                 "status"]
-}
\ No newline at end of file
+}