z/OS Task Web Services
Universal Controller supports the following RESTful-based web services for z/OS Task operations, which are listed alphabetically on this page.
Formatting specifications for each web service, including details about parameter requirements, are provided.
Links to detailed information about the properties used in these web services also is located on this page.
For information on Task web services that are applicable to all task types, see:
Create a z/OS Task
Description | |
|---|---|
URI | http://host_name/uc/resources/task |
HTTP Method | POST |
Description | Creates a new z/OS task. To persist sysIds, use the retainSysIds property. |
Example URI | |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example | See z/OS Task: XML and JSON Examples, below. |
Properties | See Properties. |
Example Response |
|
Modify a z/OS Task
Description | |
|---|---|
URI | http://host_name/uc/resources/task |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
HTTP Method | PUT |
Description | Modifies the task specified by the sysId in the request. To modify z/OS Task properties without modifying related records, use the excludeRelated property. |
Example | |
Properties | See Properties. |
Example Response |
|
Read a z/OS Task
Description | |
|---|---|
URI | http://host_name/uc/resources/task |
HTTP Method | GET |
Description | Retrieves information on the specified task. |
Request Parameters |
|
Mutually Exclusive Parameters |
|
Example URI | |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Example Response |
|
Properties | See Properties. |
z/OS Task: XML and JSON Examples
The retainSysIdsand versionproperties are specified as attributes in XML.
The exportReleaseLevel and exportTable properties are specified as attributes in XML.
- JSON
- XML
JSON
{
"type": "taskZos",
"actions": {
"abortActions": [],
"emailNotifications": [],
"setVariableActions": [],
"snmpNotifications": [],
"systemOperations": []
},
"agent": "Agent A",
"agentVar": null,
"autoRestartOption": "Restart From First Job Step",
"avgRunTime": 3,
"avgRunTimeDisplay": "3 Seconds",
"cpDuration": null,
"cpDurationUnit": "Minutes",
"credentials": null,
"credentialsVar": null,
"customField1": {
"label": "Domain",
"value": "http://qa-cntlr-mssql:8080/uc/"
},
"customField2": {
"label": null,
"value": null
},
"deleteOverrideJcl": true,
"efDayConstraint": "Nth Day",
"efDuration": "00:00:00:00",
"efEnabled": false,
"efNthAmount": 10,
"efOffsetDuration": null,
"efOffsetDurationUnit": "Minutes",
"efOffsetPercentage": 0,
"efOffsetType": "Percentage",
"efTime": "00:00",
"efType": "Time",
"excludeRelated": false,
"exclusiveTasks": [],
"executionRestriction": "Run",
"exitCodeOutput": null,
"exitCodeProcessing": "Success Output Contains",
"exitCodeText": "exitCodeText",
"exitCodes": 0,
"exportReleaseLevel": "7.2.0.0",
"exportTable": "ops_task_zos",
"firstRun": "2021-03-15 13:59:37 -0400",
"holdResources": false,
"jclLocation": "jclLocation",
"jobclassNew": "jobclassNew",
"jobnameNew": "jobnameNew",
"lastRun": "2021-03-16 17:12:42 -0400",
"lastRunTime": 9,
"lastRunTimeDisplay": "9 Seconds",
"lfDayConstraint": "Nth Day",
"lfDuration": "00:00:00:00",
"lfEnabled": false,
"lfNthAmount": 1,
"lfOffsetDuration": null,
"lfOffsetDurationUnit": "Minutes",
"lfOffsetPercentage": 0,
"lfOffsetType": "Percentage",
"lfTime": "00:00",
"lfType": "Time",
"lsDayConstraint": "Nth Day",
"lsDuration": "00:00:00:00",
"lsEnabled": false,
"lsNthAmount": 7,
"lsTime": "00:00",
"lsType": "Time",
"maxRunTime": 9,
"maxRunTimeDisplay": "9 Seconds",
"minRunTime": 3,
"minRunTimeDisplay": "3 Seconds",
"msgclassNew": "MSGCLASSNAME",
"name": "uc - Test Email",
"notes": [],
"opswiseGroups": null,
"outputFailureOnly": true,
"outputReturnFile": null,
"outputReturnNline": 100,
"outputReturnSline": 1,
"outputReturnText": null,
"outputReturnType": null,
"outputType": null,
"overrideJclDelInstCount": 1,
"overrideJclLocation": "OVERRIDEJCLLOC",
"parameters": [
{
"name": "TEST",
"value": "val"
}
],
"proclibName": null,
"resolveNameImmediately": false,
"resPriority": 10,
"restrictionPeriod": "Span",
"restrictionPeriodAfterDate": "2017-11-10",
"restrictionPeriodAfterTime": "10:30",
"restrictionPeriodBeforeDate": "2017-11-20",
"restrictionPeriodBeforeTime": "15:00",
"restrictionPeriodDateList": [],
"retainSysIds": true,
"retryIndefinitely": false,
"retryInterval": 60,
"retryMaximum": "0",
"retrySuppressFailure": false,
"runCount": 32,
"runTime": 108,
"scheduleId": 123,
"startHeld": false,
"startHeldReason": null,
"summary": "Test Email",
"sysId": "fb59a227517a421a92c15ff5aefe3b66",
"systemOrSysaffParameter": "SYSTEM=(-*,NAME1)",
"timeZonePref": "-- System Default --",
"twDelayAmount": null,
"twDelayDuration": "00:00:00:00",
"twDelayType": "None",
"twWaitAmount": null,
"twWaitDayConstraint": "NONE",
"twWaitDuration": "00:00:00:00",
"twWaitTime": "00:00",
"twWaitType": "None",
"twWorkflowOnly": "-- System Default --",
"useOverrideLib": true,
"userEstimatedDuration": null,
"variables": [],
"version": 1,
"virtualResources": [],
"waitForOutput": false
}
XML
<taskZos exportReleaseLevel="7.2.0.0" exportTable="ops_task_zos" retainSysIds="true" version="1">
<actions />
<variables />
<notes />
<virtualResources />
<exclusiveTasks />
<stepConditions />
<restartCriteria />
<agent />
<agentVar>agentVar</agentVar>
<avgRunTime>3</avgRunTime>
<avgRunTimeDisplay>3 Seconds</avgRunTimeDisplay>
<cpDuration />
<cpDurationUnit>Minutes</cpDurationUnit>
<credentials />
<credentialsVar />
<customField1 label="Domain">web.com</customField1>
<customField2 />
<efDayConstraint>Nth</efDayConstraint>
<efDuration>00:00:00:00</efDuration>
<efEnabled>false</efEnabled>
<efNthAmount>10</efNthAmount>
<efOffsetDuration />
<efOffsetDurationUnit>Minutes</efOffsetDurationUnit>
<efOffsetPercentage>0</efOffsetPercentage>
<efOffsetType>Percentage</efOffsetType>
<efTime>00:00</efTime>
<efType>Time</efType>
<executionRestriction>Run</executionRestriction>
<firstRun>2021-03-15 13:59:37 -0400</firstRun>
<holdResources>false</holdResources>
<lastRun>2021-03-16 17:12:42 -0400</lastRun>
<lastRunTime>9</lastRunTime>
<lastRunTimeDisplay>9 seconds</lastRunTimeDisplay>
<lfDayConstraint>Nth</lfDayConstraint>
<lfDuration>00:00:00:00</lfDuration>
<lfEnabled>false</lfEnabled>
<lfNthAmount>1</lfNthAmount>
<lfOffsetDuration />
<lfOffsetDurationUnit>MInutes</lfOffsetDurationUnit>
<lfOffsetPercentage>0</lfOffsetPercentage>
<lfOffsetType>Percentage</lfOffsetType>
<lfTime>00:00</lfTime>
<lfType>Time</lfType>
<lsDayConstraint>Nth</lsDayConstraint>
<lsDuration>00:00:00:00</lsDuration>
<lsEnabled>false</lsEnabled>
<lsNthAmount>7</lsNthAmount>
<lsTime>00:00</lsTime>
<lsType>Time</lsType>
<maxRunTime>9</maxRunTime>
<maxRunTimeDisplay>9 Seconds</maxRunTimeDisplay>
<minRunTime>3</minRunTime>
<minRunTimeDisplay>3 Seconds</minRunTimeDisplay>
<name>uc - Test Email</name>
<opswiseGroups />
<resolveNameImmediately>false</resolveNameImmediately>
<resPriority>10</resPriority>
<restrictionPeriod>Span</restrictionPeriod>
<restrictionPeriodAfterDate>2017-11-10</restrictionPeriodAfterDate>
<restrictionPeriodAfterTime>10:30</restrictionPeriodAfterTime>
<restrictionPeriodBeforeDate>2017-11-20</restrictionPeriodBeforeDate>
<restrictionPeriodBeforeTime>15:00</restrictionPeriodBeforeTime>
<restrictionPeriodDateList />
<runCount>32</runCount>
<runTime>108</runTime>
<startHeld>false</startHeld>
<startHeldReason />
<summary>Test Email</summary>
<sysId>fb59a227517a421a92c15ff5aefe3b66</sysId>
<twDelayAmount />
<timeZonePref>-- System Default --</timeZonePref>
<twDelayDuration>00:00:00:00</twDelayDuration>
<twDelayType>None</twDelayType>
<twWaitAmount />
<twWaitDayConstraint>NONE</twWaitDayConstraint>
<twWaitDuration>00:00:00:00</twWaitDuration>
<twWaitTime>00:00</twWaitTime>
<twWaitType>None</twWaitType>
<twWorkflowOnly>-- System Default --</twWorkflowOnly>
<userEstimatedDuration />
<autoRestartOption>Restart From First Job Step</autoRestartOption>
<deleteOverrideJcl>true</deleteOverrideJcl>
<exitCodeOutput />
<exitCodeProcessing>Success Output Contains</exitCodeProcessing>
<exitCodeText>exitCodeText</exitCodeText>
<exitCodes>0</exitCodes>
<jclLocation>jclLocation</jclLocation>
<jobclassNew>jobclassNew</jobclassNew>
<jobnameNew>NEWJOBNM</jobnameNew>
<msgclassNew>MSGCLASSNAME</msgclassNew>
<outputFailureOnly>true</outputFailureOnly>
<outputReturnFile />
<outputReturnNline>100</outputReturnNline>
<outputReturnSline>1</outputReturnSline>
<outputReturnText />
<outputReturnType>NONE</outputReturnType>
<outputType>STDOUT</outputType>
<overrideJclDelInstCount>1</overrideJclDelInstCount>
<overrideJclLocation>OVERRIDEJCLLOC</overrideJclLocation>
<parameters>
<parameter>
<name>TEST</name>
<value>val</value>
</parameter>
</parameters>
<proclibName />
<retryIndefinitely>false</retryIndefinitely>
<retryInterval>60</retryInterval>
<retryMaximum>0</retryMaximum>
<retrySuppressFailure>false</retrySuppressFailure>
<scheduleId>123</scheduleId>
<systemOrSysaffParameter>SYSTEM=(-*,NAME1)</systemOrSysaffParameter>
<useOverrideLib>true</useOverrideLib>
<waitForOutput>false</waitForOutput>
</taskZos>
See Task Web Services - Task Actions for XML and JSON examples of task actions.
See Task Web Services - Task-Related Records for XML and JSON examples of task-related records.