This is a bit of an obscure request, and maybe I’m being too picky, but it might be nice to have a parameter to the REST-ful job submission to have Pulse respond with a JSON dict containing only the job ID. I am submitting a potentially large amount of hex-encoded binary data in the plugin info dict, and I don’t want/need to get it all back again. Basically, I’m looking for the lightest-weight response possible that still contains the newly-submitted job ID in some kind of a JSON structure.
Any thoughts on this?
Thanks