华为乾坤-站点模板创建AP隧道配置:响应示例

时间:2025-02-17 11:37:35

响应示例

返回状态码为200:创建成功,返回结构体参见SiteTemplateAptunnelResponseDto。

HTTPS/1.1 200 OK
Date: Thu,13 MAY 2023 10:00:00 GMT
Server: example-server
Content-Type: application/json
{
  "errcode" : "0",
  "errmsg" : "",
  "data" : [
    {
      "id" : "00000000000000000000000000000000",
      "tunnelName" : "tunnel1",
      "masterTunnelIp" : "192.168.0.1",
      "slaveTunnelIp" : "192.168.0.2",
      "autoRestoreEnable" : true,
      "autoRestoreDelay" : 100,
      "vlanRanges" : "20,30-200,500",
      "dtlsType" : "disable",
      "backUpDtlsType" : "disable"
    }
  ]
}

返回状态码为400:校验异常。

HTTP/1.1 400 Bad Request
Date: Sun,16 Feb 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive

返回状态码为500:内部服务错误。

HTTP/1.1 500 Internal Server Error
Date: Sun,16 Feb 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000001898418213.html