mongosync API Endpoints
start
- Starts the synchronization session between a source and destination cluster.
progress
- Returns either an updated status of the synchronization session or an error.
pause
- Pauses the current synchronization session.
resume
- Resumes a paused synchronization session based on data stored on the destination cluster.
commit
- Finalizes the synchronization session between the source cluster and the destination cluster and stops continuous sync between clusters.
reverse
- Reverses the direction of a committed synchronization session.