Menampilkan daftar alamat IP yang tidak ditetapkan ke pool IP mana pun. Operasi ini digunakan untuk konfigurasi pool IP.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:DedicatedIpNonePoolList |
none |
*All Resource
|
None | None |
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"Ips": [
{
"Id": "xxx",
"Ip": "xxx",
"ZoneId": "xxx"
}
],
"RequestId": "xxx"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.