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