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 --- .../resources/clds/camel/rest/clamp-api-v2.xml | 43 ++++++++++++++++++++++ .../clds/camel/routes/controlloop-flows.xml | 25 +++++++++++++ 2 files changed, 68 insertions(+) (limited to 'runtime/src/main/resources/clds/camel') 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 b3c4edbe6..d560db660 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 @@ -1576,6 +1576,49 @@ + + + + + true + + + application/json + + + + + + + + java.lang.Exception + + true + + + + + + 500 + + + Create Tosca Instantiation Service FAILED + + + + + + 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