All Products
Search
Document Center

Tair:DescribeCacheAnalysisReport

Last Updated:Mar 20, 2023

Queries the cache analytics report that is generated on a specified date for an ApsaraDB for Redis instance.

Operation Description

NoteApsaraDB for Redis has optimized the cache analytics feature to improve user experience. This API operation is phased out and replaced with a new API operation. For more information, see API operations for cache analysis will be upgraded.

Before you call this API operation, make sure that the ApsaraDB for Redis instance meets the following requirements:

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.
OperationAccess levelResource typeCondition keyAssociation operation
kvstore:DescribeCacheAnalysisReportREAD
  • Redis
    acs:kvstore:{#regionId}:{#accountId}:dbinstance/{#dbInstanceId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The ID of the instance.

-bp1zxszhcgatnx****
DatestringYes

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
AnalysisTypestringYes

The type of analysis. Set the value to BigKey.

BigKey
PageSizeintegerNo

The number of entries to return on each page. Valid values: 30, 50, and 100.

NoteDefault value: 30.
30
PageNumbersintegerNo

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
NodeIdstringNo

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

ParameterTypeDescriptionExample
object
PageNumberinteger

The page number of the returned page.

1
PageSizeinteger

The maximum number of entries returned per page.

30
RequestIdstring

The ID of the request.

A057C066-C3F5-4CC9-9FE4-A8D8B0DC****
PageRecordCountinteger

The number of entries returned on the current page.

30
TotalRecordCountinteger

The total number of entries returned.

160
BigKeysarray

Details about the large keys.

object
HotKeysarray

Details about the hotkeys.

NoteThis parameter is not returned because ApsaraDB for Redis does not support hotkey analysis for the moment.
object

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError message
403IncorrectEngineVersionCurrent engine version does not support this operation.

For a list of error codes, visit the Service error codes.