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 |
Oui |
Informations sur le tunnel. |
|
|
channels |
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 :
SDK Tablestore pour Java : Interroger les informations d'un tunnel
SDK Tablestore pour Go : Interroger les informations d'un tunnel