tencent cloud

消息队列 RabbitMQ 版

动态与公告
新功能发布记录
公告
产品简介
TDMQ 产品系列介绍与选型
什么是消息队列 RabbitMQ 版
产品优势
应用场景
开源托管版与 Serverless 版差异说明
开源版本支持说明
与开源 RabbitMQ 对比
高可用
使用限制
RabbitMQ 相关概念
开区地域
相关云服务
产品计费
计费概述
价格说明
计费示例
按小时付费转包年包月
续费说明
查看消费明细
欠费说明
退费说明
快速入门
入门流程指引
步骤1:准备工作
步骤2:创建 RabbitMQ 集群
步骤3:配置 Vhost
步骤4:使用 SDK 收发消息
步骤5:查询消息
步骤6:销毁资源
用户指南
使用流程指引
配置账号权限
创建集群
配置 Vhost
连接集群
管理消息
配置高级特性
管理集群
查看监控和配置告警
实践教程
实践教程使用说明
RabbitMQ 客户端实践教程
RabbitMQ 消息可靠性实践教程
RabbitMQ 支持 MQTT 协议说明
迁移集群
迁移方案概述
步骤1:购买云上实例
步骤2:迁移元数据上云
步骤3:开启双读写
API 参考(开源托管版)
API 概览
API 参考(Serverless 版)
History
Introduction
API Category
Making API Requests
Relevant APIs for RabbitMQ Serverless PAAS Capacity
RabbitMQ Serverless Instance Management APIs
Data Types
Error Codes
SDK 文档
SDK 概述
Spring Boot Starter 接入
Spring Cloud Stream 接入
Java SDK
Go SDK
Python SDK
PHP SDK
安全与合规
权限管理
网络安全
删除保护
变更记录
云 API 审计
常见问题
服务等级协议
联系我们

ListRabbitMQServerlessInstances

聚焦模式
字号
最后更新时间: 2025-10-30 22:05:16

1. API Description

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

This API is used to obtain instance lists.

A maximum of 20 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: ListRabbitMQServerlessInstances.
Version Yes String Common Params. The value used for this API: 2023-04-18.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
Filters.N No Array of Filter Filter criteria.
Limit No Integer Page size.
Offset No Integer Starting index value for pagination.

3. Output Parameters

Parameter Name Type Description
Instances Array of RabbitMQServerlessInstance Instance list
TotalCount Integer Total number.
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 This API is used to obtain instance lists.

Input Example

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

{
    "Filters": [],
    "Limit": 2,
    "Offset": 1
}

Output Example

{
    "Response": {
        "Instances": [
            {
                "AutoRenewFlag": 1,
                "ClusterStatus": 1,
                "CreateTime": 1737028115000,
                "ExceptionInformation": null,
                "ExpireTime": 1739706515000,
                "InstanceId": "amqp-slfxemauoa",
                "InstanceName": "test_yunchao_8816",
                "InstanceType": 1,
                "InstanceVersion": "0.1.0",
                "MaxBandWidth": 0,
                "MaxStorage": 0,
                "MaxTps": 2000,
                "NodeCount": 0,
                "PayMode": 0,
                "PublicAccessEndpoint": null,
                "Remark": "",
"SpecName": "basic version"
                "Status": 1,
                "Vpcs": []
            },
            {
                "AutoRenewFlag": 1,
                "ClusterStatus": 1,
                "CreateTime": 1736912606000,
                "ExceptionInformation": null,
                "ExpireTime": 1739591006000,
                "InstanceId": "amqp-slirnlmwlm",
                "InstanceName": "test_yunchao_001",
                "InstanceType": 1,
                "InstanceVersion": "0.1.0",
                "MaxBandWidth": 0,
                "MaxStorage": 0,
                "MaxTps": 2000,
                "NodeCount": 0,
                "PayMode": 0,
                "PublicAccessEndpoint": null,
                "Remark": "",
"SpecName": "basic version"
                "Status": 1,
                "Vpcs": [
                    {
                        "SubnetId": "subnet-1j1p6omq",
                        "VpcDataStreamEndpointStatus": "ON",
                        "VpcEndpoint": "amqp://10.0.0.2:5672",
                        "VpcId": "vpc-f7zemc2v"
                    }
                ]
            }
        ],
        "RequestId": "cc77d367-76b7-4aef-b5d6-e471ed254758",
        "TotalCount": 4
    }
}

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
InternalError Internal error.
InvalidParameter Parameter error.
InvalidParameterValue Parameter value error.
MissingParameter Parameters are missing
UnauthorizedOperation Unauthorized operation.
UnknownParameter Unknown parameter error.

帮助和支持

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

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

文档反馈