API Model

Monitored Tasks

Field Type Mandatory Meaning
uuid string yes task uuid
name string yes task name
user string yes user who started the task
done boolean yes true if the execution is completed
success boolean yes true if the execution completed without errors
result Consultation Response or error message yes result of the elaboration

Example

[
  {
     "uuid": "a3ab2c99-61c9-4915-8dfa-1fef1abcb887",
     "name": "Test",
     "user": "some.user",
     "done": true,
     "success": true,
     "result": {
        ...
  }
]