Rest & Java API layer - Query Datanodes using cpsPath that contains contains a leaf... 12/118112/6
authorniamhcore <niamh.core@est.tech>
Fri, 19 Feb 2021 13:14:40 +0000 (13:14 +0000)
committerNiamh Core <niamh.core@est.tech>
Mon, 22 Feb 2021 13:52:21 +0000 (13:52 +0000)
commit53f07ac2f4b3699b685b8d009c8949e81fa154a6
tree51e465dbec0f8959e6f4397a487399c0978b0769
parent47b0b18950bdce3456e491769ac2d4dac2c86298
Rest & Java API layer - Query Datanodes using cpsPath that contains contains a leaf name and a leaf value

Issue-ID: CPS-231

Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I3bf2a9946746ad06ddb4bc832206a36b78ff2175
cps-rest/docs/api/swagger/components.yml
cps-rest/docs/api/swagger/cpsQuery.yml [new file with mode: 0644]
cps-rest/docs/api/swagger/openapi.yml
cps-rest/src/main/java/org/onap/cps/rest/controller/QueryRestController.java [new file with mode: 0644]
cps-rest/src/test/groovy/org/onap/cps/rest/controller/AdminRestControllerSpec.groovy
cps-rest/src/test/groovy/org/onap/cps/rest/controller/DataRestControllerSpec.groovy
cps-rest/src/test/groovy/org/onap/cps/rest/controller/QueryRestControllerSpec.groovy [new file with mode: 0644]
cps-rest/src/test/groovy/org/onap/cps/rest/exceptions/CpsRestExceptionHandlerSpec.groovy
cps-service/src/main/java/org/onap/cps/api/CpsQueryService.java
cps-service/src/main/java/org/onap/cps/api/impl/CpsQueryServiceImpl.java [new file with mode: 0644]
cps-service/src/test/groovy/org/onap/cps/api/impl/CpsQueryServiceImplSpec.groovy [new file with mode: 0644]