查询虚拟接口详情
功能介绍
查询虚拟接口详细信息
URI
GET /v3/{project_id}/dcaas/virtual-interfaces/{virtual_interface_id}
|
参数 |
是否必选 |
参数类型 |
描述 |
|---|---|---|---|
|
project_id |
是 |
String |
租户项目ID |
|
virtual_interface_id |
是 |
String |
虚拟接口ID。 最小长度:36 最大长度:36 |
|
参数 |
是否必选 |
参数类型 |
描述 |
|---|---|---|---|
|
fields |
否 |
Array |
显示字段列表 数组长度:1 - 5 |
请求参数
|
参数 |
是否必选 |
参数类型 |
描述 |
|---|---|---|---|
|
X-Auth-Token |
是 |
String |
用户Token。 获取Token,请参考《统一身份认证服务API参考》的“获取用户Token”章节。请求响应成功后在响应消息头中包含的“X-Subject-Token”的值即为Token值。 最小长度:0 最大长度:10240 |
响应参数
状态码: 200
|
参数 |
参数类型 |
描述 |
|---|---|---|
|
request_id |
String |
操作请求ID |
|
virtual_interface |
VirtualInterface object |
虚拟接口对象 |
|
参数 |
参数类型 |
描述 |
|---|---|---|
|
id |
String |
虚拟接口的ID 最大长度:36 |
|
name |
String |
虚拟接口的名字 最大长度:64 |
|
admin_state_up |
Boolean |
管理状态:true或false |
|
bandwidth |
Integer |
虚拟接口接入带宽 最小值:2 最大值:2147483647 |
|
create_time |
String |
虚拟接口创建时间。采用UTC时间格式,格式为:yyyy-MM-ddTHH:mm:ss.SSSZ 最大长度:255 |
|
description |
String |
虚拟接口的描述 最大长度:128 |
|
direct_connect_id |
String |
物理专线的ID 最大长度:36 |
|
service_type |
String |
接入网关的类型:VGW |
|
status |
String |
操作状态,合法值是:ACTIVE,DOWN,BUILD,ERROR,PENDING_CREATE,PENDING_UPDATE,PENDING_DELETE,DELETED,AUTHORIZATION,REJECTED |
|
tenant_id |
String |
租户ID 最小长度:32 最大长度:32 |
|
type |
String |
表示接口类型:private 缺省值:private 最大长度:255 枚举值:
|
|
vgw_id |
String |
虚拟网关的ID 最小长度:36 最大长度:36 |
|
vlan |
Integer |
同用户网关对接的vlan, 配置范围0-3999 最小值:0 最大值:3999 |
|
route_limit |
Integer |
VIF远端子网路由配置规格 最小值:1 最大值:200 缺省值:50 |
|
enable_nqa |
Boolean |
是否使能nqa功能:true或false |
|
enable_bfd |
Boolean |
是否使能bfd功能:true或false |
|
lag_id |
String |
VIF关联的链路聚合组ID 最小长度:36 最大长度:36 |
|
device_id |
String |
归属的设备ID |
|
enterprise_project_id |
String |
实例所属企业项目ID 最小长度:36 最大长度:36 |
|
local_gateway_v4_ip |
String |
云侧网关IPv4接口地址,该字段现已经移到vifpeer参数列表中,未来将会废弃。 |
|
remote_gateway_v4_ip |
String |
客户侧网关IPv4接口地址,该字段现已经移到vifpeer参数列表中,未来将会废弃。 |
|
ies_id |
String |
归属的IES站点的ID |
|
reason |
String |
如果资源的状态是Error的情况下,该参数会显示相关错误信息。 |
|
rate_limit |
Boolean |
标识虚拟接口是否开启限速 |
|
address_family |
String |
接口的地址簇类型,ipv4,ipv6。该字段现已迁移到vifpeer参数列表中,未来将会废弃。 |
|
local_gateway_v6_ip |
String |
云侧网关IPv6接口地址,该字段现已迁移到vifpeer参数列表中,未来将会废弃。 |
|
remote_gateway_v6_ip |
String |
客户侧网关IPv6接口地址,该字段现已迁移到vifpeer参数列表中,未来将会废弃。 |
|
lgw_id |
String |
本地网关的ID,用于IES场景。 |
|
gateway_id |
String |
虚拟接口关联的网关的ID |
|
remote_ep_group |
Array of strings |
远端子网列表,记录租户侧的cidrs。该字段现已迁移到vifpeer参数列表中,未来将会废弃。 |
|
service_ep_group |
Array of strings |
该字段用于公网专线接口,表示租户可以访问云上公网服务地址列表。该字段现已迁移到vifpeer参数列表中,未来将会废弃。 |
|
bgp_route_limit |
Integer |
BGP的路由配置规格 |
|
priority |
String |
虚拟接口的优先级,支持两种优先级状态normal和low。 接口优先级相同时表示负载关系,接口优先级不同时表示主备关系,出云流量优先转到优先级更高的normal接口。 目前仅BGP模式接口支持。 缺省值:normal 枚举值:
|
|
vif_peers |
Array of VifPeer objects |
vif的Peer的相关信息 |
|
extend_attribute |
VifExtendAttribute object |
扩展参数信息 |
|
参数 |
参数类型 |
描述 |
|---|---|---|
|
id |
String |
资源ID 最小长度:36 最大长度:36 |
|
tenant_id |
String |
归属租户ID 最小长度:36 最大长度:36 |
|
name |
String |
VIF对等体名字 最小长度:0 最大长度:64 |
|
description |
String |
VIF对等体名字描述信息 最小长度:0 最大长度:128 |
|
address_family |
String |
接口的地址簇类型,ipv4,ipv6 |
|
local_gateway_ip |
String |
VIF对等体云侧接口地址 |
|
remote_gateway_ip |
String |
VIF对等体客户侧接口地址 |
|
route_mode |
String |
路由模式:static/bgp 最大长度:255 枚举值:
|
|
bgp_asn |
Integer |
BGP邻居的AS号 最小值:1 最大值:4294967295 |
|
bgp_md5 |
String |
BGP邻居的MD5密码 |
|
remote_ep_group |
Array of strings |
远端子网列表,记录租户侧的cidrs |
|
service_ep_group |
Array of strings |
该字段用于公网专线接口,表示租户可以访问云上公网服务地址列表 |
|
device_id |
String |
归属的设备ID |
|
bgp_route_limit |
Integer |
BGP的路由配置规格 |
|
bgp_status |
String |
接口BGP协议状态,如果是静态路由接口则状态为 null 最大长度:10 |
|
status |
String |
VIF对等体状态 |
|
vif_id |
String |
vif对等体对应的虚拟接口ID 最小长度:36 最大长度:36 |
|
receive_route_num |
Integer |
路由模式为bgp:receive_route_num值为接收搭配BGP的路由数目; 路由模式为static:该字段无意义,值为-1; 注:若早期接入云上的部分用户无法获取该字段信息,如需要请联系客服迁移专线端口。 |
|
enable_nqa |
Boolean |
是否使能nqa功能:true或false |
|
enable_bfd |
Boolean |
是否使能bfd功能:true或false |
|
参数 |
参数类型 |
描述 |
|---|---|---|
|
ha_type |
String |
虚拟接口的可用性检测类型 枚举值:
|
|
ha_mode |
String |
检测的具体的配置模式 枚举值:
|
|
detect_multiplier |
Integer |
检测的重试次数 缺省值:5 |
|
min_rx_interval |
Integer |
检测的接收时长间隔 缺省值:1000 |
|
min_tx_interval |
Integer |
检测的发送时长间隔 缺省值:1000 |
|
remote_disclaim |
Integer |
检测的远端的标识,用于静态BFD |
|
local_disclaim |
Integer |
检测的本端的标识,用于静态BFD |
请求示例
查询虚拟接口
POST https://{dc_endpoint}/v3/0605768a3300d5762f82c01180692873/dcaas/virtual-interfaces/0d0fdf63-f2c4-491c-8866-d504796189be
响应示例
状态码: 200
OK
{
"virtual_interface" : {
"id" : "0d0fdf63-f2c4-491c-8866-d504796189be",
"name" : "vif-0819",
"description" : "",
"tenant_id" : "0605768a3300d5762f82c01180692873",
"direct_connect_id" : "4673e339-8412-4ee1-b73e-2ba9cdfa54c1",
"vgw_id" : "8a47064a-f34c-4f94-b7fe-cac456c9b37b",
"type" : "private",
"service_type" : "VGW",
"vlan" : 332,
"bandwidth" : 2,
"status" : "ACTIVE",
"create_time" : "2022-08-19T11:28:06.000Z",
"admin_state_up" : true,
"enable_bfd" : false,
"route_limit" : 50,
"enable_nqa" : false,
"local_gateway_v4_ip" : "1.1.1.1/30",
"remote_gateway_v4_ip" : "1.1.1.2/30",
"ies_id" : null,
"reason" : null,
"rate_limit" : false,
"address_family" : "ipv4",
"local_gateway_v6_ip" : null,
"remote_gateway_v6_ip" : null,
"lgw_id" : null,
"lag_id" : null,
"gateway_id" : null,
"remote_ep_group" : [ "1.1.2.0/30" ],
"service_ep_group" : [ ],
"bgp_route_limit" : 100,
"priority" : "normal",
"vif_peers" : [ {
"id" : "c768eb52-12a8-4859-9b43-81194643040c",
"tenant_id" : "0605768a3300d5762f82c01180692873",
"name" : "vif-0819",
"description" : "",
"address_family" : "ipv4",
"local_gateway_ip" : "1.1.1.1/30",
"remote_gateway_ip" : "1.1.1.2/30",
"route_mode" : "static",
"bgp_asn" : null,
"bgp_md5" : null,
"device_id" : "18.9.215.131",
"bgp_route_limit" : 100,
"bgp_status" : null,
"status" : "ACTIVE",
"vif_id" : "0d0fdf63-f2c4-491c-8866-d504796189be",
"receive_route_num" : -1,
"remote_ep_group" : [ "1.1.2.0/30" ],
"service_ep_group" : null,
"enable_bfd" : false,
"enable_nqa" : false
} ],
"enterprise_project_id" : "0"
},
"request_id" : "5633df7af874576d819a481c76673236"
}
状态码
|
状态码 |
描述 |
|---|---|
|
200 |
OK |
错误码
请参见错误码。