查询路由器接口列表
描述
查看路由器接口列表。
可通过各种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
由InstanceAttributesType组成的数组格式,返回实例的信息
错误码
错误代码 |
描述 |
Http 状态码 |
语义 |
InvalidRegionId.NotFound
The RegionId provided does not exist in our records.
404
InvalidOppositeRegionId.NotFound
The oppositeRegionId provided does not exist in our records.
404
InvalidFilterKey.ValueNotSupported
Specified filter key is not supported: Filter.X.key
404
InvalidParam.NotNull
The parameter must not be null.
400
InvalidRegionId.NotFound
The parameter wrong, pageNum or pageSize.
404
- 看不过瘾?点击下面链接!
【本站微信公众号:gsjx365,天天有好故事感动你!】
上一页123456..15下一页