Currently the output of the Job template is a mix of status and yaml.
The customer thinks an option to change the output to JSON will be easier to read for their users.
The "result_format" parameter already accepts yaml or json.
But the Controller does not support stdout callback plugins because it is already in use for streaming event data.