CreateTask
Create a new Task.
CreateTaskRequest
Request
This endpoint expects an object.
display_name
Human-readable display name for this Task, should be short (<100 chars).
specification
Full task parameterization.
relations
Any relationships associated with this Task, such as a parent Task or an assignee this Task is designated to
for execution.
description
Longer, free-form, human-readable description of this Task.
is_executed_elsewhere
If set, then task-manager will not trigger execution of this task on an agent. Useful for when ingesting tasks from an external system that is triggering execution of tasks on agents.
task_id
If non-empty, will set the requested Task ID, otherwise will generate a new random GUID.
Will reject if supplied Task ID does not match [A-Za-z0-9_-.]{5,36}
.
initial_entities
Indicates an initial set of entities that can be used to execute an entity aware task.
For example, an entity Objective, an entity Keep In Zone, etc.
CreateTaskResponse
Response
This endpoint returns an object.
task
Task that was created.