From 4045d5fd60013534f4ecf85f553ae7da3e32220d Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Fri, 23 Jul 2021 10:48:25 +0100 Subject: Added endpoint for common or instance properties Runtime-controlloop and Camel endpoionts added Flag common can be used - true common props - false - instance props Changed getServiceTemplate endpoint to return less Added creation of controlloop db to clamp scripts Issue-ID: POLICY-3439 Change-Id: I9d189ca030868b47b46a2e0bc5e731c23fba2a61 Signed-off-by: saul.gill --- .../resources/clds/camel/rest/clamp-api-v2.xml | 35 ++++++++++++++++++++++ .../clds/camel/routes/controlloop-flows.xml | 28 +++++++++++++++++ 2 files changed, 63 insertions(+) (limited to 'runtime/src/main/resources/clds') 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 01ee071ee..677ec64c9 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 @@ -1724,6 +1724,41 @@ + + + + + + + + application/json + + + false + + + + + java.lang.Exception + + true + + + + + 500 + + + GET Common Properties FAILED + + + + + + + + + + + + + GET + + + application/json + + + ${header.common} + + + + + + + + + + -- cgit 1.2.3-korg