6a05f07a3f69feb6a40a38ec5f937b7951654bfc
[osm/MON.git] / osm_mon / core / models / acknowledge_alarm.json
1
2 /* Copyright© 2017 Intel Research and Development Ireland Limited
3 # This file is part of OSM Monitoring module
4 # All Rights Reserved to Intel Corporation
5
6 # Licensed under the Apache License, Version 2.0 (the "License"); you may
7 # not use this file except in compliance with the License. You may obtain
8 # a copy of the License at
9
10 #         http://www.apache.org/licenses/LICENSE-2.0
11
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15 # License for the specific language governing permissions and limitations
16 # under the License.
17
18 # For those usages not covered by the Apache License, Version 2.0 please
19 # contact: prithiv.mohan@intel.com or adrian.hoban@intel.com
20
21 # This is the message bus schema for acknowledge_alarm */
22
23 {  
24   "schema_version": { "type": "string" },
25   "schema_type": { "type": "string" },
26   "vim_type": { "type": "string" },
27   "vim_uuid": { "type": "string" },
28   "ack_details":
29   {
30     "alarm_uuid": { "type": "string" },
31     "ns_id": { "type": "string"},
32     "vnf_member_index": { "type": "integer"},
33     "vdu_name": { "type": "string"}
34   },
35   "required": [ "schema_version",
36                 "schema_type",
37                 "alarm_uuid",
38                 "ns_id",
39                 "vnf_member_index" ]
40 }