mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
72 lines
2.4 KiB
JSON
72 lines
2.4 KiB
JSON
{
|
|
"create_time": "2025-01-22T19:50:05.327304+00:00",
|
|
"custom_function_id": "70ba9e8ebf5c903af30b81fd47a9592930820d4d",
|
|
"description": "Update a workbook task by task name or the task where the currently running playbook appears. Requires a task_name, container_id, and a note_title, note_content, owner, or status.",
|
|
"draft_mode": false,
|
|
"inputs": [
|
|
{
|
|
"contains_type": [
|
|
"*"
|
|
],
|
|
"description": "Name of a workbook task or keyword 'playbook' to update the task where the currently running playbook appears. (Required)",
|
|
"input_type": "item",
|
|
"name": "task_name",
|
|
"placeholder": "my_task"
|
|
},
|
|
{
|
|
"contains_type": [
|
|
"*"
|
|
],
|
|
"description": "Note title. (Optional)",
|
|
"input_type": "item",
|
|
"name": "note_title",
|
|
"placeholder": "My Title"
|
|
},
|
|
{
|
|
"contains_type": [
|
|
"*"
|
|
],
|
|
"description": "Note content. (Optional)",
|
|
"input_type": "item",
|
|
"name": "note_content",
|
|
"placeholder": "My notes"
|
|
},
|
|
{
|
|
"contains_type": [
|
|
"*"
|
|
],
|
|
"description": "Accepts 'incomplete', 'in_progress, or 'complete'. (Optional)",
|
|
"input_type": "item",
|
|
"name": "status",
|
|
"placeholder": "in_progress"
|
|
},
|
|
{
|
|
"contains_type": [
|
|
"*"
|
|
],
|
|
"description": "A user to assign as the task owner or keyword 'current\" to assign the task to the user that launched the playbook. (Optional)",
|
|
"input_type": "item",
|
|
"name": "owner",
|
|
"placeholder": "username"
|
|
},
|
|
{
|
|
"contains_type": [
|
|
"phantom container id"
|
|
],
|
|
"description": "The ID of a SOAR Container. (Required)",
|
|
"input_type": "item",
|
|
"name": "container",
|
|
"placeholder": "container:id"
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"contains_type": [],
|
|
"data_path": "note_id",
|
|
"description": "Returns note_id if a note was added. A closing note on a required task note will not produce a note_id."
|
|
}
|
|
],
|
|
"outputs_type": "item",
|
|
"platform_version": "6.3.1.176",
|
|
"python_version": "3.13"
|
|
} |