Skip to main content

Precheck Replication Task

Starts the precheck for a specified replication task. The precheck verifies risks such as data source connectivity, account permissions, and object conflicts before the task starts.

Request URL: /openapi/v1/replication/precheck/start

Request Method: POST

Request Parameters

ParameterTypeRequiredDescriptionExample
replicationIdStringYesReplication task ID.rp-div1e4z3z3g3

Response Parameters

ParameterTypeDescriptionExample
successBooleanWhether the request was successful.true
requestIdStringRequest ID.Ez7c1WSZ-cijbiMXnbfgr9HHddkr2QMJ
messageStringMessage returned when the request fails.replication rp-xxx not found

Successful Invocation Example

{
"success": true,
"requestId": "Ez7c1WSZ-cijbiMXnbfgr9HHddkr2QMJ"
}