DescribeTunnel

更新时间: 2026-01-14 11:18:07

Queries the details of a tunnel.

Request syntax

message DescribeTunnelRequest {
    required string table_name = 1;
    required string tunnel_name = 2;
    optional string tunnel_id = 3;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the table.

tunnel_name

string

Yes

The name of the tunnel.

tunnel_id

string

No

The ID of the tunnel.

Response syntax

message DescribeTunnelResponse {
    required TunnelInfo tunnel = 1;
    repeated ChannelInfo channels = 2;
    optional int64 tunnel_rpo = 3;
}

Parameter

Type

Required

Description

tunnel

TunnelInfo

Yes

The information about the tunnel.

channels

ChannelInfo

Yes

The information about the channel.

tunnel_rpo

int64

No

The recovery point objective (RPO) of the tunnel.

Use Tablestore SDKs

You can query the tunnel information by using the following SDKs:

上一篇: ListTunnel 下一篇: DeleteTunnel
阿里云首页 表格存储 相关技术圈