Queries the task status of creating, updating, or deleting a table.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetDDLJobStatus |
The operation that you want to perform. |
RegionId | String | Yes | cn-shanghai |
The ID of the region where the event log was recorded. |
TaskId | String | Yes | abc |
The ID of the DDL task. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Data | Struct |
The details of the task. |
|
Content | String | success |
The content of the task. |
NextTaskId | String | abc1 |
The ID of the task. If you do not specify the parameter, all tasks have been completed. |
Status | String | success |
The status of the task. |
TaskId | String | abc |
The ID of the processing task. |
RequestId | String | abc |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=GetDDLJobStatus &RegionId=cn-shanghai &TaskId=abc &<common request parameters>
Sample success responses
XML
format
<RequestId>abc</RequestId> <Data> <Status>success</Status> <TaskId>abc</TaskId> <Content>success</Content> <NextTaskId>abc1</NextTaskId> </Data>
JSON
Format
{ "RequestId": "abc", "Data": { "Status": "success", "TaskId": "abc", "Content": "success", "NextTaskId": "abc1" } }
Error codes
HttpCode | Error codes | Error message | Description |
---|---|---|---|
500 | InternalError.System | An internal system error occurred. Try again later. | An internal system error occurred. Please try again later. |
500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | An internal system error occurred. Please try again later. |
429 | Throttling.Api | The request for this resource has exceeded your available limit. | The request for the resource exceeds your available upper limit. |
429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | The request for the resource has exceeded your daily availability limit. |
429 | Throttling.System | The DataWorks system is busy. Try again later. | DataWorks the system is busy, please try again later. |
429 | Throttling.User | Your request is too frequent. Try again later. | Your request is too frequent, please try to slow down the request speed. |
403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | You have restricted access. Please activate DataWorks Enterprise Edition or above. |
Go to the Error CenterFor more information, see error codes.