Queries the tasks in a specified task flow.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. Note
To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see View information about the current tenant.
| 3*** |
DagId | long | Yes | The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID. | 32*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "8B36B063-6B7D-5595-9FCF-3844B7B7ACD4",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true,
"Tasks": {
"Task": [
{
"NodeName": "Cross-Database Spark SQL-1",
"NodeType": "SPARK_SQL",
"NodeContent": "{ \"dbId\":123***, \"sql\":\"\", \"dbType\":\"polardb\" }",
"TimeVariables": "{\\\"variables\\\":[{\\\"name\\\":\\\"test1\\\",\\\"pattern\\\":\\\"yyyy-MM-dd",
"NodeConfig": "{ \"rerun\":{ \"rerunEnable\":true, \"rerunCount\":1, \"rerunInterval\":10 // }}",
"NodeOutput": "{ \"outputs\":[{ { \"row\":0, \"column\":-1, \"combiner\":\",\" } \"extractMethod\":\"{\\\"row\\\":0,\\\"column\\\":-1,\\\"combiner\\\":\\\",\\\"}\", \"variableName\":\"var\", \"description\":\"For demo\"} ] }",
"GraphParam": "{\\\"x\\\":435,\\\"y\\\":192,\\\"layoutType\\\":\\\"Horizontal\\\"}",
"NodeId": "92***"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history