Merge "Updated Kafka producer. This producer has the following changes:"
[osm/MON.git] / core / models / update_alarm_req.json
1 {
2   "schema_version": { "type": "string" },
3   "schema_type": { "type": "string" },
4   "alarm_update_request":
5   {
6     "alarm_uuid": { "type": "string" },
7     "correlation_id": { "type": "integer" },
8     "vim_type": { "type": "string" },
9     "description": { "type": "string" },
10     "severity": { "type": "string" },
11     "operation": { "type": "string" },
12     "threshold_value": { "type": "string" },
13     "unit": { "type": "string" },
14     "statistic": { "type": "string" }
15   },
16   "required": [ "schema_version",
17                 "scema_type",
18                 "correlation_id",
19                 "alarm_uuid",
20                 "vim_type" ]
21 }