InvestigationPlaybookData returns all data of an investigation playbook, not including history
ReadyPlaybookInputs
optional
|
map[String, map[String, Object]]
|
|
autoExtracting
optional
|
Boolean
|
|
comment
optional
|
String
|
|
inputs
optional
|
array[PlaybookInput] | PlaybookInputs - array of PlaybookInput |
investigationId
optional
|
String
|
|
isTIM
optional
|
Boolean
|
|
name
optional
|
String
|
|
outputs
optional
|
array[PlaybookOutput] | PlaybookOutputs - array of PlaybookOutput |
pendingTasks
optional
|
map[String, Object]
|
Tasks that are marked for running, but cannot yet run due to incomplete parents |
playbookId
optional
|
String
|
|
quiet
optional
|
Boolean
|
|
startDate
optional
|
Date
|
format: date-time |
startTaskId
optional
|
String
|
FirstTask is the root task of the playbook |
state
optional
|
String
|
InvestigationPlaybookState indicates the state of the running playbook |
subPlaybookInputs
optional
|
map[String, List]
|
|
subPlaybookOutputs
optional
|
map[String, List]
|
|
tasks
optional
|
map[String, InvestigationPlaybookTask] | |
view
optional
|
Object
|
PlaybookView represents the view in client of playbook graph |