Domain name for API request: wedata.tencentcloudapi.com.
Quality Report - Query Quality Score
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeDimensionScore. |
Version | Yes | String | Common Params. The value used for this API: 2021-08-20. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
StatisticsDate | Yes | Integer | Statistics Date Timestamp |
ProjectId | Yes | String | Project ID |
DatasourceId | No | String | Data source ID |
Filters.N | No | Array of Filter | Ignore Query String |
Parameter Name | Type | Description |
---|---|---|
Data | DimensionScore | Dimensional scoring Note: This field may return null, indicating that no valid value can be obtained. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Query Dimension Score
POST / HTTP/1.1
Host: wedata.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeDimensionScore
<Common request parameters>
{
"ProjectId": "1547781656817664",
"StatisticsDate": 1712592000,
"DatasourceId": "567890",
"Filters": [
{
"Name": "DatabasesIds",
"Values": [
"78tygi2q0384yehuif"
]
},
{
"Name": "TableIds",
"Values": [
"80yhuqp3egaw-fdiphj"
]
}
]
}
{
"Response": {
"Data": {
"DimensionScoreList": [
{
"JoinTableNumber": 0,
"Name": "Consistency",
"Score": 0,
"UpdateTime": 1695718800000,
"UserId": 12941056,
"UserName": "AUTO_TEST",
"Weight": 10
},
{
"JoinTableNumber": 0,
"Name": "Accuracy",
"Score": 0,
"UpdateTime": 1678914216000,
"UserId": null,
"UserName": "system default",
"Weight": 25
},
{
"JoinTableNumber": 0,
"Name": "Timeliness",
"Score": 0,
"UpdateTime": 1678914216000,
"UserId": null,
"UserName": "system default",
"Weight": 25
},
{
"JoinTableNumber": 0,
"Name": "Uniqueness",
"Score": 0,
"UpdateTime": 1678914216000,
"UserId": null,
"UserName": "system default",
"Weight": 15
},
{
"JoinTableNumber": 0,
"Name": "Integrity",
"Score": 0,
"UpdateTime": 1697029625000,
"UserId": 10411056,
"UserName": "AUTO_TEST",
"Weight": 20
},
{
"JoinTableNumber": 0,
"Name": "Validity",
"Score": 0,
"UpdateTime": 1678914216000,
"UserId": null,
"UserName": "system default",
"Weight": 15
}
]
},
"RequestId": "e447b6ad-c3c3-44b5-b473-dbfc39591f93"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
AuthFailure | CAM Signature/Authentication Error. |
AuthFailure.UnauthorizedOperation | CAM not authorized, please contact the primary account to grant the QcloudWeDataFullAccess policy to this account. |
FailedOperation | Operation Failure. |
InternalError | An internal error occurs. |
InvalidParameter | Parameter error. |
InvalidParameter.InvalidFilterParameter | Incorrect Query Filter Parameter. |
MissingParameter | Missing Parameter Error. |
UnknownParameter | Unknown parameter error. |
UnsupportedOperation | Operation not supported. |
Was this page helpful?