Merge "Added vROPs consumer, receiver that will consume messages & act on it. Aligned...
[osm/MON.git] / core / models / list_alarm_req.json
1 {
2   "schema_version": { "type": "string" },
3   "schema_type": { "type": "string" },
4   "alarm_list_request":
5   {
6     "correlation_id": { "type": "integer" },
7     "resource_uuid": { "type": "string" },
8     "alarm_name": { "type": "string" },
9     "vim_type": { "type": "string" },
10     "severity": { "type" : "string" }
11   },
12   "required": [ "schema_version",
13                 "schema_type",
14                 "correlation_id",
15                 "vim_type"
16               ]
17 }