调用 CreateIpv6EgressOnlyRule 接口,为指定的IPv6公网带宽创建仅主动出规则。
单个IPv6网关最多可创建仅主动出规则的数量为200条。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateIpv6EgressOnlyRule | 要执行的操作,取值为CreateIpv6EgressOnlyRule。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
Ipv6GatewayId | String | 是 | ipv6gw-hp3rwmtmfhgis**** | IPv6网关ID。 |
InstanceId | String | 是 | eip-hp3nxjkfxn5pnhgl5**** | 待添加仅主动出规则的IPv6公网带宽的ID。 |
Name | String | 否 | rulename | 仅主动出规则名称。
|
Description | String | 否 | This rule is for ipv6. | 描述信息。
|
ClientToken | String | 否 | 0c593ea1-3bea-11e9-b96b-88e9fe63**** | 客户端Token,用于保证请求的幂等性。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202106241530330102251**** | 请求ID。 |
Ipv6EgressOnlyRuleId | String | ipv6py-fhjshfsfweryew**** | 仅主动出规则的ID。 |
GET /?Action=CreateIpv6EgressOnlyRule&Version=2020-04-01&Ipv6GatewayId=ipv6gw-hp3rwmtmfhgis****&InstanceId=eip-hp3nxjkfxn5pnhgl5****&Name=rule-1 HTTP/1.1 Host: open.volcengineapi.com Region: cn-guangzhou Service: vpc
{ "ResponseMetadata": { "RequestId": "202106241530330102251****", "Action": "CreateIpv6EgressOnlyRule", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-guangzhou" }, "Result": { "RequestId": "202106241530330102251****", "Ipv6EgressOnlyRuleId": "ipv6py-fhjshfsfweryew****" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
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个字符。 |
400 | InvalidEip.InUse | The specified EIP is being operated by another request. | 指定的EIP正被另一个请求操作,请稍后再试。 |
400 | InvalidIpv6.InUse | The specified IPv6 address bandwidth is being operated by another request. | 指定的IPv6公网带宽正被另一个请求操作,请稍后再试。 |
400 | InvalidIpv6EgressOnlyRule.BandwidthNotExist | The specified IPv6 address does not have an IPv6 internet bandwidth, please allocate and try again. | 指定的IPv6地址没有开通公网带宽,请开通后重试。 |
400 | InvalidIpv6EgressOnlyRule.NotSupport | Instance associated with IPv6 address bandwidth does not support egress only rules. | IPv6公网带宽关联的实例不支持仅主动出规则。 |
400 | InvalidIpv6Eip.NotExistInGateway | The specified IPv6 EIP does not belong to the specified IPv6 gateway. | 指定的IPv6 EIP不属于指定的IPv6网关。 |
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 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | OperationUnsupported.OnlyOneIpv6EgressOnlyRule | Create more than one egress only rule for one IPv6 address is unsupported. | 一个IPv6地址只能创建一条仅主动出规则。 |
400 | QuotaExceeded.IPv6Gateway | IPv6 egress only rule number of IPv6Gateway exceeded quota. | 已达到每个IPv6网关下仅主动出规则的数量上限。 |
404 | InvalidIpv6Gateway.NotFound | The specified Ipv6Gateway does not exist. | 指定的IPv6网关不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |