{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Connection Gateways API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Connection Gateways", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Lists All Of The Connection Gateways", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Web/connectionGateways", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Gets a list of gateways under a subscription" }, { "info": { "name": "Microsoft Azure Lists All Of The Connection Gateways", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/connectionGateways", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group" }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Gets a list of gateways under a subscription and in a specific resource group" }, { "info": { "name": "Microsoft Azure Gets A Specific Gateway", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/connectionGateways/:connectionGatewayName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group" }, { "name": "connectionGatewayName", "value": "", "type": "path", "description": "The connection gateway name" }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Gets a specific gateway under a subscription and in a specific resource group" }, { "info": { "name": "Microsoft Azure Replaces A Specific Gateway", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/connectionGateways/:connectionGatewayName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group" }, { "name": "connectionGatewayName", "value": "", "type": "path", "description": "The connection gateway name" }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Creates or updates a specific gateway for under a subscription and in a specific resource group" }, { "info": { "name": "Microsoft Azure Updates A Specific Gateway", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/connectionGateways/:connectionGatewayName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group" }, { "name": "connectionGatewayName", "value": "", "type": "path", "description": "The connection gateway name" }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Updates a connection gateway's tags" }, { "info": { "name": "Microsoft Azure Deletes A Specific Gateway", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/connectionGateways/:connectionGatewayName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group" }, { "name": "connectionGatewayName", "value": "", "type": "path", "description": "The connection gateway name" }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Deletes a specific gateway for under a subscription and in a specific resource group" }, { "info": { "name": "Microsoft Azure Gets A List Of Installed Gateways That The User Is An Admin Of", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Web/locations/:location/connectionGatewayInstallations", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" }, { "name": "location", "value": "", "type": "path", "description": "The location" }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Gets a list of installed gateways that the user is an admin of, in a specific subscription and at a certain location" }, { "info": { "name": "Microsoft Azure Gets An Installed Gateway That The User Is An Admin Of", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Web/locations/:location/connectionGatewayInstallations/:gatewayId", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription Id" }, { "name": "location", "value": "", "type": "path", "description": "The location" }, { "name": "gatewayId", "value": "", "type": "path", "description": "Gateway ID" }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Get a specific installed gateway that the user is an admin of, in a specific subscription and at a certain location" } ] } ], "bundled": true }