From 784eb5b7c8b85c0d24403eff2f0b1d40e024e448 Mon Sep 17 00:00:00 2001 From: brunomilitzer Date: Wed, 28 Jul 2021 16:58:45 +0100 Subject: Add Create Instance Rest Endpoint Added Camel Endpoint Will Apply Unit Tests on POLICY-3537, since focus is to get the functionalities completed. Issue-ID: POLICY-3436 Change-Id: I8305896b24c30fc0403c57b3925af983065a5ec2 Signed-off-by: brunomilitzer --- .../resources/clds/camel/rest/clamp-api-v2.xml | 45 +++++++++++++++++++++- .../clds/camel/routes/controlloop-flows.xml | 25 ++++++++++++ 2 files changed, 69 insertions(+), 1 deletion(-) (limited to 'runtime/src') diff --git a/runtime/src/main/resources/clds/camel/rest/clamp-api-v2.xml b/runtime/src/main/resources/clds/camel/rest/clamp-api-v2.xml index 2e71c58ca..f800efe8d 100644 --- a/runtime/src/main/resources/clds/camel/rest/clamp-api-v2.xml +++ b/runtime/src/main/resources/clds/camel/rest/clamp-api-v2.xml @@ -1553,7 +1553,7 @@ - true + false application/json @@ -1760,6 +1760,49 @@ + + + + + false + + + application/json + + + + + + + + java.lang.Exception + + true + + + + + + 500 + + + Creating Instance Properties FAILED + + + + + + + + + + + + + POST + + + application/json + + + + + + + + + + -- cgit 1.2.3-korg