Skip to main content

Hi there,

I am using the following REST API,

https://ap01.hub.streamsets.com/jobrunner/rest/v1/jobs

I do not see an option to “Enable Failover” in the request body.

How do I set “Enable Failover = true” when creating a Job using the above REST API?

 

Cheers,

Srini

Hi @Srinivasan Sankar you can try enabling the property "migrateOffsets": true  this will enable the failover on the job.


@Ranjith P , thanks for the quick response.


Reply