Readds plugins code and respective tests
[osm/MON.git] / osm_mon / core / models / list_metric_resp.json
index 9ec198c..e8c933d 100644 (file)
@@ -22,9 +22,8 @@
 {
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
-  "tenant_uuid": { "type": "string" },
   "correlation_id": { "type": "integer" },
-  "vim_type": { "type": "string" },
+  "status": { "type": "boolean" },
   "metrics_list":
     [{
       "type": "array",
@@ -38,9 +37,8 @@
     "required": [ "schema_version",
                   "schema_type",
                   "correlation_id",
-                  "vim_type",
                   "metric_name",
                   "metric_uuid",
                   "metric_unit",
                   "resource_uuid" ]
-}
\ No newline at end of file
+}