Transform module information from NetConf node to Generic format for NCMP 52/123252/5
authorniamhcore <niamh.core@est.tech>
Wed, 11 Aug 2021 15:13:53 +0000 (16:13 +0100)
committerniamhcore <niamh.core@est.tech>
Wed, 18 Aug 2021 09:34:58 +0000 (10:34 +0100)
commit577efb09a39282c608b53a3099b7edc95954f9c2
treeefc72509fd6b46c296446ef3958db2b594979751
parente398be5923a47650b109512c795244cdc2b5eb10
Transform module information from NetConf node to Generic format for NCMP

Issue-ID: CPS-531
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I918be4db5066d92b23e25fc7fbc22d4535fafc8c
docs/openapi/components.yml
docs/openapi/openapi.yml
src/main/java/org/onap/cps/ncmp/dmi/model/ModuleSchemaList.java [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/dmi/model/ModuleSchemaProperties.java [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/dmi/model/ModuleSchemas.java [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/dmi/rest/controller/DmiRestController.java
src/main/java/org/onap/cps/ncmp/dmi/service/DmiService.java
src/main/java/org/onap/cps/ncmp/dmi/service/DmiServiceImpl.java
src/test/groovy/org/onap/cps/ncmp/dmi/rest/controller/DmiRestControllerSpec.groovy
src/test/groovy/org/onap/cps/ncmp/dmi/service/DmiServiceImplSpec.groovy
src/test/resources/ModuleSchema.json [new file with mode: 0644]