Updates the load balancing policy of an address pool.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:UpdateCloudGtmAddressPoolLbStrategy |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The language of the response. Valid values:
|
en-US |
| ClientToken |
string |
No |
A client-generated token that is used to ensure the idempotence of the request. The token must be unique for each request and can contain up to 64 ASCII characters. |
1ae05db4-10e7-11ef-b126-00163e24**** |
| AddressPoolId |
string |
No |
The unique ID of the address pool. |
pool-89528023225442**** |
| AddressLbStrategy |
string |
No |
The load balancing policy for the addresses in the address pool.
|
sequence |
| SequenceLbStrategyMode |
string |
No |
The recovery mode when the load balancing policy is `sequence`.
|
preemptive |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request. |
B57C121B-A45F-44D8-A9B2-13E5A5044195 |
| Success |
boolean |
Indicates whether the request was successful.
|
true |
| AddressPoolId |
string |
The unique ID of the address pool. |
pool-89528023225442**** |
Examples
Success response
JSON format
{
"RequestId": "B57C121B-A45F-44D8-A9B2-13E5A5044195",
"Success": true,
"AddressPoolId": "pool-89528023225442****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.