Manual Implementation of ProvMnS controller 14/142014/6
authorseanbeirne <sean.beirne@est.tech>
Tue, 12 Aug 2025 15:04:47 +0000 (16:04 +0100)
committerseanbeirne <sean.beirne@est.tech>
Mon, 22 Sep 2025 13:43:13 +0000 (14:43 +0100)
commit5faac48e9d6acfdad02b3cd65873d89389a956d6
tree4ade5cdf64b2d44399abfaab1b2ff2468c0c1e19
parent2ac943ff2fe790b9045b37ebec31c19ade6c3ef1
Manual Implementation of ProvMnS controller

- Implementation of ProvMnS using spring

Issue-ID: CPS-2966
Change-Id: Ia767b2779aa7b741230f295886f898246daf025c
Signed-off-by: seanbeirne <sean.beirne@est.tech>
cps-ncmp-rest/.openapi-generator-ignore-provmns
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyRestExceptionHandler.java
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/ProvMnS.java [new file with mode: 0644]
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/ProvMnsController.java
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/provmns/exception/InvalidPathException.java [new file with mode: 0644]
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/util/ProvMnsRequestParameters.java [new file with mode: 0644]
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyRestExceptionHandlerSpec.groovy
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/ProvMnsControllerSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/provmns/ProvMnSRestApiSpec.groovy