ModifyRouterInterfaceSpec
目前该API接口已标记为弃用,推荐使用替代API:Vpc(2016-04-28) - ModifyRouterInterfaceSpec。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
vpc:ModifyRouterInterfaceSpec |
update |
*RouterInterface
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
||
| RouterInterfaceId |
string |
是 |
||
| Spec |
string |
是 |
||
| ClientToken |
string |
否 |
||
| UserCidr |
string |
否 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| Spec |
string |
||
| RequestId |
string |
示例
正常返回示例
JSON格式
{
"Spec": "",
"RequestId": ""
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidSpec.ValudNotSupported | The specified Spec is not supported. | 不支持指定的 Spec。 |
| 400 | Forbidden.FinancialLocked | RouterInterface can not be operated by this action when it??s FinancialLocked. | |
| 400 | InvalidParam.NotFound | Parameter must not be null,uid, bid,regionNo, remoteRegionNo or routerId | |
| 400 | InvalidOppositeRegionId.NotFound | The OppositeRegionId provided does not exist in our records. | |
| 400 | InvalidInstanceOwner.Error | The router instance owener error. | 实例状态错误。 |
| 400 | InvalidInstance.StatusError | The router instance owener error. | 实例状态错误。 |
| 400 | InvalidOpposite.NotFound | The opposite not exit. | |
| 400 | InvalidRouterInterfaceSpec.Malformed | Specified RouterInterface spec is not valid. | |
| 400 | IllegalParam.chargeType | RouterInterface chargeType different. | |
| 404 | InvalidRouterInterfaceId.NotFound | The specified RouterInterfaceId does not exist in our record. | 指定的路由器接口不存在,请您检查填写的路由器接口是否正确。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。