Queries the information about the nodes in an execution record of a task flow.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DagId | long | Yes | The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to obtain the ID of the task flow. | 7*** |
DagInstanceId | long | Yes | The ID of the execution record of the task flow. You can call the ListTaskFlowInstance operation to obtain the execution record ID. | 47**** |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "028BF827-3801-5869-8548-F4A039256304",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true,
"NodeList": {
"Node": [
{
"Id": 14059,
"NodeId": 14059,
"NodeName": "Spark SQL-1",
"NodeType": 36,
"BusinessTime": "2021-11-09 14:37:26",
"Status": 4,
"Message": "test",
"ExecuteTime": 170655,
"EndTime": "2021-11-11 14:38:57"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history