Queries the cache analytics report that is generated on a specified date for an ApsaraDB for Redis instance.
Operation Description
Before you call this API operation, make sure that the ApsaraDB for Redis instance meets the following requirements:
- The instance runs on Redis 4.0 or later.
- The instance is of the latest minor version. For more information about whether you must update the minor version for the instance, see How do I check whether the minor version of an ApsaraDB for Redis instance is the latest?
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Association operation |
---|---|---|---|---|
kvstore:DescribeCacheAnalysisReport | READ |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | Yes | The ID of the instance. | -bp1zxszhcgatnx**** |
Date | string | Yes | The date to query. You can query the report for one day each time. Specify the date in the yyyy-MM-ddZ format. The time must be in UTC. | 2019-08-05Z |
AnalysisType | string | Yes | The type of analysis. Set the value to BigKey. | BigKey |
PageSize | integer | No | The number of entries to return on each page. Valid values: 30, 50, and 100. NoteDefault value: 30. | 30 |
PageNumbers | integer | No | The number of the page to return. NoteIf the parameter value exceeds the maximum number of the returned pages, an empty large key list is returned. | 1 |
NodeId | string | No | The ID of the child node in the ApsaraDB for Redis cluster instance. NoteIf you do not specify this parameter, the analytic reports of all child nodes in the instance are returned. | -bp1zxszhcgatnx****-db-0 |
Response parameters
Examples
Sample success responses
JSON
format
{
"PageNumber": 1,
"PageSize": 30,
"RequestId": "A057C066-C3F5-4CC9-9FE4-A8D8B0DC****",
"PageRecordCount": 30,
"TotalRecordCount": 160,
"BigKeys": [
"[{\"db\": \"0\", \"qps\": 0, \"keyType\": \"list\", \"isExpired\": \"no\", \"analysisType\": \"BIGKEY\", \"key\": \"mylist\", \"memory\": 1005377, \"size\": 200000}]"
],
"HotKeys": [
"[]"
]
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
403 | IncorrectEngineVersion | Current engine version does not support this operation. |
For a list of error codes, visit the Service error codes.