Virtual Network Gateways - List Connections
Gets all the connections in a virtual network gateway.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/connections?api-version=2024-05-01
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The name of the resource group. |
subscription
|
path | True |
string |
The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
virtual
|
path | True |
string |
The name of the virtual network gateway. |
api-version
|
query | True |
string |
Client API version. |
Name | Type | Description |
---|---|---|
200 OK |
Request successful. The operation returns a list of VirtualNetworkGatewayConnection resource. |
|
Other Status Codes |
Error response describing why the operation failed. |
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Sample request
Sample response
{
"value": [
{
"name": "test-vpn-connection",
"id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/connections/test-vpn-connection",
"etag": "W/\\\"00000000-0000-0000-0000-000000000000\\\"",
"type": "Microsoft.Network/connections",
"location": "eastus",
"properties": {
"provisioningState": "Succeeded",
"resourceGuid": "00000000-0000-0000-0000-000000000000",
"virtualNetworkGateway1": {
"id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/virtualNetworkGateways/test-vpn-gateway-1"
},
"virtualNetworkGateway2": {
"id": "/subscriptions/subid/resourceGroups/testrg-2/providers/Microsoft.Network/virtualNetworkGateways/test-vpn-gateway-2"
},
"connectionType": "Vnet2Vnet",
"routingWeight": 22,
"enableBgp": true,
"usePolicyBasedTrafficSelectors": false,
"ipsecPolicies": [],
"trafficSelectorPolicies": [],
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0
}
}
]
}
Name | Description |
---|---|
Cloud |
An error response from the service. |
Cloud |
An error response from the service. |
Dh |
The DH Groups used in IKE Phase 1 for initial SA. |
Gateway |
GatewayCustomBgpIpAddressIpConfiguration for a virtual network gateway connection. |
Ike |
The IKE encryption algorithm (IKE phase 2). |
Ike |
The IKE integrity algorithm (IKE phase 2). |
Ipsec |
The IPSec encryption algorithm (IKE phase 1). |
Ipsec |
The IPSec integrity algorithm (IKE phase 1). |
Ipsec |
An IPSec Policy configuration for a virtual network gateway connection. |
Pfs |
The Pfs Groups used in IKE Phase 2 for new child SA. |
Provisioning |
The current provisioning state. |
Sub |
Reference to another subresource. |
Traffic |
An traffic selector policy for a virtual network gateway connection. |
Tunnel |
VirtualNetworkGatewayConnection properties. |
Virtual |
A reference to VirtualNetworkGateway or LocalNetworkGateway resource. |
Virtual |
A common class for general resource information. |
Virtual |
Gateway connection type. |
Virtual |
Connection protocol used for this connection. |
Virtual |
Virtual Network Gateway connection status. |
Virtual |
Gateway connection type. |
Virtual |
Response for the VirtualNetworkGatewayListConnections API service call. |
An error response from the service.
Name | Type | Description |
---|---|---|
error |
Cloud error body. |
An error response from the service.
Name | Type | Description |
---|---|---|
code |
string |
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. |
details |
A list of additional details about the error. |
|
message |
string |
A message describing the error, intended to be suitable for display in a user interface. |
target |
string |
The target of the particular error. For example, the name of the property in error. |
The DH Groups used in IKE Phase 1 for initial SA.
Value | Description |
---|---|
DHGroup1 | |
DHGroup14 | |
DHGroup2 | |
DHGroup2048 | |
DHGroup24 | |
ECP256 | |
ECP384 | |
None |
GatewayCustomBgpIpAddressIpConfiguration for a virtual network gateway connection.
Name | Type | Description |
---|---|---|
customBgpIpAddress |
string |
The custom BgpPeeringAddress which belongs to IpconfigurationId. |
ipConfigurationId |
string |
The IpconfigurationId of ipconfiguration which belongs to gateway. |
The IKE encryption algorithm (IKE phase 2).
Value | Description |
---|---|
AES128 | |
AES192 | |
AES256 | |
DES | |
DES3 | |
GCMAES128 | |
GCMAES256 |
The IKE integrity algorithm (IKE phase 2).
Value | Description |
---|---|
GCMAES128 | |
GCMAES256 | |
MD5 | |
SHA1 | |
SHA256 | |
SHA384 |
The IPSec encryption algorithm (IKE phase 1).
Value | Description |
---|---|
AES128 | |
AES192 | |
AES256 | |
DES | |
DES3 | |
GCMAES128 | |
GCMAES192 | |
GCMAES256 | |
None |
The IPSec integrity algorithm (IKE phase 1).
Value | Description |
---|---|
GCMAES128 | |
GCMAES192 | |
GCMAES256 | |
MD5 | |
SHA1 | |
SHA256 |
An IPSec Policy configuration for a virtual network gateway connection.
Name | Type | Description |
---|---|---|
dhGroup |
The DH Group used in IKE Phase 1 for initial SA. |
|
ikeEncryption |
The IKE encryption algorithm (IKE phase 2). |
|
ikeIntegrity |
The IKE integrity algorithm (IKE phase 2). |
|
ipsecEncryption |
The IPSec encryption algorithm (IKE phase 1). |
|
ipsecIntegrity |
The IPSec integrity algorithm (IKE phase 1). |
|
pfsGroup |
The Pfs Group used in IKE Phase 2 for new child SA. |
|
saDataSizeKilobytes |
integer (int32) |
The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel. |
saLifeTimeSeconds |
integer (int32) |
The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel. |
The Pfs Groups used in IKE Phase 2 for new child SA.
Value | Description |
---|---|
ECP256 | |
ECP384 | |
None | |
PFS1 | |
PFS14 | |
PFS2 | |
PFS2048 | |
PFS24 | |
PFSMM |
The current provisioning state.
Value | Description |
---|---|
Deleting | |
Failed | |
Succeeded | |
Updating |
Reference to another subresource.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
An traffic selector policy for a virtual network gateway connection.
Name | Type | Description |
---|---|---|
localAddressRanges |
string[] |
A collection of local address spaces in CIDR format. |
remoteAddressRanges |
string[] |
A collection of remote address spaces in CIDR format. |
VirtualNetworkGatewayConnection properties.
Name | Type | Description |
---|---|---|
connectionStatus |
Virtual Network Gateway connection status. |
|
egressBytesTransferred |
integer (int64) |
The Egress Bytes Transferred in this connection. |
ingressBytesTransferred |
integer (int64) |
The Ingress Bytes Transferred in this connection. |
lastConnectionEstablishedUtcTime |
string |
The time at which connection was established in Utc format. |
tunnel |
string |
Tunnel name. |
A reference to VirtualNetworkGateway or LocalNetworkGateway resource.
Name | Type | Description |
---|---|---|
id |
string |
The ID of VirtualNetworkGateway or LocalNetworkGateway resource. |
A common class for general resource information.
Name | Type | Description |
---|---|---|
etag |
string |
A unique read-only string that changes whenever the resource is updated. |
id |
string |
Resource ID. |
location |
string |
Resource location. |
name |
string |
Resource name. |
properties.authorizationKey |
string |
The authorizationKey. |
properties.connectionMode |
The connection mode for this connection. |
|
properties.connectionProtocol |
Connection protocol used for this connection. |
|
properties.connectionStatus |
Virtual Network Gateway connection status. |
|
properties.connectionType |
Gateway connection type. |
|
properties.egressBytesTransferred |
integer (int64) |
The egress bytes transferred in this connection. |
properties.enableBgp |
boolean |
EnableBgp flag. |
properties.enablePrivateLinkFastPath |
boolean |
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. |
properties.expressRouteGatewayBypass |
boolean |
Bypass ExpressRoute Gateway for data forwarding. |
properties.gatewayCustomBgpIpAddresses |
GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection. |
|
properties.ingressBytesTransferred |
integer (int64) |
The ingress bytes transferred in this connection. |
properties.ipsecPolicies |
The IPSec Policies to be considered by this connection. |
|
properties.localNetworkGateway2 |
The reference to local network gateway resource. |
|
properties.peer |
The reference to peerings resource. |
|
properties.provisioningState |
The provisioning state of the virtual network gateway connection resource. |
|
properties.resourceGuid |
string |
The resource GUID property of the virtual network gateway connection resource. |
properties.routingWeight |
integer (int32) |
The routing weight. |
properties.sharedKey |
string |
The IPSec shared key. |
properties.trafficSelectorPolicies |
The Traffic Selector Policies to be considered by this connection. |
|
properties.tunnelConnectionStatus |
Collection of all tunnels' connection health status. |
|
properties.usePolicyBasedTrafficSelectors |
boolean |
Enable policy-based traffic selectors. |
properties.virtualNetworkGateway1 |
The reference to virtual network gateway resource. |
|
properties.virtualNetworkGateway2 |
The reference to virtual network gateway resource. |
|
tags |
object |
Resource tags. |
type |
string |
Resource type. |
Gateway connection type.
Value | Description |
---|---|
Default | |
InitiatorOnly | |
ResponderOnly |
Connection protocol used for this connection.
Value | Description |
---|---|
IKEv1 | |
IKEv2 |
Virtual Network Gateway connection status.
Value | Description |
---|---|
Connected | |
Connecting | |
NotConnected | |
Unknown |
Gateway connection type.
Value | Description |
---|---|
ExpressRoute | |
IPsec | |
VPNClient | |
Vnet2Vnet |
Response for the VirtualNetworkGatewayListConnections API service call.
Name | Type | Description |
---|---|---|
nextLink |
string |
The URL to get the next set of results. |
value |
A list of VirtualNetworkGatewayConnection resources that exists in a resource group. |