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

Update Level

Interface Overview​

Update the level of the DataJob for risk management.

Interface Address​

/cloudcanal/console/api/v1/openapi/datajob/updatelevel

Request Manner​

POST

Request Parameters​

ParameterNameParameter DescriptionRequestTypeWhether RequiredDataType
jobIdID of the DataJobBodyTrueLong
jobLevelLevel of the DataJob,optional values are:P0/P1/P2/P3/P4BodyTrueString

Public Response Results​

ParameterNameParameter DescriptionType(Java)NotNull
code1: Success 0: FailedstringTrue
dataObjectFalse
msgstringFalse
requestIdstringTrue

Response Example​

{
"requestId": "d002b16e-2cb6-11ec-a410-956c64452d7e",
"code": "1",
"msg": "request success",
"data": null
}