aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/data-formats
diff options
context:
space:
mode:
authormicdzied <michal.1.dziedzic@nokia.com>2019-04-19 09:16:21 +0200
committermicdzied <michal.1.dziedzic@nokia.com>2019-05-08 10:18:11 +0200
commita4f457e46a336a30ceea69a742e8b8aa8f2e720f (patch)
tree82bdc6df20150c4f4c4ea899d7fd726ac0f1e4b9 /dpo/data-formats
parent3d20b25322996ec2d9959ecfb7d7cd11a14a7927 (diff)
provide component description - spec
Change-Id: I081fb14a8f9c3ec69f6b646aebd454dee0a259c0 Issue-ID: DCAEGEN2-1442 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
Diffstat (limited to 'dpo/data-formats')
-rw-r--r--dpo/data-formats/aai-interaction.json11
-rw-r--r--dpo/data-formats/pnf-reregistration.json11
-rw-r--r--dpo/data-formats/prh.dataformatspec.json11
3 files changed, 27 insertions, 6 deletions
diff --git a/dpo/data-formats/aai-interaction.json b/dpo/data-formats/aai-interaction.json
new file mode 100644
index 00000000..6f6b76bb
--- /dev/null
+++ b/dpo/data-formats/aai-interaction.json
@@ -0,0 +1,11 @@
+{
+ "self": {
+ "name": "AAI_Interaction",
+ "version": "1.0.0",
+ "description": "Messages exchanged between a microservice and AAI"
+ },
+ "dataformatversion": "1.0.0",
+ "unstructured": {
+ "encoding": "UTF-8"
+ }
+} \ No newline at end of file
diff --git a/dpo/data-formats/pnf-reregistration.json b/dpo/data-formats/pnf-reregistration.json
new file mode 100644
index 00000000..ae3a46db
--- /dev/null
+++ b/dpo/data-formats/pnf-reregistration.json
@@ -0,0 +1,11 @@
+{
+ "self": {
+ "name": "PNF_Reregistration_internal",
+ "version": "1.0.0",
+ "description": "Internal event sent by PRH for PNF re-registration"
+ },
+ "dataformatversion": "1.0.0",
+ "unstructured": {
+ "encoding": "UTF-8"
+ }
+} \ No newline at end of file
diff --git a/dpo/data-formats/prh.dataformatspec.json b/dpo/data-formats/prh.dataformatspec.json
index 4ed44f80..0cb2f005 100644
--- a/dpo/data-formats/prh.dataformatspec.json
+++ b/dpo/data-formats/prh.dataformatspec.json
@@ -1,15 +1,14 @@
{
"self": {
"name": "prh",
- "version": "1.2.",
+ "version": "1.3.0",
"description": "Physical Resource Handler (PRH)"
-
},
"dataformatversion": "1.0.0",
"reference": {
- "name": "VES (NF Event Streaming) Specification",
- "version": "30.0.1",
- "format": "json",
- "url": "https://gerrit.onap.org/r/gitweb?p=dcaegen2/collectors/ves.git;a=blob;f=etc/CommonEventFormat_30.0.1.json;hb=HEAD"
+ "name": "VES_specification",
+ "version": "7.1.0",
+ "format": "JSON",
+ "url": "https://git.onap.org/dcaegen2/collectors/ves/plain/dpo/data-formats/VES-7.30.1-dataformat.json"
}
} \ No newline at end of file