Bug 2215 fixed
[osm/MON.git] / core / models / read_metric_data_req.json
diff --git a/core/models/read_metric_data_req.json b/core/models/read_metric_data_req.json
deleted file mode 100644 (file)
index b07c610..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  "schema_version": { "type": "string" },
-  "schema_type": { "type": "string" },
-  "metric_name": { "type": "string" },
-  "metric_uuid": { "type": "String" },
-  "resource_uuid": { "type": "string" },
-  "tenant_uuid": { "type": "string" },
-  "correlation_uuid": { "type": "string" },
-  "vim_type": { "type": "string" },
-  "collection_period": { "type": "string" },
-  "required": ["schema_version",
-               "schema_type",
-               "tenant_uuid",
-               "metric_name",
-               "metric_uuid",
-               "correlation_uuid",
-               "vim_type",
-               "collection_period",
-               "resource_uuid"]
-}