Modifies the basic configuration of an address pool.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:UpdateCloudGtmAddressPoolBasicConfig |
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 |
The client token that is used to ensure the idempotence of the request. The client generates this token to make sure that each request is unique. The token can contain a maximum of 64 ASCII characters. |
1ae05db4-10e7-11ef-b126-00163e24**** |
| AddressPoolId |
string |
No |
The unique ID of the address pool. |
pool-89528023225442**** |
| AddressPoolName |
string |
No |
The name of the address pool. |
app |
| HealthJudgement |
string |
No |
The condition for determining the health status of the address pool.
|
any_ok |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique request ID. |
536E9CAD-DB30-4647-AC87-AA5CC38C5382 |
| Success |
boolean |
Indicates whether the basic configuration of the address pool was modified.
|
true |
| AddressPoolId |
string |
The unique ID of the address pool. |
pool-89528023225442**** |
Examples
Success response
JSON format
{
"RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382",
"Success": true,
"AddressPoolId": "pool-89528023225442****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.