LegacyTask Stay organized with collections Save and categorize content based on your preferences.
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. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-25 UTC.