技术员联盟提供win764位系统下载,win10,win7,xp,装机纯净版,64位旗舰版,绿色软件,免费软件下载基地!

当前位置:主页 > 教程 > 服务器类 >

阿里云如何使用查询路由器列表接口

来源:技术员联盟┆发布时间:2017-11-27 18:05┆点击:

  查询路由器列表

  描述

  查询指定地域的路由器列表。此接口支持分页查询,每页的数量默认为 10 条。

  请求参数

名称 类型 是否必须 描述
Action   String     系统规定参数,取值:DescribeVRouters  
VRouterId   String     需要查询的 VRouter 的 Id  
RegionId   String     查询指定地域的 VRouter  
PageNumber   Integer     实例状态列表的页码,起始值为 1,默认值为 1  
PageSize   Integer     分页查询时设置的每页行数,最大值 50 行,默认为 10  

  返回参数

名称 类型 描述
VRouters   VRouterSetType   VRouter 详情 VRouterSetType 组成的集合  
TotalCount   Integer   列表条条目数  
PageNumber   Integer   当前页码  
PageSize   Integer   当前分页包含多少条目  

  错误码

错误代码 描述 Http 状态码 语义
Forbidden.RegionNotFound   Specified region is not found during access authentication.   404   指定的 Region 不存在  

  示例

  请求示例

  https://ecs.aliyuncs.com/?Action=DescribeVRouters

  &RegionId=cn-beijing

  &<公共请求参数>

  返回示例

阿里云如何使用查询路由器列表接口 三联