From a4f457e46a336a30ceea69a742e8b8aa8f2e720f Mon Sep 17 00:00:00 2001 From: micdzied Date: Fri, 19 Apr 2019 09:16:21 +0200 Subject: provide component description - spec Change-Id: I081fb14a8f9c3ec69f6b646aebd454dee0a259c0 Issue-ID: DCAEGEN2-1442 Signed-off-by: micdzied --- dpo/data-formats/aai-interaction.json | 11 +++++++++++ dpo/data-formats/pnf-reregistration.json | 11 +++++++++++ dpo/data-formats/prh.dataformatspec.json | 11 +++++------ 3 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 dpo/data-formats/aai-interaction.json create mode 100644 dpo/data-formats/pnf-reregistration.json (limited to 'dpo/data-formats') 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 -- cgit 1.2.3-korg