-
Notifications
You must be signed in to change notification settings - Fork 15
/
list_merge.json
109 lines (109 loc) · 2.82 KB
/
list_merge.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"create_time": "2021-04-28T19:53:33.624071+00:00",
"custom_function_id": "b524eca7afdfcb2a4714529f28e5f0142b12d459",
"description": "Merge 2-10 different data paths into a single output data path. For example, if IP addresses are stored in the fields sourceAddress, destinationAddress, and deviceAddress, then those three fields could be merged together to form a single list of IP addresses.",
"draft_mode": false,
"inputs": [
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "input_1",
"placeholder": ""
},
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "input_2",
"placeholder": ""
},
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "input_3",
"placeholder": ""
},
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "input_4",
"placeholder": ""
},
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "input_5",
"placeholder": ""
},
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "input_6",
"placeholder": ""
},
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "input_7",
"placeholder": ""
},
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "input_8",
"placeholder": ""
},
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "input_9",
"placeholder": ""
},
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "input_10",
"placeholder": ""
}
],
"outputs": [
{
"contains_type": [
"*"
],
"data_path": "*.item",
"description": "A combined list of all the values from all the input lists"
}
],
"platform_version": "4.10.3.51237",
"python_version": "3"
}