DescribeVirtualInterfaces
In this article:
DescribeVirtualInterfaces#
Description#
Получает список виртуальных интерфейсов.
Request Parameters#
connectionId — Идентификатор соединения.
Тип: String
Необходимо: Нет
virtualInterfaceId — Идентификатор виртуального интерфейса.
Тип: String
Необходимо: Нет
Response Elements#
virtualInterfaces — Список виртуальных интерфейсов.
Тип: Список объектов VirtualInterface
Examples#
Запрос
https://directconnect.k2.cloud/?Action=DescribeVirtualInterfaces
Ответ
{
"virtualInterfaces": [
{
"addressFamily": "ipv4",
"amazonAddress": "169.254.252.1/30",
"amazonSideAsn": 64513,
"asn": 64590,
"authKey": "1478b4e8c6c3c9d78d225a40b8a76503",
"awsDeviceV2": "dxdev-820E82A1",
"connectionId": "dxconn-F96A4C20",
"customerAddress": "169.254.252.2/30",
"directConnectGatewayId": "dxgw-A1BF7297",
"location": "location-1",
"ownerAccount": "user-1@c2dev",
"virtualInterfaceId": "dxvif-BCD785E0",
"virtualInterfaceName": "test-vif",
"virtualInterfaceState": "available",
"virtualInterfaceType": "transit",
"vlan": 1024
}
]
}
c2-dc DescribeVirtualInterfaces
c2-dc DescribeVirtualInterfaces virtualInterfaceId dxvif-BCD785E0
c2-dc DescribeVirtualInterfaces connectionId dxconn-F96A4C20