From 937c480aac2d675e70c94908febddb42aefc8dcc Mon Sep 17 00:00:00 2001 From: xg353y Date: Wed, 20 Mar 2019 16:01:43 +0100 Subject: Rework the deploy/undeploy method Create the camle box for depoy/undeploy closed loop with the new loop data model Issue-ID: CLAMP-334 Change-Id: Ica77163877c30b31efc37ab489b3810fe1251012 Signed-off-by: xg353y --- .../resources/clds/camel/rest/clamp-api-v2.xml | 38 ++++++++++++++++------ 1 file changed, 28 insertions(+), 10 deletions(-) (limited to 'src/main/resources/clds/camel/rest') diff --git a/src/main/resources/clds/camel/rest/clamp-api-v2.xml b/src/main/resources/clds/camel/rest/clamp-api-v2.xml index d4872ef45..c5828b284 100644 --- a/src/main/resources/clds/camel/rest/clamp-api-v2.xml +++ b/src/main/resources/clds/camel/rest/clamp-api-v2.xml @@ -10,7 +10,6 @@ @@ -19,19 +18,22 @@ - + + + + - + type="com.google.gson.JsonObject" + consumes="application/json" + outType="org.onap.clamp.loop.Loop" + produces="application/json"> + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg