Queries the input and output information of the current node.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NodeId |
integer |
Yes |
The node ID. You can call the ListNodes operation to query the node ID. |
12314567 |
| ProjectEnv |
string |
Yes |
The environment in which the node runs. Valid values: DEV (development environment) and PROD (production environment). Valid values:
|
PROD |
| IoType |
string |
Yes |
Specifies whether to query upstream or downstream nodes. Valid values:
|
output |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. You can use the ID to locate logs and troubleshoot issues. |
E6F0DBDD-5AD**** |
| ErrorMessage |
string |
The error message. |
The project does not exist. |
| ErrorCode |
string |
The error code. |
Invalid.Tenant.ProjectNotExists |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| Data |
array<object> |
The list of input and output nodes. |
|
|
object |
The input and output information. |
||
| TableName |
string |
This parameter is not in use and cannot be queried. |
dwd_xxx_table |
| Data |
string |
The name of the input or output node. |
xxxx.123141254_out |
| NodeId |
integer |
The node ID. |
12314567 |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "E6F0DBDD-5AD****",
"ErrorMessage": "The project does not exist.",
"ErrorCode": "Invalid.Tenant.ProjectNotExists",
"Success": true,
"Data": [
{
"TableName": "dwd_xxx_table",
"Data": "xxxx.123141254_out",
"NodeId": 12314567
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.