Task is an instruction to the remote agent to perform an action.
JSON representation |
---|
{ "id": string, "created": string, "updated": string, "status": string, "type": string, "key": string, "data": string, "results": string, "agent": string, "admin": string } |
Fields | |
---|---|
id |
Output only. Id of the task. |
created |
Output only. The time when the task was created. |
updated |
Output only. The time when the task was updated. |
status |
Output only. The status of the task. |
type |
Output only. The type of the task. |
key |
Output only. The encrypted key of the task. |
data |
Output only. The data of the task. |
results |
Output only. The results of the task. |
agent |
Output only. The agent that should run the task. |
admin |
Output only. The admin that created the task. |