Managing Jobs through RESTful Web Services
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