From 95995f9785c5c438dcfe26358feb2ebe4dd70302 Mon Sep 17 00:00:00 2001 From: brunomilitzer Date: Mon, 16 Aug 2021 10:34:06 +0100 Subject: ADD Change State Control Loop Definition Issue-ID: POLICY-3425 Change-Id: I0898feefd0d63802e90c1c191d1ac1f14f7df389 Signed-off-by: brunomilitzer --- .../resources/clds/camel/rest/clamp-api-v2.xml | 36 ++++++++++++++++++++++ .../clds/camel/routes/controlloop-flows.xml | 25 +++++++++++++++ 2 files changed, 61 insertions(+) (limited to 'runtime') 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 677ec64c9..2e71c58ca 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 @@ -1589,6 +1589,8 @@ + @@ -1619,6 +1621,40 @@ + + + + + + + + application/json + + + true + + + + + java.lang.Exception + + true + + + + + 500 + + + GET Tosca Instantiation JSON FAILED + + + + + + + + + + + + GET + + + application/json + + + + + + + + + + -- cgit 1.2.3-korg