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