Lists the registration and configuration center clusters.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:ListClusters |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RequestPars |
string |
No |
The extended request parameters in JSON format. |
{} |
| PageNum |
integer |
Yes |
The page number to return. |
1 |
| PageSize |
integer |
Yes |
The number of clusters per page. |
10 |
| ClusterAliasName |
string |
No |
The cluster alias. This parameter supports fuzzy matching. |
cluster |
| RegionId |
string |
Yes |
The ID of the MSE region where the cluster is deployed. |
cn-hangzhou |
| ResourceGroupId |
string |
No |
The ID of the resource group. For more information, see View resource group basic information. |
rg-acfmxbzafebvvfa |
| Tag |
array<object> |
No |
A list of tags. You can specify up to 20 tags. |
|
|
object |
No |
A tag. |
||
| Key |
string |
No |
The tag key. |
env |
| Value |
string |
No |
The tag value. |
prd |
| KeyId |
string |
No |
For Nacos clusters, returns clusters with instances bound to the specified key ID. |
key-hzz67774641bsp21vhj4h |
| AcceptLanguage |
string |
No |
The response language. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| HttpCode |
string |
The HTTP status code. |
202 |
| TotalCount |
integer |
The total number of instances. |
7 |
| RequestId |
string |
The request ID. |
69AD2AA7-DB47-449B-941B-B14409DF**** |
| Message |
string |
The response message. |
OK |
| PageSize |
integer |
The number of instances per page. |
10 |
| PageNumber |
integer |
The page number. |
1 |
| Data |
array<object> |
The list of clusters. |
|
|
array<object> |
The cluster details. |
||
| EndDate |
string |
The time when the subscription for the cluster expires. |
2021-08-01 00:00:00 |
| IntranetDomain |
string |
The intranet domain name of the cluster. |
mse-7413****-eureka.mse.aliyuncs.com |
| InternetDomain |
string |
The internet domain name of the cluster. |
mse-7413****-p.eureka.mse.aliyuncs.com |
| CreateTime |
string |
The time when the cluster was created. |
2020-07-31 11:36:08 |
| ChargeType |
string |
The billing method. Valid values: |
subscription |
| IntranetAddress |
string |
The intranet IP address of the cluster. |
192.168.XX.XX |
| InstanceId |
string |
The instance ID. |
mse-cn-st21ri2**** |
| InternetAddress |
string |
The internet IP address of the cluster. |
47.98.XX.XX |
| ClusterAliasName |
string |
The cluster alias. |
mse-7413**** |
| ClusterType |
string |
The cluster type. Valid values: |
Eureka |
| InitStatus |
string |
The initialization status. |
RESTART_SUCCESS |
| AppVersion |
string |
The app version. |
1.9.3 |
| CanUpdate |
boolean |
Indicates whether the cluster can be upgraded. |
true |
| VersionCode |
string |
The code of the cluster version. |
EUREKA_1_9_3 |
| InstanceCount |
integer |
The number of instances in the cluster. |
2 |
| ClusterName |
string |
The cluster name. |
mse-cn-st21ri2**** |
| MseVersion |
string |
The edition of the cluster. |
mse_pro |
| Tags |
object |
The tags attached to the cluster. |
|
| ResourceGroupId |
string |
The ID of the resource group that contains the cluster. |
rg-acfmv7jiavm4uxa |
| VpcId |
string |
The ID of the VPC in which the cluster is deployed. |
vpc-bp1hcg467ekqsv0zr**** |
| MaintenancePeriod |
object |
The maintenance window. |
|
| StartTime |
string |
The start time of the maintenance window. |
02:00 |
| EndTime |
string |
The end time of the maintenance window. |
06:00 |
| VersionLifecycle |
string |
The version lifecycle. |
|
| ErrorCode |
string |
The error code that is returned if the request fails. |
mse-100-000 |
| Success |
boolean |
Indicates whether the request succeeded. Valid values:
|
true |
Examples
Success response
JSON format
{
"HttpCode": "202",
"TotalCount": 7,
"RequestId": "69AD2AA7-DB47-449B-941B-B14409DF****",
"Message": "OK",
"PageSize": 10,
"PageNumber": 1,
"Data": [
{
"EndDate": "2021-08-01 00:00:00",
"IntranetDomain": "mse-7413****-eureka.mse.aliyuncs.com",
"InternetDomain": "mse-7413****-p.eureka.mse.aliyuncs.com",
"CreateTime": "2020-07-31 11:36:08",
"ChargeType": "subscription",
"IntranetAddress": "192.168.XX.XX",
"InstanceId": "mse-cn-st21ri2****",
"InternetAddress": "47.98.XX.XX",
"ClusterAliasName": "mse-7413****",
"ClusterType": "Eureka",
"InitStatus": "RESTART_SUCCESS",
"AppVersion": "1.9.3",
"CanUpdate": true,
"VersionCode": "EUREKA_1_9_3",
"InstanceCount": 2,
"ClusterName": "mse-cn-st21ri2****",
"MseVersion": "mse_pro",
"Tags": {
"test": "test",
"test2": 1
},
"ResourceGroupId": "rg-acfmv7jiavm4uxa",
"VpcId": "vpc-bp1hcg467ekqsv0zr****",
"MaintenancePeriod": {
"StartTime": "02:00",
"EndTime": "06:00"
},
"VersionLifecycle": ""
}
],
"ErrorCode": "mse-100-000",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.