Melakukan kueri detail tunnel.
Sintaks request
message DescribeTunnelRequest {
required string table_name = 1;
required string tunnel_name = 2;
optional string tunnel_id = 3;
}
Parameter | Tipe | Diperlukan | Deskripsi |
table_name | string | Ya | Nama tabel. |
tunnel_name | string | Ya | Nama tunnel. |
tunnel_id | string | Tidak | ID tunnel. |
Sintaks respons
message DescribeTunnelResponse {
required TunnelInfo tunnel = 1;
repeated ChannelInfo channels = 2;
optional int64 tunnel_rpo = 3;
}Parameter | Tipe | Diperlukan | Deskripsi |
tunnel | Ya | Informasi tunnel. | |
channels | Ya | Informasi channel. | |
tunnel_rpo | int64 | Tidak | Recovery point objective (RPO) tunnel. |
Gunakan SDK Tablestore
Anda dapat melakukan kueri informasi tunnel menggunakan SDK berikut:
Tablestore SDK for Java: Kueri informasi tunnel
Tablestore SDK for Go: Kueri informasi tunnel