Solved

REST API - Create Job - Enable Failover Option NOT Found


Userlevel 3
Badge +1

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

icon

Best answer by Ranjith P 31 May 2022, 11:56

View original

2 replies

Userlevel 2
Badge

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

Userlevel 3
Badge +1

@Ranjith P , thanks for the quick response.

Reply