Virtual Wans - List

Lists all the VirtualWANs in a subscription.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/virtualWans?api-version=2023-09-01

URI Parameters

Name In Required Type Description
subscriptionId
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.

api-version
query True

string

Client API version.

Responses

Name Type Description
200 OK

ListVirtualWANsResult

Request successful. Returns the details of all the VirtualWANs in the subscription.

Other Status Codes

CloudError

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

VirtualWANList

Sample Request

GET https://management.azure.com/subscriptions/subid/providers/Microsoft.Network/virtualWans?api-version=2023-09-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualWANs/wan1",
      "etag": "w/\\00000000-0000-0000-0000-000000000000\\",
      "location": "West US",
      "name": "wan1",
      "type": "Microsoft.Network/virtualWANs",
      "tags": {
        "key1": "value1"
      },
      "properties": {
        "provisioningState": "Succeeded",
        "disableVpnEncryption": false,
        "virtualHubs": [
          "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1",
          "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub2"
        ],
        "vpnSites": [
          "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite1",
          "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite2"
        ],
        "type": "Basic"
      }
    },
    {
      "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualWANs/wan2",
      "etag": "w/\\00000000-0000-0000-0000-000000000000\\",
      "location": "East US",
      "name": "wan2",
      "type": "Microsoft.Network/virtualWANs",
      "tags": {
        "key1": "value1"
      },
      "properties": {
        "provisioningState": "Succeeded",
        "disableVpnEncryption": false,
        "virtualHubs": [
          "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualHubs/hub1",
          "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualHubs/hub2"
        ],
        "vpnSites": [
          "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/vpnSites/vpnSite1",
          "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/vpnSites/vpnSite2"
        ],
        "type": "Basic"
      }
    }
  ]
}

Definitions

Name Description
CloudError

An error response from the service.

CloudErrorBody

An error response from the service.

ListVirtualWANsResult

Result of the request to list VirtualWANs. It contains a list of VirtualWANs and a URL nextLink to get the next set of results.

OfficeTrafficCategory

The office traffic category.

ProvisioningState

The current provisioning state.

SubResource

Reference to another subresource.

VirtualWAN

VirtualWAN Resource.

CloudError

An error response from the service.

Name Type Description
error

CloudErrorBody

Cloud error body.

CloudErrorBody

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

CloudErrorBody[]

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.

ListVirtualWANsResult

Result of the request to list VirtualWANs. It contains a list of VirtualWANs and a URL nextLink to get the next set of results.

Name Type Description
nextLink

string

URL to get the next set of operation list results if there are any.

value

VirtualWAN[]

List of VirtualWANs.

OfficeTrafficCategory

The office traffic category.

Name Type Description
All

string

None

string

Optimize

string

OptimizeAndAllow

string

ProvisioningState

The current provisioning state.

Name Type Description
Deleting

string

Failed

string

Succeeded

string

Updating

string

SubResource

Reference to another subresource.

Name Type Description
id

string

Resource ID.

VirtualWAN

VirtualWAN Resource.

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.allowBranchToBranchTraffic

boolean

True if branch to branch traffic is allowed.

properties.allowVnetToVnetTraffic

boolean

True if Vnet to Vnet traffic is allowed.

properties.disableVpnEncryption

boolean

Vpn encryption to be disabled or not.

properties.office365LocalBreakoutCategory

OfficeTrafficCategory

The office local breakout category.

properties.provisioningState

ProvisioningState

The provisioning state of the virtual WAN resource.

properties.type

string

The type of the VirtualWAN.

properties.virtualHubs

SubResource[]

List of VirtualHubs in the VirtualWAN.

properties.vpnSites

SubResource[]

List of VpnSites in the VirtualWAN.

tags

object

Resource tags.

type

string

Resource type.