将路由器接口状态置为激活
描述
将一个Inactive状态的RouterInterface的状态置为Active。
这是一个异步操作,返回成功后,RouterInterface会进入Activating状态;用户可以通过轮询RouterInterface状态的方式得知是否已经进入Active状态。
若该RI处于欠费状态,则不允许进行该操作
请求参数
名称 |
类型 |
是否必须 |
描述 |
Action
string
是
系统规定参数,取值:ActivateRouterInterface
RegionId
string
是
RouterInterfaceId
string
是
返回参数
全是公共返回参数,详见公共返回参数
错误码
错误代码 |
描述 |
Http 状态码 |
语义 |
InvalidRegionId.NotFound
The specified RegionId does not exist in our records.
404
指定的 RegionId 不存在
InvalidRouterInterfaceId.NotFound
The specified RouterInterfaceId does not exist in our records.
404
指定的 RouterInterfaceId 不存在
IncorrectStatus
RouterInterface can be operated by this action only when it’s status is Inactive.
400
当 RouterInterface 状态为 “Inactive” 时才能执行操作
Forbidden.FinancileLocked
This RouterInterface is financiel locked because of bills outstanding.
400
实例处于欠费锁定状态
所属专题: