All Products
Search
Document Center

DataWorks:StopDIJob

Last Updated:Sep 26, 2023

Stops a Data Integration task of a new version. Only the following type of task is supported: real-time data synchronization from a MySQL database to Hologres.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter

Type

Required

Example

Description

Action String Yes StopDIJob

The operation that you want to perform. Set the value to StopDIJob.

DIJobId Long Yes 11668

The task ID.

Response parameters

Parameter

Type

Example

Description

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

The request ID.

Examples

Sample requests

http(s)://[Endpoint]/?Action=StopDIJob
&DIJobId=11668
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<StopDIJobResponse>
    <RequestId>92F778C7-8F00-53B1-AE1A-B3B17101247D</RequestId>
</StopDIJobResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

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

Error codes

HTTP status code

Error code

Error message

Description

429 Throttling.Api The request for this resource has exceeded your available limit. The number of requests for the resource has exceeded the upper limit.
429 Throttling.System The DataWorks system is busy. Try again later. The DataWorks system is busy. Try again later.
429 Throttling.User Your request is too frequent. Try again later. Excessive requests have been submitted within a short period of time. Try again later.
500 InternalError.System An internal system error occurred. Try again later. An internal error has occurred. Try again later.
500 InternalError.UserId.Missing An internal system error occurred. Try again later. An internal error has occurred. Try again later.

For a list of error codes, see Service error codes.