You need to enable JavaScript to run this app.
导航

ModifyDirectConnectConnectionLoaAttributes

最近更新时间2024.04.18 19:01:52

首次发布时间2023.07.05 07:28:41

调用ModifyDirectConnectConnectionLoaAttributes修改专线LOA申请。

调用说明

a.N.b类型参数中(如Engineers.N.CertificateNo),N表示相关参数的序号,最多可同时传入16个,多个参数之间使用&分隔。

调试

请求参数

名称类型是否必选示例值描述

Action

String

ModifyDirectConnectConnectionLoaAttributes

要执行的操作,取值:
ModifyDirectConnectConnectionLoaAttributes。

VersionString2020-04-01API版本信息。
DirectConnectConnectionIdStringdcc-3tehy13n2l4c6c0v****物理专线的ID。您可调用DescribeDirectConnectConnections查询物理专线的ID。

Bandwidth

Integer

1000

专线带宽,单位:Mbps,不传此参数则默认是端口的规格带宽。

取值不能大于物理专线的带宽。

PeerLocationString浙江省杭州市余杭区XXXX专线对端地址。

LineType

String

MSTP

专线类型。

  • MSTP:MSTP专线
  • MPLSVPN:MPLSVPN专线
  • FIBRE:光纤直连
  • Other:其他类型专线
CompanyNameString字节跳动物理专线接入的客户公司名称。
SystemIntegratorString火山引擎施工方单位。
ConstructionTimeString2023-04-09施工单位入场时间。
Engineers.N.NameStringEngineers.1.Name=张三&Engineers.2.Name=李四施工工程师的姓名。
Engineers.N.ContactPhoneStringEngineers.1.ContactPhone=1512876****=&Engineers.2.ContactPhone=1382456****施工工程师的联系方式。

Engineers.N.CertificateType

String

Engineers.1.CertificateType=IDCard&Engineers.2.CertificateType=IDCard

施工工程师的证件类型,支持:

  • IDCard:身份证
  • Passport:国际护照
Engineers.N.CertificateNoStringEngineers.1.CertificateNo=22222219990101****&Engineers.2.CertificateNo=33333319990101****施工工程师的证件号码,根据证件类型填入身份证号码或国际护照号码。

返回数据

名称类型示例值描述
RequestIdString0ED8D006-F706-4D23-88ED-E11ED28D****请求ID。

请求示例

GET /?Action=ModifyDirectConnectConnectionLoaAttributes&Version=2020-04-01&&DirectConnectConnectionId=dcc-3tehy13n2l4c6c0v****&LineType=FIBRE HTTP/1.1
Host: open.volcengineapi.com
ServiceName: directconnect
Region: cn-beijing

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20220419155310010225243081****",
        "Action": "ModifyDirectConnectConnectionLoaAttributes",
        "Version": "2020-04-01",
        "Service": "directconnect",
        "Region": "cn-beijing"
    },
    "Result": {
        "RequestId": "20220419155310010225243081****"
    }
}

错误码

此处仅展示当前API的错误码,更多错误码请参见公共错误码

HttpCode错误码错误信息描述
400InvalidDirectConnectConnection.InvalidStatusThe specified direct connect connection is not in the correct status for the request.指定的物理专线所处的状态无法响应该请求。
400InvalidDirectConnectConnectionLoa.BandwidthMalformedThe specified bandwidth is malformed.指定的带宽不合法。
400InvalidDirectConnectConnectionLoa.BandwidthTooLargeThe specified bandwidth is larger than the port spec of direct connect connection.指定的带宽不能大于物理专线的端口规格。
400InvalidDirectConnectConnectionLoa.CertificateNoMalformedThe specified engineer ID number is malformed.指定的施工工程师证件号码不合法。
400InvalidDirectConnectConnectionLoa.CompanyNameMalformedThe specified company name is malformed.指定的公司名称不合法。
400InvalidDirectConnectConnectionLoa.ConstructionTimeMalformedThe specified construction time is malformed.指定的施工时间不合法。
400InvalidDirectConnectConnectionLoa.EngineerCertificateTypeMalformedThe specified engineer ID type is malformed. Only support given values: IDCard and Passport.指定的施工工程师证件类型不合法,仅支持中国大陆身份证和护照。
400InvalidDirectConnectConnectionLoa.EngineerContactPhoneMalformedThe specified engineer contact phone is malformed.指定的施工工程师联系方式不合法。
400InvalidDirectConnectConnectionLoa.EngineerNameMalformedThe specified engineer name is malformed.指定的施工工程师姓名不合法。
400InvalidDirectConnectConnectionLoa.InvalidDirectConnectConnectionStatusThe specified direct connect connection does not support current operation.指定的物理专线状态不支持该操作。
400InvalidDirectConnectConnectionLoa.LineTypeMalformedThe specified line type is malformed. Only support given values: FIBRE, MSTP, MPLSVPN and Other.指定的线路类型不合法,仅支持光纤直连, MSTP, MPLSVPN, 其他。
400InvalidDirectConnectConnectionLoa.PeerLocationMalformedThe specified peer location is malformed.指定的物理专线对端位置格式不合法。
400InvalidDirectConnectConnectionLoa.SystemIntegratorMalformedThe specified system integrator is malformed.指定的施工单位格式不合法。
400InvalidDirectConnectConnectionLoa.TooManyEngineersYou've reached the limit on the number of engineers per direct connect connection LOA. The upper limit is 16.最多指定16名专线施工工程师。
404InvalidDirectConnectConnection.NotFoundThe specified direct connect connection does not exist.指定的物理专线不存在。
404InvalidDirectConnectConnectionLoa.NotFoundThe specified direct connect connection LOA does not exist.指定的物理专线LOA不存在。