Lists the IP addresses that are not assigned to any IP pool. This operation is used for IP pool configuration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:DedicatedIpNonePoolList |
none |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response |
||
| Ips |
array<object> |
The IP addresses that are not added to an IP pool. |
|
|
object |
The relationship between the purchased instance and the IP address. |
||
| Id |
string |
The ID of the purchased instance. |
xxx |
| Ip |
string |
The IP address. |
xxx |
| ZoneId |
string |
The zone ID. |
xxx |
| RequestId |
string |
The request ID. |
xxx |
Examples
Success response
JSON format
{
"Ips": [
{
"Id": "xxx",
"Ip": "xxx",
"ZoneId": "xxx"
}
],
"RequestId": "xxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.