v1

latestOpenAPI 3.0.0Apache 2.02026-07-14384142.2 KB
Task

Update an existing Task

Updates a Task object

patch/tasks/{id}

Path parameters

idstring required

UUID of task

Request body

archived_atstring date-time
child_task_idstring uuid
completed_atstring date-time
controller_message_idstring uuid
created_atstring date-time
idstring uuid

UUID of task

inputobject
messagestring
namestring
outputobject
ownerstring
source_idstring

ID of the resource

state'pending' | 'queued' | 'running' | 'timedout' | 'completed'
status'ok' | 'warn' | 'unchanged' | 'error'
target_source_refstring
target_typestring
typestring
updated_atstring date-time

Example request

{
  "message": "received message starting inventory collection",
  "name": "Order Service Plan",
  "owner": "jdoe",
  "state": "running",
  "status": "error",
  "type": "CloudConnectorTask"
}

Response

Updated, no content