Tous les produits
Search
Centre de documentation

Tablestore:DescribeTunnel

Dernière mise à jour :Aug 19, 2026

Récupère les détails d'un tunnel.

Syntaxe de la requête

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

Paramètre

Type

Obligatoire

Description

table_name

string

Oui

Nom de la table.

tunnel_name

string

Oui

Nom du tunnel.

tunnel_id

string

Non

ID du tunnel.

Syntaxe de la réponse

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

Paramètre

Type

Obligatoire

Description

tunnel

TunnelInfo

Oui

Informations sur le tunnel.

channels

ChannelInfo

Oui

Informations sur le canal.

tunnel_rpo

int64

Non

Objectif de point de récupération (RPO) du tunnel.

Utiliser les SDK Tablestore

Interrogez les informations du tunnel à l'aide des SDK suivants :