Queries a node based on the output.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectEnv |
string |
Yes |
The environment of Operation Center. Valid values: PROD and DEV. |
PROD |
| Outputs |
string |
Yes |
The output names of the node. If you specify multiple output names, separate them with commas (,). |
aaaaa.1231412_out,bbbb.12313123_out |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Data |
object |
The map returned. The key in the map indicates an output name, and the value in the map indicates the information about the node that generates the output. |
{ "test_0709_1.630003558_out": { "nodeId": 21673, "nodeName": "hour_sql", "ownerId": 123123123124, "cronExpress": "00 00 00-23/2 * * ?", "repeatability": true, "programType": "ODPS_SQL", "projectId": 11111, "schedulerType": "NORMAL", "priority": 1, "baselineId": 20001721, "connection": "odps_first" }, "test_0709_1.630003556_out": { "nodeId": 21671, "nodeName": "start", "ownerId": 123141231231, "cronExpress": "00 */10 00-23 * * ?", "repeatability": true, "programType": "VIRTUAL", "projectId": 1111, "schedulerType": "NORMAL", "priority": 1, "baselineId": 20001721 } } |
| ErrorMessage |
string |
The error message. |
The connection does not exist. |
| RequestId |
string |
The request ID. |
SDFSDFSDF-asdfDFSDF-SDFSDf-SDfSFD |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| ErrorCode |
string |
The error code. |
Invalid.Tenant.ConnectionNotExists |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Data": {
"test_0709_1.630003558_out": {
"nodeId": 21673,
"nodeName": "hour_sql",
"ownerId": 123123123124,
"cronExpress": "00 00 00-23/2 * * ?",
"repeatability": true,
"programType": "ODPS_SQL",
"projectId": 11111,
"schedulerType": "NORMAL",
"priority": 1,
"baselineId": 20001721,
"connection": "odps_first"
},
"test_0709_1.630003556_out": {
"nodeId": 21671,
"nodeName": "start",
"ownerId": 123141231231,
"cronExpress": "00 */10 00-23 * * ?",
"repeatability": true,
"programType": "VIRTUAL",
"projectId": 1111,
"schedulerType": "NORMAL",
"priority": 1,
"baselineId": 20001721
}
},
"ErrorMessage": "The connection does not exist.",
"RequestId": "SDFSDFSDF-asdfDFSDF-SDFSDf-SDfSFD",
"Success": true,
"ErrorCode": "Invalid.Tenant.ConnectionNotExists"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.