Runs a manually triggered node.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
Action | String | Yes | RunTriggerNode | The operation that you want to perform. Set the value to RunTriggerNode. |
NodeId | Long | Yes | 10000011 | The manually triggered node ID. You can call the ListNodes operation to query the node ID. |
CycleTime | Long | Yes | 1606200230105 | The scheduling time to run the manually triggered node. Set the value to a 13-digit timestamp in milliseconds. |
BizDate | Long | Yes | 1606200230105 | The data timestamp of the instance that is generated for the manually triggered node. |
AppId | Long | Yes | 10001 | The ID of the DataWorks workspace to which the manually triggered node belongs. You can call the ListProjects operation to query the ID. |
Response parameters
Parameter | Type | Example | Description |
Success | Boolean | true | Indicates whether the request was successful. Valid values:
|
RequestId | String | 9BA675F1-F848-4752-A6E3-92ABA0616005 | The request ID. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=RunTriggerNode
&AppId=10001
&BizDate=1606200230105
&CycleTime=1606200230105
&NodeId=10000011
&RegionId=cn-shanghai
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<RequestId>9BA675F1-F848-4752-A6E3-92ABA0616005</RequestId>
<Success>true</Success>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "9BA675F1-F848-4752-A6E3-92ABA0616005",
"Success" : true
}
Error codes
HTTP status code | Error code | Error message | Description |
403 | ResourceNotAuthorized.Api | You are not authorized to access the resources. | You are not authorized to access the resources. |
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.Api.Risk | The request for this resource has exceeded your daily available limit. | The number of requests per day 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 | Forbidden.Not.Server | The dataworksAPI service is not available in this area. Please try it in another area. | DataWorks API is unavailable in this region. Try another region. |
500 | InternalError.System | An internal system error occurred. Try again later. | An internal error occurred. Try again later. |
For a list of error codes, see Service error codes.