Domain name for API request: redis.tencentcloudapi.com.
The API for querying big keys of a TencentDB for Redis instance was disused on October 31, 2022. For more information, see API for Querying Instance Big Key Will Be Disused.
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: DescribeInstanceMonitorBigKeySizeDist. |
Version | Yes | String | Common Params. The value used for this API: 2018-04-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
InstanceId | Yes | String | Instance ID |
Date | Yes | String | Time, such as "20190219" |
Parameter Name | Type | Description |
---|---|---|
Data | Array of DelayDistribution | Big key size distribution details |
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. |
This example shows you how to query the delay distribution details of big keys of an instance.
POST / HTTP/1.1
Host: redis.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeInstanceMonitorBigKeySizeDist
<Common request parameters>
{
"InstanceId": "crs-5a4py64p",
"Date": "2019-11-07"
}
{
"Response": {
"Data": [
{
"Ladder": 0,
"Size": 0,
"Updatetime": 0
}
],
"RequestId": "0e728fa9-c2e5-4bf8-8d6b-c1c4fab7b6db"
}
}
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.RedoFlowFailed | No exact description for this error code for the time being. |
本页内容是否解决了您的问题?