功能介绍
查询 企业路由器 实例下的VPC连接列表。
接口约束
-
支持过滤查询,过滤条件有id,state,ent erp rise_project_id,vpc_id,过滤条件可以重复和组合。
-
支持分页查询,limit和marker组合实现分页查询。
-
支持单字段排序功能,排序字段有[id,name,description,created_at,updated_at],不支持多字段排序。
调试
您可以在API Explorer中调试该接口,支持自动认证鉴权。API Explorer可以自动生成SDK代码示例,并提供SDK代码示例调试功能。
URI
GET /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
项目ID |
er_id |
是 |
String |
企业路由器实例ID |
参数 |
是否必选 |
参数类型 |
---|---|---|
limit |
否 |
Integer |
marker |
否 |
String |
state |
否 |
Array |
id |
否 |
Array |
sort_key |
否 |
Array |
sort_dir |
否 |
Array |
vpc_id |
否 |
Array |
请求参数
无
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
vpc_attachments |
VPC连接列表 |
|
page_info |
分页查询的信息 |
|
request_id |
String |
请求ID |
参数 |
参数类型 |
---|---|
id |
String |
name |
String |
vpc_id |
String |
virsubnet_id |
String |
auto_create_vpc_routes |
Boolean |
state |
String |
created_at |
String |
updated_at |
String |
tags |
|
description |
String |
project_id |
String |
vpc_project_id |
String |
请求示例
-
分页查询VPC连接信息
GET https://{erouter_endpoint}/v3/08d5a9564a704afda6039ae2babbef3c/enterprise-router/vpc-attachments?limit=10
-
查询全量VPC连接信息
GET https://{erouter_endpoint}/v3/08d5a9564a704afda6039ae2babbef3c/enterprise-router/vpc-attachments
响应示例
状态码: 200
OK
{ "vpc_attachments" : [ { "id" : "6f83b848-8331-4271-ac0c-ef94b7686402", "name" : "vpc-attach-01", "vpc_id" : "b715e131-3371-4e17-a2de-4f669e24439a", "virsubnet_id" : "0605767a9980d5762fbcc00b3537e757", "project_id" : "08d5a9564a704afda6039ae2babbef3c", "state" : "available", "created_at" : "2020-03-11T15:13:31Z", "updated_at" : "2020-03-11T15:13:31Z" }, { "id" : "6f83b848-8331-4271-ac0c-ef94b7686402", "name" : "vpc-attach-01", "vpc_id" : "4b8567f6-358f-4a7f-8cd3-3cbb82c0b25f", "virsubnet_id" : "2b55f334-a15e-43a9-ab11-b34c2dbb6fac", "project_id" : "08d5a9564a704afda6039ae2babbef3c", "state" : "available", "created_at" : "2020-03-11T15:13:31Z", "updated_at" : "2020-03-11T15:13:31Z" } ], "page_info" : { "next_marker" : "1", "current_count" : 2 }, "request_id" : "915a14a6-867b-4af7-83d1-70efceb146f9" }
状态码
状态码 |
描述 |
---|---|
200 |
OK |
错误码
请参见错误码。