aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/data-formats
diff options
context:
space:
mode:
Diffstat (limited to 'dpo/data-formats')
-rw-r--r--dpo/data-formats/ConsulConfig.json2
-rw-r--r--dpo/data-formats/VES-7.30.2.1_ONAP-dataformat.json14
2 files changed, 15 insertions, 1 deletions
diff --git a/dpo/data-formats/ConsulConfig.json b/dpo/data-formats/ConsulConfig.json
index 168eda06..8d726ad4 100644
--- a/dpo/data-formats/ConsulConfig.json
+++ b/dpo/data-formats/ConsulConfig.json
@@ -4,7 +4,7 @@
"collector.schema.checkflag": "1",
"collector.dmaap.streamid": "fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration|3GPP-FaultSupervision=ves-3gpp-fault-supervision|3GPP-Heartbeat=ves-3gpp-heartbeat|3GPP-Provisioning=ves-3gpp-provisioning|3GPP-PerformanceAssurance=ves-3gpp-performance-assurance",
"collector.service.port": "8080",
- "collector.schema.file": "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2_ONAP.json\"}",
+ "collector.schema.file": "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2.1_ONAP.json\"}",
"collector.keystore.passwordfile": "/opt/app/VESCollector/etc/passwordfile",
"streams_publishes": {
"ves-measurement": {
diff --git a/dpo/data-formats/VES-7.30.2.1_ONAP-dataformat.json b/dpo/data-formats/VES-7.30.2.1_ONAP-dataformat.json
new file mode 100644
index 00000000..19d9a356
--- /dev/null
+++ b/dpo/data-formats/VES-7.30.2.1_ONAP-dataformat.json
@@ -0,0 +1,14 @@
+{
+ "self": {
+ "name": "VES_specification",
+ "version": "7.30.2.1",
+ "description": "VES spec for v7.2"
+ },
+ "dataformatversion": "1.0.0",
+ "reference": {
+ "name": "Common Event Format",
+ "format": "JSON",
+ "version": "30.2.1",
+ "url" : "https://git.onap.org/dcaegen2/collectors/ves/tree/etc/CommonEventFormat_30.2.1_ONAP.json"
+ }
+}