Move CSIT to integration/csit repo
[integration/csit.git] / tests / dcaegen2 / testcases / assets / json_events / ves_vfirewall_measurement.json
1 {
2         "event": {
3                 "commonEventHeader": {
4                         "reportingEntityName": "VM name will be provided by ECOMP",
5                         "startEpochMicrosec": 1506008587564787,
6                         "lastEpochMicrosec": 1506008587564787,
7                         "eventName": "Measurement_VFirewall_VNicStat",
8                         "eventId": "0b2b5790-3673-480a-a4bd-5a00b88e5af6",
9                         "sourceName": "Dummy VM name - No Metadata available",
10                         "sequence": 18123,
11                         "priority": "Normal",
12                         "functionalRole": "vFirewall",
13                         "domain": "measurementsForVfScaling",
14                         "reportingEntityId": "VM UUID will be provided by ECOMP",
15                         "sourceId": "Dummy VM UUID - No Metadata available",
16                         "version": 1.1
17                 },
18                 "measurementsForVfScalingFields": {
19                         "measurementInterval": 10,
20                         "measurementsForVfScalingVersion": 1.1,
21                         "vNicUsageArray": [{
22                                 "multicastPacketsIn": 0,
23                                 "bytesIn": 3896,
24                                 "unicastPacketsIn": 0,
25                                 "multicastPacketsOut": 0,
26                                 "broadcastPacketsOut": 0,
27                                 "packetsOut": 28,
28                                 "bytesOut": 12178,
29                                 "broadcastPacketsIn": 0,
30                                 "packetsIn": 58,
31                                 "unicastPacketsOut": 0,
32                                 "vNicIdentifier": "eth0"
33                         }]
34                 }
35         }
36 }