Has there been any thought put into allowing jobs to be submitted via the REST API? Could make for faster job submission and simplify error handling for people doing their own programmatic submissions.
It’s already supported, with the one caveat that the auxiliary files that would be submitted with the job must be accessible to the Pulse machine. See the Job Requests section of the RESTful HTTP API documentation in the 6.1 user manual. There is a Submit Job option that is available.
Ah, my mistake. I was looking at an older version of the user manual that didn’t have the REST documentation. Downloaded the latest, and it looks like it’s in there.
Thanks!