Getting a task by ID
GET /api/v1/task/:id
PARAMS
token: user token,
detailed: boolean value (default: false)
RETURN
status: string [in_progress, finished, failed],
(if detailed: true)
started: datetime,
updated: datetime,
action: string [installing, executing, deploying, undeploying, monitoring, unmonitoring],
what: string object,
where: string target,
notifications: {
id: integer notification id,
type: string [error, info, success],
message: string text
}