All Products
Search
Document Center

Tablestore:ListTunnel

Last Updated:Aug 12, 2024

Queries tunnel information of a table.

Request syntax

message ListTunnelRequest {
    optional string table_name = 1;
}

Parameter

Type

Required

Description

table_name

string

No

The name of the table. If you do not specify a table name, the tunnel information of all tables is returned.

Response syntax

message ListTunnelResponse {
    repeated TunnelInfo tunnels = 1;
}

Parameter

Type

Required

Description

tunnels

repeated TunnelInfo

Yes

The information about the tunnel.

Use Tablestore SDKs

You can use the following SDK to query the tunnel information of a table: