diff options
-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", |