POST /api/v1/flows/cdc/sync

This endpoint is used to resume a paused mirror and trigger a specified number of syncs before the mirror pauses again.

The mirror must be paused for this endpoint to work.

Request Fields

flowJobName
string
required

The name of the mirror to be resumed.

numberOfSyncs
number
required

The number of syncs to run before the mirror pauses again. Must be less than 32.

Response Fields

flowJobName
string

The name of the mirror that was resumed.

numberOfSyncs
number

The number of syncs that are going to be run.

errorMessage
string

Error message if any.

ok
boolean

Indicates if the request was successful.