summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/camel-rests
diff options
context:
space:
mode:
authorfpaquett <francis.paquette@amdocs.com>2018-10-12 12:01:48 -0400
committerfpaquett <francis.paquette@amdocs.com>2018-10-24 09:34:49 -0400
commit4869f2198fea14a1fabe2168f01b10af687e706c (patch)
treee4b85cd9544cad6fbcaac777c9b4cbf1c8eebdba /sparky/appconfig/camel-rests
parentea2fdc87f565b7a31e171eb7c46d2b692c1ebb54 (diff)
Updated sparky
Updated to Casablanca image and configuration Issue-ID: AAI-1736 Change-Id: I5a2bd265ca7f6d496f06eb78e75597997fbecd04 Signed-off-by: fpaquett <francis.paquette@amdocs.com>
Diffstat (limited to 'sparky/appconfig/camel-rests')
-rw-r--r--sparky/appconfig/camel-rests/sparky-core-filter-aggregation.xml7
-rw-r--r--sparky/appconfig/camel-rests/sparky-core-prepareSchema.xml11
-rw-r--r--sparky/appconfig/camel-rests/sparky-core-subscriptionService.xml7
-rw-r--r--sparky/appconfig/camel-rests/sparky-core-unified-search.xml7
-rw-r--r--sparky/appconfig/camel-rests/sparky-core-unifiedFilterRequest.xml7
5 files changed, 0 insertions, 39 deletions
diff --git a/sparky/appconfig/camel-rests/sparky-core-filter-aggregation.xml b/sparky/appconfig/camel-rests/sparky-core-filter-aggregation.xml
deleted file mode 100644
index e4e02ba..0000000
--- a/sparky/appconfig/camel-rests/sparky-core-filter-aggregation.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<rests xmlns="http://camel.apache.org/schema/spring">
- <rest>
- <post uri="/search/filterAggregation">
- <to uri="bean:aggregateSummaryProcessor?method=getFilteredAggregation"/>
- </post>
- </rest>
-</rests> \ No newline at end of file
diff --git a/sparky/appconfig/camel-rests/sparky-core-prepareSchema.xml b/sparky/appconfig/camel-rests/sparky-core-prepareSchema.xml
deleted file mode 100644
index 20dba6f..0000000
--- a/sparky/appconfig/camel-rests/sparky-core-prepareSchema.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<rests xmlns="http://camel.apache.org/schema/spring">
- <rest>
- <post uri="/visualization/prepareVisualization">
- <route>
- <to uri="bean:schemaVisualizationProcessor?method=processVisualizationRequest" />
- </route>
- </post>
- </rest>
-</rests>
-
-
diff --git a/sparky/appconfig/camel-rests/sparky-core-subscriptionService.xml b/sparky/appconfig/camel-rests/sparky-core-subscriptionService.xml
deleted file mode 100644
index f6a2953..0000000
--- a/sparky/appconfig/camel-rests/sparky-core-subscriptionService.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<rests xmlns="http://camel.apache.org/schema/spring">
- <rest>
- <get uri="/subscription/getsubscription">
- <to uri="bean:subscriptionServiceProcessor?method=getSubscription"/>
- </get>
- </rest>
-</rests> \ No newline at end of file
diff --git a/sparky/appconfig/camel-rests/sparky-core-unified-search.xml b/sparky/appconfig/camel-rests/sparky-core-unified-search.xml
deleted file mode 100644
index 61fd9ad..0000000
--- a/sparky/appconfig/camel-rests/sparky-core-unified-search.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<rests xmlns="http://camel.apache.org/schema/spring">
- <rest>
- <post uri="/search/querysearch">
- <to uri="bean:unifiedSearchProcessor?method=search"/>
- </post>
- </rest>
-</rests> \ No newline at end of file
diff --git a/sparky/appconfig/camel-rests/sparky-core-unifiedFilterRequest.xml b/sparky/appconfig/camel-rests/sparky-core-unifiedFilterRequest.xml
deleted file mode 100644
index 1b975e9..0000000
--- a/sparky/appconfig/camel-rests/sparky-core-unifiedFilterRequest.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<rests xmlns="http://camel.apache.org/schema/spring">
- <rest>
- <post uri="/search/unifiedFilterRequest">
- <to uri="bean:filterProcessor?method=getFiltersWithValues"/>
- </post>
- </rest>
-</rests> \ No newline at end of file