tencent cloud

腾讯云分布式缓存数据库(兼容 Redis)

动态与公告
产品动态
公告
新手指引
产品简介
产品概述
产品优势
应用场景
存储引擎
产品系列
产品版本
规格与性能
读写分离
多可用区部署
地域和可用区
名词解释
购买指南
计费概述
定价中心
购买实例
续费说明(包年包月)
退费说明(包年包月)
欠费说明
按量转包年包月
快速入门
快速创建实例
连接 Redis 实例
操作指南
操作总览
连接数据库实例
管理实例
升级实例
管理节点(Redis/ValKey 版)
管理多可用区
备份与恢复
账号管理
参数配置
慢查询
访问管理
网络与安全
监控与告警
事件管理(Redis/ValKey 版)
数据迁移
Redis 版全球复制
数据库审计
诊断优化
Sentinel 模式
开发准则
命名规则
基本使用准则
Key 与 Value 设计原则
命令使用准则
客户端程序设计准则
连接池配置
命令参考
命令参考概览
Redis 版与 Valkey 版命令兼容性
大版本命令使用差异
Proxy 架构与直连模式的使用差异
命令更多操作(Redis/Valkey 版)
Memcached 版命令兼容性
实践教程
基于 Spring Boot 搭建 Redis 客户端监控
Redis 客户端连接配置策略与实践
集群架构全局 SCAN 使用指南
实例安全下线
热 Key 与 大 key
可用区迁移方案
故障处理
连接异常
Redisson 客户端超时重连异常分析及解决方案
性能排查与调优
API 文档
History
Introduction
API Category
Making API Requests
Instance APIs
Parameter Management APIs
Other APIs
Backup and Restoration APIs
Region APIs
Monitoring and Management APIs
Log APIs
Data Types
Error Codes
常见问题
使用常见问题
连接登录问题
购买相关问题
相关协议
服务等级协议
Terms of Service
词汇表
联系我们

DescribeInstanceEvents

PDF
聚焦模式
字号
最后更新时间: 2025-10-28 22:22:04

1. API Description

Domain name for API request: redis.intl.tencentcloudapi.com.

This API is used to query the event information on a TecentDB for Redis instance.

A maximum of 50 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DescribeInstanceEvents.
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.
ExecutionStartDate Yes String Start date for querying the event execution plan, with a maximum query span of 30 days.
ExecutionEndDate Yes String End date for querying the event execution plan, with a maximum query span of 30 days.
InstanceId No String Specifies the instance ID. Example: crs-xjhsdj****. Log in to the TencentDB for Redis console and copy the instance ID in the instance list.
PageSize No Integer Outputs the number of events displayed per page.
- Default value: 10.
- Value range: [1, 100].
PageNo No Integer Configures the output page number for querying events. You can query events on a certain page by specifying PageNo (page number) and PageSize (number of output results per page).
- Default value: 1.
- Value range: positive integers greater than 0.
Status.N No Array of String Current status of the event.- Waiting: The event is waiting for execution on the execution date or during the operations period.- Running: The event is being executed during the operations period.- Finished: Execution of the event is completed.- Canceled: Execution of the event is canceled.
EventTypes.N No Array of String Event type. Currently, the type can only be related to instance migration, resource movement, and IDC deletion. This parameter can be set only to InstanceMigration.
Grades.N No Array of String Configures the level of the queried event. Events are divided into Critical, High, Medium, and Low events according to the severity and urgency.- Critical- High- Medium- Low

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Total number of events.
RedisInstanceEvents Array of RedisInstanceEvent Instance event information.
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.

4. Example

Example1 Querying Instance Events

This example shows you how to query instance events.

Input Example

POST / HTTP/1.1
Host: redis.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeInstanceEvents
<Common request parameters>

{
    "InstanceId": "crs-b6wst31p",
    "PageSize": 20,
    "PageNo": 1,
    "ExecutionStartDate": "2023-10-04",
    "ExecutionEndDate": "2023-10-04",
    "Grades": [
        "Low"
    ],
    "Status": [
        "Waiting"
    ],
    "EventTypes": [
        "InstanceMigration"
    ]
}

Output Example

{
    "Response": {
        "RedisInstanceEvents": [
            {
                "EffectInfo": "Momentary disconnection that lasts for several seconds will occur after the migration is completed.",
                "EndTime": "22:00",
                "ExecutionDate": "2023-09-18",
                "Grade": "Low",
                "ID": 10,
                "InitialExecutionDate": "2023-08-19",
                "InstanceId": "crs-b6wst31p",
                "InstanceName": "benyqhuang8",
                "LatestExecutionDate": "2023-09-18",
                "StartTime": "21:00",
                "Status": "Waiting",
                "TaskEndTime": "0000-00-00 00:00:00",
                "Type": "InstanceMigration"
            }
        ],
        "RequestId": "36a33a3d-f9ce-47c1-87d0-84869a37466d",
        "TotalCount": 1
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.SystemError Internal system error, which is irrelevant to the business.
InternalError.DbOperationFailed Internal system error with the database operation, which may be update, insert, select, etc.
InvalidParameter.ActionNotFound The corresponding API was not found.
InvalidParameter.InvalidParameter Invalid service parameter.
InvalidParameter.PermissionDenied The API has no CAM permissions.
UnauthorizedOperation.NoCAMAuthed No CAM permissions.
UnsupportedOperation.InstanceNotOperation Unsupported operation

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈