summaryrefslogtreecommitdiffstats
path: root/cds-ui/server/src/datasources/rest.datasource.json
diff options
context:
space:
mode:
authorEzhilarasi <ezhrajam@in.ibm.com>2019-08-26 18:08:39 +0530
committerEzhilarasi R <ezhrajam@in.ibm.com>2019-08-26 14:39:48 +0000
commitc6246ca8b11b7a08142799681f9778fccf4e4b18 (patch)
tree25f50e231b32730d04cd76a1206d1986102d6e1e /cds-ui/server/src/datasources/rest.datasource.json
parent9b893196ff991931d31c412d822e5c24c643098d (diff)
Removed unused server files
Change-Id: Id7a708a3ae6029a775d28710967fe9f3eec42c59 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'cds-ui/server/src/datasources/rest.datasource.json')
-rw-r--r--cds-ui/server/src/datasources/rest.datasource.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/cds-ui/server/src/datasources/rest.datasource.json b/cds-ui/server/src/datasources/rest.datasource.json
deleted file mode 100644
index 86f33fbd4..000000000
--- a/cds-ui/server/src/datasources/rest.datasource.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "restConfig",
- "connector": "rest",
- "options": {
- "headers": {
- "accept": "application/json",
- "content-type": "application/json"
- }
- },
- "operations": [
- {
- "template": {
- "method": "GET",
- "url": ""
- },
- "functions": {
- "getEnricheddata": [""]
- }
- },
- {
- "template": {
- "method": "POST",
- "url": ""
- },
- "functions": {
- "saveBlueprint": [""]
- }
- },
- {
- "template": {
- "method": "POST",
- "url": ""
- },
- "functions": {
- "test": [""]
- }
- }
-]
-} \ No newline at end of file