Start Replication Task
Starts a specified replication task.
Request URL: /openapi/v1/replication/start
Request Method: POST
Request Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| replicationId | String | Yes | Replication task ID. | rp-deddhxp65zbp |
Response Parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| success | Boolean | Whether the request was successful. | true |
| requestId | String | Request ID. | Ly6k1KCR-CIHEbMRnHEGv1ZRdBGl2DSN |
| message | String | Message returned when the request fails. | replication rp-xxx not found |
Successful Invocation Example
{
"success": true,
"requestId": "Ly6k1KCR-CIHEbMRnHEGv1ZRdBGl2DSN"
}