Fixes discrepancies and missing params in JSON models
[osm/MON.git] / osm_mon / core / models / update_metric_req.json
index 2a76722..7c0eba3 100644 (file)
@@ -22,8 +22,6 @@
 {
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
-  "vim_type": { "type": "string" },
-  "vim_uuid": { "type": "string" },
   "metric_update_request":
   {
   "correlation_id": { "type": "integer" },
   "required": [ "schema_version",
                 "schema_type",
                 "correlation_id",
-                "vim_type",
-                "vim_type",
-                "resource_uuid"
+                "metric_name",
+                "metric_unit",
+                "ns_id",
+                "vdu_name",
+                "vnf_member_index"
                 ]
 }