talig | ff78ef4 | 2018-08-09 13:13:23 +0300 | [diff] [blame] | 1 | { |
2 | "name": "RANDOM", | ||||
3 | "description": "Start Server", | ||||
4 | "categoryList": [ | ||||
5 | "Server" | ||||
6 | ], | ||||
7 | "inputs": [ | ||||
8 | { | ||||
9 | "name": "host", | ||||
10 | "type": "string", | ||||
11 | "value": "10.1.2.3" | ||||
12 | } | ||||
13 | ], | ||||
14 | "outputs": [ | ||||
15 | { | ||||
16 | "name": "status", | ||||
17 | "type": "string", | ||||
18 | "value": "started" | ||||
19 | } | ||||
20 | ], | ||||
21 | "type": "string", | ||||
22 | "content": "test" | ||||
23 | } |