Mengkueri informasi VIP (Virtual IP Address) sub-instans dari instans koneksi langsung edisi cluster.
Deskripsi operasi
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
kvstore:DescribeDBNodeDirectVipInfo |
get |
*DBInstance
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID instans. |
r-bp1zxszhcgatnx**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
ABAF95F6-35C1-4177-AF3A-70969EBD**** |
| InstanceId |
string |
ID instans. |
r-bp1zxszhcgatnx**** |
| DirectVipInfo |
object |
||
| VipInfo |
array<object> |
Daftar informasi VIP shard dari instans edisi cluster. |
|
|
object |
Informasi VIP shard dari instans edisi cluster. |
||
| NodeId |
string |
The shard ID. |
r-8vb3679b04551444-db-2 |
| Vip |
string |
The VIP of the shard. |
100.115.61.8 |
| Port |
string |
The port number. Valid values: 1024 to 65535. Default value: 6379. |
6379 |
| NetType |
string |
The network type of the security group. Valid values:
|
vpc |
Contoh
Respons sukses
JSONformat
{
"RequestId": "ABAF95F6-35C1-4177-AF3A-70969EBD****",
"InstanceId": "r-bp1zxszhcgatnx****",
"DirectVipInfo": {
"VipInfo": [
{
"NodeId": "r-8vb3679b04551444-db-2",
"Vip": "100.115.61.8",
"Port": "6379",
"NetType": "vpc"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.