summaryrefslogtreecommitdiffstats
path: root/cds-ui/server/src/datasources/rest.datasource.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-08-26 17:36:18 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-26 17:36:18 +0000
commit955b4242da37028f0922ceac2971c574fcd712ed (patch)
tree91b70abb90571ca3ce858164a3485094a0be9f38 /cds-ui/server/src/datasources/rest.datasource.json
parent29e15e0c9a0771d4e1734277bef58c1a2c416f1b (diff)
parentc6246ca8b11b7a08142799681f9778fccf4e4b18 (diff)
Merge "Removed unused server files"
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