From 5111509c812150f036af629e4114801c02a6e8fb Mon Sep 17 00:00:00 2001 From: Michal Banka Date: Mon, 13 Jul 2020 07:54:35 +0200 Subject: Add new data-format for 30.2_ONAP schema version Change-Id: I13c45c7a6c6cd223ca0f7ede411ccf0fdc59dee6 Signed-off-by: Michal Banka Issue-ID: DCAEGEN2-2254 --- dpo/data-formats/VES-7.30.2_ONAP-dataformat.json | 15 +++++++++++++++ dpo/spec/vescollector-componentspec.json | 10 +++++----- 2 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 dpo/data-formats/VES-7.30.2_ONAP-dataformat.json diff --git a/dpo/data-formats/VES-7.30.2_ONAP-dataformat.json b/dpo/data-formats/VES-7.30.2_ONAP-dataformat.json new file mode 100644 index 00000000..ec6c261f --- /dev/null +++ b/dpo/data-formats/VES-7.30.2_ONAP-dataformat.json @@ -0,0 +1,15 @@ +{ + "self": { + "name": "VES_specification", + "version": "7.30.2", + "description": "VES spec for v7.2" + }, + "dataformatversion": "1.0.0", + + "reference": { + "name": "Common Event Format", + "format": "JSON", + "version": "30.2", + "url" : "https://git.onap.org/dcaegen2/collectors/ves/tree/etc/CommonEventFormat_30.2_ONAP.json" + } +} diff --git a/dpo/spec/vescollector-componentspec.json b/dpo/spec/vescollector-componentspec.json index b268f62f..3a21d2db 100644 --- a/dpo/spec/vescollector-componentspec.json +++ b/dpo/spec/vescollector-componentspec.json @@ -34,7 +34,7 @@ }, { "format": "VES_specification", - "version": "5.28.4", + "version": "7.30.2", "type": "message router", "config_key": "ves-other" }, @@ -70,19 +70,19 @@ }, { "format": "VES_specification", - "version": "7.30.1", + "version": "7.30.2", "type": "message router", "config_key": "ves-pnfRegistration" }, { "format": "VES_specification", - "version": "7.30.1", + "version": "7.30.2", "type": "message router", "config_key": "ves-notification" }, { "format": "VES_specification", - "version": "7.30.1", + "version": "7.30.2", "type": "message router", "config_key": "ves-perf3gpp" } @@ -156,7 +156,7 @@ "verb": "POST", "request": { "format": "VES_specification", - "version": "7.30.1" + "version": "7.30.2" }, "response": { "format": "ves.coll.response", -- cgit 1.2.3-korg