Queries the IP addresses that you have purchased.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:DedicatedIpList |
none |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageIndex |
integer |
Yes |
The page number. The value starts from 1. |
1 |
| PageSize |
integer |
Yes |
The number of entries per page. |
10 |
| Keyword |
string |
No |
The keyword for searching IP addresses. |
xxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| TotalCounts |
integer |
The total number of purchased IP addresses. |
5 |
| RequestId |
string |
The request ID. |
xxx |
| HasMore |
boolean |
Indicates whether the next page exists. |
false |
| CurrentPage |
integer |
The current page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| Ips |
array<object> |
The list of IP addresses. |
|
|
array<object> |
The information about the purchased IP address. |
||
| Id |
string |
The IP address ID. This is the same as the purchased instance ID. |
xxx |
| Ip |
string |
The IP address. |
xxx |
| InstanceId |
string |
The ID of the purchased instance. |
xxx |
| StartTime |
string |
The purchase time. |
2025-05-12T09:19:20Z |
| ExpiredTime |
string |
The expiration time. |
2025-06-12T09:19:20Z |
| Status |
string |
The status of the IP address. Valid values:
|
sold |
| WarmupStatus |
string |
The prefetch status. Valid values:
|
finish |
| WarmupType |
string |
The prefetch method. Valid values:
|
cusSelfManager |
| IpPoolName |
string |
The name of the IP pool to which the IP address belongs. |
xxx |
| IpExt |
object |
The extended information. |
|
| HasSendMail |
boolean |
Indicates whether emails have been sent. Valid values:
|
true |
| AutoRenewal |
boolean |
Indicates whether auto-renewal is enabled. Valid values:
|
false |
| LastWarmUpTypeChangedTime |
string |
Examples
Success response
JSON format
{
"TotalCounts": 5,
"RequestId": "xxx",
"HasMore": false,
"CurrentPage": 1,
"PageSize": 10,
"Ips": [
{
"Id": "xxx",
"Ip": "xxx",
"InstanceId": "xxx",
"StartTime": "2025-05-12T09:19:20Z",
"ExpiredTime": "2025-06-12T09:19:20Z",
"Status": "sold",
"WarmupStatus": "finish",
"WarmupType": "cusSelfManager",
"IpPoolName": "xxx",
"IpExt": {
"HasSendMail": true,
"AutoRenewal": false,
"LastWarmUpTypeChangedTime": ""
}
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.