Queries a list of ApsaraMQ for RabbitMQ instances in a specified region and returns basic information about each instance, such as its endpoints and specification limits.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
amqp:ListInstance |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NextToken |
string |
No |
The token to retrieve the next page of results. If this is your first query or the last page is returned, leave this parameter empty. |
caeba0bbb2be03f84eb48b699f0a**** |
| MaxResults |
integer |
Yes |
The maximum number of results to return. We recommend that you set the value to a number from 1 to 100. |
1 |
| ResourceGroupId |
string |
No |
The ID of the resource group to which the instance belongs. |
rg-aekzu74zjgdu4mq |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
CCBB1225-C392-480E-8C7F-D09AB2CD2*** |
| Data |
object |
The returned data. |
|
| NextToken |
string |
The token that indicates the position where the current query ends. An empty value indicates that all data is returned. |
caebacccb2be03f84eb48b699f0a**** |
| MaxResults |
integer |
The maximum number of results returned. |
1 |
| Instances |
array<object> |
The instances. |
|
|
array<object> |
The instance. |
||
| Status |
string |
The instance status. Valid values:
|
SERVING |
| SupportEIP |
boolean |
Specifies whether the instance supports EIPs. |
true |
| ExpireTime |
integer |
The UNIX timestamp that indicates when the instance expires. Unit: milliseconds. |
1651507200000 |
| OrderCreateTime |
integer |
The UNIX timestamp that indicates when the order was created. Unit: milliseconds. |
1572441939000 |
| PrivateEndpoint |
string |
The VPC endpoint of the instance. |
amqp-cn-st21x7kv****.mq-amqp.cn-hangzhou-a.aliyuncs.com |
| StorageSize |
integer |
The disk capacity. Unit: GB. Note
This parameter is not returned for Professional Edition and Enterprise Edition instances. For these instances, -1 is returned. |
200 |
| MaxEipTps |
integer |
The peak TPS for traffic over the internet. Unit: transactions/second. |
24832 |
| InstanceId |
string |
The instance ID. |
amqp-cn-st21x7kv**** |
| InstanceType |
string |
The instance type.
|
professional |
| PublicEndpoint |
string |
The Internet endpoint of the instance. |
amqp-cn-st21x7kv****.mq-amqp.cn-hangzhou-a.aliyuncs.com |
| ClassicEndpoint |
string |
The classic network endpoint. This parameter is no longer used. |
amqp-cn-st21x7kv****.not-support |
| MaxVhost |
integer |
The maximum number of vhosts for the instance. |
50 |
| MaxTps |
integer |
The peak TPS for private network traffic. Unit: transactions/second. |
5000 |
| AutoRenewInstance |
boolean |
Specifies whether auto-renewal is enabled for the instance. |
false |
| InstanceName |
string |
The instance name. |
amqp-cn-st21x7kv**** |
| MaxQueue |
integer |
The maximum number of queues for the instance. |
50 |
| OrderType |
string |
The billing method.
|
PRE_PAID |
| Tags |
array<object> |
The list of tags. |
|
|
object |
The tag. |
||
| Key |
string |
The tag key. |
region |
| Value |
string |
The tag value. |
hangzhou |
| ResourceGroupId |
string |
The resource group ID. |
rg-aek3axfj2w4czrq |
| EncryptedInstance |
boolean |
Specifies whether storage encryption is enabled for the instance data. |
false |
| KmsKeyId |
string |
The ID of the KMS key for the data disk of the backend storage. |
key-bjj66c2a893vmhawtq5fd |
| ProvisionedCapacity |
integer |
The reserved TPS capacity for reserved and elastic instances. |
2000 |
| Edition |
string |
The deployment architecture of the Serverless instance. Valid values:
|
shared |
Examples
Success response
JSON format
{
"RequestId": "CCBB1225-C392-480E-8C7F-D09AB2CD2***",
"Data": {
"NextToken": "caebacccb2be03f84eb48b699f0a****",
"MaxResults": 1,
"Instances": [
{
"Status": "SERVING",
"SupportEIP": true,
"ExpireTime": 1651507200000,
"OrderCreateTime": 1572441939000,
"PrivateEndpoint": "amqp-cn-st21x7kv****.mq-amqp.cn-hangzhou-a.aliyuncs.com",
"StorageSize": 200,
"MaxEipTps": 24832,
"InstanceId": "amqp-cn-st21x7kv****",
"InstanceType": "professional",
"PublicEndpoint": "amqp-cn-st21x7kv****.mq-amqp.cn-hangzhou-a.aliyuncs.com",
"ClassicEndpoint": "amqp-cn-st21x7kv****.not-support",
"MaxVhost": 50,
"MaxTps": 5000,
"AutoRenewInstance": false,
"InstanceName": "amqp-cn-st21x7kv****",
"MaxQueue": 50,
"OrderType": "PRE_PAID",
"Tags": [
{
"Key": "region",
"Value": "hangzhou"
}
],
"ResourceGroupId": "rg-aek3axfj2w4czrq",
"EncryptedInstance": false,
"KmsKeyId": "key-bjj66c2a893vmhawtq5fd",
"ProvisionedCapacity": 2000,
"Edition": "shared"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.