
For the complete list of REST resources in this category, refer to the main Management API page.
| Resource URI | Description |
|---|---|
| /manage/v2/task-servers (GET) | This resource address lists the Task Servers. |
| /manage/v2/task-servers/{id|name} (GET) | This resource address lists the specified Task Server properties. |
| /manage/v2/task-servers/{id|name}/properties (GET) | This resource address returns the properties of the Task Server in the specified group. |
| /manage/v2/task-servers/{id|name}/properties (PUT) | Initiate a properties change on the Task Server in the specified group. |
| /manage/v2/tasks (GET) | This resource address returns the list of scheduled tasks for the specified group. |
| /manage/v2/tasks (POST) | This resource address is used to create a new scheduled task for the specified group. |
| /manage/v2/tasks/{id|name} (DELETE) | This resource address deletes the named task from the named group. |
| /manage/v2/tasks/{id|name} (GET) | This resource address returns the configuration for the specified task. |
| /manage/v2/tasks/{id|name}/properties (GET) | This resource address returns the properties of the specified task. |
| /manage/v2/tasks/{id|name}/properties (PUT) | This resource address can be used to update the properties for the specified task. |