[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
TaskCreateRequest
Describes the create request for task object.
Properties
string
action
Required
The name of the action e.g. ADD_USER, ACKNOWLEDGE or REMEDIATION.
array of
string
notification_ids
Required
List of notification ids on which the action is performed.
string
status
Required
The current status of task.
Possible values are: IN_PROGRESS , COMPLETED , FAILED
string
type
Required
Which type of task user wants to create.
Possible values are: NOTIFICATION , REMEDIATION
string
dag_id
Optional
dag id, specific to REMEDIATION tasks.
string
details
Optional
The details of performing action.
array of
object
entities
Optional
This field contains the details specific to the Task type (NOTIFICATION/REMEDIATION)
JSON Example
{
"action": "ACKNOWLEDGE",
"notification_ids": [
"id1",
"id2"
],
"status": "IN_PROGRESS",
"type": "NOTIFICATION"
}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Parameter To
Create Task