調用ConnectRouterInterface接口由發起端路由器接口向接收端發起連接。
接口說明
調用本接口后路由器接口進入 Connecting 狀態,連接完成后進入 Active 狀態。
調用該接口創建 VPC 時,請注意:
- 只能由狀態為 Idle 的發起端路由器接口向接收端發起連接。
- 任意兩個路由器之間,最多只能存在一對相互連接的路由器接口。
- 如果賬號下存在處于欠費狀態的路由器接口,無法進行發起連接。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
vpc:ConnectRouterInterface | update | *RouterInterface acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 路由器接口所在的地域。 您可以通過調用 DescribeRegions 接口獲取地域 ID。 | cn-hangzhou |
RouterInterfaceId | string | 是 | 發起端路由器接口的 ID。 | ri-2zeo3xzyf38r4urzd**** |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "DE77A7F3-3B74-41C0-A5BC-CAFD188C28B6"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | IncorrectRole.NotInitiatingSide | The specified RouterInterface is not InitiatingSide. | 該路由器接口不是發起端,請選擇發起端的路由器接口進行發起連接。 |
400 | IncorrectRIStatus | RouterInterface can be operated by this action only when it's status is Idle. | 只有路由器接口處于“閑置”狀態時,才可以使用此操作。 |
400 | IncorrectOppositeInterfaceInfo.NotSet | OppositeInterfaceId/OppositeRouterId/OppositeRouterType/OppositeInterfaceOwnerId must be all set. | 參數OppositeInterfaceId/OppositeRouterId/OppositeRouterType/OppositeInterfaceOwnerId必須全部設置。 |
400 | IncorrectOppositeInterfaceInfo | Cannot connect on the same router | 不允許連接相同的路由器。 |
400 | IncorrectOppositeInterfaceInfo | The opposite RouterInterface information specified by OppositeInterfaceId/OppositeRouterId/OppositeRouterType/OppositeInterfaceOwnerId is wrong. Maybe the RouterInterface or Router does not exist, or the parameters mismatched, or that RouterInterface is not a AcceptingSide. | - |
400 | Forbidden.OnlyOneConnection | The Specified routers have a connection already | 該路由器已有路由器接口連接。 |
400 | Forbidden.OnlyOneConnection | Cannot connect concurrently between same routers | 不能在同一路由器上發起連接。 |
400 | Forbidden.BillsOutstanding | You cannot use this action because you have bills outstanding. | 無法執行該操作,您有未結算的賬單。 |
400 | InvalidAccount.NotFound | The specified account is not exists. | - |
400 | ErrCode.Invalid | got error | - |
400 | AttrMismatching.AcceptingSideRole | %s | - |
400 | AttrMismatching.AcceptingSideInstanceId | %s | - |
400 | AttrMismatching.AcceptingSideRegionNo | %s | - |
400 | AttrMismatching.AcceptingSideRouterId | %s | - |
400 | AttrMismatching.AcceptingSideRouterType | %s | - |
400 | AttrMismatching.AcceptingSideAliUid | %s | - |
400 | AttrMismatching.AcceptingSideOppositeInterfaceOwnerId | %s | - |
400 | AttrMismatching.AcceptingSideOppositeRegionNo | %s | - |
400 | AttrMismatching.AcceptingSideOppositeInterfaceId | %s | - |
400 | AttrMismatching.AcceptingSideOppositeRouterId | %s | - |
400 | AttrMismatching.AcceptingSideOppositeRouterType | %s | - |
400 | IllegalParam.InstanceOwner | The router instance owener error. | - |
404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | 指定的RegionId不存在。請檢查該參數是否正確。 |
404 | InvalidRouterInterfaceId.NotFound | The specified RouterInterfaceId does not exist in our record. | 指定的路由器接口不存在,請您檢查填寫的路由器接口是否正確。 |
404 | CROSS_BID.FORBIDDEN | Connect RouterInterface across bid is illegal | 跨BID連接非法。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-12-21 | OpenAPI 描述信息更新、OpenAPI 去除了 deprecated 標記、OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-07-21 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |