Workbench REST API Methods - Documentation for BMC AMI DevX Mainframe DevOps
Liam Parker
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
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