webMethods OneData 10.11 | Managing Master Data with webMethods OneData | Developing for webMethods OneData | RESTful Web Services | Managing Jobs through RESTful Web Services
 
Managing Jobs through RESTful Web Services
 
Invoking a Job with the REST Service URL
Viewing Job Status using the Job Log ID in the REST Service URL
Stopping a Job with a REST Service URL
You can invoke, view the results, and stop the execution of import and deployment jobs through RESTful web services.
The REST URL syntax for jobs is:
http://<hostName>:[port]/onedata/rest/<repositoryID>/<projectName>/JOB/
<jobType>/<jobName or joblogId>
The default schema for job invocation is Staging. If you want the job execution on a different schema, include the schema name explicitly in the URL:
http://<hostName>:[port]/onedata/rest/<repositoryID>/<projectName>/JOB/
<jobType>/<jobName or joblogId>?schema_id=schemaId