/
Getting all properties from a certain Task
Getting all properties from a certain Task
Format
Method | GET |
---|---|
URL | /tasks/$TASK_ID |
Request contents | Empty |
Successful answer | Object related to this Task type |
Non-successful answer | ErrorMessage Object |
Unexpected answer | HTTP 500 |
Common fields for all Task types
Schema
task_id | String | Task's unique identifier |
---|---|---|
execution | String | Date and time when the task finished running |
state | String | Current state. Either "running" or "completed" |
retries | String | Number of times that, in case of error, the task will be retried |
current_try | Integer | Current execution iteration |
result | String | Task result. Either "error", "success" or "pending" |
result_msg | String | Message related to Task result |
JSON example
{ "execution": "2016-02-03 16:58:03", "state": "completed", "retries": "0", "result": "success", "task_id": "86725e2d-6277-434e-84ad-4d5d174f405f", "result_msg": "Guest started successfuly on host flexdev01", "current_try": 1 }
, multiple selections available,
Related content
Getting all properties from a certain Task
Getting all properties from a certain Task
More like this
Getting all properties from a certain Task
Getting all properties from a certain Task
More like this
Listing all registered tasks
Listing all registered tasks
More like this
Listing all registered tasks
Listing all registered tasks
More like this
Modifying Host properties
Modifying Host properties
More like this
Modifying Host properties
Modifying Host properties
More like this