调用CreateDirectConnectGateway创建一个专线网关。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateDirectConnectGateway | 要执行的操作,取值:CreateDirectConnectGateway。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectGatewayName | String | 否 | test | 专线网关的名称。
|
Description | String | 否 | This is a sample description | 专线网关的描述信息。
|
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
EnableIpv6 | Boolean | 否 | false | 是否启用IPv6。
|
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)。
说明 传入 |
BgpAsn | Integer | 137718 | 专线网关的ASN(Autonomous System Number)。
说明 自定义专线网关ASN功能为邀测功能,仅开通后可使用,未开通则不展示此参数,如需试用请联系客户经理。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202111161611080102121461940900**** | 请求ID。 |
DirectConnectGatewayId | String | dcg-7qthudw0ll6jmc**** | 新创建专线网关的ID。 |
GET /?Action=CreateDirectConnectGateway&Version=2020-04-01&DirectConnectGatewayName=test&Description=test HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "202111161611080102121461940900****", "Action": "CreateDirectConnectGateway", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "202111161611080102121461940900****", "DirectConnectGatewayId": "dcg-7qthudw0ll6jmc****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | PreOrderError | Failed to create preorder for direct connect gateway. | 创建专线网关配置单失败。 |
400 | UnsupportedOperation | The request on the specified instance is denied due to the account in arrears status. | 因账户处于欠费状态,对于该实例的操作请求被拒绝。 |
400 | UnsupportedOperation | The request on the specified instance is denied due to the account balance and available vouchers are less than 100 yuan in total. | 因账户余额及可用代金券共不足100元,对于该实例的操作请求被拒绝。 |
400 | OrderError | Failed to create an order for direct connect gateway in one step. | 创建专线网关订单并支付失败。 |
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. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | QuotaExceeded.DirectConnectGateway | You've reached the limit on the number of direct connect gateways that you can create. | 已达到可创建的专线网关的数量上限。 |
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 | InvalidDirectConnectGateway.InvalidBgpAsn | The specified ASN is invalid. It should be 137718 or fall within the range of 64512-65534 or 4200000000-4294967294. | 指定的ASN号不合法,应该是137718或者属于64512-65534或4200000000-4294967294范围内。 |
403 | Forbidden.IPv6 | You are not authorized to operate IPv6 functions. | 无权限操作IPv6功能。 |
403 | Forbidden.DirectConnectGatewayBgpAsn | You are not authorized to create direct connect gateway with ASN. | 无权限对指定的专线网关进行ASN操作。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |