Control jobs (Deprecated)
Purpose
Deprecated since version 9.1.4.0. Use this API instead: Control jobs (POST).
Controls jobs. The following job control actions are supported: kill, suspend, resume, and requeue.
Request
HTTP Request Field | Field format/value | Notes® |
---|---|---|
HTTP Method | GET | |
URL | http://<hostname>:<port>/platform/webservice/pacclient/jobOperation/<action>/<ID> | <action>: one of the following:
|
Content-Type | application/xml | Also supports application/json |
Accept | text/xml | Also supports application/json |
Cookie | platform_token=<token> | <token>: returned from logon |
Body | Empty |
Response
HTTP Response | Field format/value | Notes |
---|---|---|
Response code | "200" - connection ok; otherwise connection failed | |
Success Message |
|
%s=returned action output message |
Failure Message |
|
%s=return error message |