Disassociates a node from a partition filter expression.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
EnvType | string | Yes | The type of the compute engine or data source. Valid values:
| ODPS |
MatchExpression | string | Yes | The partition filter expression. | dt=$[yyyymmdd] |
NodeId | long | Yes | The ID of the node. | 156234 |
ProjectId | long | Yes | The ID of the workspace. | 12345 |
TargetNodeProjectName | string | Yes | The name of the workspace to which the node associated with the partition filter expression belongs. | autotest |
ProjectName | string | Yes | The name of the compute engine instance or data source. | autotest |
TableName | string | Yes | The name of the table that is generated by the node. | dual |
TargetNodeProjectId | long | Yes | The ID of the workspace to which the node associated with the partition filter expression belongs. | 12345 |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpStatusCode": 200,
"Data": true,
"ErrorMessage": "You have no permission.",
"RequestId": "6d739ef6-098a-47****",
"Success": true,
"ErrorCode": "401"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-05-10 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-03-08 | The internal configuration of the API is changed, but the call is not affected | View Change Details |