From 22595f692c26882a4775221a67d8e76fc6bafd09 Mon Sep 17 00:00:00 2001 From: brunomilitzer Date: Thu, 8 Jul 2021 12:44:06 +0100 Subject: Add Camel Endpoint ControlLoop Instantiation Added Camel Endpoint so that it connects with the ControlLoop Rest endpoint to create a new instantiation. Issue-ID: POLICY-3436 Change-Id: Idf3bda8a6226f57836d887f9d7a7b66327446858 Signed-off-by: brunomilitzer --- .../clds/camel/routes/controlloop-flows.xml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'runtime/src/main/resources/clds/camel/routes/controlloop-flows.xml') diff --git a/runtime/src/main/resources/clds/camel/routes/controlloop-flows.xml b/runtime/src/main/resources/clds/camel/routes/controlloop-flows.xml index d2bf39b16..b7da4a743 100644 --- a/runtime/src/main/resources/clds/camel/routes/controlloop-flows.xml +++ b/runtime/src/main/resources/clds/camel/routes/controlloop-flows.xml @@ -79,4 +79,29 @@ + + + + + + + POST + + + application/json + + + + + + + + + + -- cgit 1.2.3-korg