Querying a Virtual Interface

Function

This API is used to query a virtual interface.

URI

GET /v2.0/dcaas/virtual-interfaces/{virtual_interface_id}

Table 1 Parameter description

Parameter

Type

Mandatory

Description

virtual_interface_id

String

Yes

Specifies the virtual interface ID.

Request

Table 2 lists the request parameter.

Table 2 Request parameter

Parameter

Type

Mandatory

Description

virtual_interface_id

String

Yes

Specifies the virtual interface ID.

Response

Table 3 lists the response parameter.

Table 3 Response parameter

Parameter

Type

Description

virtual_interface

Dictionary data structure

Specifies the virtual_interface object.

Table 4 Description of field virtual_interface

Parameter

Type

Description

id

String

Specifies the virtual interface ID.

tenant_id

String

Specifies the project ID.

name

String

Specifies the virtual interface name.

description

String

Provides supplementary information about the virtual interface.

direct_connect_id

String

Specifies the connection ID.

vgw_ id

String

Specifies the virtual gateway ID.

type

String

Specifies the virtual interface type. The value can be public or private.

service_type

String

Specifies the access service type. The value can be vpc, public service, or vpc and public service.

vlan

Integer

Specifies the VLAN used by the local gateway to communicate with the remote gateway.

bandwidth

Integer

Specifies the virtual interface bandwidth.

local_gateway_v4_ip

String

Specifies the IPv4 address of the local gateway.

remote_gateway_v4_ip

String

Specifies the IPv4 address of the remote gateway.

route_mode

String

Specifies the routing mode. The value can be static or bgp.

bgp_asn

Integer

Specifies the AS number of the BGP peer.

bgp_md5

String

Specifies the MD5 password of the BGP peer.

remote_ep_group_id

String

Specifies the ID of the remote endpoint group that records the tenant CIDR blocks.

service_ep_group_id

String

Specifies the ID of the service endpoint group that records the public service CIDR blocks.

create_time

String

Specifies the time when the virtual interface is created.

delete_time

String

Specifies the time when the virtual interface is deleted.

status

String

Specifies the virtual interface status.

The value can be ACTIVE, DOWN, BUILD, ERROR, PENDING_CREATE, PENDING_UPDATE, PENDING_DELETE, DELETED, AUTHORIZATION, or REJECTED.

admin_state_up

Boolean

Specifies the administrative status of the virtual interface.

The value can be true or false.

rate_limit

Boolean

Specifies whether to limit the traffic rate. The value can be true or false.

Examples

Returned Value

For details, see section Common Returned Values.