Queries the servers in a Server Load Balancer server group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
gwlb:ListServerGroupServers |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServerGroupId |
string |
No |
The ID of the server group. |
sgp-atstuj3rtoptyui**** |
| ServerIds |
array |
No |
The list of server IDs. You can specify up to 200 server IDs in each call. |
|
|
string |
No |
The server ID.
|
i-bp67acfmxazb4p**** |
|
| ServerIps |
array |
No |
The list of server IP addresses. You can specify up to 200 server IP addresses in each call. |
|
|
string |
No |
The IP address of the server. |
192.168.xxx.xxx |
|
| NextToken |
string |
No |
The pagination token that is used in the next request to retrieve a new page of results. Valid values:
|
FFmyTO70tTpLG6I3FmYAXGKPd**** |
| MaxResults |
integer |
No |
The number of entries to return on each page. Valid values: 1 to 1000. Default value: 20. |
20 |
| Skip |
integer |
No |
The number of entries to skip. |
1 |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
The data structure of the response. |
||
| MaxResults |
integer |
The number of entries returned per page. Valid values: 1 to 1000. |
20 |
| NextToken |
string |
A pagination token. It can be used in the next request to retrieve a new page of results. Valid values:
|
FFmyTO70tTpLG6I3FmYAXGKPd**** |
| RequestId |
string |
The request ID. |
54B48E3D-DF70-471B-AA93-08E683A1B45 |
| Servers |
array<object> |
The list of backend servers. |
|
|
object |
The backend server. |
||
| Port |
integer |
The port used by the backend server. Valid values:
|
6081 |
| ServerGroupId |
string |
The ID of the server group. |
sgp-atstuj3rtoptyui**** |
| ServerId |
string |
The ID of the backend server. |
i-bp67acfmxazb4p**** |
| ServerIp |
string |
The IP address of the backend server. |
192.168.xxx.xxx |
| ServerType |
string |
The type of the backend server. Valid values:
|
Ecs |
| Status |
string |
The status of the backend server. Valid values:
|
Available |
| TotalCount |
integer |
The number of entries in the list. |
1 |
Examples
Success response
JSON format
{
"MaxResults": 20,
"NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
"RequestId": "54B48E3D-DF70-471B-AA93-08E683A1B45",
"Servers": [
{
"Port": 6081,
"ServerGroupId": "sgp-atstuj3rtoptyui****",
"ServerId": "i-bp67acfmxazb4p****",
"ServerIp": "192.168.xxx.xxx",
"ServerType": "Ecs",
"Status": "Available"
}
],
"TotalCount": 1
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.