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

Attach DataTask

Interface Overview​

To remount an incremental task to the machine so that it can run again, the api preconditions that the task is stopped and removed from the machine.

Interface Address​

/cloudcanal/console/api/v1/openapi/datajob/attachincretask

Request Manner​

POST

Request Parameters​

ParameterNameParameter DescriptionRequestTypeWhether RequiredDataType
jobIdTask IDBodyTruelong

Public Response Results​

ParameterNameParameter DescriptionType(Java)NotNull
code1: success, 0: failurestringTrue
dataObjectFalse
msgstringFalse
requestIdstringTrue

Response Example​

{
"requestId": "89a71b85-2cb7-11ec-a410-1100c6102ca7",
"code": "1",
"msg": "request success",
"data": null
}