Queries information about inner nodes. For example, you can call this operation to query the inner nodes of a node group or a do-while node. You cannot call this operation to query the inner nodes of a PAI node.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProgramType | string | No | The type of the node to which the inner nodes belong. Valid values: 6 (Shell), 10 (ODPS SQL), 11 (ODPS MR), 23 (Data Integration), 24 (ODPS Script), 97 (PAI), 98 (node group), 99 (zero load), 221 (PyODPS 2), 225 (ODPS Spark), 227 (EMR Hive), 228 (EMR Spark), 229 (EMR Spark SQL), 230 (EMR MR), 239 (OSS object inspection), 257 (EMR Shell), 258 (EMR Spark Shell), 259 (EMR Presto), 260 (EMR Impala), 900 (real-time synchronization), 1002 (PAI inner node), 1089 (cross-tenant collaboration), 1091 (Hologres development), 1093 (Hologres SQL), 1100 (assignment), 1106 (for-each), and 1221 (PyODPS 3). You can call the ListNodes operation to query the type of the node. | ODPS_SQL |
PageNumber | integer | No | The page number. Valid values: 1 to 100. | 1 |
PageSize | integer | No | The number of entries per page. Default value: 10. Maximum value: 100. | 10 |
ProjectId | long | Yes | The workspace ID. | 1234 |
ProjectEnv | string | No | The environment in which the node is run. Valid values: DEV and PROD. Default value: PROD. | PROD |
NodeName | string | No | The name of the node to which the inner nodes belong. | liux_test_n**** |
OuterNodeId | long | Yes | The ID of the node group to which the inner nodes belong. | 1234 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "E6F0DBDD-5AD****",
"Success": true,
"Paging": {
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 100,
"Nodes": [
{
"SchedulerType": "NORMAL",
"RepeatInterval": 60,
"Repeatability": true,
"ProjectId": 123,
"ProgramType": "ODPS_SQL",
"Priority": 1,
"OwnerId": "1933****36551",
"Connection": "odps_first",
"ParamValues": "a=b",
"DqcType": "1",
"BaselineId": 1234,
"Description": "test",
"NodeName": "liux_test_n****",
"ResGroupName": "",
"BusinessId": 123,
"DqcDescription": "[{\"projectName\":\"ztjy_dim\",\"tableName\":\"dim_user_agent_manage_area_a\",\"partition\":\"ds\\u003d$[yyyy-mm-dd-1]\"}]",
"CronExpress": "00 00 00 * * ?",
"NodeId": 12
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|