You need to enable JavaScript to run this app.
导航
SetDirectConnectConnectionRenewal
最近更新时间:2024.09.20 11:49:14首次发布时间:2024.09.20 11:49:14

调用SetDirectConnectConnectionRenewal修改物理专线的续费方式。

请求参数

参数名称类型是否必选示例值说明
ActionStringSetDirectConnectConnectionRenewal要执行的操作,取值:SetDirectConnectConnectionRenewal。
DirectConnectConnectionIdStringdcc-xnkd823nkd****待修改续费方式的物理专线的ID。您可调用DescribeDirectConnectConnections查询物理专线的ID。

RenewType

String

Auto

续费类型。

  • Auto:自动续费
  • Manual:手动续费
  • NoRenew:到期不续费

RenewPeriod

Integer

1

自动续费的时长,单位:月。
取值范围1、2、3、6、12。

说明

RenewType传入“Auto”,则必须传入RenewPeriodRemainRenewTimes

RemainRenewTimes

Integer

1

自动续费的次数。

  • 1~100:自动续费的次数。
  • -1:无限续费。

说明

RenewType传入“Auto”,则必须传入RenewPeriodRemainRenewTimes

返回参数

参数名称类型示例值说明
RequestIdString20220627103212010225145152058*****请求ID。

请求示例

GET /?Action=SetDirectConnectConnectionRenewal&Version=2020-04-01&DirectConnectConnectionId=dcc-xnkd823nkd****&RenewType=Auto&RenewPeriod=1&RemainRenewTimes=1' HTTP/1.1
Host: open.volcengineapi.com
ServiceName: directconnect
Region: cn-beijing

返回示例

{
 "ResponseMetadata": {
     "RequestId": "20220627103212010225145152058*****",
     "Action": "SetDirectConnectConnectionRenewal",
     "Version": "2020-04-01",
     "Service": "directconnect",
     "Region": "cn-beijing"
 },
 "Result": {
     "RequestId": "20220627103212010225145152058*****"
 }
}

错误码

此处仅展示当前API的错误码,更多错误码请参见公共错误码

HttpCode
错误码
错误信息
描述

400

InvalidRemainRenewTimes.Malformed

The specified remain renew times is malformed. Remain renew times only support -1, 1~100.

指定的自动续费次数不合法。自动续费次数只支持-1, 1~100。

400InvalidRenewPeriodTimes.MalformedThe specified renew period times is malformed. Renew period times only support 1, 2, 3, 6, 12.指定的自动续费周期不合法。自动续费周期只支持1, 2, 3, 6, 12月。
400InvalidRenewType.MalformedThe specified renew type is malformed. Renew type must be Manual, Auto or NoRenew.指定的续费类型不合法。续费类型只允许为手动续费, 自动续费或不续费。
404InvalidDirectConnectConnection.NotFoundThe specified direct connect connection does not exist.指定的物理专线不存在。