GetTunnel - 获取通道

更新时间:

获取通道详情。

接口说明

  • 获取通道,您必须有 mgw:GetImportTunnel 权限。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

GET /tunnel/{tunnelId} HTTP/1.1 Host: userid.cn-hangzhou.mgw.aliyuncs.com

请求参数

名称类型必填描述示例值
tunnelIdstring

通道 ID。

test_tunnel_id

返回参数

名称类型描述示例值
object

获取通道响应体。

ImportTunnelGetTunnelResp

获取通道详情。

示例

正常返回示例

JSON格式

{
  "ImportTunnel": {
    "Owner": "test_owner",
    "TunnelId": "test_tunnel_id",
    "CreateTime": "2024-05-01T12:00:00.000Z",
    "ModifyTime": "2024-05-01T12:00:00.000Z",
    "Tags": "K1:V1,K2:V2",
    "TunnelQos": {
      "MaxQps": 100,
      "MaxBandwidth": 1073741824
    }
  }
}

XML格式

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ImportTunnel>
  <Owner>test_owner</Owner>
  <TunnelId>test_tunnel_id</TunnelId>
  <CreateTime>2024-05-01T12:00:00.000Z</CreateTime>
  <ModifyTime>2024-05-01T12:00:00.000Z</ModifyTime>
  <Tags>K1:V1,K2:V2</Tags>
  <TunnelQos>
    <MaxQps>100</MaxQps>
    <MaxBandwidth>1073741824</MaxBandwidth>
  </TunnelQos>
</ImportTunnel>

错误码

访问错误中心查看更多错误码。