Hi,
I’m having trouble with the proper syntax for submitting batch jobs via the REST service.
I’ve tried:
'{"JobInfo": {"Plugin": "CommandLine"}, "PluginInfo": {"Arguments": "C:/args.txt"},"AuxFiles":[],"IdOnly":true}'
And several permutations otherwise changing where I call the argument. I’ve had to guess what the
web service wants since the documentation on it is pretty light.
It always submits to deadline but not as a batch job or doing anything like what I’d expect from running it via the command line.
There must a be a way to do this, right?
Thanks!