-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
81 lines (81 loc) · 1.61 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"$product": {
"name": "API AutoFlow",
"version": "1.0.29"
},
"Inbound": [
{
"id": "89bd984c-a12c-4eaa-b4a4-9284e27abfb0",
"meta": {},
"value": {
"name": "test",
"port": 8080,
"type": "http server"
}
}
],
"InboundEndpoint": [
{
"id": "acd972fe-287f-4b8f-bb7a-014036424101",
"meta": {
"index": [
"inbound",
"89bd984c-a12c-4eaa-b4a4-9284e27abfb0"
]
},
"value": {
"default-test": "059ebc7b-2b4e-4c0f-9e4b-84b028a85f78",
"method": "ANY",
"name": "test",
"path": "/",
"type": "endpoint"
}
}
],
"InboundEndpointFlow": [
{
"id": "acd972fe-287f-4b8f-bb7a-014036424101",
"meta": {
"index": [
"inbound",
"89bd984c-a12c-4eaa-b4a4-9284e27abfb0"
]
},
"value": [
{
"$action": "data/set",
"at-location": {
"__$afref__": "data",
"path": [
"response",
"body"
]
},
"value": "testing hello world"
}
]
}
],
"InboundEndpointTest": [
{
"id": "059ebc7b-2b4e-4c0f-9e4b-84b028a85f78",
"meta": {
"index": [
"inbound",
"89bd984c-a12c-4eaa-b4a4-9284e27abfb0",
"endpoint",
"acd972fe-287f-4b8f-bb7a-014036424101"
]
},
"value": {
"name": "default-test-input",
"request": {
"body": "",
"header": {},
"path": {},
"query": {}
}
}
}
]
}