BladePipe 1.10.0: Support Google Ads and more, improve SAP HANA source CDC performance.
Skip to main content

Start Worker

Interface Overview​

Start a specified worker node and update the node status to waiting-to-online.

Interface Address​

/cloudcanal/console/api/v1/openapi/worker/startWorker

Request Manner​

POST

Request Parameters​

ParameterNameParameter DescriptionRequestTypeWhether RequiredDataType
workerIdWorker node IDbodyTruelong

Public Response Results​

ParameterNameParameter DescriptionType(Java)NotNull
code1: Success, 0: FailurestringTrue
dataobjectFalse
msgstringFalse
requestIdstringTrue

Response Example​

{
"requestId": "ebd0b7dc-54ed-11ed-b820-5bd47d77dc8c",
"code": "1",
"msg": "request success",
"data": null
}

Notes​

  • After starting, the node status changes to WAIT_TO_ONLINE (waiting to go online).
  • Once the Sidecar client on the node starts, it automatically updates the status to ONLINE.