All Products
Search
Document Center

Tablestore:Tunnel Service operations

Last Updated:Jan 02, 2025

Tunnel Service is built on the Tablestore API to provide tunnels that are used to consume data in full, incremental, and differential modes. This topic describes the API operations that you can call to perform operations on Tunnel Service.

API operations

The following table describes the API operations that you can call to perform operations on Tunnel Service.

Item

API

Description

Create a tunnel

CreateTunnel

You can create a tunnel for a table. Tunnels can be used to consume data in tables in real time.

Query information about tunnels created for a table

ListTunnel

You can query information about tunnels that are created for a table. For example, you can query the type, ID, and stage of the tunnels that are created for a table.

Query information about a tunnel

DescribeTunnel

You can query information about a tunnel. For example, you can query the channels in a tunnel.

Delete a tunnel

DeleteTunnel

You can delete a tunnel.