TaskPatchRequest
TaskPatchRequest
Describes the request payload to patch object.
JSON Example
{
"status": "IN_PROGRESS",
"end_time": "number",
"action": "ACKNOWLEDGE",
"details": "Performing ack operation",
"entities": [
{}
]
}
string
status
Optional
The current status of task.
Possible values are : IN_PROGRESS, COMPLETED, FAILED,
number
end_time
Optional
The end time of task in epoch millis.
string
action
Optional
The name of the action e.g. ADD_USER, ACKNOWLEDGE or REMEDIATION.
string
details
Optional
The details of performing action.
array of object
entities
Optional
entities