Added UniversalVesAdapter in the Mapper
[dcaegen2/services/mapper.git] / UniversalVesAdapter / src / main / resources / MapperConfig.json
1 {
2         "entries" : [
3                 {
4                         "priority" : 1,
5                         "evaluation" : {
6                                         "operand" : "EQUALS",
7                                         "field" : "notify OID",
8                                         "value" : ".1.3.6.1.4.1.74.2.46.12.1.1",
9                                         "datatype" : "string",
10                                         "lhs" : null,
11                                         "rhs" : null    
12                                 },
13                         "result" : "snmp"
14                 }               
15         ]
16 }