blob: 86f33fbd4c73861b12373073991db15200cb1fbb [file] [log] [blame]
Arundathi Patil01210652019-02-22 16:25:49 +05301{
2 "name": "restConfig",
3 "connector": "rest",
4 "options": {
5 "headers": {
6 "accept": "application/json",
7 "content-type": "application/json"
8 }
9 },
10 "operations": [
11 {
12 "template": {
13 "method": "GET",
14 "url": ""
15 },
16 "functions": {
17 "getEnricheddata": [""]
18 }
19 },
20 {
21 "template": {
22 "method": "POST",
23 "url": ""
24 },
25 "functions": {
26 "saveBlueprint": [""]
27 }
28 },
29 {
30 "template": {
31 "method": "POST",
32 "url": ""
33 },
34 "functions": {
35 "test": [""]
36 }
37 }
38]
39}