diff options
author | Michal Banka <michal.banka@nokia.com> | 2020-07-13 07:54:35 +0200 |
---|---|---|
committer | Michal Banka <michal.banka@nokia.com> | 2020-07-14 11:18:59 +0200 |
commit | 5111509c812150f036af629e4114801c02a6e8fb (patch) | |
tree | 9cc6726dd1485a5f6d09b0a1005cabf8dc7038eb | |
parent | a0d740ab9ad912986f95e68177449e1e3d015be7 (diff) |
Add new data-format for 30.2_ONAP schema version
Change-Id: I13c45c7a6c6cd223ca0f7ede411ccf0fdc59dee6
Signed-off-by: Michal Banka <michal.banka@nokia.com>
Issue-ID: DCAEGEN2-2254
-rw-r--r-- | dpo/data-formats/VES-7.30.2_ONAP-dataformat.json | 15 | ||||
-rw-r--r-- | dpo/spec/vescollector-componentspec.json | 10 |
2 files changed, 20 insertions, 5 deletions
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", |