虚拟私有云 VPC-查询VPC路由列表:URI
URI
GET /v2.0/vpc/routes
样例:
样例: GET https://{Endpoint}/v2.0/vpc/routes?id={id}&vpc_id={vpc_id}&tenant_id={tenant_id}&destination={destination}&type={type}&limit={limit}&marker={marker}
名称 |
是否必选 |
参数类型 |
说明 |
---|---|---|---|
id |
否 |
String |
按照routes_id过滤查询 |
tenant_id |
否 |
String |
按照tenant_id过滤查询 |
vpc_id |
否 |
String |
按照vpc_id过滤查询 |
destination |
否 |
String |
按照路由目的地址CIDR过滤查询 |
type |
否 |
String |
按照type进行过滤查询,目前只支持peering |
marker |
否 |
String |
分页查询的起始资源ID,表示从指定资源的下一条记录开始查询。 marker需要和limit配合使用:
|
limit |
否 |
Integer |
分页查询每页返回的记录个数,取值范围为0~intmax(2^31-1),默认值2000。 limit需要和marker配合使用,详细规则请见marker的参数说明。 默认值为2000。 |