Panel | ||||
---|---|---|---|---|
|
...
- Application Control Task Web ServicesEmail
- Agent File Monitor Task Web Services
- Email Monitor Task Web Services
- Agent File Email Monitor Task Web ServicesFile Transfer
- IBM i Task Web Services
- Recurring Task Web Services
- Remote File Monitor File Transfer Task Web Services
- Linux Unix Task Web Services
- Manual Task Web Services
- PeopleSoft Task Web Services
- Recurring Task Web Services
- Remote File Monitor Task Web Services
- SAP Task Web Services
- SQL Task Web Services
- Stored Procedure Task Web Services
- System Monitor Task Web Services
- Task Monitor Task Web Services
- Timer Task Web Services
- Universal Command Task Web Services
- Universal Monitor Task Web Services
- Universal Task Web Services
- Variable Monitor Task Web Services
- Web Service Task Web Services
- Windows Task Web Services
- Workflow Task Web Services
- z/OS Task Web Services
- z/OS Monitor Task Web Services
Anchor | ||||
---|---|---|---|---|
|
...
Description | |
---|---|
URI | http://host_name/uc/resources/task |
HTTP Method | DELETE |
Description | Deletes the specified task. |
URI Parameters | See Delete a Task: URI Parameters, below. |
Example URI | |
Authentication | HTTP Basic |
Example Response |
|
...
Description | |||||||
---|---|---|---|---|---|---|---|
URI | http://host_name/uc/resources/task/ops-task-launch | ||||||
HTTP Method | POST | ||||||
Description | Launches the specified task. | ||||||
Example URI | http://localhost:8080/uc/resources/task/ops-task-launch | ||||||
Authentication | HTTP Basic | ||||||
Consumes Content-Type | application/xml, application/json | ||||||
Produces Content-Type | application/xml, application/json | ||||||
Example Request | |||||||
| |||||||
Request Properties | |||||||
Request Task-Related Records Properties | |||||||
Example Response |
Anchor | ||||
---|---|---|---|---|
|
...
Examples | XML | JSON | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example Request for Task |
|
| ||||||||||||||||||||
Example Request for Task-Related Records |
| |||||||||||||||||||||
Example Response |
|
|
...
Description | |
---|---|
URI | http://host_name/uc/resources/task/parent/list |
HTTP Method | GET |
Description | Retrieves a list of parent workflows that a task belongs to. |
URI Parameters | See List All Workflows That a Task Belongs To: URI Parameters, below. |
Example URI | |
Authentication | HTTP Basic |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Example Response | See List All Workflows That a Task Belongs To: XML and JSON Examples. |
Response Properties | See List All Workflows That a Task Belongs To: Response Properties. |
Anchor | ||||
---|---|---|---|---|
|
...
Description | |
---|---|
URI | http://host_name/uc/resources/task/list |
HTTP Method | POST |
Description | Retrieves information on tasks matching specific search criteria. |
Example URI | http://localhost:8080/uc/resources/task/list |
Authentication | HTTP Basic |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | application/xml, application/json |
Example Request | |
Request Properties | |
Example Response |
Anchor | ||||
---|---|---|---|---|
|
...
Examples | XML | JSON | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example Request |
|
| ||||||||||||||
Example Response |
|
|
...
Property | UI Field Name | Description | Specifications | Required | Mutually Exclusive With | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
agentName | Agent | Agent on which this task was run. | N | |||||||||||||
businessServices | Member of Business Services | Business Services that this task belongs to. | Comma-separated list. | N | ||||||||||||
name | Task Name | Name or partial name of one or more tasks. | Wildcards are supported. | N | ||||||||||||
templateId | n/a | ID used within the controller to identify a template. | If a templateId or templateName is specified, List task returns a list of tasks associated with the Universal template. | N | templateName | |||||||||||
templateName | Template Name | Name of a template. | If a templateId or templateName is specified, List task returns a list of tasks associated with the Universal template. | N | templateId | |||||||||||
type | n/a | Task Type of tasks to list. | Valid values: One of the following (not case sensitive):
To list tasks for all task types, enter | N | ||||||||||||
updatedTime | n/a | If | Valid values:
Default is d.
| Y | ||||||||||||
updatedTimeType | n/a | Type of | Valid values:
| N | ||||||||||||
workflowid | n/a | ID used within the Controller to identify a workflow. | If | N |
| |||||||||||
workflowname | Task Name | Name of a workflow. | If | N |
|
...
Description | |
---|---|
URI | |
HTTP Method | GET |
Description | Retrieve task details using specific query parameter(s). |
Example URI | |
Authentication | HTTP Basic |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
URI Properties | |
Example Response |
Anchor | ||||
---|---|---|---|---|
|
...
Property | UI Field Name | Description | Specifications | Required | Mutually Exclusive With | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
agentname | Agent | Agent on which this task was run. | N | |||||||||||||
businessServices | Member of Business Services | Business Services that this task belongs to. | Comma-separated list. | N | ||||||||||||
taskname | Task Name | Name or partial name of one or more tasks. | Wildcards are supported. | N | ||||||||||||
templateId | n/a | ID used within the controller to identify a template. | If a templateId or templateName is specified, List task returns a list of tasks associated with the Universal template. | N | templateName | |||||||||||
templateName | Template Name | Name of a template. | If a templateId or templateName is specified, List task returns a list of tasks associated with the Universal template. | N | templateId | |||||||||||
type | n/a | Task Type of tasks to list. | Valid values: One of the following (not case sensitive):
To list tasks for all task types, enter | N | ||||||||||||
updatedTime | n/a | If | Valid values:
Default is d.
| Y | ||||||||||||
updatedTimeType | n/a | Type of | Valid values:
| N | ||||||||||||
workflowid | n/a | ID used within the Controller to identify a workflow. | If | N |
| |||||||||||
workflowname | Task Name | Name of a workflow. | If | N |
|
...