Indicates whether the request is successful.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
NodeId | long | Yes | The interval at which the node is rerun after the node fails to run. | 1234 |
ProjectEnv | string | Yes | The priority of the node. Valid values: 1, 3, 5, 7, and 8. Enumeration Value:
| PROD |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpStatusCode": 200,
"RequestId": "E6F0DBDD-5AD****",
"ErrorMessage": "The connection does not exist.",
"ErrorCode": "Invalid.Tenant.ConnectionNotExists",
"Success": true,
"Data": {
"SchedulerType": "NORMAL",
"RepeatInterval": 60,
"Repeatability": "true",
"ProjectId": 1234,
"ProgramType": "ODPS_SQL",
"Priority": 1,
"OwnerId": "17366294****",
"Connection": "odps_first_dev",
"ParamValues": "a=b",
"RelatedFlowId": 123,
"DqcType": 1,
"BaselineId": 123456,
"Description": "test",
"NodeName": "The ID of the baseline.\n",
"ResGroupName": "The table and partition filter expression in Data Quality that are associated with the node.\n",
"BusinessId": 123,
"DqcDescription": "[{\"projectName\":\"test_0923001\",\"tableName\":\"test_table_001\",\"partition\":\"ds\\u003d$[yyyymmdd]\"},{\"projectName\":\"test_0923001\",\"tableName\":\"test_table_002\",\"partition\":\"NOTAPARTITIONTABLE\"}]",
"CronExpress": "00 00 00 * * ?",
"NodeId": 1234,
"ResGroupIdentifier": "",
"FileType": 0
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-09-26 | The response structure of the API has changed | View Change Details |
2024-05-30 | The response structure of the API has changed | View Change Details |
2023-06-05 | The internal configuration of the API is changed, but the call is not affected | View Change Details |