Creates a dedicated IP pool.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:DedicatedIpPoolCreate |
create |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
The name of the IP pool. The name must be 1 to 50 characters in length. It can contain letters, digits, underscores (_), and hyphens (-). The name cannot be changed after the IP pool is created. |
xxx |
| BuyResourceIds |
string |
No |
The IDs of the purchased IP instances. Separate multiple IDs with commas (,). You can obtain the instance IDs from the response of the DedicatedIpNonePoolList operation. |
xxx,xxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The 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.