閱讀1010 返回首頁    go 英雄聯盟


查詢路由器接口列表__高速通道相關接口_API 參考_雲服務器 ECS-阿裏雲

描述

查看路由器接口列表。

  • 可通過各種Filter對結果進行過濾。目前支持的Filter包括:

    • RouterInterfaceId
    • RouterId
    • RouterType
    • RouterInterfaceOwnerId
    • OppositeInterfaceId
    • OppositeRouterType
    • OppositeRouterId
    • OppositeInterfaceOwnerId
    • Status
    • Name
  • 一個Filter的多個值之間是“or”關係(隻要與其中一個值吻合則視為符合該Filter的過濾條件);

  • 各個Filter之間為“and”邏輯關係(符合所有Filter的過濾條件,才會進入最終查詢結果中)。

請求參數

名稱 類型 是否必須 描述
Action string 係統規定參數,取值:DescribeRouterInterfaces
RegionId string
Filter.n.Key string 第n個過濾器的類型。N從1開始,不大於5;
Filter.n.Value.m string 第n個過濾器的第m個值。M從1開始,不大於5
PageNumber int 查詢結果的頁碼;不指定時,默認為1;取值範圍:正整數;若PageNumber大於實際結果的最大頁碼,則返回最後一頁的內容。
PageSize int 查詢結果的分頁大小。取值範圍為[1,100],默認為10

返回參數

名稱 類型 描述
TotalCount Integer 實例總個數
PageNumber Integer 實例列表的頁碼
PageSize Integer 輸入時設置的每頁行數
Instances RouterInterfaceSetType 由RouterInterfaceSetType組成的數組格式,返回實例的信息

錯誤碼

錯誤代碼 描述 Http 狀態碼 語義
InvalidRegionId.NotFound The RegionId provided does not exist in our records. 404 指定的 RegionId 不存在
InvalidOppositeRegionId.NotFound The oppositeRegionId provided does not exist in our records. 404 指定的對端 RegionId 不存在
InvalidFilterKey.ValueNotSupported Specified filter key is not supported: Filter.X.key 404 指定的過濾器類型不支持

最後更新:2016-11-23 16:03:50

  上一篇:go 修改路由器接口屬性__高速通道相關接口_API 參考_雲服務器 ECS-阿裏雲
  下一篇:go 發起路由器接口連接__高速通道相關接口_API 參考_雲服務器 ECS-阿裏雲