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:
Tablestore SDK for Java: List the information of a tunnel
Tablestore SDK for Go: List the information of a tunnel