Updates the remarks of an address pool.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:UpdateCloudGtmAddressPoolRemark |
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 token to ensure the idempotence of the request. Generate a unique value from your client. The token can contain only ASCII characters and must be no more than 64 characters in length. |
1ae05db4-10e7-11ef-b126-00163e24**** |
| AddressPoolId |
string |
No |
The unique ID of the address pool. |
pool-89528023225442**** |
| Remark |
string |
No |
The new remarks for the address pool. If you leave this parameter empty, the remarks are deleted. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request. |
536E9CAD-DB30-4647-AC87-AA5CC38C5382 |
| Success |
boolean |
Indicates whether the operation was successful. Valid values:
|
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.