All Products
Search
Document Center

DataWorks:StopDIJob

Last Updated:Dec 05, 2024

Stops a synchronization task.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DIJobIdstringYes

The ID of the synchronization task.

11668
InstanceIdlongNo

The instance ID.

1234

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
RequestIdstring

The request ID. You can use the ID to query logs and troubleshoot issues.

92F778C7-8F00-53B1-AE1A-B3B17101247D

Examples

Sample success responses

JSONformat

{
  "Success": true,
  "RequestId": "92F778C7-8F00-53B1-AE1A-B3B17101247D"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-10-15The internal configuration of the API is changed, but the call is not affectedView Change Details