You can call this operation to run a triggered node.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | RunTriggerNode |
The operation that you want to perform. |
AppId | Long | Yes | 10001 |
The Dataworks workspace to which the triggered node belongs. |
BizDate | Long | Yes | 1606200230105 |
The timestamp of the business date where the triggered node instance is located. |
CycleTime | Long | Yes | 1606200230105 |
The run time of the task for the triggered node. |
NodeId | Long | Yes | 10000011 |
The ID of the triggered node. |
RegionId | String | Yes | cn-shanghai |
The region where the task is located. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 9BA675F1-F848-4752-A6E3-92ABA0616005 |
The unique identifier of a request. |
Success | Boolean | true |
Indicates whether the request was successful. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=RunTriggerNode
&AppId=10001
&BizDate=1606200230105
&CycleTime=1606200230105
&NodeId=10000011
&RegionId=cn-shanghai
Sample success responses
XML
format
<RequestId>9BA675F1-F848-4752-A6E3-92ABA0616005</RequestId>
<Success>true</Success>
JSON
Hint
{
"RequestId": "9BA675F1-F848-4752-A6E3-92ABA0616005",
"Success": true
}
Error codes
HttpCode | Error code | Description | Description |
---|---|---|---|
403 | ResourceNotAuthorized.Api | You are not authorized to access the resources. | You cannot access resources without authorization. |
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.Resource | You have reached the limit for the resource. Please contact us by submitting a ticket. | The number of resources has reached the upper limit. Submit a ticket. |
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. Activate DataWorks first. | You have restricted access. Please activate DataWorks Enterprise Edition or above. |
500 | Forbidden.Not.Server | The dataworksAPI service is not available in this area. Please try it in another area. | DataWorks API service is not available in this region. Please try another region. |
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. |
Go to the Error CenterFor more information, see error codes.