Queries nodes based on the output of the nodes.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProjectEnv | string | Yes | The environment of Operation Center. Valid values: PROD and DEV. The value PROD indicates the production environment, and the value DEV indicates the development environment. | PROD |
Outputs | string | Yes | The output name of the node. You can specify multiple output names. Separate them with commas (,). | aaaaa.1231412_out,bbbb.12313123_out |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpStatusCode": 200,
"RequestId": "SDFSDFSDF-asdfDFSDF-SDFSDf-SDfSFD",
"ErrorMessage": "The connection does not exist.",
"ErrorCode": "Invalid.Tenant.ConnectionNotExists",
"Success": true,
"Data": [
{
"Output": "test_0709_1.630003556_out",
"NodeList": [
{
"SchedulerType": "NORMAL",
"RepeatInterval": 60,
"Repeatability": true,
"FileType": "ODPS_SQL",
"ProjectId": 33671,
"ProgramType": "ODPS_SQL",
"Priority": 1,
"OwnerId": "19337906836551",
"Connection": "odps_first",
"ParamValues": "a=b",
"RelatedFlowId": 1235655464,
"DqcType": 1,
"BaselineId": 1235667,
"Description": "test",
"NodeName": "liux_test_n****",
"ResGroupName": "",
"DqcDescription": "[{\"projectName\":\"ztjy_dim\",\"tableName\":\"dim_user_agent_manage_area_a\",\"partition\":\"ds\\u003d$[yyyy-mm-dd-1]\"}]",
"CronExpress": "00 00 00 * * ?",
"NodeId": 125677
}
]
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history