更新时间:2026-01-08 GMT+08:00

更新专线关联连接

功能介绍

更新全域接入网关与ER对接的关联连接peer-link

请求参数

响应参数

状态码:200

请求示例

专线连接更新请求体

PUT https://{dc_endpoint}/v3/b197c48159d44a66b32c538c3f8da89a/dcaas/global-dc-gateways/335cb548-0ea0-4aff-80f5-502a2dab5325/peer-links/d6ea4641-9575-4675-ac4f-906884e37f28

{
  "peer_link" : {
    "name" : "dgw-peer-link-test",
    "description" : "test"
  }
}

响应示例

状态码:200

OK

专线连接更新响应体

{
  "peer_link" : {
    "name" : "dgw-peer-link-test",
    "id" : "d6ea4641-9575-4675-ac4f-906884e37f28",
    "tenant_id" : "b197c48159d44a66b32c538c3f8da89a",
    "description" : "test",
    "status" : "ACTIVE",
    "reason" : null,
    "created_time" : "2024-12-12T08:16:40.000Z",
    "updated_time" : "2024-12-12T08:22:21.910Z",
    "global_dc_gateway_id" : "335cb548-0ea0-4aff-80f5-502a2dab5325",
    "bandwidth_info" : {
      "bandwidth_size" : 0,
      "gcb_id" : null
    },
    "peer_site" : {
      "gateway_id" : "70e29908-12f8-4d5d-9adf-4da5465b91b2",
      "link_id" : null,
      "region_id" : "cn-southwest-242",
      "site_code" : "cn-southwest-242",
      "project_id" : "b197c48159d44a66b32c538c3f8da89a",
      "type" : "ER"
    }
  },
  "request_id" : "e5406bdd85ca945d6a574e1a297abd1d"
}

状态码

错误码

请参见错误码