查询路由器列表
描述
查询指定地域的路由器列表。此接口支持分页查询,每页的数量默认为 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
&<公共请求参数>
返回示例
所属专题: