z/OS Task Instance Web Services
Universal Controller supports the following RESTful-based web services for z/OS Task Instance operations, which are listed alphabetically on this page.
- Deselect Job Steps of a z/OS Instance
- Read Job Steps of a z/OS Instance
- Select Job Steps of a z/OS Instance
- Select To End Job Steps of a z/OS Instance
Formatting specifications for each web service, including details about parameter requirements, are provided.
Deselect Job Steps of a z/OS Instance
Description | |
|---|---|
URI | http://host_name/uc/resources/taskinstance/zos/jobsteps/deselect |
HTTP Method | PUT |
Description | Deselect job steps of a z/OS task instance for Re-run. |
Authentication | HTTP Basic |
Example URI | |
Consumes Content-Type | n/a |
Produces Content-Type | application/json |
URI Properties | |
Example Responses |
|
Deselect Job Steps of a z/OS Instance: URI Properties
Property | UI Field Name | Description | Specifications | Required | Mutually Exclusive With |
|---|---|---|---|---|---|
| n/a | Used if | String; URI parameter. Valid values:
Default is Oldest Active Instance (1). info Values with an underscore characters ( _ ) instead of spaces also are supported (for example, oldest_active_instance). | N | |
| Step Number | Step Number(s) for z/OS Job steps. | Comma separated list of numbers. | Y | |
| UUID | UUID of the task instance. | String; URI parameter. | Y |
|
| Instance Name | Name of the task instance. | String; URI parameter. | Y |
|
| Workflow | Name of the parent Workflow of the task instance. | You can select to display the Workflow field on the Activity Monitor and/or Task Instances List; it is not displayed in the Task Instance Details. | N |
Read Job Steps of a z/OS Instance
Description | |
|---|---|
URI | http://host_name/uc/resources/taskinstance/zos/jobsteps |
HTTP Method | GET |
Description | Read job steps of a z/OS task instance. |
Authentication | HTTP Basic |
Example URI |
|
Consumes Content-Type | n/a |
Produces Content-Type | application/json |
URI Properties | |
Example Responses |
|
Read Job Steps of a z/OS Instance: URI Properties
Property | UI Field Name | Description | Specifications | Required | Mutually Exclusive With |
|---|---|---|---|---|---|
| n/a | Used if | String; URI parameter. Valid values:
Default is Oldest Active Instance (1). info Values with an underscore characters ( _ ) instead of spaces also are supported (for example, oldest_active_instance). | N | |
| UUID | UUID of the task instance. | String; URI parameter. | Y |
|
| Instance Name | Name of the task instance. | String; URI parameter. | Y |
|
| Workflow | Name of the parent Workflow of the task instance. | You can select to display the Workflow field on the Activity Monitor and/or Task Instances List; it is not displayed in the Task Instance Details. | N |
Select Job Steps of a z/OS Instance
Description | |
|---|---|
URI | http://host_name/uc/resources/taskinstance/zos/jobsteps/select |
HTTP Method | PUT |
Description | Select job steps of a z/OS task instance for Re-run. |
Authentication | HTTP Basic |
Example URI | |
Consumes Content-Type | n/a |
Produces Content-Type | application/json |
URI Properties | |
Example Responses |
|
Select Job Steps of a z/OS Instance: URI Properties
Property | UI Field Name | Description | Specifications | Required | Mutually Exclusive With |
|---|---|---|---|---|---|
| n/a | Used if | String; URI parameter. Valid values:
Default is Oldest Active Instance (1). info Values with an underscore characters ( _ ) instead of spaces also are supported (for example, oldest_active_instance). | N | |
| N/A | Forces the specified Step Numbers to be selected, even if they show as not restartable or depend on a step that is not selected. This option is only allowed if the system property Enable Force Rerun For z/OS Job Steps is enabled. | N | ||
| Step Number | Step Number(s) for z/OS Job steps. | Comma separated list of numbers. | Y | |
| UUID | UUID of the task instance. | String; URI parameter. | Y |
|
| Instance Name | Name of the task instance. | String; URI parameter. | Y |
|
| Workflow | Name of the parent Workflow of the task instance. | You can select to display the Workflow field on the Activity Monitor and/or Task Instances List; it is not displayed in the Task Instance Details. | N |
Select To End Job Steps of a z/OS Instance
Description | |
|---|---|
URI | http://host_name/uc/resources/taskinstance/zos/jobsteps/selecttoend |
HTTP Method | PUT |
Description | Select job steps of a z/OS task instance for Re-run. All job steps following the specified |
Authentication | HTTP Basic |
Example URI | |
Consumes Content-Type | n/a |
Produces Content-Type | application/json |
URI Properties | See Select To End Job Steps of a z/OS Instance: URI Properties. |
Example Responses |
|
Select To End Job Steps of a z/OS Instance: URI Properties
Property | UI Field Name | Description | Specifications | Required | Mutually Exclusive With |
|---|---|---|---|---|---|
| n/a | Used if | String; URI parameter. Valid values:
Default is Oldest Active Instance (1). info Values with an underscore characters ( _ ) instead of spaces also are supported (for example, oldest_active_instance). | N | |
| Step Number | The starting z/OS Job Step Number to re-run. This step and all following steps will be selected for re-run. | Y | ||
| UUID | UUID of the task instance. | String; URI parameter. | Y |
|
| Instance Name | Name of the task instance. | String; URI parameter. | Y |
|
| Workflow | Name of the parent Workflow of the task instance. | You can select to display the Workflow field on the Activity Monitor and/or Task Instances List; it is not displayed in the Task Instance Details. | N |