Skip to main content
Solved

REST API - Create Job - Enable Failover Option NOT Found


Forum|alt.badge.img+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

Best answer by Ranjith P

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

View original
Did this topic help you find an answer to your question?

2 replies

Forum|alt.badge.img
  • StreamSets Employee
  • 31 replies
  • Answer
  • May 31, 2022

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


Forum|alt.badge.img+1

@Ranjith P , thanks for the quick response.


Reply