Runs a manually triggered node.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

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 ID of the manually triggered node. You can call the ListNodes operation to query the ID.

CycleTime Long Yes 1606200230105

The scheduled 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 manually triggered node instance.

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 is successful.

  • true: The request is successful.
  • false: The request fails.
RequestId String 9BA675F1-F848-4752-A6E3-92ABA0616005

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=RunTriggerNode
&AppId=10001
&BizDate=1606200230105
&CycleTime=1606200230105
&NodeId=10000011
&RegionId=cn-shanghai
&<Common request parameters>

Sample success response

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. The error message returned because you are not authorized to access the resources.
429 Throttling.Api The request for this resource has exceeded your available limit. The error message returned because 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 error message returned because 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 error message returned because the DataWorks system is busy. Try again later.
429 Throttling.User Your request is too frequent. Try again later. The error message returned because 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. The error message returned because DataWorks API is unavailable in this region. Try another region.
500 InternalError.System An internal system error occurred. Try again later. The error message returned because an internal error has occurred. Try again later.

For a list of error codes, visit the API Error Center.