Connection Gateways - List
Lists all of the connection gateways
Gets a list of gateways under a subscription
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Web/connectionGateways?api-version=2016-06-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
subscription
|
path | True |
string |
Subscription Id |
api-version
|
query | True |
string |
API Version |
Responses
Name | Type | Description |
---|---|---|
200 OK |
The gateway definitions |
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 a user account |
Examples
List all connection gateways
Sample request
GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/connectionGateways?api-version=2016-06-01
Sample response
{
"value": [
{
"properties": {
"connectionGatewayInstallation": {
"location": "westus",
"name": "865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c",
"type": "Microsoft.Web/locations/connectionGatewayInstallations"
},
"contactInformation": [
"test123@microsoft.com"
],
"displayName": "test123",
"machineName": "TEST123",
"status": "Installed",
"backendUri": "https://WABI-WEST-US-redirect.analysis.windows.net"
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123",
"name": "test123",
"type": "Microsoft.Web/connectionGateways",
"location": "westus"
}
]
}
Definitions
Name | Description |
---|---|
Connection |
The gateway definition |
Connection |
A list of connection gateway definitions |
Connection |
The gateway installation reference |
Properties |
ConnectionGatewayDefinition
The gateway definition
Name | Type | Description |
---|---|---|
etag |
string |
Resource ETag |
id |
string |
Resource id |
location |
string |
Resource location |
name |
string |
Resource name |
properties | ||
tags |
object |
Resource tags |
type |
string |
Resource type |
ConnectionGatewayDefinitionCollection
A list of connection gateway definitions
Name | Type | Description |
---|---|---|
value |
Collection of connection gateways |
ConnectionGatewayReference
The gateway installation reference
Name | Type | Description |
---|---|---|
id |
string |
Resource reference id |
location |
string |
Resource reference location |
name |
string |
Resource reference name |
type |
string |
Resource reference type |
Properties
Name | Type | Description |
---|---|---|
backendUri |
string |
The URI of the backend |
connectionGatewayInstallation |
The gateway installation reference |
|
contactInformation |
string[] |
The gateway admin |
description |
string |
The gateway description |
displayName |
string |
The gateway display name |
machineName |
string |
The machine name of the gateway |
status |
object |
The gateway status |