Runs a manually triggered node.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
NodeId | long | Yes | The ID of the manually triggered node. You can call the ListNodes operation to query the ID. | 10000011 |
CycleTime | long | Yes | The scheduling time to run the manually triggered node. Set the value to a 13-digit timestamp in milliseconds. | 1606200230105 |
BizDate | long | Yes | The data timestamp of the instance that is generated for the manually triggered node. | 1606200230105 |
AppId | long | Yes | The ID of the DataWorks workspace to which the manually triggered node belongs. You can call the ListProjects operation to query the ID. | 10001 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Success": true,
"RequestId": "9BA675F1-F848-4752-A6E3-92ABA0616005"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
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. |
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. |
For a list of error codes, visit the Service error codes.