Associates a node with 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. | ODPS |
| MatchExpression | string | Yes | The partition filter expression. | dt=$[yyyymmdd] |
| NodeId | long | Yes | The node ID. You can call the ListNodes operation to query the ID. | 12321 |
| ProjectId | long | Yes | The workspace ID. | 123 |
| TargetNodeProjectName | string | Yes | The name of the workspace to which the node to be associated with the partition filter expression belongs. | autotest |
| ProjectName | string | Yes | The name of the compute engine or data source. | autotest |
| TableName | string | Yes | The name of the table. | dual |
| TargetNodeProjectId | long | Yes | The ID of the workspace to which the node belongs. | 1234 |
Response parameters
Examples
Sample success responses
JSONformat
{
"HttpStatusCode": 200,
"Data": true,
"ErrorMessage": "You have no permission.",
"RequestId": "ecb967ec-c137-48****",
"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 |
