You can call this operation to modify an address pool of a Global Traffic Manager (GTM) instance.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Lang | string | No | The language used by the user. | en |
AddrPoolId | string | Yes | The ID of the address pool that you want to modify. | 1234abc |
Name | string | No | The name of the address pool that you want to modify. | |
Type | string | Yes | The type of the address pool that you want to modify. | IP |
MinAvailableAddrNum | integer | No | The minimum number of available addresses in the address pool. | 2 |
Addr | array<object> | Yes | ||
object | Yes | |||
Value | string | No | The addresses in the address pool. | 1.1.1.1 |
LbaWeight | integer | No | The weight of the address pool that you want to modify. | 1 |
Mode | string | No | The mode of the address pool that you want to modify.
| SMART |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "6856BCF6-11D6-4D7E-AC53-FD579933522B"
}
Error codes
For a list of error codes, visit the Service error codes.