Workbench REST API Methods
This section describes how to work with REST API methods.
Submit JCL contained in a PDS member
POST <ces server>/compuware/ws/topazworkbench/submit/<partitioned data set name>/<member name>
Headers
- Authorization:
<CES Token>
- Content-Type:
application/json
- Accept:
application/json
Submit JCL from the REST Client
POST <ces server>/compuware/ws/topazworkbench/submit/
Headers
- Authorization:
<CES Token>
- Content-Type:
application/json
- Accept:
application/json
Body
- jcllist
Submit JCL contained in a sequential data set
POST <ces server>/compuware/ws/topazworkbench/submit/<sequential data set name>
Headers
- Authorization:
<CES Token>
- Content-Type:
application/json
- Accept:
application/json
Check the execution status of a Job
POST <ces server>/compuware/ws/topazworkbench/checkJobStatus/<Job Name>/<Job Id>
Headers
- Authorization:
<CES Token>
- Content-Type:
application/json
- Accept:
application/json
Related topic
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.