forked from splunk-soar-connectors/polarityapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolarityapp.json
More file actions
147 lines (147 loc) · 4.21 KB
/
polarityapp.json
File metadata and controls
147 lines (147 loc) · 4.21 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"appid": "8500b687-74d3-475a-b6b9-725d425c3284",
"name": "PolarityApp",
"description": "Polarity App Connector",
"type": "information",
"product_vendor": "ThreatConnect",
"logo": "polarityapp.png",
"logo_dark": "polarityapp_dark.png",
"product_name": "PolarityApp",
"python_version": "3.13",
"product_version_regex": ".*",
"publisher": "Splunk",
"contributors":
[
{
"name": "Ajat Shatru"
}
],
"license": "Copyright (c) Splunk, 2025",
"app_version": "1.2.0",
"utctime_updated": "2025-10-21T13:03:54.211677Z",
"package_name": "phantom_polarityapp",
"main_module": "polarityapp_connector.py",
"min_phantom_version": "7.0.0.197",
"app_wizard_version": "1.0.0",
"configuration":
{
"base_url":
{
"description": "url",
"data_type": "string",
"required": true,
"value_list":
[],
"default": "",
"order": 0,
"name": "base_url",
"id": 0
},
"api_key":
{
"description": "key",
"data_type": "password",
"required": true,
"order": 1,
"name": "api_key",
"id": 1
}
},
"actions":
[
{
"action": "test connectivity",
"identifier": "test_connectivity",
"description": "Validate the asset configuration for connectivity using supplied configuration",
"verbose": "",
"type": "test",
"read_only": true,
"parameters":
{},
"output":
[],
"versions": "EQ(*)"
},
{
"action": "search",
"identifier": "search",
"description": "polarity search action",
"verbose": "",
"type": "investigate",
"read_only": true,
"parameters":
{
"text":
{
"description": "text for search",
"data_type": "string",
"required": true,
"primary": true,
"contains":
[
"*"
],
"value_list":
[],
"default": "",
"order": 0,
"name": "text"
}
},
"output":
[
{
"data_path": "action_result.parameter.text",
"data_type": "string",
"contains":
[
"*"
],
"column_name": "text",
"column_order": 0
},
{
"data_path": "action_result.status",
"data_type": "string",
"column_name": "status",
"column_order": 1
},
{
"data_path": "action_result.message",
"data_type": "string"
},
{
"data_path": "summary.total_objects",
"data_type": "numeric"
},
{
"data_path": "summary.total_objects_successful",
"data_type": "numeric"
},
{
"data_path": "action_result.data.*.integration_id",
"data_type": "string",
"column_name": "integration",
"column_order": 2
},
{
"data_path": "action_result.data.*.result_data",
"data_type": "object"
}
],
"render":
{
"type": "table"
},
"versions": "EQ(*)"
}
],
"custom_made": true,
"copied_from_id": 677,
"copied_from_version": "1.1.0",
"directory": "polarityapp_8500b687-74d3-475a-b6b9-725d425c3284",
"version": 1,
"appname": "-",
"executable": "spawn313",
"disabled": false
}