All Products
Search
Document Center

DataWorks:RunTriggerNode

Last Updated:Oct 17, 2024

Runs a manually triggered node.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NodeIdlongYes

The ID of the manually triggered node. You can call the ListNodes operation to query the ID.

10000011
CycleTimelongYes

The scheduling time to run the manually triggered node. Set the value to a 13-digit timestamp in milliseconds.

1606200230105
BizDatelongYes

The data timestamp of the instance that is generated for the manually triggered node.

1606200230105
AppIdlongYes

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

ParameterTypeDescriptionExample
object
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
RequestIdstring

The request ID.

9BA675F1-F848-4752-A6E3-92ABA0616005

Examples

Sample success responses

JSONformat

{
  "Success": true,
  "RequestId": "9BA675F1-F848-4752-A6E3-92ABA0616005"
}

Error codes

HTTP status codeError codeError message
403ResourceNotAuthorized.ApiYou are not authorized to access the resources.
429Throttling.ApiThe request for this resource has exceeded your available limit.
429Throttling.Api.RiskThe request for this resource has exceeded your daily available limit.
429Throttling.SystemThe DataWorks system is busy. Try again later.
429Throttling.UserYour request is too frequent. Try again later.
500Forbidden.Not.ServerThe dataworksAPI service is not available in this area. Please try it in another area.
500InternalError.SystemAn internal system error occurred. Try again later.

For a list of error codes, visit the Service error codes.