调用RenewVpnGateway为指定的包年包月类型的VPN网关续费。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | RenewVpnGateway | 要执行的操作,取值:RenewVpnGateway。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
VpnGatewayId | String | 是 | vgw-273zkshb2qayo7fap8t2**** | 要续费的VPN网关的ID。您可调用DescribeVpnGateways查询VPN网关的ID信息。 |
PeriodUnit | String | 否 | Month | 包年包月类型VPN网关续费时长的单位,默认Month。
|
Period | Integer | 否 | 1 | 包年包月类型VPN网关续费的时长,默认1。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202203241614290567524308102CF**** | 请求ID。 |
GET /?Action=RenewVpnGateway&Version=2020-04-01&VpnGatewayId=vgw-2fe7zjsz13ksg5oxruwed**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata":{ "RequestId":"202203241614290567524308102CF****", "Action":"RenewVpnGateway", "Version":"2020-04-01", "Service":"vpn", "Region":"cn-beijing" }, "Result":{ "RequestId":"202203241614290567524308102CF****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidVpnGateway.InvalidStatus | The specified VPN gateway is not in the correct status for the request. | 指定的VPN网关所处的状态无法响应该请求。 |
400 | InvalidBillingType.Malformed | The specified billing type is malformed. | 指定的计费类型不合法。 |
400 | InvalidMonthPeriod.Malformed | The specified monthly period is malformed.Monthly period only supports 1~9, 12, 24, 36. | 指定的预付费按月购买时长不合法。预付费按月购买时长只支持1~9, 12, 24, 36月。 |
400 | InvalidYearPeriod.Malformed | The specified yearly period is malformed.Yearly period only supports 1~3. | 指定的预付费按年购买时长不合法。预付费按年购买时长只支持1~3年。 |
400 | InvalidPeriodUnit.Malformed | The specified period unit is malformed. Pre billing period unit can only be Month or Year. | 指定的预付费类型时长单位不合法。预付费类型时长单位只能为月或年。 |
400 | OrderError | Failed to create an order in one step. | 创建订单并支付失败。 |
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 | UnsupportedOperation | The request on the specified instance is denied due to the account in arrears status. | 因账户处于欠费状态,对于该实例的操作请求被拒绝。 |
404 | InvalidVpnGateway.NotFound | The specified VPN gateway does not exist. | 指定的VPN网关不存在。 |
404 | InvalidVpnGateway.GetInstanceDetail | Get instance detail failed. | 获取实例信息失败。 |