调用RenewDirectConnectConnection为物理专线续费。
参数名称 | 类型 | 是否必选 | 示例值 | 说明 |
---|---|---|---|---|
Action | String | 是 | RenewDirectConnectConnection | 要执行的操作,取值:RenewDirectConnectConnection。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectConnectionId | String | 是 | dcc-xnkd823nkd**** | 待续费物理专线的ID。您可调用DescribeDirectConnectConnections查询物理专线的ID。 |
PeriodUnit | String | 否 | Month | 包年包月类型物理专线续费时长的单位,默认Month。
|
Period | Integer | 否 | 1 | 包年包月类型物理专线续费的时长,默认1。
|
参数名称 | 类型 | 示例值 | 说明 |
---|---|---|---|
RequestId | String | 20220627103212010225145152058***** | 请求ID。 |
GET /?Action=RenewDirectConnectConnection&Version=2020-04-01&DirectConnectConnectionId=dcc-8njk2nl32bd232b****&Period=1&PeriodUnit=Month' HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20220627103212010225145152058*****", "Action": "RenewDirectConnectConnection", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "20220627103212010225145152058*****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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. | 因账户处于欠费状态,对于该实例的操作请求被拒绝。 |
400 | InvalidDirectConnectConnection.InvalidStatus | The specified direct connect connection is not in the correct status for the request. | 指定的物理专线所处的状态无法响应该请求。 |
404 | InvalidDirectConnectConnection.NotFound | The specified direct connect connection does not exist. | 指定的物理专线不存在。 |
404 | InvalidEip.GetInstanceDetail | Get instance detail failed. | 获取实例信息失败。 |