List Virtual Network Gateway Supported Devices
Updated: July 10, 2015
The List Virtual Network Gateway Supported Devices operation lists the supported, on-premise network devices that can connect to the gateway.
The List Virtual Network Gateway Supported Devices request may be specified as follows. Replace <subscription-id> with the subscription ID.
Method | Request URI |
|---|---|
GET | https://management.core.windows.net<subscription-id>/services/networking/supporteddevices |
None.
The following table describes the request headers.
Request Header | Description |
|---|---|
x-ms-version | Required. Specifies the version of the operation to use for this request. The value for this header should be set to 2012-03-01 or higher. |
None.
The response includes an HTTP status code, a response body, and a set of response headers.
A successful operation returns status code 200 (Ok).
The response for this operation includes the following headers. The response may also include additional standard HTTP headers.
Response Header | Description |
|---|---|
x-ms-request-id | A value that uniquely identifies a request made against the management service. |
The format of the response body is as follows:
<?xml version="1.0" encoding="utf-8"?>
<VpnDeviceList version="version-number-of-devices-list">
<Vendor name="name-of-device-vendor">
<Platform name="type-of-supported-device">
<OSFamily name="name-of-device-operating-system">
</Platform>
</Vendor>
</VpnDeviceList>
The following table describes the elements of the response body.
Response Element | Description |
|---|---|
VpnDeviceList | Specifies a collection of supported network gateway devices. |
Vendor | Specifies the name of the vendor of the device. |
Platform | Specifies the type of the device. |
OSFamily | Specifies the operating system that runs on the device. |