Runs a manually triggered node.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NodeId |
integer |
Yes |
The ID of the manually triggered node. Call the ListNodes operation to query the ID. |
10000011 |
| CycleTime |
integer |
Yes |
The scheduling time for the manually triggered node, as a 13-digit timestamp in milliseconds. |
1606200230105 |
| BizDate |
integer |
Yes |
The data timestamp of the instance generated for the manually triggered node. |
1606200230105 |
| AppId |
integer |
Yes |
The DataWorks workspace ID. Call the ListProjects operation to query the ID. |
10001 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Whether the request succeeded. Valid values:
|
true |
| RequestId |
string |
The request ID. |
9BA675F1-F848-4752-A6E3-92ABA0616005 |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "9BA675F1-F848-4752-A6E3-92ABA0616005"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | Forbidden.Not.Server | The dataworksAPI service is not available in this area. Please try it in another area. | |
| 500 | InternalError.System | An internal system error occurred. Try again later. | |
| 403 | ResourceNotAuthorized.Api | You are not authorized to access the resources. | |
| 429 | Throttling.Api | The request for this resource has exceeded your available limit. | |
| 429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | |
| 429 | Throttling.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.