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

Retry ConsoleJob

Interface Overview​

Deriving the asynchronous task step through re-attempting.

Interface Address​

/cloudcanal/console/api/v1/openapi/consolejob/retrytask

Request Manner​

POST

Request Parameters​

ParameterNameParameter DescriptionRequestTypeWhether RequiredDataType
consoleJobIdThe asynchronous job identifier, usually obtained from the created taskBodyTrueLong
consoleTaskIdThe asynchronous job step identifier, obtained through querying the asynchronous job detailsBodyTrueLong

Common Response Result​

ParameterNameParameter DescriptionType(Java)NotNull
code1: Success
0: Failure
StringTrue
dataObjectFalse
msgStringFalse
requestIdStringFalse

Response Example​

{
"requestId": "4f9f0b23-2b4a-11ec-8c7e-d98fc83f029e",
"code": "1",
"msg": "request success",
"data": []
}