aboutsummaryrefslogtreecommitdiffstats
path: root/dcae-analytics-tca/src/test/resources/data/json/cef/cef_message_with_threshold_violation.json
diff options
context:
space:
mode:
Diffstat (limited to 'dcae-analytics-tca/src/test/resources/data/json/cef/cef_message_with_threshold_violation.json')
-rw-r--r--dcae-analytics-tca/src/test/resources/data/json/cef/cef_message_with_threshold_violation.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/dcae-analytics-tca/src/test/resources/data/json/cef/cef_message_with_threshold_violation.json b/dcae-analytics-tca/src/test/resources/data/json/cef/cef_message_with_threshold_violation.json
deleted file mode 100644
index bfb1672..0000000
--- a/dcae-analytics-tca/src/test/resources/data/json/cef/cef_message_with_threshold_violation.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "event": {
- "measurementsForVfScalingFields": {
- "measurementInterval": 10,
- "measurementsForVfScalingVersion": 1.1,
- "vNicUsageArray": [
- {
- "bytesIn": 20000,
- "multicastPacketsIn": 0,
- "multicastPacketsOut": 0,
- "unicastPacketsIn": 0,
- "broadcastPacketsOut": 0,
- "packetsOut": 42,
- "bytesOut": 7156,
- "packetsIn": 93,
- "broadcastPacketsIn": 0,
- "vNicIdentifier": "eth0",
- "unicastPacketsOut": 0
- }
- ]
- },
- "commonEventHeader": {
- "reportingEntityName": "vpp-test",
- "startEpochMicrosec": 1477070210290442,
- "eventId": "375",
- "lastEpochMicrosec": 1477070220290442,
- "priority": "Normal",
- "sequence": 375,
- "sourceName": "Dummy VM name - No Metadata available",
- "domain": "measurementsForVfScaling",
- "functionalRole": "vFirewall",
- "reportingEntityId": "No UUID available",
- "version": 1.1,
- "sourceId": "Dummy VM UUID - No Metadata available"
- }
- }
-}