Detach DataTask
Interface Overview
Remove the incremental task from the machine to free up resources, which is conditional on the task being stopped
Interface Address
/cloudcanal/console/api/v1/openapi/datajob/detachincretask
Request Manner
POST
Request Parameters
ParameterName | Parameter Description | RequestType | Whether Required | DataType |
---|---|---|---|---|
jobId | Task ID | Body | True | Long |
Public Response Results
ParameterName | Parameter Description | Type(Java) | NotNull |
---|---|---|---|
code | 1:Success, 0:Failure | String | True |
data | Response data | Object | False |
msg | Error message (if any) | String | False |
requestId | Request ID | String | True |
Response Example
{
"requestId": "89a71b85-2cb7-11ec-a410-1100c6102ca7",
"code": "1",
"msg": "request success",
"data": null
}