Domain name for API request: wedata.tencentcloudapi.com.
Real-time Task Running Metrics Overview
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: DescribeRealTimeTaskMetricOverview. |
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. |
TaskId | Yes | String | Task ID of the real-time task to be viewed, which can be obtained from the task list page |
ProjectId | Yes | String | Project ID to be viewed |
StartTime | No | Integer | Start Time |
EndTime | No | Integer | End time |
Parameter Name | Type | Description |
---|---|---|
TotalRecordNumOfRead | Integer | Total Read Records |
TotalRecordByteNumOfRead | Integer | Total Read Bytes |
TotalRecordNumOfWrite | Integer | Total Write Records |
TotalRecordByteNumOfWrite | Integer | Total Write Bytes Unit: bytes |
TotalDirtyRecordNum | Integer | Total Dirty Record Data |
TotalDirtyRecordByte | Integer | Total Dirty Bytes Unit: bytes |
TotalDuration | Integer | Execution Duration Unit: s |
BeginRunTime | String | Start Running Time |
EndRunTime | String | Current Running Time |
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. |
Real-time Task Running Metrics Overview
POST / HTTP/1.1
Host: wedata.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeRealTimeTaskMetricOverview
<Common request parameters>
{
"ProjectId": "1486446569620893696",
"TaskId": "j224b9321-3be0-45de-ad6a-8fed924036a4",
"StartTime": 1669693200000,
"EndTime": 1669693200000
}
{
"Response": {
"TotalRecordNumOfRead": 91171,
"TotalRecordByteNumOfRead": 91171,
"TotalRecordNumOfWrite": 91171,
"TotalRecordByteNumOfWrite": 191171,
"TotalDirtyRecordNum": 91171,
"TotalDirtyRecordByte": 91171,
"TotalDuration": 191171,
"BeginRunTime": "2022-04-10 16:27:09",
"EndRunTime": "2022-04-11 17:46:40",
"RequestId": "55c2c097-26da-4302-b0dc-fc22bd33b54d"
}
}
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 |
---|---|
FailedOperation | Operation Failure. |
Was this page helpful?