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
}