云专线 DC-创建托管专线连接:请求示例

时间:2023-11-21 18:17:01

请求示例

创建一个托管物理连接,设置带宽为10,VLAN为441。

POST https://{dc_endpoint}/v3/6fbe9263116a4b68818cf1edce16bc4f/dcaas/hosted-connects

{
  "hosted_connect" : {
    "name" : "client-dc-faf1",
    "description" : "",
    "resource_tenant_id" : "0605768a3300d5762f82c01180692873",
    "hosting_id" : "2cfb53be-b05f-40d5-a2f8-3a59ac383836",
    "vlan" : 441,
    "bandwidth" : 10
  }
}
support.huaweicloud.com/api-dc/CreateHostedDirectConnect.html