Queries dedicated instance clusters.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeInstanceClusterList |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceClusterName |
string |
No |
The cluster name. |
test-cluster |
| InstanceClusterId |
string |
No |
The cluster ID. |
apigateway-cluster-hz-xxxxxxxxxxxx |
| PageSize |
integer |
No |
The number of entries per page. |
10 |
| PageNumber |
integer |
No |
The page number of the page to return. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
CEF72CEB-54B6-4AE8-B225-F876FF7BZ015 |
| TotalCount |
integer |
The total number of entries returned. |
2 |
| PageNumber |
integer |
The page number of the returned page. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| InstanceClusters |
object |
||
| InstanceCluster |
array<object> |
The instance cluster list. |
|
|
object |
|||
| InstanceClusterName |
string |
The cluster name. |
test-cluster |
| InstanceClusterId |
string |
The cluster ID. |
apigateway-cluster-hz-xxxxxxxxxxxx |
| Description |
string |
The cluster description. |
Test TrafficControl |
| CreatedTime |
string |
The time when the cluster was created. The time is displayed in UTC. |
2023-08-14T17:46:59+08:00 |
| ModifiedTime |
string |
The time when the cluster was last modified. The time is displayed in UTC. |
2024-01-12T10:11:08+08:00 |
| RegionId |
string |
The region ID of the cluster. |
cn-hangzhou |
| InstanceClusterStatus |
string |
The cluster status. |
RUNNING |
| InstanceClusterType |
string |
The cluster type. |
normal |
Examples
Success response
JSON format
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BZ015",
"TotalCount": 2,
"PageNumber": 1,
"PageSize": 10,
"InstanceClusters": {
"InstanceCluster": [
{
"InstanceClusterName": "test-cluster",
"InstanceClusterId": "apigateway-cluster-hz-xxxxxxxxxxxx\n",
"Description": "Test TrafficControl",
"CreatedTime": "2023-08-14T17:46:59+08:00",
"ModifiedTime": "2024-01-12T10:11:08+08:00",
"RegionId": "cn-hangzhou",
"InstanceClusterStatus": "RUNNING",
"InstanceClusterType": "normal"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.