调用DescribeDirectConnectConnectionLoaAttributes查看指定专线LOA的详细信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeDirectConnectConnectionLoaAttributes | 要执行的操作,取值: |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectConnectionId | String | 是 | dcc-3tehy13n2l4c6c0v**** | 物理专线的ID。您可调用DescribeDirectConnectConnections查询物理专线的ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28D**** | 请求ID。 |
DirectConnectConnectionId | String | dcc-3tehy13n2l4c6c0v**** | 物理专线的ID。 |
Bandwidth | Integer | 1000 | 专线带宽,单位:Mbps。 |
PeerLocation | String | 浙江省杭州市余杭区XXXX | 专线对端地址。 |
LineType | String | MSTP | 专线类型。
|
LoaContent | String | YmFzZTY0IGVuY29kZWQg**** | Base64编码后的LOA。 |
LoaContentType | String | application/pdf | 固定为application/pdf。 |
CompanyName | String | 字节跳动 | 物理专线接入的客户公司名称。 |
SystemIntegrator | String | 火山引擎 | 施工方单位名称。 |
ConstructionTime | String | 2023-04-29 | 施工单位入场时间。 |
Engineers | Array of Struct | - | 施工工程师的详细信息。具体请参见下表“ Engineers ”。 |
Engineers
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Name | String | 张三 | 施工工程师的姓名。 |
Gender | String | Male | 施工工程师的性别。
|
ContactPhone | String | 1881188**** | 施工工程师的联系方式。 |
CertificateType | String | IDCard | 施工工程师的证件类型,支持:
|
CertificateNo | String | 22222219990101**** | 施工工程师的证件号码,根据证件类型填入身份证号码或国际护照号码。 |
GET /?Action=DescribeDirectConnectConnectionLoaAttributes&Version=2020-04-01&DirectConnectConnectionId=dcc-3tehy13n2l4c6c0v**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20220419155310010225243081****", "Action": "DescribeDirectConnectConnectionLoaAttributes", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "20220419155310010225243081****", "DirectConnectConnectionId": "dcc-7qthudw0ll6jmc****", "Bandwidth": 1000, "PeerLocation": "北京IDC", "LineType": "MSTP", "LoaContent": "YmFzZTY0IGVuY29kZWQg****", "LoaContentType":"application/pdf", "CompanyName": "字节跳动", "SystemIntegrator": "火山引擎", "ConstructionTime":"2023-04-29", "Engineers": [ { "Name": "张三", "Gender": "Male", "ContactPhone": "1881188****", "CertificateType": "IDCard", "CertificateNo": "22222219990101****" } ] } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidDirectConnectConnectionLoa.NotFound | The specified direct connect connection LOA does not exist. | 指定的物理专线LOA不存在。 |