forked from carbonblack/splunk-soar-content
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathget_process_analysis_url.json
More file actions
37 lines (37 loc) · 959 Bytes
/
get_process_analysis_url.json
File metadata and controls
37 lines (37 loc) · 959 Bytes
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
{
"create_time": "2022-11-23T07:55:11.588755+00:00",
"custom_function_id": "e4caa251d077eebbc699fd1ec11dc330845df6ff",
"description": "Returns an URL to Process Analysis page on CBC",
"draft_mode": false,
"inputs": [
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "asset",
"placeholder": "Asset ID"
},
{
"contains_type": [
"*"
],
"description": "",
"input_type": "list",
"name": "alert_id",
"placeholder": "Alert ID"
}
],
"outputs": [
{
"contains_type": [
"*"
],
"data_path": "console_url",
"description": "URL to process analysis page"
}
],
"platform_version": "4.10.2.47587",
"python_version": "3"
}