调用CreateDirectConnectConnection创建独享物理专线。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateDirectConnectConnection | 要执行的操作,取值:CreateDirectConnectConnection。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectConnectionName | String | 否 | DAS-246-3_port1**0-conn | 物理专线的名称。
|
Description | String | 否 | This is a DirectConnect description. | 物理专线的描述信息。
|
DirectConnectAccessPointId | String | 是 | ap-cn-shanghai-***-A | 物理专线接入点的ID。可调用DescribeDirectConnectAccessPoints查询专线接入点的信息。 |
LineOperator | String | 是 | ChinaTelecom | 物理专线的运营商。
|
PortType | String | 是 | 1000Base | 物理专线的端口类型:
说明 40GBase、100GBase默认不开放,您可联系客户经理申请试用。未开通此功能应请避免传入 相关注意事项,请参见接入物理专线。 |
PortSpec | String | 是 | 1G | 物理专线的端口规格。 说明 40G、100G默认不开放,您可联系客户经理申请试用。未开通此功能应避免传入 |
Bandwidth | Integer | 是 | 1000 | 线路带宽,单位:Mbps,不传默认端口的规格带宽。
|
PeerLocation | String | 是 | 中国上海市静安区XX路XX号XX楼XX机房 | 本地IDC地址,请输入详细的地址。 |
CustomerName | String | 是 | 张*三 | 专线联系人的姓名。 |
CustomerContactPhone | String | 是 | 133****2233 | 专线联系人的电话。 |
CustomerContactEmail | String | 是 | 12345test@example.com | 专线联系人的邮箱。 |
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
Tags.N.Key | String | 否 | Tags.1.Key=key1&Tags.2.Key=key2&Tags.3.Key=key3 | 物理专线标签的标签键(Key)。
|
Tags.N.Value | String | 否 | Tags.1.Value=value1&Tags.2.Value=value2&Tags.3.Value=value3 | 物理专线标签的标签值(Value)。
说明 传入 |
ProjectName | String | 否 | Project_1 | 物理专线所属的项目。不填默认为default ,即创建的资源属于default项目。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20220627103212010225145152058***** | 请求ID。 |
DirectConnectConnectionId | String | dcc-2743430pi718g7fap8t1t**** | 物理专线的ID。 |
GET /?Action=CreateDirectConnectConnection&Version=2020-04-01&DirectConnectConnectionName=test&Description=test&DirectConnectAccessPointId=ap-cn-shanghai-***&LineOperator=ChinaMobile&PortType=1000Base&Bandwidth=1000&PeerLocation=中国上海市静安区XX路XX号XX楼XX机房&CustomerName=张*三&CustomerContactPhone=133****2233&CustomerContactEmail=12345test@example.com&ClientToken=123e4567-e89b-12d3-a456-42665544**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20220627103212010225145152058*****", "Action": "CreateDirectConnectConnection", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "20220627103212010225145152058*****", "DirectConnectConnectionId": "dcc-imp0xyy35p1c8gbssxo*****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | QuotaExceeded.DirectConnectConnection | You've reached the limit on the number of direct connect connections that you can create. | 已达到可创建的物理专线的数量上限。 |
400 | InvalidDirectConnectAccessPoint.InvalidStatus | The specified direct connect access point is not in the correct status for the request. | 指定的接入点所处的状态无法响应该请求。 |
400 | InvalidDirectConnectConnection.CustomerContactPhoneMalformed | The specified customer contact phone is malformed. | 指定的联系人手机格式不合法。 |
400 | InvalidDirectConnectConnection.CustomerContactEmailMalformed | The specified customer contact email is malformed. | 指定的联系人邮箱格式不合法。 |
400 | InvalidDirectConnectConnection.CustomerNameMalformed | The specified customer name is malformed. | 指定的联系人姓名格式不合法。 |
400 | InvalidDirectConnectConnection.BandwidthMalformed | The specified bandwidth is malformed. | 指定的带宽不合法。 |
400 | InvalidDirectConnectConnection.PeerLocationMalformed | The specified peer location is malformed. | 指定的IDC地址格式不合法。 |
400 | InvalidDirectConnectConnection.LineOperatorMalformed | The specified line operator is malformed. | 指定的专线运营商不合法。 |
400 | InvalidDirectConnectConnection.PortTypeMalformed | The specified port type is malformed. | 指定的端口类型不合法。 |
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidTagKey.Malformed | The specified parameter tag key is invalid. | 标签键不合法。 |
400 | InvalidTagValue.Malformed | The specified parameter tag value is invalid. | 标签值不合法。 |
400 | LimitExceeded.Tags | You've reached the limit on the number of tags that you can operate at one time. | 已达到单次可操作标签数量的上限。 |
400 | InvalidTag.Disorder | The specified index order of tag is malformed. | 指定标签的索引顺序参数格式不合法。 |
400 | InvalidDirectConnectConnection.PortSpecMalformed | The specified port spec is malformed. | 指定的端口规格不合法。 |
400 | InvalidDirectConnectConnection.PortSpecMismatch | The specified port spec does not match the port type. | 指定的端口规格与端口类型不匹配。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
403 | Forbidden | You are not authorized to create a direct connect connection on the specified port type. | 无权限在指定的端口类型上创建物理专线。 |
404 | InvalidDirectConnectAccessPoint.NotFound | The specified direct connect access point does not exist. | 指定的接入点不存在。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |