Menanyakan daftar putih IP yang diizinkan untuk mengakses instance AnalyticDB for PostgreSQL.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
gpdb:DescribeDBInstanceIPArrayList |
get |
*DBInstance
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
Parameter ini sudah tidak digunakan lagi. Anda tidak perlu menentukan parameter ini. |
null |
| DBInstanceId |
string |
Yes |
ID instance. Catatan
Anda dapat memanggil operasi DescribeDBInstances untuk menanyakan detail semua instance AnalyticDB for PostgreSQL dalam suatu region, termasuk ID instance. |
gp-bp*************** |
| DBInstanceIPArrayName |
string |
No |
Nama grup daftar putih IP yang akan ditanyakan. Catatan
Jika Anda tidak menentukan parameter ini, semua grup daftar putih IP akan dikembalikan secara default. |
Default |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
CB7AA0BF-BE41-480E-A3DC-C97BF85A391B |
| Items |
object |
||
| DBInstanceIPArray |
array<object> |
Daftar grup daftar putih IP dari instance. |
|
|
object |
Daftar detail instance. |
||
| DBInstanceIPArrayName |
string |
The name of the IP address whitelist. |
Default |
| SecurityIPList |
string |
The IP addresses listed in the whitelist. Up to 1,000 IP addresses are contained in a whitelist and separated by commas (,). The IP addresses must use one of the following formats:
|
127.0.0.1 |
| DBInstanceIPArrayAttribute |
string |
The attribute of the IP address whitelist. By default, this parameter is empty. A whitelist with the |
hidden |
Contoh
Respons sukses
JSONformat
{
"RequestId": "CB7AA0BF-BE41-480E-A3DC-C97BF85A391B",
"Items": {
"DBInstanceIPArray": [
{
"DBInstanceIPArrayName": "Default",
"SecurityIPList": "127.0.0.1",
"DBInstanceIPArrayAttribute": "hidden"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.