Resource: Task
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Tasks - Chronicle SOAR tasks. Types of Tasks: general, case-spesific
JSON representation |
---|
{
"name"
:
string
,
"id"
:
string
,
"createTime"
:
string
,
"updateTime"
:
string
,
"content"
:
string
,
"dueTime"
:
string
,
"title"
:
string
,
"author"
:
string
,
"lastAuthor"
:
string
,
"assignee"
:
string
,
"status"
:
enum (
|
Fields | |
---|---|
name
|
Identifier. The unique name(ID) of the task. Format: projects/{project}/locations/{location}/instances/{instance}/tasks/{task} |
id
|
Output only. The unique ID of the task. |
createTime
|
Output only. The creation time of the task. |
updateTime
|
Output only. The last update time of the task. |
content
|
Required. The task content, limited to 4096 characters. |
dueTime
|
Optional. The due time for the task in ms. When specified during task creation, must be in the future. Is optional as deadlines can exist without a specific scheduled time. |
title
|
Required. The task title, minimum length of 3 characters and maximum of 50 characters. |
author
|
Output only. The user who created the task. |
lastAuthor
|
Output only. The last editor of the task. |
assignee
|
Required. The assignee of the task. |
status
|
Required. The status of the task. todo change to task startus enum |
resolver
|
Output only. The user who resolved the task. |
comment
|
Required. Comment added during task resolution, limited to 4096 characters. |
resolutionTime
|
Output only. The resolution time of the task in ms. |
caseId
|
Optional. Associated case id (if task is related to a specific case) Can be optional as tasks may exist independently or be associated with a specific case. |
favorite
|
Optional. Determines whether the task is marked as favorite. |
Status
The current status of the task.
Enums | |
---|---|
STATUS_UNSPECIFIED
|
The task status is unspecified/unknown. |
PENDING
|
The task status is pending. |
COMPLETED
|
The task status is completed. |
Methods |
|
---|---|
|
Create a Task. |
|
Delete a Task. |
|
Get a Task. |
|
Lists soar tasks. |
|
Update a Task. |