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