Name | Type | Description | Notes |
---|---|---|---|
dirty | bool | [optional] | |
ready_playbook_inputs | dict(str, dict(str, object)) | [optional] | |
replaced_playbook | bool | Indicate whether this playbook has new history during this session | [optional] |
shard_id | int | [optional] | |
updated_operator_i_ds | bool | [optional] | |
auto_extracting | bool | [optional] | |
comment | str | [optional] | |
has_role | bool | Internal field to make queries on role faster | [optional] |
id | str | [optional] | |
incident_create_date | datetime | Incident create date | [optional] |
inputs | PlaybookInputs | [optional] | |
investigation_id | str | [optional] | |
modified | datetime | [optional] | |
name | str | [optional] | |
outputs | PlaybookOutputs | [optional] | |
pb_history | list[InvestigationPlaybookData] | in: body | [optional] |
playbook_id | str | [optional] | |
previous_roles | list[str] | PreviousRoleName - do not change this field manually | [optional] |
roles | list[str] | The role assigned to this investigation | [optional] |
sort_values | list[str] | [optional] | |
start_date | datetime | [optional] | |
start_task_id | str | FirstTask is the root task of the playbook | [optional] |
state | InvestigationPlaybookState | [optional] | |
sub_playbook_inputs | dict(str, PlaybookInputs) | [optional] | |
sub_playbook_outputs | dict(str, PlaybookOutputs) | [optional] | |
tasks | dict(str, InvestigationPlaybookTask) | [optional] | |
version | int | [optional] | |
view | PlaybookView | [optional] |