Implement ACK in DMI Plugin 99/138099/4
authoregernug <gerard.nugent@est.tech>
Wed, 29 May 2024 09:22:59 +0000 (10:22 +0100)
committeregernug <gerard.nugent@est.tech>
Thu, 30 May 2024 14:28:58 +0000 (15:28 +0100)
commitdaf2ba8f11d98b26e871961d1c6bd1b4c5c89aab
tree59ce0ae8b2e17d90197914802a2ed95157446896
parent190c30c687cb5506fed6e27bfa623fa2747386bb
Implement ACK in DMI Plugin

Implementing a response in DMI Plugin to indicate that the datajobs API is not implemented

Issue-ID: CPS-2243

Change-Id: I5215d634006a2031638110e3dc159c66ad4e7d86
Signed-off-by: egernug <gerard.nugent@est.tech>
docs/api/swagger/openapi-datajob.yaml
openapi/openapi-datajob.yml
pom.xml
src/main/java/org/onap/cps/ncmp/dmi/datajobs/rest/controller/DmiDatajobsRestController.java [new file with mode: 0644]
src/test/groovy/org/onap/cps/ncmp/dmi/datajobs/rest/controller/DmiDatajobsRestControllerSpec.groovy [new file with mode: 0644]