Updates the attributes of a Server Load Balancer server group.
Operation description
UpdateServerGroupAttribute is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. The server group configuration is not updated immediately. You can call the ListServerGroups operation to query the status of the server group.
If a server group is in the Configuring state, its configuration is being updated.
If a server group is in the Available state, its configuration is updated.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
gwlb:UpdateServerGroupAttribute |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServerGroupId |
string |
Yes |
The server group ID. |
sgp-atstuj3rtoptyui**** |
| ServerGroupName |
string |
No |
The name of the server group. The name must be 2 to 128 characters in length, start with a letter or a Chinese character, and can contain digits, periods (.), underscores (_), and hyphens (-). |
testServerGroupName |
| Scheduler |
string |
No |
The scheduling algorithm. Valid values:
|
5TCH |
| ServerFailoverMode |
string |
No |
The method that is used to handle existing connections when a backend server is exceptional. Valid values:
|
NoRebalance |
| ConnectionDrainConfig |
object |
No |
The configurations of connection draining. |
|
| ConnectionDrainEnabled |
boolean |
No |
Specifies whether to enable connection draining. Valid values:
|
false |
| ConnectionDrainTimeout |
integer |
No |
The timeout period of connection draining. Unit: seconds. Valid values: 1 to 3600. |
300 |
| HealthCheckConfig |
object |
No |
The configurations of health checks. |
|
| HealthCheckConnectPort |
integer |
No |
The port that is used for health checks on backend servers. Valid values: 1 to 65535. |
80 |
| HealthCheckConnectTimeout |
integer |
No |
The maximum timeout period of a health check response. Unit: seconds. Valid values: 1 to 300. |
5 |
| HealthCheckDomain |
string |
No |
The domain name that is used for health checks. Valid values:
Note
This parameter takes effect only when HealthCheckProtocol is set to HTTP. |
$SERVER_IP |
| HealthCheckEnabled |
boolean |
No |
Specifies whether to enable health checks. Valid values:
|
true |
| HealthCheckHttpCode |
array |
No |
The list of HTTP status codes that indicate a healthy state. |
|
|
string |
No |
The HTTP status code that indicates a healthy state. You can specify multiple HTTP status codes. Separate multiple status codes with commas (,). Valid values:
Default value: http_2xx. Note
This parameter takes effect only when HealthCheckProtocol is set to HTTP. |
http_2xx |
|
| HealthCheckInterval |
integer |
No |
The interval at which health checks are performed. Unit: seconds. Valid values: 1 to 50. |
10 |
| HealthCheckPath |
string |
No |
The path that is used for health checks. The path must be 1 to 80 characters in length and can contain letters, digits, and the following special characters: Note
This parameter takes effect only when HealthCheckProtocol is set to HTTP. |
/test/index.html |
| HealthCheckProtocol |
string |
No |
The protocol that is used for health checks. Valid values:
|
TCP |
| HealthyThreshold |
integer |
No |
The number of consecutive successful health checks required to change the health check status of a backend server from failed to successful. Valid values: 2 to 10. |
2 |
| UnhealthyThreshold |
integer |
No |
The number of consecutive failed health checks required to change the health check status of a backend server from successful to failed. Valid values: 2 to 10. |
2 |
| DryRun |
boolean |
No |
Specifies whether to perform a dry run. Valid values:
|
false |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. You can use the client to generate a token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters. Note
If you do not specify this parameter, the system automatically uses the RequestId of the request as the ClientToken. The RequestId may be different for each request. |
123e4567-e89b-12d3-a456-42665544**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
54B48E3D-DF70-471B-AA93-08E683A1B45 |
Examples
Success response
JSON format
{
"RequestId": "54B48E3D-DF70-471B-AA93-08E683A1B45\n"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalParam.HealthCheckProtocol | The param of %s is illegal. | The health check protocol is invalid. Check the input parameters. |
| 400 | IncorrectStatus.ServerGroup | The status of %s [%s] is incorrect. | The status of %s [%s] is incorrect. |
| 400 | OperationDenied.SchedulerNotConfigurable | The scheduling algorithm of server group is configurable only when TCP idle timeout of listener is default value. | The scheduling algorithm of server group is configurable only when TCP idle timeout of listener is default value. |
| 404 | ResourceNotFound.ServerGroup | The specified resource of %s is not found. | The specified server group resource does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.