Mencantumkan IP yang telah dibeli.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:DedicatedIpList |
none |
*全部资源
|
None | None |
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageIndex |
integer |
Yes |
Indeks halaman, dimulai dari 1. |
1 |
| PageSize |
integer |
Yes |
Ukuran halaman. |
10 |
| Keyword |
string |
No |
Kata kunci pencarian untuk alamat IP. |
xxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| TotalCounts |
integer |
The total number of purchased IPs. |
5 |
| RequestId |
string |
The request ID. |
xxx |
| HasMore |
boolean |
Indicates whether another page of results is available. |
false |
| CurrentPage |
integer |
The current page number. |
1 |
| PageSize |
integer |
The page size. |
10 |
| Ips |
array<object> |
The list of IPs. |
|
|
array<object> |
Details about a purchased IP. |
||
| Id |
string |
The ID of the IP address, which is the same as the ID of the purchased instance. |
xxx |
| Ip |
string |
The IP address. |
xxx |
| InstanceId |
string |
The ID of the purchased instance. |
xxx |
| StartTime |
string |
The time when the IP was purchased. |
2025-05-12T09:19:20Z |
| ExpiredTime |
string |
The expiration time. |
2025-06-12T09:19:20Z |
| Status |
string |
The status of the IP. Valid values:
|
sold |
| WarmupStatus |
string |
The warm-up status. Valid values:
|
finish |
| WarmupType |
string |
The warm-up method. Valid values:
|
cusSelfManager |
| IpPoolName |
string |
The name of the IP pool to which the IP belongs. |
xxx |
| IpExt |
object |
Extended properties. |
|
| HasSendMail |
boolean |
Indicates whether emails have been sent. Valid values:
|
true |
| AutoRenewal |
boolean |
Indicates whether auto-renewal is enabled. Valid values:
|
false |
| LastWarmUpTypeChangedTime |
string |
2025-08-07T07:23:49.329Z |
|
| ZoneId |
string |
The ID of the zone where the IP address is located.
|
ap-southeast-1a |
Contoh
Respons sukses
JSONformat
{
"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": "2025-08-07T07:23:49.329Z"
},
"ZoneId": "ap-southeast-1a"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.