TCA pom: enable unit test execution
[dcaegen2/analytics/tca.git] / dcae-analytics-cdap-common / src / test / resources / data / json / cef_message.json
1 {
2   "event": {
3     "measurementsForVfScalingFields": {
4       "measurementInterval": 10,
5       "measurementsForVfScalingVersion": 1.1,
6       "vNicUsageArray": [
7         {
8           "bytesIn": 6086,
9           "multicastPacketsIn": 0,
10           "multicastPacketsOut": 0,
11           "unicastPacketsIn": 0,
12           "broadcastPacketsOut": 0,
13           "packetsOut": 42,
14           "bytesOut": 7156,
15           "packetsIn": 93,
16           "broadcastPacketsIn": 0,
17           "vNicIdentifier": "eth0",
18           "unicastPacketsOut": 0
19         }
20       ]
21     },
22     "commonEventHeader": {
23       "reportingEntityName": "vpp-test",
24       "startEpochMicrosec": 1477070210290442,
25       "eventId": "375",
26       "lastEpochMicrosec": 1477070220290442,
27       "priority": "Normal",
28       "sequence": 375,
29       "sourceName": "Dummy VM name - No Metadata available",
30       "domain": "measurementsForVfScaling",
31       "functionalRole": "vFirewall",
32       "reportingEntityId": "No UUID available",
33       "version": 1.1,
34       "sourceId": "Dummy VM UUID - No Metadata available"
35     }
36   }
37 }