Domain name for API request: redis.tencentcloudapi.com.
This API is used to query the big key type distribution of an instance
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: DescribeInstanceMonitorBigKeyTypeDist. |
Version | Yes | String | Common Params. The value used for this API: 2018-04-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
InstanceId | Yes | String | Instance ID |
Date | Yes | String | Time, such as "20190219" |
Parameter Name | Type | Description |
---|---|---|
Data | Array of BigKeyTypeInfo | Big key type distribution details |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://redis.tencentcloudapi.com/?Action=DescribeInstanceMonitorBigKeyTypeDist
&InstanceId=crs-r34wkc1d
&Date=2019-11-07
&<Common request parameters>
{
"Response": {
"Data": [
{
"Count": 0,
"Size": 0,
"Type": "string",
"Updatetime": 0
},
{
"Count": 0,
"Size": 0,
"Type": "list",
"Updatetime": 0
},
{
"Count": 0,
"Size": 0,
"Type": "set",
"Updatetime": 0
},
{
"Count": 0,
"Size": 0,
"Type": "zset",
"Updatetime": 0
},
{
"Count": 0,
"Size": 0,
"Type": "hash",
"Updatetime": 0
}
],
"RequestId": "e903f105-241c-4557-ae99-d4b5bbc015d8"
}
}
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. |
本页内容是否解决了您的问题?