Triggers a data quality monitoring task and returns the run instance ID.
Operation description
This API operation is available for all DataWorks editions.
Debugging
Authorization information
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| DataQualityScanId | long | No | The ID of the data quality monitor. | 20000001 |
| ProjectId | long | No | The project ID. | 10000 |
| Parameters | array<object> | No | The parameter settings used during the actual run. The | |
| object | No | The parameter settings used during the actual run. | ||
| Value | string | No | The parameter value. You can use a scheduling time expression. | cn-shanghai$[yyyy-mm-dd-1] |
| Name | string | No | The parameter name. | regiondt |
| RuntimeResource | object | No | The scheduling resource group used when running the data quality monitor. This resource group uses the same data structure as in the scheduling API. | |
| Id | string | No | The resource group ID. | e9455a13-ff00-4965-833c-337546ba4854 |
| Cu | float | No | The Compute Resources (CUs) reserved for running the data quality monitor in the resource group. | 0.25 |
| Image | string | No | The image settings used when running the data quality monitor in the resource group. | i-xxxxxx |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "0bc14115***159376359",
"Id": 248840
}Error codes
For a list of error codes, visit the Service error codes.
