Merge existing dmi-plugin of data access passthrough endpoints 29/133629/2
authorsourabh_sourabh <sourabh.sourabh@est.tech>
Mon, 13 Mar 2023 15:49:35 +0000 (15:49 +0000)
committersourabh_sourabh <sourabh.sourabh@est.tech>
Wed, 15 Mar 2023 11:36:00 +0000 (11:36 +0000)
commite648aba2d39855337b6a5c39000dc6c611d09191
tree8f64e9c8b07ffcaffdc6f3d5d741e1ac30dd9115
parentf07370606ca12b70566cfbe663c9801d41044f34
Merge existing dmi-plugin of data access passthrough endpoints

- Introduced datastore enum and execute existing method based on given
  datastore.

Issue-ID: CPS-1550
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Change-Id: Idf908a89dce2f5f1a155d630e04ba7869328b94d
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
openapi/components.yml
openapi/openapi.yml
src/main/java/org/onap/cps/ncmp/dmi/exception/InvalidDatastoreException.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/rest/controller/handlers/DatastoreType.java [new file with mode: 0644]