调用SetDirectConnectConnectionRenewal修改物理专线的续费方式。
参数名称 | 类型 | 是否必选 | 示例值 | 说明 |
---|---|---|---|---|
Action | String | 是 | SetDirectConnectConnectionRenewal | 要执行的操作,取值:SetDirectConnectConnectionRenewal。 |
DirectConnectConnectionId | String | 是 | dcc-xnkd823nkd**** | 待修改续费方式的物理专线的ID。您可调用DescribeDirectConnectConnections查询物理专线的ID。 |
RenewType | String | 是 | Auto | 续费类型。
|
RenewPeriod | Integer | 否 | 1 | 自动续费的时长,单位:月。 说明 若 |
RemainRenewTimes | Integer | 否 | 1 | 自动续费的次数。
说明 若 |
参数名称 | 类型 | 示例值 | 说明 |
---|---|---|---|
RequestId | String | 20220627103212010225145152058***** | 请求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。 |
400 | InvalidRenewPeriodTimes.Malformed | The specified renew period times is malformed. Renew period times only support 1, 2, 3, 6, 12. | 指定的自动续费周期不合法。自动续费周期只支持1, 2, 3, 6, 12月。 |
400 | InvalidRenewType.Malformed | The specified renew type is malformed. Renew type must be Manual, Auto or NoRenew. | 指定的续费类型不合法。续费类型只允许为手动续费, 自动续费或不续费。 |
404 | InvalidDirectConnectConnection.NotFound | The specified direct connect connection does not exist. | 指定的物理专线不存在。 |