v1
latestSwagger 2.02026-07-13264058.6 KBConnection Gateways
Gets a list of installed gateways that the user is an admin of
Gets a list of installed gateways that the user is an admin of, in a specific subscription and at a certain location
get/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/connectionGatewayInstallations
Path parameters
subscriptionIdstring required
Subscription Id
locationstring required
The location
Query parameters
api-versionstring required
API Version
Response
The gateway installations
Example response
{
"value": [
{
"tags": {
"SampleTagName": "SampleTagValue"
}
}
]
}