ISSUE:
When we create a job in rest api, by default it creates the job with fail over enabled.Sometimes we need to create the job via rest api with fail over disabled.we can follow below solution to achieve this.
SOLUTION:
While creating the job, we can change the value of field "migrateOffsets" to “false” and it will create the job with fail over disabled.