Domain name for API request: trocket.intl.tencentcloudapi.com.
This API is used to describe clusters, supporting both 4.x and 5.x clusters. Among them, parameter usage of Filters is as follows:.
-InstanceName, the cluster name, supports fuzzy query and can be obtained from the API return value or console.
-InstanceId Cluster ID, exact query, obtain from the current API or console.
This API is used to demonstrate Filters.
[{ "Name": "InstanceId", "Values": ["rmq-72mo3a9o"] }]
A maximum of 200 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: DescribeFusionInstanceList. |
| Version | Yes | String | Common Params. The value used for this API: 2023-03-08. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| Offset | No | Integer | Starting position of the query. Default value: 0. |
| Limit | No | Integer | Maximum number of queried results. Default value: 20. |
| Filters.N | No | Array of Filter | Filtering condition list. See the description of the API using this parameter for the usage method. |
| TagFilters.N | No | Array of TagFilter | Tag filter |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Total query count |
| Data | Array of FusionInstanceItem | Instance list |
| 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. |
POST / HTTP/1.1
Host: trocket.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeFusionInstanceList
<Common request parameters>
{
"Offset": 0,
"Limit": 20
}{
"Response": {
"TotalCount": 2,
"Data": [
{
"InstanceId": "rmq-72mo3a9o",
"InstanceName": "test_instance5x",
"Version": "5.0",
"InstanceType": "EXPERIMENT",
"InstanceStatus": "RUNNING",
"TopicNumLimit": 52,
"GroupNumLimit": 520,
"PayMode": "PREPAID",
"ExpiryTime": 1731830193435,
"Remark": "Test cluster of version 5.X"
"TopicNum": 3,
"GroupNum": 10,
"TagList": [
{
"TagKey": "test_tag",
"TagValue": "test_tag_key"
}
],
"SkuCode": "experiment_500",
"TpsLimit": 500,
"ScaledTpsLimit": 0,
"MessageRetention": 72,
"MaxMessageDelay": 168,
"RenewFlag": 1,
"InstanceItemExtraInfo": {
"IsVip": false,
"VipInstanceStatus": 0,
"MaxBandWidth": 0,
"SpecName": "",
"NodeCount": 0,
"MaxStorage": 0,
"MaxRetention": 0,
"MinRetention": 0,
"InstanceStatus": 0
},
"DestroyTime": 0
},
{
"InstanceId": "rocketmq-5kze4gr222mx",
"InstanceName": "test_instance4x",
"Version": "4",
"InstanceType": "BASIC",
"InstanceStatus": "RUNNING",
"TopicNumLimit": 400,
"GroupNumLimit": 4000,
"PayMode": "PREPAID",
"ExpiryTime": 1730710586538,
"Remark": "4.X version testing cluster"
"TopicNum": 1,
"GroupNum": 1,
"TagList": [
{
"TagKey": "test_tag",
"TagValue": "test_tag_key"
}
],
"SkuCode": "",
"TpsLimit": 8000,
"ScaledTpsLimit": 0,
"MessageRetention": 72,
"MaxMessageDelay": 0,
"RenewFlag": 1,
"DestroyTime": 0,
"InstanceItemExtraInfo": {
"IsVip": true,
"InstanceStatus": 1,
"VipInstanceStatus": 1,
"MaxBandWidth": 80,
"NodeCount": 2,
"MaxStorage": 200,
"SpecName": "rocket-vip-basic-0",
"MaxRetention": 168,
"MinRetention": 24
}
}
],
"RequestId": "eac6b301-a322-493a-8e36-83b295459397"
}
}
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 | Operation failed. |
文档反馈