Updates an IP pool.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:DedicatedIpPoolUpdate |
update |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
Yes |
The ID of the IP pool. |
xxx |
| BuyResourceIds |
string |
No |
The IDs of the purchased IP instances. Separate multiple IDs with commas. Obtain these IDs from the response of the DedicatedIpNonePoolList operation. |
xxx,xxx |
| UpdateResource |
boolean |
No |
Specifies whether to change the associated IP addresses. Set this parameter to true. Valid values:
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response |
||
| RequestId |
string |
The request ID. |
xxx |
| Id |
string |
The ID of the IP pool. |
xxx |
Examples
Success response
JSON format
{
"RequestId": "xxx",
"Id": "xxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.