Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

task_idStringTask's unique identifier
executionStringDate and time when the task finished running
whenStringDate and time when the task was created
stateStringCurrent state. Either "running" or "completed"retriesStringNumber of times that, in case of error, the task will be retried
current_tryIntegerCurrent execution iteration
resultStringTask result. Either "error", "success" or "pending"
result_msgStringMessage related to Task result

JSON example

Code Block
languagejs
{
    "executionwhen": "2016-02-03 16:5857:0342",
    "stateexecution": "completed2016-02-03 16:58:03",
    "retriesstate": "0completed",
    "result": "success",
    "task_id": "86725e2d-6277-434e-84ad-4d5d174f405f",
    "result_msg": "Guest started successfuly on host flexdev01",
    "current_try": 1
}