-
Notifications
You must be signed in to change notification settings - Fork 15
/
container_update.json
85 lines (85 loc) · 3.21 KB
/
container_update.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
{
"create_time": "2021-07-19T18:11:14.706144+00:00",
"custom_function_id": "7272e46db8e97248abb1584c72c0734ff9e303dc",
"description": "Allows updating various attributes of a container in a single custom function. Any attributes of a container not listed can be updated via the input_json parameter. ",
"draft_mode": false,
"inputs": [
{
"contains_type": [
"phantom container id"
],
"description": "Supports a container id or container dictionary",
"input_type": "item",
"name": "container_input",
"placeholder": "container:id"
},
{
"contains_type": [],
"description": "Optional parameter to change container name",
"input_type": "item",
"name": "name",
"placeholder": "My Container Name"
},
{
"contains_type": [],
"description": "Optional parameter to change the container description",
"input_type": "item",
"name": "description",
"placeholder": "My Container Description"
},
{
"contains_type": [
"phantom container label"
],
"description": "Optional parameter to change the container label",
"input_type": "item",
"name": "label",
"placeholder": "my_label"
},
{
"contains_type": [],
"description": "Optional parameter to change the container owner. Accepts a username or role name or keyword \"current\" to set the currently running playbook user as the owner.",
"input_type": "item",
"name": "owner",
"placeholder": "admin"
},
{
"contains_type": [],
"description": "Optional parameter to change the container sensitivity. ",
"input_type": "item",
"name": "sensitivity",
"placeholder": "amber"
},
{
"contains_type": [],
"description": "Optional parameter to change the container severity.",
"input_type": "item",
"name": "severity",
"placeholder": "medium"
},
{
"contains_type": [],
"description": "Optional parameter to change the container status.",
"input_type": "item",
"name": "status",
"placeholder": "open"
},
{
"contains_type": [],
"description": "Optional parameter to change the container tags. Must be in the format of a comma separated list.",
"input_type": "item",
"name": "tags",
"placeholder": "tag1, tag2"
},
{
"contains_type": [],
"description": "Optional parameter to modify any extra attributes of a container. Input_json will be merged with other inputs. In the event of a conflict, input_json will take precedence.",
"input_type": "item",
"name": "input_json",
"placeholder": "{\"custom_fields\": {\"field_name\": \"field_value\"}}"
}
],
"outputs": [],
"platform_version": "4.10.4.56260",
"python_version": "3"
}