Disassociates a node from a partition filter expression.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | DeleteQualityRelativeNode |
The operation that you want to perform. Set the value to DeleteQualityRelativeNode. |
| EnvType | String | Yes | ODPS |
The environment in which the compute engine instance runs. Valid values: DEV and PRD. The value DEV indicates the development environment, and the value PRD indicates the production environment. |
| MatchExpression | String | Yes | dt=$[yyyymmdd] |
The partition filter expression. |
| NodeId | Long | Yes | 156234 |
The ID of the node. |
| ProjectId | Long | Yes | 12345 |
The ID of the workspace. |
| TargetNodeProjectName | String | Yes | autotest |
The name of the workspace to which the node associated with the partition filter expression belongs. |
| ProjectName | String | Yes | autotest |
The name of the compute engine instance or data source. |
| TableName | String | Yes | dual |
The name of the table that is generated by the node. |
| TargetNodeProjectId | Long | Yes | 12345 |
The ID of the workspace to which the node associated with the partition filter expression belongs. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| HttpStatusCode | Integer | 200 |
The HTTP status code returned. |
| Data | Boolean | true |
Indicates whether the node is disassociated from the partition filter expression. |
| ErrorMessage | String | You have no permission. |
The error message returned. |
| RequestId | String | 6d739ef6-098a-47**** |
The ID of the request. |
| Success | Boolean | true |
Indicates whether the request was successful. |
| ErrorCode | String | 401 |
The error code returned. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteQualityRelativeNode
&EnvType=ODPS
&MatchExpression=dt=$[yyyymmdd]
&NodeId=156234
&ProjectId=12345
&TargetNodeProjectName=autotest
&ProjectName=autotest
&TableName=dual
&TargetNodeProjectId=12345
&<Common request parameters>
Sample success responses
XML format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteQualityRelativeNodeResponse>
<HttpStatusCode>200</HttpStatusCode>
<Data>true</Data>
<ErrorMessage>You have no permission.</ErrorMessage>
<RequestId>6d739ef6-098a-47****</RequestId>
<Success>true</Success>
<ErrorCode>401</ErrorCode>
</DeleteQualityRelativeNodeResponse>
JSON format
HTTP/1.1 200 OK
Content-Type:application/json
{
"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, see Service error codes.