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