Querying the Virtual Interface List

Function

This API is used to query the virtual interface list.

URI

GET /v2.0/dcaas/virtual-interfaces

Request

Table 1 lists the request parameter.

Table 1 Request parameter

Parameter

Type

Mandatory

Description

fields

String

No

Specifies the parameters expected to be returned.

If you do not specify it, all parameters will be returned.

Response

Table 2 lists the response parameter.

Table 2 Response parameter

Parameter

Type

Description

virtual_interfaces

List data structure

Specifies the virtual interface list.

Table 3 Description of field virtual_interfaces

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.