Updated Kafka producer. This producer has the following changes:
[osm/MON.git] / core / models / list_metric_req.json
diff --git a/core/models/list_metric_req.json b/core/models/list_metric_req.json
new file mode 100644 (file)
index 0000000..83f09bc
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "schema_version": { "type": "string" },
+  "schema_type": { "type": "string" },
+  "metrics_list_request":
+  {
+    "metric_name": { "type": "string" },
+    "correlation_id": { "type": "integer" },
+    "resource_uuid": { "type": "string" },
+    "vim_type": { "type": "string" }
+  },
+  "required": [ "schema_version",
+                "schema_type",
+                "metric_name",
+                "correlation_id",
+                "resource_uuid",
+                "vim_type"]
+}
\ No newline at end of file