Deletes a scheduling association for a data quality rule.
This API has been deprecated. We recommend migrating to dataworks-public(2024-05-18) - UpdateDataQualityScan for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EnvType |
string |
Yes |
The type of the engine or data source. Valid values:
|
ODPS |
| MatchExpression |
string |
Yes |
The partition filter expression. |
dt=$[yyyymmdd] |
| NodeId |
integer |
Yes |
The node ID. |
156234 |
| ProjectId |
integer |
Yes |
The workspace ID. |
12345 |
| TargetNodeProjectName |
string |
Yes |
The name of the workspace that contains the associated scheduling node. |
autotest |
| ProjectName |
string |
Yes |
The name of the workspace. |
autotest |
| TableName |
string |
Yes |
The table name. |
dual |
| TargetNodeProjectId |
integer |
Yes |
The ID of the workspace that contains the associated scheduling node. |
12345 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Data |
boolean |
Whether the scheduling association was deleted. |
true |
| ErrorMessage |
string |
The error message. |
You have no permission. |
| RequestId |
string |
The request ID. |
6d739ef6-098a-47**** |
| Success |
boolean |
Whether the request was successful. |
true |
| ErrorCode |
string |
The error code. |
401 |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Data": true,
"ErrorMessage": "You have no permission.",
"RequestId": "6d739ef6-098a-47****",
"Success": true,
"ErrorCode": "401"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.